/*
! tailwindcss v3.4.1 | 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: Helvetica; /* 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

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

::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:  ;
}
.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: 1200px) {

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.bottom-4 {
  bottom: 1rem !important;
}
.left-0 {
  left: 0px !important;
}
.left-4 {
  left: 1rem !important;
}
.right-0 {
  right: 0px !important;
}
.right-6 {
  right: 1.5rem !important;
}
.top-0 {
  top: 0px !important;
}
.top-12 {
  top: 3rem !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-\[9998\] {
  z-index: 9998 !important;
}
.z-\[9999\] {
  z-index: 9999 !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.row-auto {
  grid-row: auto !important;
}
.row-span-1 {
  grid-row: span 1 / span 1 !important;
}
.row-span-10 {
  grid-row: span 10 / span 10 !important;
}
.row-span-11 {
  grid-row: span 11 / span 11 !important;
}
.row-span-12 {
  grid-row: span 12 / span 12 !important;
}
.row-span-2 {
  grid-row: span 2 / span 2 !important;
}
.row-span-3 {
  grid-row: span 3 / span 3 !important;
}
.row-span-4 {
  grid-row: span 4 / span 4 !important;
}
.row-span-5 {
  grid-row: span 5 / span 5 !important;
}
.row-span-6 {
  grid-row: span 6 / span 6 !important;
}
.row-span-7 {
  grid-row: span 7 / span 7 !important;
}
.row-span-8 {
  grid-row: span 8 / span 8 !important;
}
.row-span-9 {
  grid-row: span 9 / span 9 !important;
}
.row-span-full {
  grid-row: 1 / -1 !important;
}
.row-start-1 {
  grid-row-start: 1 !important;
}
.row-start-10 {
  grid-row-start: 10 !important;
}
.row-start-11 {
  grid-row-start: 11 !important;
}
.row-start-12 {
  grid-row-start: 12 !important;
}
.row-start-13 {
  grid-row-start: 13 !important;
}
.row-start-2 {
  grid-row-start: 2 !important;
}
.row-start-3 {
  grid-row-start: 3 !important;
}
.row-start-4 {
  grid-row-start: 4 !important;
}
.row-start-5 {
  grid-row-start: 5 !important;
}
.row-start-6 {
  grid-row-start: 6 !important;
}
.row-start-7 {
  grid-row-start: 7 !important;
}
.row-start-8 {
  grid-row-start: 8 !important;
}
.row-start-9 {
  grid-row-start: 9 !important;
}
.row-start-auto {
  grid-row-start: auto !important;
}
.row-end-1 {
  grid-row-end: 1 !important;
}
.row-end-10 {
  grid-row-end: 10 !important;
}
.row-end-11 {
  grid-row-end: 11 !important;
}
.row-end-12 {
  grid-row-end: 12 !important;
}
.row-end-13 {
  grid-row-end: 13 !important;
}
.row-end-2 {
  grid-row-end: 2 !important;
}
.row-end-3 {
  grid-row-end: 3 !important;
}
.row-end-4 {
  grid-row-end: 4 !important;
}
.row-end-5 {
  grid-row-end: 5 !important;
}
.row-end-6 {
  grid-row-end: 6 !important;
}
.row-end-7 {
  grid-row-end: 7 !important;
}
.row-end-8 {
  grid-row-end: 8 !important;
}
.row-end-9 {
  grid-row-end: 9 !important;
}
.row-end-auto {
  grid-row-end: auto !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-px {
  margin-bottom: 1px !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-28 {
  margin-top: 7rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table-row-group {
  display: table-row-group !important;
}
.flow-root {
  display: flow-root !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3 !important;
}
.aspect-square {
  aspect-ratio: 1 / 1 !important;
}
.aspect-video {
  aspect-ratio: 16 / 9 !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-80 {
  height: 20rem !important;
}
.h-\[480px\] {
  height: 480px !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-max {
  height: -moz-max-content !important;
  height: max-content !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-full {
  max-height: 100% !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-0 {
  width: 0px !important;
}
.w-0\.5 {
  width: 0.125rem !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-1\.5 {
  width: 0.375rem !important;
}
.w-1\/12 {
  width: 8.333333% !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-10\/12 {
  width: 83.333333% !important;
}
.w-11 {
  width: 2.75rem !important;
}
.w-11\/12 {
  width: 91.666667% !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-2\.5 {
  width: 0.625rem !important;
}
.w-2\/12 {
  width: 16.666667% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-2\/4 {
  width: 50% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-2\/6 {
  width: 33.333333% !important;
}
.w-20 {
  width: 5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-3\.5 {
  width: 0.875rem !important;
}
.w-3\/12 {
  width: 25% !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-3\/6 {
  width: 50% !important;
}
.w-32 {
  width: 8rem !important;
}
.w-36 {
  width: 9rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-4\/12 {
  width: 33.333333% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-4\/6 {
  width: 66.666667% !important;
}
.w-40 {
  width: 10rem !important;
}
.w-44 {
  width: 11rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-5\/12 {
  width: 41.666667% !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-50vw {
  width: 50vw !important;
}
.w-52 {
  width: 13rem !important;
}
.w-56 {
  width: 14rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-60 {
  width: 15rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-7\/12 {
  width: 58.333333% !important;
}
.w-72 {
  width: 18rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-8\/12 {
  width: 66.666667% !important;
}
.w-80 {
  width: 20rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-9\/12 {
  width: 75% !important;
}
.w-96 {
  width: 24rem !important;
}
.w-auto {
  width: auto !important;
}
.w-dvw {
  width: 100dvw !important;
}
.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.w-lvw {
  width: 100lvw !important;
}
.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}
.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}
.w-px {
  width: 1px !important;
}
.w-screen {
  width: 100vw !important;
}
.w-svw {
  width: 100svw !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-0\.5 {
  min-width: 0.125rem !important;
}
.min-w-1 {
  min-width: 0.25rem !important;
}
.min-w-1\.5 {
  min-width: 0.375rem !important;
}
.min-w-10 {
  min-width: 2.5rem !important;
}
.min-w-11 {
  min-width: 2.75rem !important;
}
.min-w-12 {
  min-width: 3rem !important;
}
.min-w-14 {
  min-width: 3.5rem !important;
}
.min-w-16 {
  min-width: 4rem !important;
}
.min-w-2 {
  min-width: 0.5rem !important;
}
.min-w-2\.5 {
  min-width: 0.625rem !important;
}
.min-w-20 {
  min-width: 5rem !important;
}
.min-w-24 {
  min-width: 6rem !important;
}
.min-w-28 {
  min-width: 7rem !important;
}
.min-w-3 {
  min-width: 0.75rem !important;
}
.min-w-3\.5 {
  min-width: 0.875rem !important;
}
.min-w-32 {
  min-width: 8rem !important;
}
.min-w-36 {
  min-width: 9rem !important;
}
.min-w-4 {
  min-width: 1rem !important;
}
.min-w-40 {
  min-width: 10rem !important;
}
.min-w-44 {
  min-width: 11rem !important;
}
.min-w-48 {
  min-width: 12rem !important;
}
.min-w-5 {
  min-width: 1.25rem !important;
}
.min-w-52 {
  min-width: 13rem !important;
}
.min-w-56 {
  min-width: 14rem !important;
}
.min-w-6 {
  min-width: 1.5rem !important;
}
.min-w-60 {
  min-width: 15rem !important;
}
.min-w-64 {
  min-width: 16rem !important;
}
.min-w-7 {
  min-width: 1.75rem !important;
}
.min-w-72 {
  min-width: 18rem !important;
}
.min-w-8 {
  min-width: 2rem !important;
}
.min-w-80 {
  min-width: 20rem !important;
}
.min-w-9 {
  min-width: 2.25rem !important;
}
.min-w-96 {
  min-width: 24rem !important;
}
.min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}
.min-w-px {
  min-width: 1px !important;
}
.max-w-0 {
  max-width: 0px !important;
}
.max-w-0\.5 {
  max-width: 0.125rem !important;
}
.max-w-1 {
  max-width: 0.25rem !important;
}
.max-w-1\.5 {
  max-width: 0.375rem !important;
}
.max-w-10 {
  max-width: 2.5rem !important;
}
.max-w-11 {
  max-width: 2.75rem !important;
}
.max-w-12 {
  max-width: 3rem !important;
}
.max-w-14 {
  max-width: 3.5rem !important;
}
.max-w-16 {
  max-width: 4rem !important;
}
.max-w-2 {
  max-width: 0.5rem !important;
}
.max-w-2\.5 {
  max-width: 0.625rem !important;
}
.max-w-20 {
  max-width: 5rem !important;
}
.max-w-24 {
  max-width: 6rem !important;
}
.max-w-28 {
  max-width: 7rem !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-3 {
  max-width: 0.75rem !important;
}
.max-w-3\.5 {
  max-width: 0.875rem !important;
}
.max-w-32 {
  max-width: 8rem !important;
}
.max-w-36 {
  max-width: 9rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-4 {
  max-width: 1rem !important;
}
.max-w-40 {
  max-width: 10rem !important;
}
.max-w-44 {
  max-width: 11rem !important;
}
.max-w-48 {
  max-width: 12rem !important;
}
.max-w-4xl {
  max-width: 56rem !important;
}
.max-w-5 {
  max-width: 1.25rem !important;
}
.max-w-52 {
  max-width: 13rem !important;
}
.max-w-56 {
  max-width: 14rem !important;
}
.max-w-5xl {
  max-width: 64rem !important;
}
.max-w-6 {
  max-width: 1.5rem !important;
}
.max-w-60 {
  max-width: 15rem !important;
}
.max-w-64 {
  max-width: 16rem !important;
}
.max-w-6xl {
  max-width: 72rem !important;
}
.max-w-7 {
  max-width: 1.75rem !important;
}
.max-w-72 {
  max-width: 18rem !important;
}
.max-w-7xl {
  max-width: 80rem !important;
}
.max-w-8 {
  max-width: 2rem !important;
}
.max-w-80 {
  max-width: 20rem !important;
}
.max-w-9 {
  max-width: 2.25rem !important;
}
.max-w-96 {
  max-width: 24rem !important;
}
.max-w-fit {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-prose {
  max-width: 65ch !important;
}
.max-w-px {
  max-width: 1px !important;
}
.max-w-screen-2xl {
  max-width: 1536px !important;
}
.max-w-screen-lg {
  max-width: 1024px !important;
}
.max-w-screen-md {
  max-width: 768px !important;
}
.max-w-screen-sm {
  max-width: 640px !important;
}
.max-w-screen-xl {
  max-width: 1200px !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-none {
  flex: none !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.grow-0 {
  flex-grow: 0 !important;
}
.translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.-rotate-90 {
  --tw-rotate: -90deg !important;
  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)) !important;
}
.rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}
.-skew-x-0 {
  --tw-skew-x: -0deg !important;
  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)) !important;
}
.-skew-x-1 {
  --tw-skew-x: -1deg !important;
  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)) !important;
}
.-skew-x-12 {
  --tw-skew-x: -12deg !important;
  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)) !important;
}
.-skew-x-2 {
  --tw-skew-x: -2deg !important;
  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)) !important;
}
.-skew-x-3 {
  --tw-skew-x: -3deg !important;
  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)) !important;
}
.-skew-x-6 {
  --tw-skew-x: -6deg !important;
  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)) !important;
}
.-skew-y-0 {
  --tw-skew-y: -0deg !important;
  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)) !important;
}
.-skew-y-1 {
  --tw-skew-y: -1deg !important;
  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)) !important;
}
.-skew-y-12 {
  --tw-skew-y: -12deg !important;
  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)) !important;
}
.-skew-y-2 {
  --tw-skew-y: -2deg !important;
  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)) !important;
}
.-skew-y-3 {
  --tw-skew-y: -3deg !important;
  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)) !important;
}
.-skew-y-6 {
  --tw-skew-y: -6deg !important;
  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)) !important;
}
.skew-x-0 {
  --tw-skew-x: 0deg !important;
  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)) !important;
}
.skew-x-1 {
  --tw-skew-x: 1deg !important;
  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)) !important;
}
.skew-x-12 {
  --tw-skew-x: 12deg !important;
  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)) !important;
}
.skew-x-2 {
  --tw-skew-x: 2deg !important;
  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)) !important;
}
.skew-x-3 {
  --tw-skew-x: 3deg !important;
  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)) !important;
}
.skew-x-6 {
  --tw-skew-x: 6deg !important;
  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)) !important;
}
.skew-y-0 {
  --tw-skew-y: 0deg !important;
  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)) !important;
}
.skew-y-1 {
  --tw-skew-y: 1deg !important;
  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)) !important;
}
.skew-y-12 {
  --tw-skew-y: 12deg !important;
  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)) !important;
}
.skew-y-2 {
  --tw-skew-y: 2deg !important;
  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)) !important;
}
.skew-y-3 {
  --tw-skew-y: 3deg !important;
  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)) !important;
}
.skew-y-6 {
  --tw-skew-y: 6deg !important;
  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)) !important;
}
.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)) !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-ew-resize {
  cursor: ew-resize !important;
}
.cursor-nesw-resize {
  cursor: nesw-resize !important;
}
.cursor-nw-resize {
  cursor: nw-resize !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-row-resize {
  cursor: row-resize !important;
}
.cursor-sw-resize {
  cursor: sw-resize !important;
}
.cursor-w-resize {
  cursor: w-resize !important;
}
.resize {
  resize: both !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-flow-col {
  grid-auto-flow: column !important;
}
.grid-flow-dense {
  grid-auto-flow: dense !important;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.content-center {
  align-content: center !important;
}
.items-center {
  align-items: center !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-2\.5 {
  gap: 0.625rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}
.gap-y-6 {
  row-gap: 1.5rem !important;
}
.gap-y-8 {
  row-gap: 2rem !important;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0) !important;
}
.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1) !important;
}
.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1) !important;
}
.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15) !important;
}
.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2) !important;
}
.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25) !important;
}
.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3) !important;
}
.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35) !important;
}
.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4) !important;
}
.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45) !important;
}
.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05) !important;
}
.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5) !important;
}
.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55) !important;
}
.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6) !important;
}
.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65) !important;
}
.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7) !important;
}
.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75) !important;
}
.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8) !important;
}
.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85) !important;
}
.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9) !important;
}
.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95) !important;
}
.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0) !important;
}
.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1) !important;
}
.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1) !important;
}
.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15) !important;
}
.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2) !important;
}
.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25) !important;
}
.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3) !important;
}
.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35) !important;
}
.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4) !important;
}
.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45) !important;
}
.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05) !important;
}
.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5) !important;
}
.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55) !important;
}
.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6) !important;
}
.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65) !important;
}
.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7) !important;
}
.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75) !important;
}
.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8) !important;
}
.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85) !important;
}
.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9) !important;
}
.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95) !important;
}
.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0) !important;
}
.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.1) !important;
}
.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 1) !important;
}
.divide-yellow-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.15) !important;
}
.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.2) !important;
}
.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.25) !important;
}
.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.3) !important;
}
.divide-yellow-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.35) !important;
}
.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4) !important;
}
.divide-yellow-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.45) !important;
}
.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.05) !important;
}
.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.5) !important;
}
.divide-yellow-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.55) !important;
}
.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6) !important;
}
.divide-yellow-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.65) !important;
}
.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.7) !important;
}
.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.75) !important;
}
.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.8) !important;
}
.divide-yellow-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.85) !important;
}
.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.9) !important;
}
.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.95) !important;
}
.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0) !important;
}
.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1) !important;
}
.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1) !important;
}
.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15) !important;
}
.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2) !important;
}
.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25) !important;
}
.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3) !important;
}
.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35) !important;
}
.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4) !important;
}
.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45) !important;
}
.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05) !important;
}
.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5) !important;
}
.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55) !important;
}
.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6) !important;
}
.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65) !important;
}
.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7) !important;
}
.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75) !important;
}
.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8) !important;
}
.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85) !important;
}
.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9) !important;
}
.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95) !important;
}
.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0) !important;
}
.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1) !important;
}
.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1) !important;
}
.divide-yellow-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.15) !important;
}
.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2) !important;
}
.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25) !important;
}
.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3) !important;
}
.divide-yellow-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.35) !important;
}
.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4) !important;
}
.divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.45) !important;
}
.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05) !important;
}
.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5) !important;
}
.divide-yellow-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.55) !important;
}
.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6) !important;
}
.divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.65) !important;
}
.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7) !important;
}
.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75) !important;
}
.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8) !important;
}
.divide-yellow-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.85) !important;
}
.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9) !important;
}
.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95) !important;
}
.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0) !important;
}
.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1) !important;
}
.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 1) !important;
}
.divide-yellow-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.15) !important;
}
.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2) !important;
}
.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25) !important;
}
.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3) !important;
}
.divide-yellow-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.35) !important;
}
.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4) !important;
}
.divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.45) !important;
}
.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05) !important;
}
.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5) !important;
}
.divide-yellow-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.55) !important;
}
.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6) !important;
}
.divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.65) !important;
}
.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7) !important;
}
.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75) !important;
}
.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8) !important;
}
.divide-yellow-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.85) !important;
}
.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9) !important;
}
.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95) !important;
}
.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0) !important;
}
.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1) !important;
}
.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 1) !important;
}
.divide-yellow-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.15) !important;
}
.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2) !important;
}
.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25) !important;
}
.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3) !important;
}
.divide-yellow-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.35) !important;
}
.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4) !important;
}
.divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.45) !important;
}
.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05) !important;
}
.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5) !important;
}
.divide-yellow-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.55) !important;
}
.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6) !important;
}
.divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.65) !important;
}
.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7) !important;
}
.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75) !important;
}
.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8) !important;
}
.divide-yellow-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.85) !important;
}
.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9) !important;
}
.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95) !important;
}
.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0) !important;
}
.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.1) !important;
}
.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 1) !important;
}
.divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.15) !important;
}
.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.2) !important;
}
.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.25) !important;
}
.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.3) !important;
}
.divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.35) !important;
}
.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.4) !important;
}
.divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.45) !important;
}
.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.05) !important;
}
.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.5) !important;
}
.divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.55) !important;
}
.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.6) !important;
}
.divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.65) !important;
}
.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.7) !important;
}
.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.75) !important;
}
.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.8) !important;
}
.divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.85) !important;
}
.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.9) !important;
}
.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.95) !important;
}
.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0) !important;
}
.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1) !important;
}
.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1) !important;
}
.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15) !important;
}
.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2) !important;
}
.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25) !important;
}
.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3) !important;
}
.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35) !important;
}
.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4) !important;
}
.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45) !important;
}
.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05) !important;
}
.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5) !important;
}
.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55) !important;
}
.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6) !important;
}
.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65) !important;
}
.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7) !important;
}
.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75) !important;
}
.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8) !important;
}
.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85) !important;
}
.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9) !important;
}
.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95) !important;
}
.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0) !important;
}
.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.1) !important;
}
.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 1) !important;
}
.divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.15) !important;
}
.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.2) !important;
}
.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.25) !important;
}
.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.3) !important;
}
.divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.35) !important;
}
.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.4) !important;
}
.divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.45) !important;
}
.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.05) !important;
}
.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.5) !important;
}
.divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.55) !important;
}
.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.6) !important;
}
.divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.65) !important;
}
.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.7) !important;
}
.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.75) !important;
}
.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.8) !important;
}
.divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.85) !important;
}
.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.9) !important;
}
.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.95) !important;
}
.divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity)) !important;
}
.divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0) !important;
}
.divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.1) !important;
}
.divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 1) !important;
}
.divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.15) !important;
}
.divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.2) !important;
}
.divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.25) !important;
}
.divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.3) !important;
}
.divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.35) !important;
}
.divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.4) !important;
}
.divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.45) !important;
}
.divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.05) !important;
}
.divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.5) !important;
}
.divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.55) !important;
}
.divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.6) !important;
}
.divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.65) !important;
}
.divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.7) !important;
}
.divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.75) !important;
}
.divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.8) !important;
}
.divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.85) !important;
}
.divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.9) !important;
}
.divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.95) !important;
}
.self-start {
  align-self: flex-start !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-clip {
  overflow: clip !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-clip {
  overflow-x: clip !important;
}
.overflow-y-clip {
  overflow-y: clip !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.overflow-ellipsis {
  text-overflow: ellipsis !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-\[\#FF5C00\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 92 0 / var(--tw-border-opacity)) !important;
}
.border-\[color\:var\(--e-global-color-primary\)\] {
  border-color: var(--e-global-color-primary) !important;
}
.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(131 131 131 / var(--tw-border-opacity)) !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0) !important;
}
.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1) !important;
}
.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1) !important;
}
.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15) !important;
}
.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2) !important;
}
.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25) !important;
}
.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3) !important;
}
.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35) !important;
}
.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4) !important;
}
.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45) !important;
}
.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05) !important;
}
.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5) !important;
}
.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55) !important;
}
.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6) !important;
}
.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65) !important;
}
.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7) !important;
}
.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75) !important;
}
.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8) !important;
}
.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85) !important;
}
.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9) !important;
}
.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95) !important;
}
.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0) !important;
}
.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1) !important;
}
.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1) !important;
}
.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15) !important;
}
.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2) !important;
}
.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25) !important;
}
.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3) !important;
}
.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35) !important;
}
.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4) !important;
}
.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45) !important;
}
.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05) !important;
}
.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5) !important;
}
.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55) !important;
}
.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6) !important;
}
.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65) !important;
}
.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7) !important;
}
.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75) !important;
}
.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8) !important;
}
.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85) !important;
}
.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9) !important;
}
.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95) !important;
}
.border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0) !important;
}
.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1) !important;
}
.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1) !important;
}
.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / 0.15) !important;
}
.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2) !important;
}
.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25) !important;
}
.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3) !important;
}
.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / 0.35) !important;
}
.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4) !important;
}
.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45) !important;
}
.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05) !important;
}
.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5) !important;
}
.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55) !important;
}
.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6) !important;
}
.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65) !important;
}
.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7) !important;
}
.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75) !important;
}
.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8) !important;
}
.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85) !important;
}
.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9) !important;
}
.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95) !important;
}
.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0) !important;
}
.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1) !important;
}
.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1) !important;
}
.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15) !important;
}
.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2) !important;
}
.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25) !important;
}
.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3) !important;
}
.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35) !important;
}
.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4) !important;
}
.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45) !important;
}
.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05) !important;
}
.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5) !important;
}
.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55) !important;
}
.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6) !important;
}
.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65) !important;
}
.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7) !important;
}
.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75) !important;
}
.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8) !important;
}
.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85) !important;
}
.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9) !important;
}
.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95) !important;
}
.border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0) !important;
}
.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1) !important;
}
.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1) !important;
}
.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15) !important;
}
.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2) !important;
}
.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25) !important;
}
.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3) !important;
}
.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35) !important;
}
.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4) !important;
}
.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45) !important;
}
.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05) !important;
}
.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5) !important;
}
.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55) !important;
}
.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6) !important;
}
.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65) !important;
}
.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7) !important;
}
.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75) !important;
}
.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8) !important;
}
.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85) !important;
}
.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9) !important;
}
.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95) !important;
}
.border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0) !important;
}
.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1) !important;
}
.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1) !important;
}
.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15) !important;
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2) !important;
}
.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25) !important;
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3) !important;
}
.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35) !important;
}
.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4) !important;
}
.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45) !important;
}
.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05) !important;
}
.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5) !important;
}
.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55) !important;
}
.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6) !important;
}
.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65) !important;
}
.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7) !important;
}
.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75) !important;
}
.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8) !important;
}
.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85) !important;
}
.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9) !important;
}
.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95) !important;
}
.border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0) !important;
}
.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1) !important;
}
.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1) !important;
}
.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15) !important;
}
.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2) !important;
}
.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25) !important;
}
.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3) !important;
}
.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35) !important;
}
.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4) !important;
}
.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45) !important;
}
.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05) !important;
}
.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5) !important;
}
.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55) !important;
}
.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6) !important;
}
.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65) !important;
}
.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7) !important;
}
.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75) !important;
}
.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8) !important;
}
.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85) !important;
}
.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9) !important;
}
.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95) !important;
}
.border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0) !important;
}
.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1) !important;
}
.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1) !important;
}
.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15) !important;
}
.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2) !important;
}
.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25) !important;
}
.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3) !important;
}
.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35) !important;
}
.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4) !important;
}
.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45) !important;
}
.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05) !important;
}
.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5) !important;
}
.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55) !important;
}
.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6) !important;
}
.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65) !important;
}
.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7) !important;
}
.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75) !important;
}
.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8) !important;
}
.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85) !important;
}
.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9) !important;
}
.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95) !important;
}
.border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0) !important;
}
.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1) !important;
}
.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1) !important;
}
.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15) !important;
}
.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2) !important;
}
.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25) !important;
}
.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3) !important;
}
.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35) !important;
}
.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4) !important;
}
.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45) !important;
}
.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05) !important;
}
.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5) !important;
}
.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55) !important;
}
.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6) !important;
}
.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65) !important;
}
.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7) !important;
}
.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75) !important;
}
.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8) !important;
}
.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85) !important;
}
.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9) !important;
}
.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95) !important;
}
.border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0) !important;
}
.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1) !important;
}
.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1) !important;
}
.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15) !important;
}
.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2) !important;
}
.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25) !important;
}
.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3) !important;
}
.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35) !important;
}
.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4) !important;
}
.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45) !important;
}
.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05) !important;
}
.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5) !important;
}
.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55) !important;
}
.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6) !important;
}
.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65) !important;
}
.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7) !important;
}
.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75) !important;
}
.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8) !important;
}
.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85) !important;
}
.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9) !important;
}
.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95) !important;
}
.border-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0) !important;
}
.border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1) !important;
}
.border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1) !important;
}
.border-yellow-950\/15 {
  border-color: rgb(66 32 6 / 0.15) !important;
}
.border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2) !important;
}
.border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25) !important;
}
.border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3) !important;
}
.border-yellow-950\/35 {
  border-color: rgb(66 32 6 / 0.35) !important;
}
.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4) !important;
}
.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45) !important;
}
.border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05) !important;
}
.border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5) !important;
}
.border-yellow-950\/55 {
  border-color: rgb(66 32 6 / 0.55) !important;
}
.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6) !important;
}
.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65) !important;
}
.border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7) !important;
}
.border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75) !important;
}
.border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8) !important;
}
.border-yellow-950\/85 {
  border-color: rgb(66 32 6 / 0.85) !important;
}
.border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9) !important;
}
.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95) !important;
}
.border-x-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0) !important;
  border-right-color: rgb(254 249 195 / 0) !important;
}
.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1) !important;
  border-right-color: rgb(254 249 195 / 0.1) !important;
}
.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1) !important;
  border-right-color: rgb(254 249 195 / 1) !important;
}
.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15) !important;
  border-right-color: rgb(254 249 195 / 0.15) !important;
}
.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2) !important;
  border-right-color: rgb(254 249 195 / 0.2) !important;
}
.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25) !important;
  border-right-color: rgb(254 249 195 / 0.25) !important;
}
.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3) !important;
  border-right-color: rgb(254 249 195 / 0.3) !important;
}
.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35) !important;
  border-right-color: rgb(254 249 195 / 0.35) !important;
}
.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4) !important;
  border-right-color: rgb(254 249 195 / 0.4) !important;
}
.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45) !important;
  border-right-color: rgb(254 249 195 / 0.45) !important;
}
.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05) !important;
  border-right-color: rgb(254 249 195 / 0.05) !important;
}
.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5) !important;
  border-right-color: rgb(254 249 195 / 0.5) !important;
}
.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55) !important;
  border-right-color: rgb(254 249 195 / 0.55) !important;
}
.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6) !important;
  border-right-color: rgb(254 249 195 / 0.6) !important;
}
.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65) !important;
  border-right-color: rgb(254 249 195 / 0.65) !important;
}
.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7) !important;
  border-right-color: rgb(254 249 195 / 0.7) !important;
}
.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75) !important;
  border-right-color: rgb(254 249 195 / 0.75) !important;
}
.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8) !important;
  border-right-color: rgb(254 249 195 / 0.8) !important;
}
.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85) !important;
  border-right-color: rgb(254 249 195 / 0.85) !important;
}
.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9) !important;
  border-right-color: rgb(254 249 195 / 0.9) !important;
}
.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95) !important;
  border-right-color: rgb(254 249 195 / 0.95) !important;
}
.border-x-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0) !important;
  border-right-color: rgb(254 240 138 / 0) !important;
}
.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1) !important;
  border-right-color: rgb(254 240 138 / 0.1) !important;
}
.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1) !important;
  border-right-color: rgb(254 240 138 / 1) !important;
}
.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15) !important;
  border-right-color: rgb(254 240 138 / 0.15) !important;
}
.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2) !important;
  border-right-color: rgb(254 240 138 / 0.2) !important;
}
.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25) !important;
  border-right-color: rgb(254 240 138 / 0.25) !important;
}
.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3) !important;
  border-right-color: rgb(254 240 138 / 0.3) !important;
}
.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35) !important;
  border-right-color: rgb(254 240 138 / 0.35) !important;
}
.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4) !important;
  border-right-color: rgb(254 240 138 / 0.4) !important;
}
.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45) !important;
  border-right-color: rgb(254 240 138 / 0.45) !important;
}
.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05) !important;
  border-right-color: rgb(254 240 138 / 0.05) !important;
}
.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5) !important;
  border-right-color: rgb(254 240 138 / 0.5) !important;
}
.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55) !important;
  border-right-color: rgb(254 240 138 / 0.55) !important;
}
.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6) !important;
  border-right-color: rgb(254 240 138 / 0.6) !important;
}
.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65) !important;
  border-right-color: rgb(254 240 138 / 0.65) !important;
}
.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7) !important;
  border-right-color: rgb(254 240 138 / 0.7) !important;
}
.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75) !important;
  border-right-color: rgb(254 240 138 / 0.75) !important;
}
.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8) !important;
  border-right-color: rgb(254 240 138 / 0.8) !important;
}
.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85) !important;
  border-right-color: rgb(254 240 138 / 0.85) !important;
}
.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9) !important;
  border-right-color: rgb(254 240 138 / 0.9) !important;
}
.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95) !important;
  border-right-color: rgb(254 240 138 / 0.95) !important;
}
.border-x-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0) !important;
  border-right-color: rgb(253 224 71 / 0) !important;
}
.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1) !important;
  border-right-color: rgb(253 224 71 / 0.1) !important;
}
.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1) !important;
  border-right-color: rgb(253 224 71 / 1) !important;
}
.border-x-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15) !important;
  border-right-color: rgb(253 224 71 / 0.15) !important;
}
.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2) !important;
  border-right-color: rgb(253 224 71 / 0.2) !important;
}
.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25) !important;
  border-right-color: rgb(253 224 71 / 0.25) !important;
}
.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3) !important;
  border-right-color: rgb(253 224 71 / 0.3) !important;
}
.border-x-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35) !important;
  border-right-color: rgb(253 224 71 / 0.35) !important;
}
.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4) !important;
  border-right-color: rgb(253 224 71 / 0.4) !important;
}
.border-x-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45) !important;
  border-right-color: rgb(253 224 71 / 0.45) !important;
}
.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05) !important;
  border-right-color: rgb(253 224 71 / 0.05) !important;
}
.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5) !important;
  border-right-color: rgb(253 224 71 / 0.5) !important;
}
.border-x-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55) !important;
  border-right-color: rgb(253 224 71 / 0.55) !important;
}
.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6) !important;
  border-right-color: rgb(253 224 71 / 0.6) !important;
}
.border-x-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65) !important;
  border-right-color: rgb(253 224 71 / 0.65) !important;
}
.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7) !important;
  border-right-color: rgb(253 224 71 / 0.7) !important;
}
.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75) !important;
  border-right-color: rgb(253 224 71 / 0.75) !important;
}
.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8) !important;
  border-right-color: rgb(253 224 71 / 0.8) !important;
}
.border-x-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85) !important;
  border-right-color: rgb(253 224 71 / 0.85) !important;
}
.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9) !important;
  border-right-color: rgb(253 224 71 / 0.9) !important;
}
.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95) !important;
  border-right-color: rgb(253 224 71 / 0.95) !important;
}
.border-x-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0) !important;
  border-right-color: rgb(250 204 21 / 0) !important;
}
.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1) !important;
  border-right-color: rgb(250 204 21 / 0.1) !important;
}
.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1) !important;
  border-right-color: rgb(250 204 21 / 1) !important;
}
.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15) !important;
  border-right-color: rgb(250 204 21 / 0.15) !important;
}
.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2) !important;
  border-right-color: rgb(250 204 21 / 0.2) !important;
}
.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25) !important;
  border-right-color: rgb(250 204 21 / 0.25) !important;
}
.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3) !important;
  border-right-color: rgb(250 204 21 / 0.3) !important;
}
.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35) !important;
  border-right-color: rgb(250 204 21 / 0.35) !important;
}
.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4) !important;
  border-right-color: rgb(250 204 21 / 0.4) !important;
}
.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45) !important;
  border-right-color: rgb(250 204 21 / 0.45) !important;
}
.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05) !important;
  border-right-color: rgb(250 204 21 / 0.05) !important;
}
.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5) !important;
  border-right-color: rgb(250 204 21 / 0.5) !important;
}
.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55) !important;
  border-right-color: rgb(250 204 21 / 0.55) !important;
}
.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6) !important;
  border-right-color: rgb(250 204 21 / 0.6) !important;
}
.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65) !important;
  border-right-color: rgb(250 204 21 / 0.65) !important;
}
.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7) !important;
  border-right-color: rgb(250 204 21 / 0.7) !important;
}
.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75) !important;
  border-right-color: rgb(250 204 21 / 0.75) !important;
}
.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8) !important;
  border-right-color: rgb(250 204 21 / 0.8) !important;
}
.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85) !important;
  border-right-color: rgb(250 204 21 / 0.85) !important;
}
.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9) !important;
  border-right-color: rgb(250 204 21 / 0.9) !important;
}
.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95) !important;
  border-right-color: rgb(250 204 21 / 0.95) !important;
}
.border-x-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0) !important;
  border-right-color: rgb(254 252 232 / 0) !important;
}
.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1) !important;
  border-right-color: rgb(254 252 232 / 0.1) !important;
}
.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1) !important;
  border-right-color: rgb(254 252 232 / 1) !important;
}
.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15) !important;
  border-right-color: rgb(254 252 232 / 0.15) !important;
}
.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2) !important;
  border-right-color: rgb(254 252 232 / 0.2) !important;
}
.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25) !important;
  border-right-color: rgb(254 252 232 / 0.25) !important;
}
.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3) !important;
  border-right-color: rgb(254 252 232 / 0.3) !important;
}
.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35) !important;
  border-right-color: rgb(254 252 232 / 0.35) !important;
}
.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4) !important;
  border-right-color: rgb(254 252 232 / 0.4) !important;
}
.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45) !important;
  border-right-color: rgb(254 252 232 / 0.45) !important;
}
.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05) !important;
  border-right-color: rgb(254 252 232 / 0.05) !important;
}
.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5) !important;
  border-right-color: rgb(254 252 232 / 0.5) !important;
}
.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55) !important;
  border-right-color: rgb(254 252 232 / 0.55) !important;
}
.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6) !important;
  border-right-color: rgb(254 252 232 / 0.6) !important;
}
.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65) !important;
  border-right-color: rgb(254 252 232 / 0.65) !important;
}
.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7) !important;
  border-right-color: rgb(254 252 232 / 0.7) !important;
}
.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75) !important;
  border-right-color: rgb(254 252 232 / 0.75) !important;
}
.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8) !important;
  border-right-color: rgb(254 252 232 / 0.8) !important;
}
.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85) !important;
  border-right-color: rgb(254 252 232 / 0.85) !important;
}
.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9) !important;
  border-right-color: rgb(254 252 232 / 0.9) !important;
}
.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95) !important;
  border-right-color: rgb(254 252 232 / 0.95) !important;
}
.border-x-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0) !important;
  border-right-color: rgb(234 179 8 / 0) !important;
}
.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1) !important;
  border-right-color: rgb(234 179 8 / 0.1) !important;
}
.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1) !important;
  border-right-color: rgb(234 179 8 / 1) !important;
}
.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15) !important;
  border-right-color: rgb(234 179 8 / 0.15) !important;
}
.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2) !important;
  border-right-color: rgb(234 179 8 / 0.2) !important;
}
.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25) !important;
  border-right-color: rgb(234 179 8 / 0.25) !important;
}
.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3) !important;
  border-right-color: rgb(234 179 8 / 0.3) !important;
}
.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35) !important;
  border-right-color: rgb(234 179 8 / 0.35) !important;
}
.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4) !important;
  border-right-color: rgb(234 179 8 / 0.4) !important;
}
.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45) !important;
  border-right-color: rgb(234 179 8 / 0.45) !important;
}
.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05) !important;
  border-right-color: rgb(234 179 8 / 0.05) !important;
}
.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5) !important;
  border-right-color: rgb(234 179 8 / 0.5) !important;
}
.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55) !important;
  border-right-color: rgb(234 179 8 / 0.55) !important;
}
.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6) !important;
  border-right-color: rgb(234 179 8 / 0.6) !important;
}
.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65) !important;
  border-right-color: rgb(234 179 8 / 0.65) !important;
}
.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7) !important;
  border-right-color: rgb(234 179 8 / 0.7) !important;
}
.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75) !important;
  border-right-color: rgb(234 179 8 / 0.75) !important;
}
.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8) !important;
  border-right-color: rgb(234 179 8 / 0.8) !important;
}
.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85) !important;
  border-right-color: rgb(234 179 8 / 0.85) !important;
}
.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9) !important;
  border-right-color: rgb(234 179 8 / 0.9) !important;
}
.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95) !important;
  border-right-color: rgb(234 179 8 / 0.95) !important;
}
.border-x-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0) !important;
  border-right-color: rgb(202 138 4 / 0) !important;
}
.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1) !important;
  border-right-color: rgb(202 138 4 / 0.1) !important;
}
.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1) !important;
  border-right-color: rgb(202 138 4 / 1) !important;
}
.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15) !important;
  border-right-color: rgb(202 138 4 / 0.15) !important;
}
.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2) !important;
  border-right-color: rgb(202 138 4 / 0.2) !important;
}
.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25) !important;
  border-right-color: rgb(202 138 4 / 0.25) !important;
}
.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3) !important;
  border-right-color: rgb(202 138 4 / 0.3) !important;
}
.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35) !important;
  border-right-color: rgb(202 138 4 / 0.35) !important;
}
.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4) !important;
  border-right-color: rgb(202 138 4 / 0.4) !important;
}
.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45) !important;
  border-right-color: rgb(202 138 4 / 0.45) !important;
}
.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05) !important;
  border-right-color: rgb(202 138 4 / 0.05) !important;
}
.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5) !important;
  border-right-color: rgb(202 138 4 / 0.5) !important;
}
.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55) !important;
  border-right-color: rgb(202 138 4 / 0.55) !important;
}
.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6) !important;
  border-right-color: rgb(202 138 4 / 0.6) !important;
}
.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65) !important;
  border-right-color: rgb(202 138 4 / 0.65) !important;
}
.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7) !important;
  border-right-color: rgb(202 138 4 / 0.7) !important;
}
.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75) !important;
  border-right-color: rgb(202 138 4 / 0.75) !important;
}
.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8) !important;
  border-right-color: rgb(202 138 4 / 0.8) !important;
}
.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85) !important;
  border-right-color: rgb(202 138 4 / 0.85) !important;
}
.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9) !important;
  border-right-color: rgb(202 138 4 / 0.9) !important;
}
.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95) !important;
  border-right-color: rgb(202 138 4 / 0.95) !important;
}
.border-x-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0) !important;
  border-right-color: rgb(161 98 7 / 0) !important;
}
.border-x-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1) !important;
  border-right-color: rgb(161 98 7 / 0.1) !important;
}
.border-x-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1) !important;
  border-right-color: rgb(161 98 7 / 1) !important;
}
.border-x-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15) !important;
  border-right-color: rgb(161 98 7 / 0.15) !important;
}
.border-x-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2) !important;
  border-right-color: rgb(161 98 7 / 0.2) !important;
}
.border-x-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25) !important;
  border-right-color: rgb(161 98 7 / 0.25) !important;
}
.border-x-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3) !important;
  border-right-color: rgb(161 98 7 / 0.3) !important;
}
.border-x-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35) !important;
  border-right-color: rgb(161 98 7 / 0.35) !important;
}
.border-x-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4) !important;
  border-right-color: rgb(161 98 7 / 0.4) !important;
}
.border-x-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45) !important;
  border-right-color: rgb(161 98 7 / 0.45) !important;
}
.border-x-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05) !important;
  border-right-color: rgb(161 98 7 / 0.05) !important;
}
.border-x-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5) !important;
  border-right-color: rgb(161 98 7 / 0.5) !important;
}
.border-x-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55) !important;
  border-right-color: rgb(161 98 7 / 0.55) !important;
}
.border-x-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6) !important;
  border-right-color: rgb(161 98 7 / 0.6) !important;
}
.border-x-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65) !important;
  border-right-color: rgb(161 98 7 / 0.65) !important;
}
.border-x-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7) !important;
  border-right-color: rgb(161 98 7 / 0.7) !important;
}
.border-x-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75) !important;
  border-right-color: rgb(161 98 7 / 0.75) !important;
}
.border-x-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8) !important;
  border-right-color: rgb(161 98 7 / 0.8) !important;
}
.border-x-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85) !important;
  border-right-color: rgb(161 98 7 / 0.85) !important;
}
.border-x-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9) !important;
  border-right-color: rgb(161 98 7 / 0.9) !important;
}
.border-x-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95) !important;
  border-right-color: rgb(161 98 7 / 0.95) !important;
}
.border-x-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0) !important;
  border-right-color: rgb(133 77 14 / 0) !important;
}
.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1) !important;
  border-right-color: rgb(133 77 14 / 0.1) !important;
}
.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1) !important;
  border-right-color: rgb(133 77 14 / 1) !important;
}
.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15) !important;
  border-right-color: rgb(133 77 14 / 0.15) !important;
}
.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2) !important;
  border-right-color: rgb(133 77 14 / 0.2) !important;
}
.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25) !important;
  border-right-color: rgb(133 77 14 / 0.25) !important;
}
.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3) !important;
  border-right-color: rgb(133 77 14 / 0.3) !important;
}
.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35) !important;
  border-right-color: rgb(133 77 14 / 0.35) !important;
}
.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4) !important;
  border-right-color: rgb(133 77 14 / 0.4) !important;
}
.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45) !important;
  border-right-color: rgb(133 77 14 / 0.45) !important;
}
.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05) !important;
  border-right-color: rgb(133 77 14 / 0.05) !important;
}
.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5) !important;
  border-right-color: rgb(133 77 14 / 0.5) !important;
}
.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55) !important;
  border-right-color: rgb(133 77 14 / 0.55) !important;
}
.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6) !important;
  border-right-color: rgb(133 77 14 / 0.6) !important;
}
.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65) !important;
  border-right-color: rgb(133 77 14 / 0.65) !important;
}
.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7) !important;
  border-right-color: rgb(133 77 14 / 0.7) !important;
}
.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75) !important;
  border-right-color: rgb(133 77 14 / 0.75) !important;
}
.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8) !important;
  border-right-color: rgb(133 77 14 / 0.8) !important;
}
.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85) !important;
  border-right-color: rgb(133 77 14 / 0.85) !important;
}
.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9) !important;
  border-right-color: rgb(133 77 14 / 0.9) !important;
}
.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95) !important;
  border-right-color: rgb(133 77 14 / 0.95) !important;
}
.border-x-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0) !important;
  border-right-color: rgb(113 63 18 / 0) !important;
}
.border-x-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1) !important;
  border-right-color: rgb(113 63 18 / 0.1) !important;
}
.border-x-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1) !important;
  border-right-color: rgb(113 63 18 / 1) !important;
}
.border-x-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15) !important;
  border-right-color: rgb(113 63 18 / 0.15) !important;
}
.border-x-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2) !important;
  border-right-color: rgb(113 63 18 / 0.2) !important;
}
.border-x-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25) !important;
  border-right-color: rgb(113 63 18 / 0.25) !important;
}
.border-x-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3) !important;
  border-right-color: rgb(113 63 18 / 0.3) !important;
}
.border-x-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35) !important;
  border-right-color: rgb(113 63 18 / 0.35) !important;
}
.border-x-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4) !important;
  border-right-color: rgb(113 63 18 / 0.4) !important;
}
.border-x-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45) !important;
  border-right-color: rgb(113 63 18 / 0.45) !important;
}
.border-x-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05) !important;
  border-right-color: rgb(113 63 18 / 0.05) !important;
}
.border-x-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5) !important;
  border-right-color: rgb(113 63 18 / 0.5) !important;
}
.border-x-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55) !important;
  border-right-color: rgb(113 63 18 / 0.55) !important;
}
.border-x-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6) !important;
  border-right-color: rgb(113 63 18 / 0.6) !important;
}
.border-x-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65) !important;
  border-right-color: rgb(113 63 18 / 0.65) !important;
}
.border-x-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7) !important;
  border-right-color: rgb(113 63 18 / 0.7) !important;
}
.border-x-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75) !important;
  border-right-color: rgb(113 63 18 / 0.75) !important;
}
.border-x-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8) !important;
  border-right-color: rgb(113 63 18 / 0.8) !important;
}
.border-x-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85) !important;
  border-right-color: rgb(113 63 18 / 0.85) !important;
}
.border-x-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9) !important;
  border-right-color: rgb(113 63 18 / 0.9) !important;
}
.border-x-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95) !important;
  border-right-color: rgb(113 63 18 / 0.95) !important;
}
.border-x-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0) !important;
  border-right-color: rgb(66 32 6 / 0) !important;
}
.border-x-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1) !important;
  border-right-color: rgb(66 32 6 / 0.1) !important;
}
.border-x-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1) !important;
  border-right-color: rgb(66 32 6 / 1) !important;
}
.border-x-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15) !important;
  border-right-color: rgb(66 32 6 / 0.15) !important;
}
.border-x-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2) !important;
  border-right-color: rgb(66 32 6 / 0.2) !important;
}
.border-x-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25) !important;
  border-right-color: rgb(66 32 6 / 0.25) !important;
}
.border-x-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3) !important;
  border-right-color: rgb(66 32 6 / 0.3) !important;
}
.border-x-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35) !important;
  border-right-color: rgb(66 32 6 / 0.35) !important;
}
.border-x-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4) !important;
  border-right-color: rgb(66 32 6 / 0.4) !important;
}
.border-x-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45) !important;
  border-right-color: rgb(66 32 6 / 0.45) !important;
}
.border-x-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05) !important;
  border-right-color: rgb(66 32 6 / 0.05) !important;
}
.border-x-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5) !important;
  border-right-color: rgb(66 32 6 / 0.5) !important;
}
.border-x-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55) !important;
  border-right-color: rgb(66 32 6 / 0.55) !important;
}
.border-x-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6) !important;
  border-right-color: rgb(66 32 6 / 0.6) !important;
}
.border-x-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65) !important;
  border-right-color: rgb(66 32 6 / 0.65) !important;
}
.border-x-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7) !important;
  border-right-color: rgb(66 32 6 / 0.7) !important;
}
.border-x-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75) !important;
  border-right-color: rgb(66 32 6 / 0.75) !important;
}
.border-x-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8) !important;
  border-right-color: rgb(66 32 6 / 0.8) !important;
}
.border-x-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85) !important;
  border-right-color: rgb(66 32 6 / 0.85) !important;
}
.border-x-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9) !important;
  border-right-color: rgb(66 32 6 / 0.9) !important;
}
.border-x-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95) !important;
  border-right-color: rgb(66 32 6 / 0.95) !important;
}
.border-y-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0) !important;
  border-bottom-color: rgb(254 249 195 / 0) !important;
}
.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1) !important;
  border-bottom-color: rgb(254 249 195 / 0.1) !important;
}
.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1) !important;
  border-bottom-color: rgb(254 249 195 / 1) !important;
}
.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15) !important;
  border-bottom-color: rgb(254 249 195 / 0.15) !important;
}
.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2) !important;
  border-bottom-color: rgb(254 249 195 / 0.2) !important;
}
.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25) !important;
  border-bottom-color: rgb(254 249 195 / 0.25) !important;
}
.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3) !important;
  border-bottom-color: rgb(254 249 195 / 0.3) !important;
}
.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35) !important;
  border-bottom-color: rgb(254 249 195 / 0.35) !important;
}
.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4) !important;
  border-bottom-color: rgb(254 249 195 / 0.4) !important;
}
.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45) !important;
  border-bottom-color: rgb(254 249 195 / 0.45) !important;
}
.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05) !important;
  border-bottom-color: rgb(254 249 195 / 0.05) !important;
}
.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5) !important;
  border-bottom-color: rgb(254 249 195 / 0.5) !important;
}
.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55) !important;
  border-bottom-color: rgb(254 249 195 / 0.55) !important;
}
.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6) !important;
  border-bottom-color: rgb(254 249 195 / 0.6) !important;
}
.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65) !important;
  border-bottom-color: rgb(254 249 195 / 0.65) !important;
}
.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7) !important;
  border-bottom-color: rgb(254 249 195 / 0.7) !important;
}
.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75) !important;
  border-bottom-color: rgb(254 249 195 / 0.75) !important;
}
.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8) !important;
  border-bottom-color: rgb(254 249 195 / 0.8) !important;
}
.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85) !important;
  border-bottom-color: rgb(254 249 195 / 0.85) !important;
}
.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9) !important;
  border-bottom-color: rgb(254 249 195 / 0.9) !important;
}
.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95) !important;
  border-bottom-color: rgb(254 249 195 / 0.95) !important;
}
.border-y-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0) !important;
  border-bottom-color: rgb(254 240 138 / 0) !important;
}
.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1) !important;
  border-bottom-color: rgb(254 240 138 / 0.1) !important;
}
.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1) !important;
  border-bottom-color: rgb(254 240 138 / 1) !important;
}
.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15) !important;
  border-bottom-color: rgb(254 240 138 / 0.15) !important;
}
.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2) !important;
  border-bottom-color: rgb(254 240 138 / 0.2) !important;
}
.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25) !important;
  border-bottom-color: rgb(254 240 138 / 0.25) !important;
}
.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3) !important;
  border-bottom-color: rgb(254 240 138 / 0.3) !important;
}
.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35) !important;
  border-bottom-color: rgb(254 240 138 / 0.35) !important;
}
.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4) !important;
  border-bottom-color: rgb(254 240 138 / 0.4) !important;
}
.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45) !important;
  border-bottom-color: rgb(254 240 138 / 0.45) !important;
}
.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05) !important;
  border-bottom-color: rgb(254 240 138 / 0.05) !important;
}
.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5) !important;
  border-bottom-color: rgb(254 240 138 / 0.5) !important;
}
.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55) !important;
  border-bottom-color: rgb(254 240 138 / 0.55) !important;
}
.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6) !important;
  border-bottom-color: rgb(254 240 138 / 0.6) !important;
}
.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65) !important;
  border-bottom-color: rgb(254 240 138 / 0.65) !important;
}
.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7) !important;
  border-bottom-color: rgb(254 240 138 / 0.7) !important;
}
.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75) !important;
  border-bottom-color: rgb(254 240 138 / 0.75) !important;
}
.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8) !important;
  border-bottom-color: rgb(254 240 138 / 0.8) !important;
}
.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85) !important;
  border-bottom-color: rgb(254 240 138 / 0.85) !important;
}
.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9) !important;
  border-bottom-color: rgb(254 240 138 / 0.9) !important;
}
.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95) !important;
  border-bottom-color: rgb(254 240 138 / 0.95) !important;
}
.border-y-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0) !important;
  border-bottom-color: rgb(253 224 71 / 0) !important;
}
.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1) !important;
  border-bottom-color: rgb(253 224 71 / 0.1) !important;
}
.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1) !important;
  border-bottom-color: rgb(253 224 71 / 1) !important;
}
.border-y-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15) !important;
  border-bottom-color: rgb(253 224 71 / 0.15) !important;
}
.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2) !important;
  border-bottom-color: rgb(253 224 71 / 0.2) !important;
}
.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25) !important;
  border-bottom-color: rgb(253 224 71 / 0.25) !important;
}
.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3) !important;
  border-bottom-color: rgb(253 224 71 / 0.3) !important;
}
.border-y-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35) !important;
  border-bottom-color: rgb(253 224 71 / 0.35) !important;
}
.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4) !important;
  border-bottom-color: rgb(253 224 71 / 0.4) !important;
}
.border-y-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45) !important;
  border-bottom-color: rgb(253 224 71 / 0.45) !important;
}
.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05) !important;
  border-bottom-color: rgb(253 224 71 / 0.05) !important;
}
.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5) !important;
  border-bottom-color: rgb(253 224 71 / 0.5) !important;
}
.border-y-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55) !important;
  border-bottom-color: rgb(253 224 71 / 0.55) !important;
}
.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6) !important;
  border-bottom-color: rgb(253 224 71 / 0.6) !important;
}
.border-y-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65) !important;
  border-bottom-color: rgb(253 224 71 / 0.65) !important;
}
.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7) !important;
  border-bottom-color: rgb(253 224 71 / 0.7) !important;
}
.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75) !important;
  border-bottom-color: rgb(253 224 71 / 0.75) !important;
}
.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8) !important;
  border-bottom-color: rgb(253 224 71 / 0.8) !important;
}
.border-y-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85) !important;
  border-bottom-color: rgb(253 224 71 / 0.85) !important;
}
.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9) !important;
  border-bottom-color: rgb(253 224 71 / 0.9) !important;
}
.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95) !important;
  border-bottom-color: rgb(253 224 71 / 0.95) !important;
}
.border-y-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0) !important;
  border-bottom-color: rgb(250 204 21 / 0) !important;
}
.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1) !important;
  border-bottom-color: rgb(250 204 21 / 0.1) !important;
}
.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1) !important;
  border-bottom-color: rgb(250 204 21 / 1) !important;
}
.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15) !important;
  border-bottom-color: rgb(250 204 21 / 0.15) !important;
}
.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2) !important;
  border-bottom-color: rgb(250 204 21 / 0.2) !important;
}
.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25) !important;
  border-bottom-color: rgb(250 204 21 / 0.25) !important;
}
.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3) !important;
  border-bottom-color: rgb(250 204 21 / 0.3) !important;
}
.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35) !important;
  border-bottom-color: rgb(250 204 21 / 0.35) !important;
}
.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4) !important;
  border-bottom-color: rgb(250 204 21 / 0.4) !important;
}
.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45) !important;
  border-bottom-color: rgb(250 204 21 / 0.45) !important;
}
.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05) !important;
  border-bottom-color: rgb(250 204 21 / 0.05) !important;
}
.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5) !important;
  border-bottom-color: rgb(250 204 21 / 0.5) !important;
}
.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55) !important;
  border-bottom-color: rgb(250 204 21 / 0.55) !important;
}
.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6) !important;
  border-bottom-color: rgb(250 204 21 / 0.6) !important;
}
.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65) !important;
  border-bottom-color: rgb(250 204 21 / 0.65) !important;
}
.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7) !important;
  border-bottom-color: rgb(250 204 21 / 0.7) !important;
}
.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75) !important;
  border-bottom-color: rgb(250 204 21 / 0.75) !important;
}
.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8) !important;
  border-bottom-color: rgb(250 204 21 / 0.8) !important;
}
.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85) !important;
  border-bottom-color: rgb(250 204 21 / 0.85) !important;
}
.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9) !important;
  border-bottom-color: rgb(250 204 21 / 0.9) !important;
}
.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95) !important;
  border-bottom-color: rgb(250 204 21 / 0.95) !important;
}
.border-y-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0) !important;
  border-bottom-color: rgb(254 252 232 / 0) !important;
}
.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1) !important;
  border-bottom-color: rgb(254 252 232 / 0.1) !important;
}
.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1) !important;
  border-bottom-color: rgb(254 252 232 / 1) !important;
}
.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15) !important;
  border-bottom-color: rgb(254 252 232 / 0.15) !important;
}
.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2) !important;
  border-bottom-color: rgb(254 252 232 / 0.2) !important;
}
.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25) !important;
  border-bottom-color: rgb(254 252 232 / 0.25) !important;
}
.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3) !important;
  border-bottom-color: rgb(254 252 232 / 0.3) !important;
}
.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35) !important;
  border-bottom-color: rgb(254 252 232 / 0.35) !important;
}
.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4) !important;
  border-bottom-color: rgb(254 252 232 / 0.4) !important;
}
.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45) !important;
  border-bottom-color: rgb(254 252 232 / 0.45) !important;
}
.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05) !important;
  border-bottom-color: rgb(254 252 232 / 0.05) !important;
}
.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5) !important;
  border-bottom-color: rgb(254 252 232 / 0.5) !important;
}
.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55) !important;
  border-bottom-color: rgb(254 252 232 / 0.55) !important;
}
.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6) !important;
  border-bottom-color: rgb(254 252 232 / 0.6) !important;
}
.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65) !important;
  border-bottom-color: rgb(254 252 232 / 0.65) !important;
}
.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7) !important;
  border-bottom-color: rgb(254 252 232 / 0.7) !important;
}
.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75) !important;
  border-bottom-color: rgb(254 252 232 / 0.75) !important;
}
.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8) !important;
  border-bottom-color: rgb(254 252 232 / 0.8) !important;
}
.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85) !important;
  border-bottom-color: rgb(254 252 232 / 0.85) !important;
}
.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9) !important;
  border-bottom-color: rgb(254 252 232 / 0.9) !important;
}
.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95) !important;
  border-bottom-color: rgb(254 252 232 / 0.95) !important;
}
.border-y-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0) !important;
  border-bottom-color: rgb(234 179 8 / 0) !important;
}
.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1) !important;
  border-bottom-color: rgb(234 179 8 / 0.1) !important;
}
.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1) !important;
  border-bottom-color: rgb(234 179 8 / 1) !important;
}
.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15) !important;
  border-bottom-color: rgb(234 179 8 / 0.15) !important;
}
.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2) !important;
  border-bottom-color: rgb(234 179 8 / 0.2) !important;
}
.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25) !important;
  border-bottom-color: rgb(234 179 8 / 0.25) !important;
}
.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3) !important;
  border-bottom-color: rgb(234 179 8 / 0.3) !important;
}
.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35) !important;
  border-bottom-color: rgb(234 179 8 / 0.35) !important;
}
.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4) !important;
  border-bottom-color: rgb(234 179 8 / 0.4) !important;
}
.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45) !important;
  border-bottom-color: rgb(234 179 8 / 0.45) !important;
}
.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05) !important;
  border-bottom-color: rgb(234 179 8 / 0.05) !important;
}
.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5) !important;
  border-bottom-color: rgb(234 179 8 / 0.5) !important;
}
.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55) !important;
  border-bottom-color: rgb(234 179 8 / 0.55) !important;
}
.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6) !important;
  border-bottom-color: rgb(234 179 8 / 0.6) !important;
}
.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65) !important;
  border-bottom-color: rgb(234 179 8 / 0.65) !important;
}
.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7) !important;
  border-bottom-color: rgb(234 179 8 / 0.7) !important;
}
.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75) !important;
  border-bottom-color: rgb(234 179 8 / 0.75) !important;
}
.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8) !important;
  border-bottom-color: rgb(234 179 8 / 0.8) !important;
}
.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85) !important;
  border-bottom-color: rgb(234 179 8 / 0.85) !important;
}
.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9) !important;
  border-bottom-color: rgb(234 179 8 / 0.9) !important;
}
.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95) !important;
  border-bottom-color: rgb(234 179 8 / 0.95) !important;
}
.border-y-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0) !important;
  border-bottom-color: rgb(202 138 4 / 0) !important;
}
.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1) !important;
  border-bottom-color: rgb(202 138 4 / 0.1) !important;
}
.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1) !important;
  border-bottom-color: rgb(202 138 4 / 1) !important;
}
.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15) !important;
  border-bottom-color: rgb(202 138 4 / 0.15) !important;
}
.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2) !important;
  border-bottom-color: rgb(202 138 4 / 0.2) !important;
}
.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25) !important;
  border-bottom-color: rgb(202 138 4 / 0.25) !important;
}
.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3) !important;
  border-bottom-color: rgb(202 138 4 / 0.3) !important;
}
.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35) !important;
  border-bottom-color: rgb(202 138 4 / 0.35) !important;
}
.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4) !important;
  border-bottom-color: rgb(202 138 4 / 0.4) !important;
}
.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45) !important;
  border-bottom-color: rgb(202 138 4 / 0.45) !important;
}
.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05) !important;
  border-bottom-color: rgb(202 138 4 / 0.05) !important;
}
.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5) !important;
  border-bottom-color: rgb(202 138 4 / 0.5) !important;
}
.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55) !important;
  border-bottom-color: rgb(202 138 4 / 0.55) !important;
}
.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6) !important;
  border-bottom-color: rgb(202 138 4 / 0.6) !important;
}
.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65) !important;
  border-bottom-color: rgb(202 138 4 / 0.65) !important;
}
.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7) !important;
  border-bottom-color: rgb(202 138 4 / 0.7) !important;
}
.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75) !important;
  border-bottom-color: rgb(202 138 4 / 0.75) !important;
}
.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8) !important;
  border-bottom-color: rgb(202 138 4 / 0.8) !important;
}
.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85) !important;
  border-bottom-color: rgb(202 138 4 / 0.85) !important;
}
.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9) !important;
  border-bottom-color: rgb(202 138 4 / 0.9) !important;
}
.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95) !important;
  border-bottom-color: rgb(202 138 4 / 0.95) !important;
}
.border-y-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0) !important;
  border-bottom-color: rgb(161 98 7 / 0) !important;
}
.border-y-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1) !important;
  border-bottom-color: rgb(161 98 7 / 0.1) !important;
}
.border-y-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1) !important;
  border-bottom-color: rgb(161 98 7 / 1) !important;
}
.border-y-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15) !important;
  border-bottom-color: rgb(161 98 7 / 0.15) !important;
}
.border-y-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2) !important;
  border-bottom-color: rgb(161 98 7 / 0.2) !important;
}
.border-y-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25) !important;
  border-bottom-color: rgb(161 98 7 / 0.25) !important;
}
.border-y-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3) !important;
  border-bottom-color: rgb(161 98 7 / 0.3) !important;
}
.border-y-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35) !important;
  border-bottom-color: rgb(161 98 7 / 0.35) !important;
}
.border-y-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4) !important;
  border-bottom-color: rgb(161 98 7 / 0.4) !important;
}
.border-y-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45) !important;
  border-bottom-color: rgb(161 98 7 / 0.45) !important;
}
.border-y-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05) !important;
  border-bottom-color: rgb(161 98 7 / 0.05) !important;
}
.border-y-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5) !important;
  border-bottom-color: rgb(161 98 7 / 0.5) !important;
}
.border-y-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55) !important;
  border-bottom-color: rgb(161 98 7 / 0.55) !important;
}
.border-y-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6) !important;
  border-bottom-color: rgb(161 98 7 / 0.6) !important;
}
.border-y-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65) !important;
  border-bottom-color: rgb(161 98 7 / 0.65) !important;
}
.border-y-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7) !important;
  border-bottom-color: rgb(161 98 7 / 0.7) !important;
}
.border-y-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75) !important;
  border-bottom-color: rgb(161 98 7 / 0.75) !important;
}
.border-y-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8) !important;
  border-bottom-color: rgb(161 98 7 / 0.8) !important;
}
.border-y-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85) !important;
  border-bottom-color: rgb(161 98 7 / 0.85) !important;
}
.border-y-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9) !important;
  border-bottom-color: rgb(161 98 7 / 0.9) !important;
}
.border-y-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95) !important;
  border-bottom-color: rgb(161 98 7 / 0.95) !important;
}
.border-y-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0) !important;
  border-bottom-color: rgb(133 77 14 / 0) !important;
}
.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1) !important;
  border-bottom-color: rgb(133 77 14 / 0.1) !important;
}
.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1) !important;
  border-bottom-color: rgb(133 77 14 / 1) !important;
}
.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15) !important;
  border-bottom-color: rgb(133 77 14 / 0.15) !important;
}
.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2) !important;
  border-bottom-color: rgb(133 77 14 / 0.2) !important;
}
.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25) !important;
  border-bottom-color: rgb(133 77 14 / 0.25) !important;
}
.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3) !important;
  border-bottom-color: rgb(133 77 14 / 0.3) !important;
}
.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35) !important;
  border-bottom-color: rgb(133 77 14 / 0.35) !important;
}
.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4) !important;
  border-bottom-color: rgb(133 77 14 / 0.4) !important;
}
.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45) !important;
  border-bottom-color: rgb(133 77 14 / 0.45) !important;
}
.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05) !important;
  border-bottom-color: rgb(133 77 14 / 0.05) !important;
}
.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5) !important;
  border-bottom-color: rgb(133 77 14 / 0.5) !important;
}
.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55) !important;
  border-bottom-color: rgb(133 77 14 / 0.55) !important;
}
.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6) !important;
  border-bottom-color: rgb(133 77 14 / 0.6) !important;
}
.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65) !important;
  border-bottom-color: rgb(133 77 14 / 0.65) !important;
}
.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7) !important;
  border-bottom-color: rgb(133 77 14 / 0.7) !important;
}
.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75) !important;
  border-bottom-color: rgb(133 77 14 / 0.75) !important;
}
.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8) !important;
  border-bottom-color: rgb(133 77 14 / 0.8) !important;
}
.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85) !important;
  border-bottom-color: rgb(133 77 14 / 0.85) !important;
}
.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9) !important;
  border-bottom-color: rgb(133 77 14 / 0.9) !important;
}
.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95) !important;
  border-bottom-color: rgb(133 77 14 / 0.95) !important;
}
.border-y-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0) !important;
  border-bottom-color: rgb(113 63 18 / 0) !important;
}
.border-y-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1) !important;
  border-bottom-color: rgb(113 63 18 / 0.1) !important;
}
.border-y-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1) !important;
  border-bottom-color: rgb(113 63 18 / 1) !important;
}
.border-y-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15) !important;
  border-bottom-color: rgb(113 63 18 / 0.15) !important;
}
.border-y-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2) !important;
  border-bottom-color: rgb(113 63 18 / 0.2) !important;
}
.border-y-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25) !important;
  border-bottom-color: rgb(113 63 18 / 0.25) !important;
}
.border-y-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3) !important;
  border-bottom-color: rgb(113 63 18 / 0.3) !important;
}
.border-y-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35) !important;
  border-bottom-color: rgb(113 63 18 / 0.35) !important;
}
.border-y-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4) !important;
  border-bottom-color: rgb(113 63 18 / 0.4) !important;
}
.border-y-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45) !important;
  border-bottom-color: rgb(113 63 18 / 0.45) !important;
}
.border-y-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05) !important;
  border-bottom-color: rgb(113 63 18 / 0.05) !important;
}
.border-y-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5) !important;
  border-bottom-color: rgb(113 63 18 / 0.5) !important;
}
.border-y-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55) !important;
  border-bottom-color: rgb(113 63 18 / 0.55) !important;
}
.border-y-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6) !important;
  border-bottom-color: rgb(113 63 18 / 0.6) !important;
}
.border-y-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65) !important;
  border-bottom-color: rgb(113 63 18 / 0.65) !important;
}
.border-y-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7) !important;
  border-bottom-color: rgb(113 63 18 / 0.7) !important;
}
.border-y-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75) !important;
  border-bottom-color: rgb(113 63 18 / 0.75) !important;
}
.border-y-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8) !important;
  border-bottom-color: rgb(113 63 18 / 0.8) !important;
}
.border-y-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85) !important;
  border-bottom-color: rgb(113 63 18 / 0.85) !important;
}
.border-y-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9) !important;
  border-bottom-color: rgb(113 63 18 / 0.9) !important;
}
.border-y-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95) !important;
  border-bottom-color: rgb(113 63 18 / 0.95) !important;
}
.border-y-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0) !important;
  border-bottom-color: rgb(66 32 6 / 0) !important;
}
.border-y-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1) !important;
  border-bottom-color: rgb(66 32 6 / 0.1) !important;
}
.border-y-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1) !important;
  border-bottom-color: rgb(66 32 6 / 1) !important;
}
.border-y-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15) !important;
  border-bottom-color: rgb(66 32 6 / 0.15) !important;
}
.border-y-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2) !important;
  border-bottom-color: rgb(66 32 6 / 0.2) !important;
}
.border-y-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25) !important;
  border-bottom-color: rgb(66 32 6 / 0.25) !important;
}
.border-y-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3) !important;
  border-bottom-color: rgb(66 32 6 / 0.3) !important;
}
.border-y-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35) !important;
  border-bottom-color: rgb(66 32 6 / 0.35) !important;
}
.border-y-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4) !important;
  border-bottom-color: rgb(66 32 6 / 0.4) !important;
}
.border-y-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45) !important;
  border-bottom-color: rgb(66 32 6 / 0.45) !important;
}
.border-y-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05) !important;
  border-bottom-color: rgb(66 32 6 / 0.05) !important;
}
.border-y-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5) !important;
  border-bottom-color: rgb(66 32 6 / 0.5) !important;
}
.border-y-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55) !important;
  border-bottom-color: rgb(66 32 6 / 0.55) !important;
}
.border-y-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6) !important;
  border-bottom-color: rgb(66 32 6 / 0.6) !important;
}
.border-y-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65) !important;
  border-bottom-color: rgb(66 32 6 / 0.65) !important;
}
.border-y-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7) !important;
  border-bottom-color: rgb(66 32 6 / 0.7) !important;
}
.border-y-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75) !important;
  border-bottom-color: rgb(66 32 6 / 0.75) !important;
}
.border-y-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8) !important;
  border-bottom-color: rgb(66 32 6 / 0.8) !important;
}
.border-y-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85) !important;
  border-bottom-color: rgb(66 32 6 / 0.85) !important;
}
.border-y-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9) !important;
  border-bottom-color: rgb(66 32 6 / 0.9) !important;
}
.border-y-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95) !important;
  border-bottom-color: rgb(66 32 6 / 0.95) !important;
}
.border-b-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0) !important;
}
.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1) !important;
}
.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1) !important;
}
.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15) !important;
}
.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2) !important;
}
.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25) !important;
}
.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3) !important;
}
.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35) !important;
}
.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4) !important;
}
.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45) !important;
}
.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05) !important;
}
.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5) !important;
}
.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55) !important;
}
.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6) !important;
}
.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65) !important;
}
.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7) !important;
}
.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75) !important;
}
.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8) !important;
}
.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85) !important;
}
.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9) !important;
}
.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95) !important;
}
.border-b-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0) !important;
}
.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1) !important;
}
.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1) !important;
}
.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15) !important;
}
.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2) !important;
}
.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25) !important;
}
.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3) !important;
}
.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35) !important;
}
.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4) !important;
}
.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45) !important;
}
.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05) !important;
}
.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5) !important;
}
.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55) !important;
}
.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6) !important;
}
.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65) !important;
}
.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7) !important;
}
.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75) !important;
}
.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8) !important;
}
.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85) !important;
}
.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9) !important;
}
.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95) !important;
}
.border-b-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0) !important;
}
.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1) !important;
}
.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1) !important;
}
.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15) !important;
}
.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2) !important;
}
.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25) !important;
}
.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3) !important;
}
.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35) !important;
}
.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4) !important;
}
.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45) !important;
}
.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05) !important;
}
.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5) !important;
}
.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55) !important;
}
.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6) !important;
}
.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65) !important;
}
.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7) !important;
}
.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75) !important;
}
.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8) !important;
}
.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85) !important;
}
.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9) !important;
}
.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95) !important;
}
.border-b-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0) !important;
}
.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1) !important;
}
.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1) !important;
}
.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15) !important;
}
.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2) !important;
}
.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25) !important;
}
.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3) !important;
}
.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35) !important;
}
.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4) !important;
}
.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45) !important;
}
.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05) !important;
}
.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5) !important;
}
.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55) !important;
}
.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6) !important;
}
.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65) !important;
}
.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7) !important;
}
.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75) !important;
}
.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8) !important;
}
.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85) !important;
}
.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9) !important;
}
.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95) !important;
}
.border-b-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0) !important;
}
.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1) !important;
}
.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1) !important;
}
.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15) !important;
}
.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2) !important;
}
.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25) !important;
}
.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3) !important;
}
.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35) !important;
}
.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4) !important;
}
.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45) !important;
}
.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05) !important;
}
.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5) !important;
}
.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55) !important;
}
.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6) !important;
}
.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65) !important;
}
.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7) !important;
}
.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75) !important;
}
.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8) !important;
}
.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85) !important;
}
.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9) !important;
}
.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95) !important;
}
.border-b-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0) !important;
}
.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1) !important;
}
.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1) !important;
}
.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15) !important;
}
.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2) !important;
}
.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25) !important;
}
.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3) !important;
}
.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35) !important;
}
.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4) !important;
}
.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45) !important;
}
.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05) !important;
}
.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5) !important;
}
.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55) !important;
}
.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6) !important;
}
.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65) !important;
}
.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7) !important;
}
.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75) !important;
}
.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8) !important;
}
.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85) !important;
}
.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9) !important;
}
.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95) !important;
}
.border-b-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0) !important;
}
.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1) !important;
}
.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1) !important;
}
.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15) !important;
}
.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2) !important;
}
.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25) !important;
}
.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3) !important;
}
.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35) !important;
}
.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4) !important;
}
.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45) !important;
}
.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05) !important;
}
.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5) !important;
}
.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55) !important;
}
.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6) !important;
}
.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65) !important;
}
.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7) !important;
}
.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75) !important;
}
.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8) !important;
}
.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85) !important;
}
.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9) !important;
}
.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95) !important;
}
.border-b-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0) !important;
}
.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1) !important;
}
.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1) !important;
}
.border-b-yellow-700\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15) !important;
}
.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2) !important;
}
.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25) !important;
}
.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3) !important;
}
.border-b-yellow-700\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35) !important;
}
.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4) !important;
}
.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45) !important;
}
.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05) !important;
}
.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5) !important;
}
.border-b-yellow-700\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55) !important;
}
.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6) !important;
}
.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65) !important;
}
.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7) !important;
}
.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75) !important;
}
.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8) !important;
}
.border-b-yellow-700\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85) !important;
}
.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9) !important;
}
.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95) !important;
}
.border-b-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0) !important;
}
.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1) !important;
}
.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1) !important;
}
.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15) !important;
}
.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2) !important;
}
.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25) !important;
}
.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3) !important;
}
.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35) !important;
}
.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4) !important;
}
.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45) !important;
}
.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05) !important;
}
.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5) !important;
}
.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55) !important;
}
.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6) !important;
}
.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65) !important;
}
.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7) !important;
}
.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75) !important;
}
.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8) !important;
}
.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85) !important;
}
.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9) !important;
}
.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95) !important;
}
.border-b-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0) !important;
}
.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1) !important;
}
.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1) !important;
}
.border-b-yellow-900\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15) !important;
}
.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2) !important;
}
.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25) !important;
}
.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3) !important;
}
.border-b-yellow-900\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35) !important;
}
.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4) !important;
}
.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45) !important;
}
.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05) !important;
}
.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5) !important;
}
.border-b-yellow-900\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55) !important;
}
.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6) !important;
}
.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65) !important;
}
.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7) !important;
}
.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75) !important;
}
.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8) !important;
}
.border-b-yellow-900\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85) !important;
}
.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9) !important;
}
.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95) !important;
}
.border-b-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-950\/0 {
  border-bottom-color: rgb(66 32 6 / 0) !important;
}
.border-b-yellow-950\/10 {
  border-bottom-color: rgb(66 32 6 / 0.1) !important;
}
.border-b-yellow-950\/100 {
  border-bottom-color: rgb(66 32 6 / 1) !important;
}
.border-b-yellow-950\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15) !important;
}
.border-b-yellow-950\/20 {
  border-bottom-color: rgb(66 32 6 / 0.2) !important;
}
.border-b-yellow-950\/25 {
  border-bottom-color: rgb(66 32 6 / 0.25) !important;
}
.border-b-yellow-950\/30 {
  border-bottom-color: rgb(66 32 6 / 0.3) !important;
}
.border-b-yellow-950\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35) !important;
}
.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4) !important;
}
.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45) !important;
}
.border-b-yellow-950\/5 {
  border-bottom-color: rgb(66 32 6 / 0.05) !important;
}
.border-b-yellow-950\/50 {
  border-bottom-color: rgb(66 32 6 / 0.5) !important;
}
.border-b-yellow-950\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55) !important;
}
.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6) !important;
}
.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65) !important;
}
.border-b-yellow-950\/70 {
  border-bottom-color: rgb(66 32 6 / 0.7) !important;
}
.border-b-yellow-950\/75 {
  border-bottom-color: rgb(66 32 6 / 0.75) !important;
}
.border-b-yellow-950\/80 {
  border-bottom-color: rgb(66 32 6 / 0.8) !important;
}
.border-b-yellow-950\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85) !important;
}
.border-b-yellow-950\/90 {
  border-bottom-color: rgb(66 32 6 / 0.9) !important;
}
.border-b-yellow-950\/95 {
  border-bottom-color: rgb(66 32 6 / 0.95) !important;
}
.border-e-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0) !important;
}
.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1) !important;
}
.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1) !important;
}
.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15) !important;
}
.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2) !important;
}
.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25) !important;
}
.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3) !important;
}
.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35) !important;
}
.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4) !important;
}
.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45) !important;
}
.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05) !important;
}
.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5) !important;
}
.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55) !important;
}
.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6) !important;
}
.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65) !important;
}
.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7) !important;
}
.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75) !important;
}
.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8) !important;
}
.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85) !important;
}
.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9) !important;
}
.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95) !important;
}
.border-e-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0) !important;
}
.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1) !important;
}
.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1) !important;
}
.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15) !important;
}
.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2) !important;
}
.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25) !important;
}
.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3) !important;
}
.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35) !important;
}
.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4) !important;
}
.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45) !important;
}
.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05) !important;
}
.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5) !important;
}
.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55) !important;
}
.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6) !important;
}
.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65) !important;
}
.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7) !important;
}
.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75) !important;
}
.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8) !important;
}
.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85) !important;
}
.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9) !important;
}
.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95) !important;
}
.border-e-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(253 224 71 / 0) !important;
}
.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(253 224 71 / 0.1) !important;
}
.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(253 224 71 / 1) !important;
}
.border-e-yellow-300\/15 {
  border-inline-end-color: rgb(253 224 71 / 0.15) !important;
}
.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(253 224 71 / 0.2) !important;
}
.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(253 224 71 / 0.25) !important;
}
.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(253 224 71 / 0.3) !important;
}
.border-e-yellow-300\/35 {
  border-inline-end-color: rgb(253 224 71 / 0.35) !important;
}
.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4) !important;
}
.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(253 224 71 / 0.45) !important;
}
.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(253 224 71 / 0.05) !important;
}
.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(253 224 71 / 0.5) !important;
}
.border-e-yellow-300\/55 {
  border-inline-end-color: rgb(253 224 71 / 0.55) !important;
}
.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6) !important;
}
.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(253 224 71 / 0.65) !important;
}
.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(253 224 71 / 0.7) !important;
}
.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(253 224 71 / 0.75) !important;
}
.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(253 224 71 / 0.8) !important;
}
.border-e-yellow-300\/85 {
  border-inline-end-color: rgb(253 224 71 / 0.85) !important;
}
.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(253 224 71 / 0.9) !important;
}
.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(253 224 71 / 0.95) !important;
}
.border-e-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0) !important;
}
.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1) !important;
}
.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1) !important;
}
.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15) !important;
}
.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2) !important;
}
.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25) !important;
}
.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3) !important;
}
.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35) !important;
}
.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4) !important;
}
.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45) !important;
}
.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05) !important;
}
.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5) !important;
}
.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55) !important;
}
.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6) !important;
}
.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65) !important;
}
.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7) !important;
}
.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75) !important;
}
.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8) !important;
}
.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85) !important;
}
.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9) !important;
}
.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95) !important;
}
.border-e-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(254 252 232 / 0) !important;
}
.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(254 252 232 / 0.1) !important;
}
.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(254 252 232 / 1) !important;
}
.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15) !important;
}
.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(254 252 232 / 0.2) !important;
}
.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(254 252 232 / 0.25) !important;
}
.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(254 252 232 / 0.3) !important;
}
.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35) !important;
}
.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4) !important;
}
.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45) !important;
}
.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(254 252 232 / 0.05) !important;
}
.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(254 252 232 / 0.5) !important;
}
.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55) !important;
}
.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6) !important;
}
.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65) !important;
}
.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(254 252 232 / 0.7) !important;
}
.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(254 252 232 / 0.75) !important;
}
.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(254 252 232 / 0.8) !important;
}
.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85) !important;
}
.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(254 252 232 / 0.9) !important;
}
.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(254 252 232 / 0.95) !important;
}
.border-e-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(234 179 8 / 0) !important;
}
.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(234 179 8 / 0.1) !important;
}
.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(234 179 8 / 1) !important;
}
.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15) !important;
}
.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(234 179 8 / 0.2) !important;
}
.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(234 179 8 / 0.25) !important;
}
.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(234 179 8 / 0.3) !important;
}
.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35) !important;
}
.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4) !important;
}
.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45) !important;
}
.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(234 179 8 / 0.05) !important;
}
.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(234 179 8 / 0.5) !important;
}
.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55) !important;
}
.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6) !important;
}
.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65) !important;
}
.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(234 179 8 / 0.7) !important;
}
.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(234 179 8 / 0.75) !important;
}
.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(234 179 8 / 0.8) !important;
}
.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85) !important;
}
.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(234 179 8 / 0.9) !important;
}
.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(234 179 8 / 0.95) !important;
}
.border-e-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(202 138 4 / 0) !important;
}
.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(202 138 4 / 0.1) !important;
}
.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(202 138 4 / 1) !important;
}
.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15) !important;
}
.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(202 138 4 / 0.2) !important;
}
.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(202 138 4 / 0.25) !important;
}
.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(202 138 4 / 0.3) !important;
}
.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35) !important;
}
.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4) !important;
}
.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45) !important;
}
.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(202 138 4 / 0.05) !important;
}
.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(202 138 4 / 0.5) !important;
}
.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55) !important;
}
.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6) !important;
}
.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65) !important;
}
.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(202 138 4 / 0.7) !important;
}
.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(202 138 4 / 0.75) !important;
}
.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(202 138 4 / 0.8) !important;
}
.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85) !important;
}
.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(202 138 4 / 0.9) !important;
}
.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(202 138 4 / 0.95) !important;
}
.border-e-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-700\/0 {
  border-inline-end-color: rgb(161 98 7 / 0) !important;
}
.border-e-yellow-700\/10 {
  border-inline-end-color: rgb(161 98 7 / 0.1) !important;
}
.border-e-yellow-700\/100 {
  border-inline-end-color: rgb(161 98 7 / 1) !important;
}
.border-e-yellow-700\/15 {
  border-inline-end-color: rgb(161 98 7 / 0.15) !important;
}
.border-e-yellow-700\/20 {
  border-inline-end-color: rgb(161 98 7 / 0.2) !important;
}
.border-e-yellow-700\/25 {
  border-inline-end-color: rgb(161 98 7 / 0.25) !important;
}
.border-e-yellow-700\/30 {
  border-inline-end-color: rgb(161 98 7 / 0.3) !important;
}
.border-e-yellow-700\/35 {
  border-inline-end-color: rgb(161 98 7 / 0.35) !important;
}
.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4) !important;
}
.border-e-yellow-700\/45 {
  border-inline-end-color: rgb(161 98 7 / 0.45) !important;
}
.border-e-yellow-700\/5 {
  border-inline-end-color: rgb(161 98 7 / 0.05) !important;
}
.border-e-yellow-700\/50 {
  border-inline-end-color: rgb(161 98 7 / 0.5) !important;
}
.border-e-yellow-700\/55 {
  border-inline-end-color: rgb(161 98 7 / 0.55) !important;
}
.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6) !important;
}
.border-e-yellow-700\/65 {
  border-inline-end-color: rgb(161 98 7 / 0.65) !important;
}
.border-e-yellow-700\/70 {
  border-inline-end-color: rgb(161 98 7 / 0.7) !important;
}
.border-e-yellow-700\/75 {
  border-inline-end-color: rgb(161 98 7 / 0.75) !important;
}
.border-e-yellow-700\/80 {
  border-inline-end-color: rgb(161 98 7 / 0.8) !important;
}
.border-e-yellow-700\/85 {
  border-inline-end-color: rgb(161 98 7 / 0.85) !important;
}
.border-e-yellow-700\/90 {
  border-inline-end-color: rgb(161 98 7 / 0.9) !important;
}
.border-e-yellow-700\/95 {
  border-inline-end-color: rgb(161 98 7 / 0.95) !important;
}
.border-e-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0) !important;
}
.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1) !important;
}
.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1) !important;
}
.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15) !important;
}
.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2) !important;
}
.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25) !important;
}
.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3) !important;
}
.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35) !important;
}
.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4) !important;
}
.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45) !important;
}
.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05) !important;
}
.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5) !important;
}
.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55) !important;
}
.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6) !important;
}
.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65) !important;
}
.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7) !important;
}
.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75) !important;
}
.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8) !important;
}
.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85) !important;
}
.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9) !important;
}
.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95) !important;
}
.border-e-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-900\/0 {
  border-inline-end-color: rgb(113 63 18 / 0) !important;
}
.border-e-yellow-900\/10 {
  border-inline-end-color: rgb(113 63 18 / 0.1) !important;
}
.border-e-yellow-900\/100 {
  border-inline-end-color: rgb(113 63 18 / 1) !important;
}
.border-e-yellow-900\/15 {
  border-inline-end-color: rgb(113 63 18 / 0.15) !important;
}
.border-e-yellow-900\/20 {
  border-inline-end-color: rgb(113 63 18 / 0.2) !important;
}
.border-e-yellow-900\/25 {
  border-inline-end-color: rgb(113 63 18 / 0.25) !important;
}
.border-e-yellow-900\/30 {
  border-inline-end-color: rgb(113 63 18 / 0.3) !important;
}
.border-e-yellow-900\/35 {
  border-inline-end-color: rgb(113 63 18 / 0.35) !important;
}
.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4) !important;
}
.border-e-yellow-900\/45 {
  border-inline-end-color: rgb(113 63 18 / 0.45) !important;
}
.border-e-yellow-900\/5 {
  border-inline-end-color: rgb(113 63 18 / 0.05) !important;
}
.border-e-yellow-900\/50 {
  border-inline-end-color: rgb(113 63 18 / 0.5) !important;
}
.border-e-yellow-900\/55 {
  border-inline-end-color: rgb(113 63 18 / 0.55) !important;
}
.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6) !important;
}
.border-e-yellow-900\/65 {
  border-inline-end-color: rgb(113 63 18 / 0.65) !important;
}
.border-e-yellow-900\/70 {
  border-inline-end-color: rgb(113 63 18 / 0.7) !important;
}
.border-e-yellow-900\/75 {
  border-inline-end-color: rgb(113 63 18 / 0.75) !important;
}
.border-e-yellow-900\/80 {
  border-inline-end-color: rgb(113 63 18 / 0.8) !important;
}
.border-e-yellow-900\/85 {
  border-inline-end-color: rgb(113 63 18 / 0.85) !important;
}
.border-e-yellow-900\/90 {
  border-inline-end-color: rgb(113 63 18 / 0.9) !important;
}
.border-e-yellow-900\/95 {
  border-inline-end-color: rgb(113 63 18 / 0.95) !important;
}
.border-e-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-e-yellow-950\/0 {
  border-inline-end-color: rgb(66 32 6 / 0) !important;
}
.border-e-yellow-950\/10 {
  border-inline-end-color: rgb(66 32 6 / 0.1) !important;
}
.border-e-yellow-950\/100 {
  border-inline-end-color: rgb(66 32 6 / 1) !important;
}
.border-e-yellow-950\/15 {
  border-inline-end-color: rgb(66 32 6 / 0.15) !important;
}
.border-e-yellow-950\/20 {
  border-inline-end-color: rgb(66 32 6 / 0.2) !important;
}
.border-e-yellow-950\/25 {
  border-inline-end-color: rgb(66 32 6 / 0.25) !important;
}
.border-e-yellow-950\/30 {
  border-inline-end-color: rgb(66 32 6 / 0.3) !important;
}
.border-e-yellow-950\/35 {
  border-inline-end-color: rgb(66 32 6 / 0.35) !important;
}
.border-e-yellow-950\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4) !important;
}
.border-e-yellow-950\/45 {
  border-inline-end-color: rgb(66 32 6 / 0.45) !important;
}
.border-e-yellow-950\/5 {
  border-inline-end-color: rgb(66 32 6 / 0.05) !important;
}
.border-e-yellow-950\/50 {
  border-inline-end-color: rgb(66 32 6 / 0.5) !important;
}
.border-e-yellow-950\/55 {
  border-inline-end-color: rgb(66 32 6 / 0.55) !important;
}
.border-e-yellow-950\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6) !important;
}
.border-e-yellow-950\/65 {
  border-inline-end-color: rgb(66 32 6 / 0.65) !important;
}
.border-e-yellow-950\/70 {
  border-inline-end-color: rgb(66 32 6 / 0.7) !important;
}
.border-e-yellow-950\/75 {
  border-inline-end-color: rgb(66 32 6 / 0.75) !important;
}
.border-e-yellow-950\/80 {
  border-inline-end-color: rgb(66 32 6 / 0.8) !important;
}
.border-e-yellow-950\/85 {
  border-inline-end-color: rgb(66 32 6 / 0.85) !important;
}
.border-e-yellow-950\/90 {
  border-inline-end-color: rgb(66 32 6 / 0.9) !important;
}
.border-e-yellow-950\/95 {
  border-inline-end-color: rgb(66 32 6 / 0.95) !important;
}
.border-l-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0) !important;
}
.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1) !important;
}
.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1) !important;
}
.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15) !important;
}
.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2) !important;
}
.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25) !important;
}
.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3) !important;
}
.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35) !important;
}
.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4) !important;
}
.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45) !important;
}
.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05) !important;
}
.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5) !important;
}
.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55) !important;
}
.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6) !important;
}
.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65) !important;
}
.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7) !important;
}
.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75) !important;
}
.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8) !important;
}
.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85) !important;
}
.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9) !important;
}
.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95) !important;
}
.border-l-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0) !important;
}
.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1) !important;
}
.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1) !important;
}
.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15) !important;
}
.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2) !important;
}
.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25) !important;
}
.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3) !important;
}
.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35) !important;
}
.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4) !important;
}
.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45) !important;
}
.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05) !important;
}
.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5) !important;
}
.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55) !important;
}
.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6) !important;
}
.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65) !important;
}
.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7) !important;
}
.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75) !important;
}
.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8) !important;
}
.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85) !important;
}
.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9) !important;
}
.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95) !important;
}
.border-l-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0) !important;
}
.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1) !important;
}
.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1) !important;
}
.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15) !important;
}
.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2) !important;
}
.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25) !important;
}
.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3) !important;
}
.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35) !important;
}
.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4) !important;
}
.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45) !important;
}
.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05) !important;
}
.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5) !important;
}
.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55) !important;
}
.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6) !important;
}
.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65) !important;
}
.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7) !important;
}
.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75) !important;
}
.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8) !important;
}
.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85) !important;
}
.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9) !important;
}
.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95) !important;
}
.border-l-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0) !important;
}
.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1) !important;
}
.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1) !important;
}
.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15) !important;
}
.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2) !important;
}
.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25) !important;
}
.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3) !important;
}
.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35) !important;
}
.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4) !important;
}
.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45) !important;
}
.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05) !important;
}
.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5) !important;
}
.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55) !important;
}
.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6) !important;
}
.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65) !important;
}
.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7) !important;
}
.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75) !important;
}
.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8) !important;
}
.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85) !important;
}
.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9) !important;
}
.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95) !important;
}
.border-l-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0) !important;
}
.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1) !important;
}
.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1) !important;
}
.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15) !important;
}
.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2) !important;
}
.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25) !important;
}
.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3) !important;
}
.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35) !important;
}
.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4) !important;
}
.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45) !important;
}
.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05) !important;
}
.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5) !important;
}
.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55) !important;
}
.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6) !important;
}
.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65) !important;
}
.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7) !important;
}
.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75) !important;
}
.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8) !important;
}
.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85) !important;
}
.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9) !important;
}
.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95) !important;
}
.border-l-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0) !important;
}
.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1) !important;
}
.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1) !important;
}
.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15) !important;
}
.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2) !important;
}
.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25) !important;
}
.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3) !important;
}
.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35) !important;
}
.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4) !important;
}
.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45) !important;
}
.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05) !important;
}
.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5) !important;
}
.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55) !important;
}
.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6) !important;
}
.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65) !important;
}
.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7) !important;
}
.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75) !important;
}
.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8) !important;
}
.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85) !important;
}
.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9) !important;
}
.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95) !important;
}
.border-l-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0) !important;
}
.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1) !important;
}
.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1) !important;
}
.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15) !important;
}
.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2) !important;
}
.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25) !important;
}
.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3) !important;
}
.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35) !important;
}
.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4) !important;
}
.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45) !important;
}
.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05) !important;
}
.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5) !important;
}
.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55) !important;
}
.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6) !important;
}
.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65) !important;
}
.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7) !important;
}
.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75) !important;
}
.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8) !important;
}
.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85) !important;
}
.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9) !important;
}
.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95) !important;
}
.border-l-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0) !important;
}
.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1) !important;
}
.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1) !important;
}
.border-l-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15) !important;
}
.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2) !important;
}
.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25) !important;
}
.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3) !important;
}
.border-l-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35) !important;
}
.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4) !important;
}
.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45) !important;
}
.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05) !important;
}
.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5) !important;
}
.border-l-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55) !important;
}
.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6) !important;
}
.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65) !important;
}
.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7) !important;
}
.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75) !important;
}
.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8) !important;
}
.border-l-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85) !important;
}
.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9) !important;
}
.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95) !important;
}
.border-l-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0) !important;
}
.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1) !important;
}
.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1) !important;
}
.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15) !important;
}
.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2) !important;
}
.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25) !important;
}
.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3) !important;
}
.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35) !important;
}
.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4) !important;
}
.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45) !important;
}
.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05) !important;
}
.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5) !important;
}
.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55) !important;
}
.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6) !important;
}
.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65) !important;
}
.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7) !important;
}
.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75) !important;
}
.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8) !important;
}
.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85) !important;
}
.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9) !important;
}
.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95) !important;
}
.border-l-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0) !important;
}
.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1) !important;
}
.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1) !important;
}
.border-l-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15) !important;
}
.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2) !important;
}
.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25) !important;
}
.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3) !important;
}
.border-l-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35) !important;
}
.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4) !important;
}
.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45) !important;
}
.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05) !important;
}
.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5) !important;
}
.border-l-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55) !important;
}
.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6) !important;
}
.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65) !important;
}
.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7) !important;
}
.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75) !important;
}
.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8) !important;
}
.border-l-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85) !important;
}
.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9) !important;
}
.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95) !important;
}
.border-l-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0) !important;
}
.border-l-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1) !important;
}
.border-l-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1) !important;
}
.border-l-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15) !important;
}
.border-l-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2) !important;
}
.border-l-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25) !important;
}
.border-l-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3) !important;
}
.border-l-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35) !important;
}
.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4) !important;
}
.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45) !important;
}
.border-l-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05) !important;
}
.border-l-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5) !important;
}
.border-l-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55) !important;
}
.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6) !important;
}
.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65) !important;
}
.border-l-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7) !important;
}
.border-l-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75) !important;
}
.border-l-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8) !important;
}
.border-l-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85) !important;
}
.border-l-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9) !important;
}
.border-l-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95) !important;
}
.border-r-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0) !important;
}
.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1) !important;
}
.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1) !important;
}
.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15) !important;
}
.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2) !important;
}
.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25) !important;
}
.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3) !important;
}
.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35) !important;
}
.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4) !important;
}
.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45) !important;
}
.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05) !important;
}
.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5) !important;
}
.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55) !important;
}
.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6) !important;
}
.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65) !important;
}
.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7) !important;
}
.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75) !important;
}
.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8) !important;
}
.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85) !important;
}
.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9) !important;
}
.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95) !important;
}
.border-r-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0) !important;
}
.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1) !important;
}
.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1) !important;
}
.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15) !important;
}
.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2) !important;
}
.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25) !important;
}
.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3) !important;
}
.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35) !important;
}
.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4) !important;
}
.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45) !important;
}
.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05) !important;
}
.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5) !important;
}
.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55) !important;
}
.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6) !important;
}
.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65) !important;
}
.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7) !important;
}
.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75) !important;
}
.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8) !important;
}
.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85) !important;
}
.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9) !important;
}
.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95) !important;
}
.border-r-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0) !important;
}
.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1) !important;
}
.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1) !important;
}
.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15) !important;
}
.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2) !important;
}
.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25) !important;
}
.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3) !important;
}
.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35) !important;
}
.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4) !important;
}
.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45) !important;
}
.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05) !important;
}
.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5) !important;
}
.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55) !important;
}
.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6) !important;
}
.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65) !important;
}
.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7) !important;
}
.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75) !important;
}
.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8) !important;
}
.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85) !important;
}
.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9) !important;
}
.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95) !important;
}
.border-r-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0) !important;
}
.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1) !important;
}
.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1) !important;
}
.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15) !important;
}
.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2) !important;
}
.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25) !important;
}
.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3) !important;
}
.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35) !important;
}
.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4) !important;
}
.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45) !important;
}
.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05) !important;
}
.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5) !important;
}
.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55) !important;
}
.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6) !important;
}
.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65) !important;
}
.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7) !important;
}
.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75) !important;
}
.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8) !important;
}
.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85) !important;
}
.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9) !important;
}
.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95) !important;
}
.border-r-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0) !important;
}
.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1) !important;
}
.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1) !important;
}
.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15) !important;
}
.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2) !important;
}
.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25) !important;
}
.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3) !important;
}
.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35) !important;
}
.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4) !important;
}
.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45) !important;
}
.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05) !important;
}
.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5) !important;
}
.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55) !important;
}
.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6) !important;
}
.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65) !important;
}
.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7) !important;
}
.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75) !important;
}
.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8) !important;
}
.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85) !important;
}
.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9) !important;
}
.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95) !important;
}
.border-r-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0) !important;
}
.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1) !important;
}
.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1) !important;
}
.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15) !important;
}
.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2) !important;
}
.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25) !important;
}
.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3) !important;
}
.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35) !important;
}
.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4) !important;
}
.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45) !important;
}
.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05) !important;
}
.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5) !important;
}
.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55) !important;
}
.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6) !important;
}
.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65) !important;
}
.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7) !important;
}
.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75) !important;
}
.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8) !important;
}
.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85) !important;
}
.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9) !important;
}
.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95) !important;
}
.border-r-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0) !important;
}
.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1) !important;
}
.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1) !important;
}
.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15) !important;
}
.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2) !important;
}
.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25) !important;
}
.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3) !important;
}
.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35) !important;
}
.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4) !important;
}
.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45) !important;
}
.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05) !important;
}
.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5) !important;
}
.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55) !important;
}
.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6) !important;
}
.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65) !important;
}
.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7) !important;
}
.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75) !important;
}
.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8) !important;
}
.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85) !important;
}
.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9) !important;
}
.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95) !important;
}
.border-r-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0) !important;
}
.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1) !important;
}
.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1) !important;
}
.border-r-yellow-700\/15 {
  border-right-color: rgb(161 98 7 / 0.15) !important;
}
.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2) !important;
}
.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25) !important;
}
.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3) !important;
}
.border-r-yellow-700\/35 {
  border-right-color: rgb(161 98 7 / 0.35) !important;
}
.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4) !important;
}
.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45) !important;
}
.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05) !important;
}
.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5) !important;
}
.border-r-yellow-700\/55 {
  border-right-color: rgb(161 98 7 / 0.55) !important;
}
.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6) !important;
}
.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65) !important;
}
.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7) !important;
}
.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75) !important;
}
.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8) !important;
}
.border-r-yellow-700\/85 {
  border-right-color: rgb(161 98 7 / 0.85) !important;
}
.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9) !important;
}
.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95) !important;
}
.border-r-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0) !important;
}
.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1) !important;
}
.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1) !important;
}
.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15) !important;
}
.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2) !important;
}
.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25) !important;
}
.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3) !important;
}
.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35) !important;
}
.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4) !important;
}
.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45) !important;
}
.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05) !important;
}
.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5) !important;
}
.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55) !important;
}
.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6) !important;
}
.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65) !important;
}
.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7) !important;
}
.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75) !important;
}
.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8) !important;
}
.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85) !important;
}
.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9) !important;
}
.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95) !important;
}
.border-r-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0) !important;
}
.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1) !important;
}
.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1) !important;
}
.border-r-yellow-900\/15 {
  border-right-color: rgb(113 63 18 / 0.15) !important;
}
.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2) !important;
}
.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25) !important;
}
.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3) !important;
}
.border-r-yellow-900\/35 {
  border-right-color: rgb(113 63 18 / 0.35) !important;
}
.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4) !important;
}
.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45) !important;
}
.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05) !important;
}
.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5) !important;
}
.border-r-yellow-900\/55 {
  border-right-color: rgb(113 63 18 / 0.55) !important;
}
.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6) !important;
}
.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65) !important;
}
.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7) !important;
}
.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75) !important;
}
.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8) !important;
}
.border-r-yellow-900\/85 {
  border-right-color: rgb(113 63 18 / 0.85) !important;
}
.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9) !important;
}
.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95) !important;
}
.border-r-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-950\/0 {
  border-right-color: rgb(66 32 6 / 0) !important;
}
.border-r-yellow-950\/10 {
  border-right-color: rgb(66 32 6 / 0.1) !important;
}
.border-r-yellow-950\/100 {
  border-right-color: rgb(66 32 6 / 1) !important;
}
.border-r-yellow-950\/15 {
  border-right-color: rgb(66 32 6 / 0.15) !important;
}
.border-r-yellow-950\/20 {
  border-right-color: rgb(66 32 6 / 0.2) !important;
}
.border-r-yellow-950\/25 {
  border-right-color: rgb(66 32 6 / 0.25) !important;
}
.border-r-yellow-950\/30 {
  border-right-color: rgb(66 32 6 / 0.3) !important;
}
.border-r-yellow-950\/35 {
  border-right-color: rgb(66 32 6 / 0.35) !important;
}
.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4) !important;
}
.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45) !important;
}
.border-r-yellow-950\/5 {
  border-right-color: rgb(66 32 6 / 0.05) !important;
}
.border-r-yellow-950\/50 {
  border-right-color: rgb(66 32 6 / 0.5) !important;
}
.border-r-yellow-950\/55 {
  border-right-color: rgb(66 32 6 / 0.55) !important;
}
.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6) !important;
}
.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65) !important;
}
.border-r-yellow-950\/70 {
  border-right-color: rgb(66 32 6 / 0.7) !important;
}
.border-r-yellow-950\/75 {
  border-right-color: rgb(66 32 6 / 0.75) !important;
}
.border-r-yellow-950\/80 {
  border-right-color: rgb(66 32 6 / 0.8) !important;
}
.border-r-yellow-950\/85 {
  border-right-color: rgb(66 32 6 / 0.85) !important;
}
.border-r-yellow-950\/90 {
  border-right-color: rgb(66 32 6 / 0.9) !important;
}
.border-r-yellow-950\/95 {
  border-right-color: rgb(66 32 6 / 0.95) !important;
}
.border-s-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0) !important;
}
.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1) !important;
}
.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1) !important;
}
.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15) !important;
}
.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2) !important;
}
.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25) !important;
}
.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3) !important;
}
.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35) !important;
}
.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4) !important;
}
.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45) !important;
}
.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05) !important;
}
.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5) !important;
}
.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55) !important;
}
.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6) !important;
}
.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65) !important;
}
.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7) !important;
}
.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75) !important;
}
.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8) !important;
}
.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85) !important;
}
.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9) !important;
}
.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95) !important;
}
.border-s-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0) !important;
}
.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1) !important;
}
.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1) !important;
}
.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15) !important;
}
.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2) !important;
}
.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25) !important;
}
.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3) !important;
}
.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35) !important;
}
.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4) !important;
}
.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45) !important;
}
.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05) !important;
}
.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5) !important;
}
.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55) !important;
}
.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6) !important;
}
.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65) !important;
}
.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7) !important;
}
.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75) !important;
}
.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8) !important;
}
.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85) !important;
}
.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9) !important;
}
.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95) !important;
}
.border-s-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(253 224 71 / 0) !important;
}
.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(253 224 71 / 0.1) !important;
}
.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(253 224 71 / 1) !important;
}
.border-s-yellow-300\/15 {
  border-inline-start-color: rgb(253 224 71 / 0.15) !important;
}
.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(253 224 71 / 0.2) !important;
}
.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(253 224 71 / 0.25) !important;
}
.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(253 224 71 / 0.3) !important;
}
.border-s-yellow-300\/35 {
  border-inline-start-color: rgb(253 224 71 / 0.35) !important;
}
.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4) !important;
}
.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(253 224 71 / 0.45) !important;
}
.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(253 224 71 / 0.05) !important;
}
.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(253 224 71 / 0.5) !important;
}
.border-s-yellow-300\/55 {
  border-inline-start-color: rgb(253 224 71 / 0.55) !important;
}
.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6) !important;
}
.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(253 224 71 / 0.65) !important;
}
.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(253 224 71 / 0.7) !important;
}
.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(253 224 71 / 0.75) !important;
}
.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(253 224 71 / 0.8) !important;
}
.border-s-yellow-300\/85 {
  border-inline-start-color: rgb(253 224 71 / 0.85) !important;
}
.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(253 224 71 / 0.9) !important;
}
.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(253 224 71 / 0.95) !important;
}
.border-s-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0) !important;
}
.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1) !important;
}
.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1) !important;
}
.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15) !important;
}
.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2) !important;
}
.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25) !important;
}
.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3) !important;
}
.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35) !important;
}
.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4) !important;
}
.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45) !important;
}
.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05) !important;
}
.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5) !important;
}
.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55) !important;
}
.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6) !important;
}
.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65) !important;
}
.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7) !important;
}
.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75) !important;
}
.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8) !important;
}
.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85) !important;
}
.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9) !important;
}
.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95) !important;
}
.border-s-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(254 252 232 / 0) !important;
}
.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(254 252 232 / 0.1) !important;
}
.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(254 252 232 / 1) !important;
}
.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15) !important;
}
.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(254 252 232 / 0.2) !important;
}
.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(254 252 232 / 0.25) !important;
}
.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(254 252 232 / 0.3) !important;
}
.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35) !important;
}
.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4) !important;
}
.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45) !important;
}
.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(254 252 232 / 0.05) !important;
}
.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(254 252 232 / 0.5) !important;
}
.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55) !important;
}
.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6) !important;
}
.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65) !important;
}
.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(254 252 232 / 0.7) !important;
}
.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(254 252 232 / 0.75) !important;
}
.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(254 252 232 / 0.8) !important;
}
.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85) !important;
}
.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(254 252 232 / 0.9) !important;
}
.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(254 252 232 / 0.95) !important;
}
.border-s-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(234 179 8 / 0) !important;
}
.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(234 179 8 / 0.1) !important;
}
.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(234 179 8 / 1) !important;
}
.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15) !important;
}
.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(234 179 8 / 0.2) !important;
}
.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(234 179 8 / 0.25) !important;
}
.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(234 179 8 / 0.3) !important;
}
.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35) !important;
}
.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4) !important;
}
.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45) !important;
}
.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(234 179 8 / 0.05) !important;
}
.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(234 179 8 / 0.5) !important;
}
.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55) !important;
}
.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6) !important;
}
.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65) !important;
}
.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(234 179 8 / 0.7) !important;
}
.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(234 179 8 / 0.75) !important;
}
.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(234 179 8 / 0.8) !important;
}
.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85) !important;
}
.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(234 179 8 / 0.9) !important;
}
.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(234 179 8 / 0.95) !important;
}
.border-s-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(202 138 4 / 0) !important;
}
.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(202 138 4 / 0.1) !important;
}
.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(202 138 4 / 1) !important;
}
.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15) !important;
}
.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(202 138 4 / 0.2) !important;
}
.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(202 138 4 / 0.25) !important;
}
.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(202 138 4 / 0.3) !important;
}
.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35) !important;
}
.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4) !important;
}
.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45) !important;
}
.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(202 138 4 / 0.05) !important;
}
.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(202 138 4 / 0.5) !important;
}
.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55) !important;
}
.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6) !important;
}
.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65) !important;
}
.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(202 138 4 / 0.7) !important;
}
.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(202 138 4 / 0.75) !important;
}
.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(202 138 4 / 0.8) !important;
}
.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85) !important;
}
.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(202 138 4 / 0.9) !important;
}
.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(202 138 4 / 0.95) !important;
}
.border-s-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-700\/0 {
  border-inline-start-color: rgb(161 98 7 / 0) !important;
}
.border-s-yellow-700\/10 {
  border-inline-start-color: rgb(161 98 7 / 0.1) !important;
}
.border-s-yellow-700\/100 {
  border-inline-start-color: rgb(161 98 7 / 1) !important;
}
.border-s-yellow-700\/15 {
  border-inline-start-color: rgb(161 98 7 / 0.15) !important;
}
.border-s-yellow-700\/20 {
  border-inline-start-color: rgb(161 98 7 / 0.2) !important;
}
.border-s-yellow-700\/25 {
  border-inline-start-color: rgb(161 98 7 / 0.25) !important;
}
.border-s-yellow-700\/30 {
  border-inline-start-color: rgb(161 98 7 / 0.3) !important;
}
.border-s-yellow-700\/35 {
  border-inline-start-color: rgb(161 98 7 / 0.35) !important;
}
.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4) !important;
}
.border-s-yellow-700\/45 {
  border-inline-start-color: rgb(161 98 7 / 0.45) !important;
}
.border-s-yellow-700\/5 {
  border-inline-start-color: rgb(161 98 7 / 0.05) !important;
}
.border-s-yellow-700\/50 {
  border-inline-start-color: rgb(161 98 7 / 0.5) !important;
}
.border-s-yellow-700\/55 {
  border-inline-start-color: rgb(161 98 7 / 0.55) !important;
}
.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6) !important;
}
.border-s-yellow-700\/65 {
  border-inline-start-color: rgb(161 98 7 / 0.65) !important;
}
.border-s-yellow-700\/70 {
  border-inline-start-color: rgb(161 98 7 / 0.7) !important;
}
.border-s-yellow-700\/75 {
  border-inline-start-color: rgb(161 98 7 / 0.75) !important;
}
.border-s-yellow-700\/80 {
  border-inline-start-color: rgb(161 98 7 / 0.8) !important;
}
.border-s-yellow-700\/85 {
  border-inline-start-color: rgb(161 98 7 / 0.85) !important;
}
.border-s-yellow-700\/90 {
  border-inline-start-color: rgb(161 98 7 / 0.9) !important;
}
.border-s-yellow-700\/95 {
  border-inline-start-color: rgb(161 98 7 / 0.95) !important;
}
.border-s-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0) !important;
}
.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1) !important;
}
.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1) !important;
}
.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15) !important;
}
.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2) !important;
}
.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25) !important;
}
.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3) !important;
}
.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35) !important;
}
.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4) !important;
}
.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45) !important;
}
.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05) !important;
}
.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5) !important;
}
.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55) !important;
}
.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6) !important;
}
.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65) !important;
}
.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7) !important;
}
.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75) !important;
}
.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8) !important;
}
.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85) !important;
}
.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9) !important;
}
.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95) !important;
}
.border-s-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-900\/0 {
  border-inline-start-color: rgb(113 63 18 / 0) !important;
}
.border-s-yellow-900\/10 {
  border-inline-start-color: rgb(113 63 18 / 0.1) !important;
}
.border-s-yellow-900\/100 {
  border-inline-start-color: rgb(113 63 18 / 1) !important;
}
.border-s-yellow-900\/15 {
  border-inline-start-color: rgb(113 63 18 / 0.15) !important;
}
.border-s-yellow-900\/20 {
  border-inline-start-color: rgb(113 63 18 / 0.2) !important;
}
.border-s-yellow-900\/25 {
  border-inline-start-color: rgb(113 63 18 / 0.25) !important;
}
.border-s-yellow-900\/30 {
  border-inline-start-color: rgb(113 63 18 / 0.3) !important;
}
.border-s-yellow-900\/35 {
  border-inline-start-color: rgb(113 63 18 / 0.35) !important;
}
.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4) !important;
}
.border-s-yellow-900\/45 {
  border-inline-start-color: rgb(113 63 18 / 0.45) !important;
}
.border-s-yellow-900\/5 {
  border-inline-start-color: rgb(113 63 18 / 0.05) !important;
}
.border-s-yellow-900\/50 {
  border-inline-start-color: rgb(113 63 18 / 0.5) !important;
}
.border-s-yellow-900\/55 {
  border-inline-start-color: rgb(113 63 18 / 0.55) !important;
}
.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6) !important;
}
.border-s-yellow-900\/65 {
  border-inline-start-color: rgb(113 63 18 / 0.65) !important;
}
.border-s-yellow-900\/70 {
  border-inline-start-color: rgb(113 63 18 / 0.7) !important;
}
.border-s-yellow-900\/75 {
  border-inline-start-color: rgb(113 63 18 / 0.75) !important;
}
.border-s-yellow-900\/80 {
  border-inline-start-color: rgb(113 63 18 / 0.8) !important;
}
.border-s-yellow-900\/85 {
  border-inline-start-color: rgb(113 63 18 / 0.85) !important;
}
.border-s-yellow-900\/90 {
  border-inline-start-color: rgb(113 63 18 / 0.9) !important;
}
.border-s-yellow-900\/95 {
  border-inline-start-color: rgb(113 63 18 / 0.95) !important;
}
.border-s-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-s-yellow-950\/0 {
  border-inline-start-color: rgb(66 32 6 / 0) !important;
}
.border-s-yellow-950\/10 {
  border-inline-start-color: rgb(66 32 6 / 0.1) !important;
}
.border-s-yellow-950\/100 {
  border-inline-start-color: rgb(66 32 6 / 1) !important;
}
.border-s-yellow-950\/15 {
  border-inline-start-color: rgb(66 32 6 / 0.15) !important;
}
.border-s-yellow-950\/20 {
  border-inline-start-color: rgb(66 32 6 / 0.2) !important;
}
.border-s-yellow-950\/25 {
  border-inline-start-color: rgb(66 32 6 / 0.25) !important;
}
.border-s-yellow-950\/30 {
  border-inline-start-color: rgb(66 32 6 / 0.3) !important;
}
.border-s-yellow-950\/35 {
  border-inline-start-color: rgb(66 32 6 / 0.35) !important;
}
.border-s-yellow-950\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4) !important;
}
.border-s-yellow-950\/45 {
  border-inline-start-color: rgb(66 32 6 / 0.45) !important;
}
.border-s-yellow-950\/5 {
  border-inline-start-color: rgb(66 32 6 / 0.05) !important;
}
.border-s-yellow-950\/50 {
  border-inline-start-color: rgb(66 32 6 / 0.5) !important;
}
.border-s-yellow-950\/55 {
  border-inline-start-color: rgb(66 32 6 / 0.55) !important;
}
.border-s-yellow-950\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6) !important;
}
.border-s-yellow-950\/65 {
  border-inline-start-color: rgb(66 32 6 / 0.65) !important;
}
.border-s-yellow-950\/70 {
  border-inline-start-color: rgb(66 32 6 / 0.7) !important;
}
.border-s-yellow-950\/75 {
  border-inline-start-color: rgb(66 32 6 / 0.75) !important;
}
.border-s-yellow-950\/80 {
  border-inline-start-color: rgb(66 32 6 / 0.8) !important;
}
.border-s-yellow-950\/85 {
  border-inline-start-color: rgb(66 32 6 / 0.85) !important;
}
.border-s-yellow-950\/90 {
  border-inline-start-color: rgb(66 32 6 / 0.9) !important;
}
.border-s-yellow-950\/95 {
  border-inline-start-color: rgb(66 32 6 / 0.95) !important;
}
.border-t-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0) !important;
}
.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1) !important;
}
.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1) !important;
}
.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15) !important;
}
.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2) !important;
}
.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25) !important;
}
.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3) !important;
}
.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35) !important;
}
.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4) !important;
}
.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45) !important;
}
.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05) !important;
}
.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5) !important;
}
.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55) !important;
}
.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6) !important;
}
.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65) !important;
}
.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7) !important;
}
.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75) !important;
}
.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8) !important;
}
.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85) !important;
}
.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9) !important;
}
.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95) !important;
}
.border-t-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0) !important;
}
.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1) !important;
}
.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1) !important;
}
.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15) !important;
}
.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2) !important;
}
.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25) !important;
}
.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3) !important;
}
.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35) !important;
}
.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4) !important;
}
.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45) !important;
}
.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05) !important;
}
.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5) !important;
}
.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55) !important;
}
.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6) !important;
}
.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65) !important;
}
.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7) !important;
}
.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75) !important;
}
.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8) !important;
}
.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85) !important;
}
.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9) !important;
}
.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95) !important;
}
.border-t-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0) !important;
}
.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1) !important;
}
.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1) !important;
}
.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15) !important;
}
.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2) !important;
}
.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25) !important;
}
.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3) !important;
}
.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35) !important;
}
.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4) !important;
}
.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45) !important;
}
.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05) !important;
}
.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5) !important;
}
.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55) !important;
}
.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6) !important;
}
.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65) !important;
}
.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7) !important;
}
.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75) !important;
}
.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8) !important;
}
.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85) !important;
}
.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9) !important;
}
.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95) !important;
}
.border-t-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0) !important;
}
.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1) !important;
}
.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1) !important;
}
.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15) !important;
}
.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2) !important;
}
.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25) !important;
}
.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3) !important;
}
.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35) !important;
}
.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4) !important;
}
.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45) !important;
}
.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05) !important;
}
.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5) !important;
}
.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55) !important;
}
.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6) !important;
}
.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65) !important;
}
.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7) !important;
}
.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75) !important;
}
.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8) !important;
}
.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85) !important;
}
.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9) !important;
}
.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95) !important;
}
.border-t-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0) !important;
}
.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1) !important;
}
.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1) !important;
}
.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15) !important;
}
.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2) !important;
}
.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25) !important;
}
.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3) !important;
}
.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35) !important;
}
.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4) !important;
}
.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45) !important;
}
.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05) !important;
}
.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5) !important;
}
.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55) !important;
}
.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6) !important;
}
.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65) !important;
}
.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7) !important;
}
.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75) !important;
}
.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8) !important;
}
.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85) !important;
}
.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9) !important;
}
.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95) !important;
}
.border-t-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0) !important;
}
.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1) !important;
}
.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1) !important;
}
.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15) !important;
}
.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2) !important;
}
.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25) !important;
}
.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3) !important;
}
.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35) !important;
}
.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4) !important;
}
.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45) !important;
}
.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05) !important;
}
.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5) !important;
}
.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55) !important;
}
.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6) !important;
}
.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65) !important;
}
.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7) !important;
}
.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75) !important;
}
.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8) !important;
}
.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85) !important;
}
.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9) !important;
}
.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95) !important;
}
.border-t-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0) !important;
}
.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1) !important;
}
.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1) !important;
}
.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15) !important;
}
.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2) !important;
}
.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25) !important;
}
.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3) !important;
}
.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35) !important;
}
.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4) !important;
}
.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45) !important;
}
.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05) !important;
}
.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5) !important;
}
.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55) !important;
}
.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6) !important;
}
.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65) !important;
}
.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7) !important;
}
.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75) !important;
}
.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8) !important;
}
.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85) !important;
}
.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9) !important;
}
.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95) !important;
}
.border-t-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0) !important;
}
.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1) !important;
}
.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1) !important;
}
.border-t-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15) !important;
}
.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2) !important;
}
.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25) !important;
}
.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3) !important;
}
.border-t-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35) !important;
}
.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4) !important;
}
.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45) !important;
}
.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05) !important;
}
.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5) !important;
}
.border-t-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55) !important;
}
.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6) !important;
}
.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65) !important;
}
.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7) !important;
}
.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75) !important;
}
.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8) !important;
}
.border-t-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85) !important;
}
.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9) !important;
}
.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95) !important;
}
.border-t-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0) !important;
}
.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1) !important;
}
.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1) !important;
}
.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15) !important;
}
.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2) !important;
}
.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25) !important;
}
.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3) !important;
}
.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35) !important;
}
.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4) !important;
}
.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45) !important;
}
.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05) !important;
}
.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5) !important;
}
.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55) !important;
}
.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6) !important;
}
.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65) !important;
}
.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7) !important;
}
.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75) !important;
}
.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8) !important;
}
.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85) !important;
}
.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9) !important;
}
.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95) !important;
}
.border-t-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0) !important;
}
.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1) !important;
}
.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1) !important;
}
.border-t-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15) !important;
}
.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2) !important;
}
.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25) !important;
}
.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3) !important;
}
.border-t-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35) !important;
}
.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4) !important;
}
.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45) !important;
}
.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05) !important;
}
.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5) !important;
}
.border-t-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55) !important;
}
.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6) !important;
}
.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65) !important;
}
.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7) !important;
}
.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75) !important;
}
.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8) !important;
}
.border-t-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85) !important;
}
.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9) !important;
}
.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95) !important;
}
.border-t-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0) !important;
}
.border-t-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1) !important;
}
.border-t-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1) !important;
}
.border-t-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15) !important;
}
.border-t-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2) !important;
}
.border-t-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25) !important;
}
.border-t-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3) !important;
}
.border-t-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35) !important;
}
.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4) !important;
}
.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45) !important;
}
.border-t-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05) !important;
}
.border-t-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5) !important;
}
.border-t-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55) !important;
}
.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6) !important;
}
.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65) !important;
}
.border-t-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7) !important;
}
.border-t-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75) !important;
}
.border-t-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8) !important;
}
.border-t-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85) !important;
}
.border-t-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9) !important;
}
.border-t-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95) !important;
}
.bg-\[color\:var\(--e-global-color-primary\)\] {
  background-color: var(--e-global-color-primary) !important;
}
.bg-\[color\:var\(--e-global-color-secondary\)\] {
  background-color: var(--e-global-color-secondary) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-dark_grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity)) !important;
}
.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}
.bg-theme_color {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 152 133 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0) !important;
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1) !important;
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1) !important;
}
.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15) !important;
}
.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2) !important;
}
.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25) !important;
}
.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3) !important;
}
.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35) !important;
}
.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4) !important;
}
.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45) !important;
}
.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05) !important;
}
.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5) !important;
}
.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55) !important;
}
.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6) !important;
}
.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65) !important;
}
.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7) !important;
}
.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75) !important;
}
.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8) !important;
}
.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85) !important;
}
.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9) !important;
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95) !important;
}
.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0) !important;
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1) !important;
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1) !important;
}
.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15) !important;
}
.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2) !important;
}
.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25) !important;
}
.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3) !important;
}
.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35) !important;
}
.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4) !important;
}
.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45) !important;
}
.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05) !important;
}
.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5) !important;
}
.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55) !important;
}
.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6) !important;
}
.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65) !important;
}
.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7) !important;
}
.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75) !important;
}
.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8) !important;
}
.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85) !important;
}
.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9) !important;
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95) !important;
}
.bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0) !important;
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1) !important;
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1) !important;
}
.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15) !important;
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2) !important;
}
.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25) !important;
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3) !important;
}
.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35) !important;
}
.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4) !important;
}
.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45) !important;
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05) !important;
}
.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5) !important;
}
.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55) !important;
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6) !important;
}
.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65) !important;
}
.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7) !important;
}
.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75) !important;
}
.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8) !important;
}
.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85) !important;
}
.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9) !important;
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95) !important;
}
.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0) !important;
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1) !important;
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1) !important;
}
.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15) !important;
}
.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2) !important;
}
.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25) !important;
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3) !important;
}
.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35) !important;
}
.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4) !important;
}
.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45) !important;
}
.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05) !important;
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5) !important;
}
.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55) !important;
}
.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6) !important;
}
.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65) !important;
}
.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7) !important;
}
.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75) !important;
}
.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8) !important;
}
.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85) !important;
}
.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9) !important;
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95) !important;
}
.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0) !important;
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1) !important;
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1) !important;
}
.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15) !important;
}
.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2) !important;
}
.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25) !important;
}
.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3) !important;
}
.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35) !important;
}
.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4) !important;
}
.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45) !important;
}
.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05) !important;
}
.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5) !important;
}
.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55) !important;
}
.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6) !important;
}
.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65) !important;
}
.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7) !important;
}
.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75) !important;
}
.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8) !important;
}
.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85) !important;
}
.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9) !important;
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95) !important;
}
.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0) !important;
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1) !important;
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1) !important;
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15) !important;
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2) !important;
}
.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25) !important;
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3) !important;
}
.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35) !important;
}
.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4) !important;
}
.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45) !important;
}
.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05) !important;
}
.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5) !important;
}
.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55) !important;
}
.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6) !important;
}
.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65) !important;
}
.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7) !important;
}
.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75) !important;
}
.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8) !important;
}
.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85) !important;
}
.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9) !important;
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95) !important;
}
.bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0) !important;
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1) !important;
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1) !important;
}
.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15) !important;
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2) !important;
}
.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25) !important;
}
.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3) !important;
}
.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35) !important;
}
.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4) !important;
}
.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45) !important;
}
.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05) !important;
}
.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5) !important;
}
.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55) !important;
}
.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6) !important;
}
.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65) !important;
}
.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7) !important;
}
.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75) !important;
}
.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8) !important;
}
.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85) !important;
}
.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9) !important;
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95) !important;
}
.bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0) !important;
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1) !important;
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1) !important;
}
.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15) !important;
}
.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2) !important;
}
.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25) !important;
}
.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3) !important;
}
.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35) !important;
}
.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4) !important;
}
.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45) !important;
}
.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05) !important;
}
.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5) !important;
}
.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55) !important;
}
.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6) !important;
}
.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65) !important;
}
.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7) !important;
}
.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75) !important;
}
.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8) !important;
}
.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85) !important;
}
.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9) !important;
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95) !important;
}
.bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0) !important;
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1) !important;
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1) !important;
}
.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15) !important;
}
.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2) !important;
}
.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25) !important;
}
.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3) !important;
}
.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35) !important;
}
.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4) !important;
}
.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45) !important;
}
.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05) !important;
}
.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5) !important;
}
.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55) !important;
}
.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6) !important;
}
.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65) !important;
}
.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7) !important;
}
.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75) !important;
}
.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8) !important;
}
.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85) !important;
}
.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9) !important;
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95) !important;
}
.bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0) !important;
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1) !important;
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1) !important;
}
.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15) !important;
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2) !important;
}
.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25) !important;
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3) !important;
}
.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35) !important;
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4) !important;
}
.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45) !important;
}
.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05) !important;
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5) !important;
}
.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55) !important;
}
.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6) !important;
}
.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65) !important;
}
.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7) !important;
}
.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75) !important;
}
.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8) !important;
}
.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85) !important;
}
.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9) !important;
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95) !important;
}
.bg-yellow-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0) !important;
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1) !important;
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1) !important;
}
.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15) !important;
}
.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2) !important;
}
.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25) !important;
}
.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3) !important;
}
.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35) !important;
}
.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4) !important;
}
.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45) !important;
}
.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05) !important;
}
.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5) !important;
}
.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55) !important;
}
.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6) !important;
}
.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65) !important;
}
.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7) !important;
}
.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75) !important;
}
.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8) !important;
}
.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85) !important;
}
.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9) !important;
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95) !important;
}
.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/0 {
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/10 {
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/100 {
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/15 {
  --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/20 {
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/25 {
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/30 {
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/35 {
  --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/40 {
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/45 {
  --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/5 {
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/50 {
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/55 {
  --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/60 {
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/65 {
  --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/70 {
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/75 {
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/80 {
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/85 {
  --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/90 {
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-300\/95 {
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/15 {
  --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/35 {
  --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/45 {
  --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/55 {
  --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/65 {
  --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/85 {
  --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700 {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/0 {
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/10 {
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/100 {
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/15 {
  --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/20 {
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/25 {
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/30 {
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/35 {
  --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/40 {
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/45 {
  --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/5 {
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/50 {
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/55 {
  --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/60 {
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/65 {
  --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/70 {
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/75 {
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/80 {
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/85 {
  --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/90 {
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-700\/95 {
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900 {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/0 {
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/10 {
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/100 {
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/15 {
  --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/20 {
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/25 {
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/30 {
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/35 {
  --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/45 {
  --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/5 {
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/50 {
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/55 {
  --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/60 {
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/65 {
  --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/70 {
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/75 {
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/80 {
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/85 {
  --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/90 {
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-900\/95 {
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950 {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/0 {
  --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/10 {
  --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/100 {
  --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/15 {
  --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/20 {
  --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/25 {
  --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/30 {
  --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/35 {
  --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/40 {
  --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/45 {
  --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/5 {
  --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/50 {
  --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/55 {
  --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/60 {
  --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/65 {
  --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/70 {
  --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/75 {
  --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/80 {
  --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/85 {
  --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/90 {
  --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-yellow-950\/95 {
  --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-700 {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-900 {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-yellow-950 {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position) !important;
}
.fill-white {
  fill: #fff !important;
}
.fill-yellow-100 {
  fill: #fef9c3 !important;
}
.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0) !important;
}
.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1) !important;
}
.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1) !important;
}
.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15) !important;
}
.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2) !important;
}
.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25) !important;
}
.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3) !important;
}
.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35) !important;
}
.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4) !important;
}
.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45) !important;
}
.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05) !important;
}
.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5) !important;
}
.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55) !important;
}
.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6) !important;
}
.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65) !important;
}
.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7) !important;
}
.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75) !important;
}
.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8) !important;
}
.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85) !important;
}
.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9) !important;
}
.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95) !important;
}
.fill-yellow-200 {
  fill: #fef08a !important;
}
.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0) !important;
}
.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1) !important;
}
.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1) !important;
}
.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15) !important;
}
.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2) !important;
}
.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25) !important;
}
.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3) !important;
}
.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35) !important;
}
.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4) !important;
}
.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45) !important;
}
.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05) !important;
}
.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5) !important;
}
.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55) !important;
}
.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6) !important;
}
.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65) !important;
}
.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7) !important;
}
.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75) !important;
}
.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8) !important;
}
.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85) !important;
}
.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9) !important;
}
.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95) !important;
}
.fill-yellow-300 {
  fill: #fde047 !important;
}
.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0) !important;
}
.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1) !important;
}
.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1) !important;
}
.fill-yellow-300\/15 {
  fill: rgb(253 224 71 / 0.15) !important;
}
.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2) !important;
}
.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25) !important;
}
.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3) !important;
}
.fill-yellow-300\/35 {
  fill: rgb(253 224 71 / 0.35) !important;
}
.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4) !important;
}
.fill-yellow-300\/45 {
  fill: rgb(253 224 71 / 0.45) !important;
}
.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05) !important;
}
.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5) !important;
}
.fill-yellow-300\/55 {
  fill: rgb(253 224 71 / 0.55) !important;
}
.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6) !important;
}
.fill-yellow-300\/65 {
  fill: rgb(253 224 71 / 0.65) !important;
}
.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7) !important;
}
.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75) !important;
}
.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8) !important;
}
.fill-yellow-300\/85 {
  fill: rgb(253 224 71 / 0.85) !important;
}
.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9) !important;
}
.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95) !important;
}
.fill-yellow-400 {
  fill: #facc15 !important;
}
.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0) !important;
}
.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1) !important;
}
.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1) !important;
}
.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15) !important;
}
.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2) !important;
}
.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25) !important;
}
.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3) !important;
}
.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35) !important;
}
.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4) !important;
}
.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45) !important;
}
.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05) !important;
}
.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5) !important;
}
.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55) !important;
}
.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6) !important;
}
.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65) !important;
}
.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7) !important;
}
.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75) !important;
}
.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8) !important;
}
.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85) !important;
}
.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9) !important;
}
.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95) !important;
}
.fill-yellow-50 {
  fill: #fefce8 !important;
}
.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0) !important;
}
.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1) !important;
}
.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1) !important;
}
.fill-yellow-50\/15 {
  fill: rgb(254 252 232 / 0.15) !important;
}
.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2) !important;
}
.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25) !important;
}
.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3) !important;
}
.fill-yellow-50\/35 {
  fill: rgb(254 252 232 / 0.35) !important;
}
.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4) !important;
}
.fill-yellow-50\/45 {
  fill: rgb(254 252 232 / 0.45) !important;
}
.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05) !important;
}
.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5) !important;
}
.fill-yellow-50\/55 {
  fill: rgb(254 252 232 / 0.55) !important;
}
.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6) !important;
}
.fill-yellow-50\/65 {
  fill: rgb(254 252 232 / 0.65) !important;
}
.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7) !important;
}
.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75) !important;
}
.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8) !important;
}
.fill-yellow-50\/85 {
  fill: rgb(254 252 232 / 0.85) !important;
}
.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9) !important;
}
.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95) !important;
}
.fill-yellow-500 {
  fill: #eab308 !important;
}
.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0) !important;
}
.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1) !important;
}
.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1) !important;
}
.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15) !important;
}
.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2) !important;
}
.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25) !important;
}
.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3) !important;
}
.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35) !important;
}
.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4) !important;
}
.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45) !important;
}
.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05) !important;
}
.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5) !important;
}
.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55) !important;
}
.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6) !important;
}
.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65) !important;
}
.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7) !important;
}
.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75) !important;
}
.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8) !important;
}
.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85) !important;
}
.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9) !important;
}
.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95) !important;
}
.fill-yellow-600 {
  fill: #ca8a04 !important;
}
.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0) !important;
}
.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1) !important;
}
.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1) !important;
}
.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15) !important;
}
.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2) !important;
}
.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25) !important;
}
.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3) !important;
}
.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35) !important;
}
.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4) !important;
}
.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45) !important;
}
.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05) !important;
}
.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5) !important;
}
.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55) !important;
}
.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6) !important;
}
.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65) !important;
}
.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7) !important;
}
.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75) !important;
}
.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8) !important;
}
.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85) !important;
}
.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9) !important;
}
.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95) !important;
}
.fill-yellow-700 {
  fill: #a16207 !important;
}
.fill-yellow-700\/0 {
  fill: rgb(161 98 7 / 0) !important;
}
.fill-yellow-700\/10 {
  fill: rgb(161 98 7 / 0.1) !important;
}
.fill-yellow-700\/100 {
  fill: rgb(161 98 7 / 1) !important;
}
.fill-yellow-700\/15 {
  fill: rgb(161 98 7 / 0.15) !important;
}
.fill-yellow-700\/20 {
  fill: rgb(161 98 7 / 0.2) !important;
}
.fill-yellow-700\/25 {
  fill: rgb(161 98 7 / 0.25) !important;
}
.fill-yellow-700\/30 {
  fill: rgb(161 98 7 / 0.3) !important;
}
.fill-yellow-700\/35 {
  fill: rgb(161 98 7 / 0.35) !important;
}
.fill-yellow-700\/40 {
  fill: rgb(161 98 7 / 0.4) !important;
}
.fill-yellow-700\/45 {
  fill: rgb(161 98 7 / 0.45) !important;
}
.fill-yellow-700\/5 {
  fill: rgb(161 98 7 / 0.05) !important;
}
.fill-yellow-700\/50 {
  fill: rgb(161 98 7 / 0.5) !important;
}
.fill-yellow-700\/55 {
  fill: rgb(161 98 7 / 0.55) !important;
}
.fill-yellow-700\/60 {
  fill: rgb(161 98 7 / 0.6) !important;
}
.fill-yellow-700\/65 {
  fill: rgb(161 98 7 / 0.65) !important;
}
.fill-yellow-700\/70 {
  fill: rgb(161 98 7 / 0.7) !important;
}
.fill-yellow-700\/75 {
  fill: rgb(161 98 7 / 0.75) !important;
}
.fill-yellow-700\/80 {
  fill: rgb(161 98 7 / 0.8) !important;
}
.fill-yellow-700\/85 {
  fill: rgb(161 98 7 / 0.85) !important;
}
.fill-yellow-700\/90 {
  fill: rgb(161 98 7 / 0.9) !important;
}
.fill-yellow-700\/95 {
  fill: rgb(161 98 7 / 0.95) !important;
}
.fill-yellow-800 {
  fill: #854d0e !important;
}
.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0) !important;
}
.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1) !important;
}
.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1) !important;
}
.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15) !important;
}
.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2) !important;
}
.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25) !important;
}
.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3) !important;
}
.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35) !important;
}
.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4) !important;
}
.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45) !important;
}
.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05) !important;
}
.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5) !important;
}
.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55) !important;
}
.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6) !important;
}
.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65) !important;
}
.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7) !important;
}
.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75) !important;
}
.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8) !important;
}
.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85) !important;
}
.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9) !important;
}
.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95) !important;
}
.fill-yellow-900 {
  fill: #713f12 !important;
}
.fill-yellow-900\/0 {
  fill: rgb(113 63 18 / 0) !important;
}
.fill-yellow-900\/10 {
  fill: rgb(113 63 18 / 0.1) !important;
}
.fill-yellow-900\/100 {
  fill: rgb(113 63 18 / 1) !important;
}
.fill-yellow-900\/15 {
  fill: rgb(113 63 18 / 0.15) !important;
}
.fill-yellow-900\/20 {
  fill: rgb(113 63 18 / 0.2) !important;
}
.fill-yellow-900\/25 {
  fill: rgb(113 63 18 / 0.25) !important;
}
.fill-yellow-900\/30 {
  fill: rgb(113 63 18 / 0.3) !important;
}
.fill-yellow-900\/35 {
  fill: rgb(113 63 18 / 0.35) !important;
}
.fill-yellow-900\/40 {
  fill: rgb(113 63 18 / 0.4) !important;
}
.fill-yellow-900\/45 {
  fill: rgb(113 63 18 / 0.45) !important;
}
.fill-yellow-900\/5 {
  fill: rgb(113 63 18 / 0.05) !important;
}
.fill-yellow-900\/50 {
  fill: rgb(113 63 18 / 0.5) !important;
}
.fill-yellow-900\/55 {
  fill: rgb(113 63 18 / 0.55) !important;
}
.fill-yellow-900\/60 {
  fill: rgb(113 63 18 / 0.6) !important;
}
.fill-yellow-900\/65 {
  fill: rgb(113 63 18 / 0.65) !important;
}
.fill-yellow-900\/70 {
  fill: rgb(113 63 18 / 0.7) !important;
}
.fill-yellow-900\/75 {
  fill: rgb(113 63 18 / 0.75) !important;
}
.fill-yellow-900\/80 {
  fill: rgb(113 63 18 / 0.8) !important;
}
.fill-yellow-900\/85 {
  fill: rgb(113 63 18 / 0.85) !important;
}
.fill-yellow-900\/90 {
  fill: rgb(113 63 18 / 0.9) !important;
}
.fill-yellow-900\/95 {
  fill: rgb(113 63 18 / 0.95) !important;
}
.fill-yellow-950 {
  fill: #422006 !important;
}
.fill-yellow-950\/0 {
  fill: rgb(66 32 6 / 0) !important;
}
.fill-yellow-950\/10 {
  fill: rgb(66 32 6 / 0.1) !important;
}
.fill-yellow-950\/100 {
  fill: rgb(66 32 6 / 1) !important;
}
.fill-yellow-950\/15 {
  fill: rgb(66 32 6 / 0.15) !important;
}
.fill-yellow-950\/20 {
  fill: rgb(66 32 6 / 0.2) !important;
}
.fill-yellow-950\/25 {
  fill: rgb(66 32 6 / 0.25) !important;
}
.fill-yellow-950\/30 {
  fill: rgb(66 32 6 / 0.3) !important;
}
.fill-yellow-950\/35 {
  fill: rgb(66 32 6 / 0.35) !important;
}
.fill-yellow-950\/40 {
  fill: rgb(66 32 6 / 0.4) !important;
}
.fill-yellow-950\/45 {
  fill: rgb(66 32 6 / 0.45) !important;
}
.fill-yellow-950\/5 {
  fill: rgb(66 32 6 / 0.05) !important;
}
.fill-yellow-950\/50 {
  fill: rgb(66 32 6 / 0.5) !important;
}
.fill-yellow-950\/55 {
  fill: rgb(66 32 6 / 0.55) !important;
}
.fill-yellow-950\/60 {
  fill: rgb(66 32 6 / 0.6) !important;
}
.fill-yellow-950\/65 {
  fill: rgb(66 32 6 / 0.65) !important;
}
.fill-yellow-950\/70 {
  fill: rgb(66 32 6 / 0.7) !important;
}
.fill-yellow-950\/75 {
  fill: rgb(66 32 6 / 0.75) !important;
}
.fill-yellow-950\/80 {
  fill: rgb(66 32 6 / 0.8) !important;
}
.fill-yellow-950\/85 {
  fill: rgb(66 32 6 / 0.85) !important;
}
.fill-yellow-950\/90 {
  fill: rgb(66 32 6 / 0.9) !important;
}
.fill-yellow-950\/95 {
  fill: rgb(66 32 6 / 0.95) !important;
}
.stroke-\[color\:var\(--e-global-color-primary\)\] {
  stroke: var(--e-global-color-primary) !important;
}
.stroke-amber-100 {
  stroke: #fef3c7 !important;
}
.stroke-amber-100\/0 {
  stroke: rgb(254 243 199 / 0) !important;
}
.stroke-amber-100\/10 {
  stroke: rgb(254 243 199 / 0.1) !important;
}
.stroke-amber-100\/100 {
  stroke: rgb(254 243 199 / 1) !important;
}
.stroke-amber-100\/15 {
  stroke: rgb(254 243 199 / 0.15) !important;
}
.stroke-amber-100\/20 {
  stroke: rgb(254 243 199 / 0.2) !important;
}
.stroke-amber-100\/25 {
  stroke: rgb(254 243 199 / 0.25) !important;
}
.stroke-amber-100\/30 {
  stroke: rgb(254 243 199 / 0.3) !important;
}
.stroke-amber-100\/35 {
  stroke: rgb(254 243 199 / 0.35) !important;
}
.stroke-amber-100\/40 {
  stroke: rgb(254 243 199 / 0.4) !important;
}
.stroke-amber-100\/45 {
  stroke: rgb(254 243 199 / 0.45) !important;
}
.stroke-amber-100\/5 {
  stroke: rgb(254 243 199 / 0.05) !important;
}
.stroke-amber-100\/50 {
  stroke: rgb(254 243 199 / 0.5) !important;
}
.stroke-amber-100\/55 {
  stroke: rgb(254 243 199 / 0.55) !important;
}
.stroke-amber-100\/60 {
  stroke: rgb(254 243 199 / 0.6) !important;
}
.stroke-amber-100\/65 {
  stroke: rgb(254 243 199 / 0.65) !important;
}
.stroke-amber-100\/70 {
  stroke: rgb(254 243 199 / 0.7) !important;
}
.stroke-amber-100\/75 {
  stroke: rgb(254 243 199 / 0.75) !important;
}
.stroke-amber-100\/80 {
  stroke: rgb(254 243 199 / 0.8) !important;
}
.stroke-amber-100\/85 {
  stroke: rgb(254 243 199 / 0.85) !important;
}
.stroke-amber-100\/90 {
  stroke: rgb(254 243 199 / 0.9) !important;
}
.stroke-amber-100\/95 {
  stroke: rgb(254 243 199 / 0.95) !important;
}
.stroke-amber-200 {
  stroke: #fde68a !important;
}
.stroke-amber-200\/0 {
  stroke: rgb(253 230 138 / 0) !important;
}
.stroke-amber-200\/10 {
  stroke: rgb(253 230 138 / 0.1) !important;
}
.stroke-amber-200\/100 {
  stroke: rgb(253 230 138 / 1) !important;
}
.stroke-amber-200\/15 {
  stroke: rgb(253 230 138 / 0.15) !important;
}
.stroke-amber-200\/20 {
  stroke: rgb(253 230 138 / 0.2) !important;
}
.stroke-amber-200\/25 {
  stroke: rgb(253 230 138 / 0.25) !important;
}
.stroke-amber-200\/30 {
  stroke: rgb(253 230 138 / 0.3) !important;
}
.stroke-amber-200\/35 {
  stroke: rgb(253 230 138 / 0.35) !important;
}
.stroke-amber-200\/40 {
  stroke: rgb(253 230 138 / 0.4) !important;
}
.stroke-amber-200\/45 {
  stroke: rgb(253 230 138 / 0.45) !important;
}
.stroke-amber-200\/5 {
  stroke: rgb(253 230 138 / 0.05) !important;
}
.stroke-amber-200\/50 {
  stroke: rgb(253 230 138 / 0.5) !important;
}
.stroke-amber-200\/55 {
  stroke: rgb(253 230 138 / 0.55) !important;
}
.stroke-amber-200\/60 {
  stroke: rgb(253 230 138 / 0.6) !important;
}
.stroke-amber-200\/65 {
  stroke: rgb(253 230 138 / 0.65) !important;
}
.stroke-amber-200\/70 {
  stroke: rgb(253 230 138 / 0.7) !important;
}
.stroke-amber-200\/75 {
  stroke: rgb(253 230 138 / 0.75) !important;
}
.stroke-amber-200\/80 {
  stroke: rgb(253 230 138 / 0.8) !important;
}
.stroke-amber-200\/85 {
  stroke: rgb(253 230 138 / 0.85) !important;
}
.stroke-amber-200\/90 {
  stroke: rgb(253 230 138 / 0.9) !important;
}
.stroke-amber-200\/95 {
  stroke: rgb(253 230 138 / 0.95) !important;
}
.stroke-amber-300 {
  stroke: #fcd34d !important;
}
.stroke-amber-300\/0 {
  stroke: rgb(252 211 77 / 0) !important;
}
.stroke-amber-300\/10 {
  stroke: rgb(252 211 77 / 0.1) !important;
}
.stroke-amber-300\/100 {
  stroke: rgb(252 211 77 / 1) !important;
}
.stroke-amber-300\/15 {
  stroke: rgb(252 211 77 / 0.15) !important;
}
.stroke-amber-300\/20 {
  stroke: rgb(252 211 77 / 0.2) !important;
}
.stroke-amber-300\/25 {
  stroke: rgb(252 211 77 / 0.25) !important;
}
.stroke-amber-300\/30 {
  stroke: rgb(252 211 77 / 0.3) !important;
}
.stroke-amber-300\/35 {
  stroke: rgb(252 211 77 / 0.35) !important;
}
.stroke-amber-300\/40 {
  stroke: rgb(252 211 77 / 0.4) !important;
}
.stroke-amber-300\/45 {
  stroke: rgb(252 211 77 / 0.45) !important;
}
.stroke-amber-300\/5 {
  stroke: rgb(252 211 77 / 0.05) !important;
}
.stroke-amber-300\/50 {
  stroke: rgb(252 211 77 / 0.5) !important;
}
.stroke-amber-300\/55 {
  stroke: rgb(252 211 77 / 0.55) !important;
}
.stroke-amber-300\/60 {
  stroke: rgb(252 211 77 / 0.6) !important;
}
.stroke-amber-300\/65 {
  stroke: rgb(252 211 77 / 0.65) !important;
}
.stroke-amber-300\/70 {
  stroke: rgb(252 211 77 / 0.7) !important;
}
.stroke-amber-300\/75 {
  stroke: rgb(252 211 77 / 0.75) !important;
}
.stroke-amber-300\/80 {
  stroke: rgb(252 211 77 / 0.8) !important;
}
.stroke-amber-300\/85 {
  stroke: rgb(252 211 77 / 0.85) !important;
}
.stroke-amber-300\/90 {
  stroke: rgb(252 211 77 / 0.9) !important;
}
.stroke-amber-300\/95 {
  stroke: rgb(252 211 77 / 0.95) !important;
}
.stroke-amber-400 {
  stroke: #fbbf24 !important;
}
.stroke-amber-400\/0 {
  stroke: rgb(251 191 36 / 0) !important;
}
.stroke-amber-400\/10 {
  stroke: rgb(251 191 36 / 0.1) !important;
}
.stroke-amber-400\/100 {
  stroke: rgb(251 191 36 / 1) !important;
}
.stroke-amber-400\/15 {
  stroke: rgb(251 191 36 / 0.15) !important;
}
.stroke-amber-400\/20 {
  stroke: rgb(251 191 36 / 0.2) !important;
}
.stroke-amber-400\/25 {
  stroke: rgb(251 191 36 / 0.25) !important;
}
.stroke-amber-400\/30 {
  stroke: rgb(251 191 36 / 0.3) !important;
}
.stroke-amber-400\/35 {
  stroke: rgb(251 191 36 / 0.35) !important;
}
.stroke-amber-400\/40 {
  stroke: rgb(251 191 36 / 0.4) !important;
}
.stroke-amber-400\/45 {
  stroke: rgb(251 191 36 / 0.45) !important;
}
.stroke-amber-400\/5 {
  stroke: rgb(251 191 36 / 0.05) !important;
}
.stroke-amber-400\/50 {
  stroke: rgb(251 191 36 / 0.5) !important;
}
.stroke-amber-400\/55 {
  stroke: rgb(251 191 36 / 0.55) !important;
}
.stroke-amber-400\/60 {
  stroke: rgb(251 191 36 / 0.6) !important;
}
.stroke-amber-400\/65 {
  stroke: rgb(251 191 36 / 0.65) !important;
}
.stroke-amber-400\/70 {
  stroke: rgb(251 191 36 / 0.7) !important;
}
.stroke-amber-400\/75 {
  stroke: rgb(251 191 36 / 0.75) !important;
}
.stroke-amber-400\/80 {
  stroke: rgb(251 191 36 / 0.8) !important;
}
.stroke-amber-400\/85 {
  stroke: rgb(251 191 36 / 0.85) !important;
}
.stroke-amber-400\/90 {
  stroke: rgb(251 191 36 / 0.9) !important;
}
.stroke-amber-400\/95 {
  stroke: rgb(251 191 36 / 0.95) !important;
}
.stroke-amber-50 {
  stroke: #fffbeb !important;
}
.stroke-amber-50\/0 {
  stroke: rgb(255 251 235 / 0) !important;
}
.stroke-amber-50\/10 {
  stroke: rgb(255 251 235 / 0.1) !important;
}
.stroke-amber-50\/100 {
  stroke: rgb(255 251 235 / 1) !important;
}
.stroke-amber-50\/15 {
  stroke: rgb(255 251 235 / 0.15) !important;
}
.stroke-amber-50\/20 {
  stroke: rgb(255 251 235 / 0.2) !important;
}
.stroke-amber-50\/25 {
  stroke: rgb(255 251 235 / 0.25) !important;
}
.stroke-amber-50\/30 {
  stroke: rgb(255 251 235 / 0.3) !important;
}
.stroke-amber-50\/35 {
  stroke: rgb(255 251 235 / 0.35) !important;
}
.stroke-amber-50\/40 {
  stroke: rgb(255 251 235 / 0.4) !important;
}
.stroke-amber-50\/45 {
  stroke: rgb(255 251 235 / 0.45) !important;
}
.stroke-amber-50\/5 {
  stroke: rgb(255 251 235 / 0.05) !important;
}
.stroke-amber-50\/50 {
  stroke: rgb(255 251 235 / 0.5) !important;
}
.stroke-amber-50\/55 {
  stroke: rgb(255 251 235 / 0.55) !important;
}
.stroke-amber-50\/60 {
  stroke: rgb(255 251 235 / 0.6) !important;
}
.stroke-amber-50\/65 {
  stroke: rgb(255 251 235 / 0.65) !important;
}
.stroke-amber-50\/70 {
  stroke: rgb(255 251 235 / 0.7) !important;
}
.stroke-amber-50\/75 {
  stroke: rgb(255 251 235 / 0.75) !important;
}
.stroke-amber-50\/80 {
  stroke: rgb(255 251 235 / 0.8) !important;
}
.stroke-amber-50\/85 {
  stroke: rgb(255 251 235 / 0.85) !important;
}
.stroke-amber-50\/90 {
  stroke: rgb(255 251 235 / 0.9) !important;
}
.stroke-amber-50\/95 {
  stroke: rgb(255 251 235 / 0.95) !important;
}
.stroke-amber-500 {
  stroke: #f59e0b !important;
}
.stroke-amber-500\/0 {
  stroke: rgb(245 158 11 / 0) !important;
}
.stroke-amber-500\/10 {
  stroke: rgb(245 158 11 / 0.1) !important;
}
.stroke-amber-500\/100 {
  stroke: rgb(245 158 11 / 1) !important;
}
.stroke-amber-500\/15 {
  stroke: rgb(245 158 11 / 0.15) !important;
}
.stroke-amber-500\/20 {
  stroke: rgb(245 158 11 / 0.2) !important;
}
.stroke-amber-500\/25 {
  stroke: rgb(245 158 11 / 0.25) !important;
}
.stroke-amber-500\/30 {
  stroke: rgb(245 158 11 / 0.3) !important;
}
.stroke-amber-500\/35 {
  stroke: rgb(245 158 11 / 0.35) !important;
}
.stroke-amber-500\/40 {
  stroke: rgb(245 158 11 / 0.4) !important;
}
.stroke-amber-500\/45 {
  stroke: rgb(245 158 11 / 0.45) !important;
}
.stroke-amber-500\/5 {
  stroke: rgb(245 158 11 / 0.05) !important;
}
.stroke-amber-500\/50 {
  stroke: rgb(245 158 11 / 0.5) !important;
}
.stroke-amber-500\/55 {
  stroke: rgb(245 158 11 / 0.55) !important;
}
.stroke-amber-500\/60 {
  stroke: rgb(245 158 11 / 0.6) !important;
}
.stroke-amber-500\/65 {
  stroke: rgb(245 158 11 / 0.65) !important;
}
.stroke-amber-500\/70 {
  stroke: rgb(245 158 11 / 0.7) !important;
}
.stroke-amber-500\/75 {
  stroke: rgb(245 158 11 / 0.75) !important;
}
.stroke-amber-500\/80 {
  stroke: rgb(245 158 11 / 0.8) !important;
}
.stroke-amber-500\/85 {
  stroke: rgb(245 158 11 / 0.85) !important;
}
.stroke-amber-500\/90 {
  stroke: rgb(245 158 11 / 0.9) !important;
}
.stroke-amber-500\/95 {
  stroke: rgb(245 158 11 / 0.95) !important;
}
.stroke-amber-600 {
  stroke: #d97706 !important;
}
.stroke-amber-600\/0 {
  stroke: rgb(217 119 6 / 0) !important;
}
.stroke-amber-600\/10 {
  stroke: rgb(217 119 6 / 0.1) !important;
}
.stroke-amber-600\/100 {
  stroke: rgb(217 119 6 / 1) !important;
}
.stroke-amber-600\/15 {
  stroke: rgb(217 119 6 / 0.15) !important;
}
.stroke-amber-600\/20 {
  stroke: rgb(217 119 6 / 0.2) !important;
}
.stroke-amber-600\/25 {
  stroke: rgb(217 119 6 / 0.25) !important;
}
.stroke-amber-600\/30 {
  stroke: rgb(217 119 6 / 0.3) !important;
}
.stroke-amber-600\/35 {
  stroke: rgb(217 119 6 / 0.35) !important;
}
.stroke-amber-600\/40 {
  stroke: rgb(217 119 6 / 0.4) !important;
}
.stroke-amber-600\/45 {
  stroke: rgb(217 119 6 / 0.45) !important;
}
.stroke-amber-600\/5 {
  stroke: rgb(217 119 6 / 0.05) !important;
}
.stroke-amber-600\/50 {
  stroke: rgb(217 119 6 / 0.5) !important;
}
.stroke-amber-600\/55 {
  stroke: rgb(217 119 6 / 0.55) !important;
}
.stroke-amber-600\/60 {
  stroke: rgb(217 119 6 / 0.6) !important;
}
.stroke-amber-600\/65 {
  stroke: rgb(217 119 6 / 0.65) !important;
}
.stroke-amber-600\/70 {
  stroke: rgb(217 119 6 / 0.7) !important;
}
.stroke-amber-600\/75 {
  stroke: rgb(217 119 6 / 0.75) !important;
}
.stroke-amber-600\/80 {
  stroke: rgb(217 119 6 / 0.8) !important;
}
.stroke-amber-600\/85 {
  stroke: rgb(217 119 6 / 0.85) !important;
}
.stroke-amber-600\/90 {
  stroke: rgb(217 119 6 / 0.9) !important;
}
.stroke-amber-600\/95 {
  stroke: rgb(217 119 6 / 0.95) !important;
}
.stroke-amber-700 {
  stroke: #b45309 !important;
}
.stroke-amber-700\/0 {
  stroke: rgb(180 83 9 / 0) !important;
}
.stroke-amber-700\/10 {
  stroke: rgb(180 83 9 / 0.1) !important;
}
.stroke-amber-700\/100 {
  stroke: rgb(180 83 9 / 1) !important;
}
.stroke-amber-700\/15 {
  stroke: rgb(180 83 9 / 0.15) !important;
}
.stroke-amber-700\/20 {
  stroke: rgb(180 83 9 / 0.2) !important;
}
.stroke-amber-700\/25 {
  stroke: rgb(180 83 9 / 0.25) !important;
}
.stroke-amber-700\/30 {
  stroke: rgb(180 83 9 / 0.3) !important;
}
.stroke-amber-700\/35 {
  stroke: rgb(180 83 9 / 0.35) !important;
}
.stroke-amber-700\/40 {
  stroke: rgb(180 83 9 / 0.4) !important;
}
.stroke-amber-700\/45 {
  stroke: rgb(180 83 9 / 0.45) !important;
}
.stroke-amber-700\/5 {
  stroke: rgb(180 83 9 / 0.05) !important;
}
.stroke-amber-700\/50 {
  stroke: rgb(180 83 9 / 0.5) !important;
}
.stroke-amber-700\/55 {
  stroke: rgb(180 83 9 / 0.55) !important;
}
.stroke-amber-700\/60 {
  stroke: rgb(180 83 9 / 0.6) !important;
}
.stroke-amber-700\/65 {
  stroke: rgb(180 83 9 / 0.65) !important;
}
.stroke-amber-700\/70 {
  stroke: rgb(180 83 9 / 0.7) !important;
}
.stroke-amber-700\/75 {
  stroke: rgb(180 83 9 / 0.75) !important;
}
.stroke-amber-700\/80 {
  stroke: rgb(180 83 9 / 0.8) !important;
}
.stroke-amber-700\/85 {
  stroke: rgb(180 83 9 / 0.85) !important;
}
.stroke-amber-700\/90 {
  stroke: rgb(180 83 9 / 0.9) !important;
}
.stroke-amber-700\/95 {
  stroke: rgb(180 83 9 / 0.95) !important;
}
.stroke-amber-800 {
  stroke: #92400e !important;
}
.stroke-amber-800\/0 {
  stroke: rgb(146 64 14 / 0) !important;
}
.stroke-amber-800\/10 {
  stroke: rgb(146 64 14 / 0.1) !important;
}
.stroke-amber-800\/100 {
  stroke: rgb(146 64 14 / 1) !important;
}
.stroke-amber-800\/15 {
  stroke: rgb(146 64 14 / 0.15) !important;
}
.stroke-amber-800\/20 {
  stroke: rgb(146 64 14 / 0.2) !important;
}
.stroke-amber-800\/25 {
  stroke: rgb(146 64 14 / 0.25) !important;
}
.stroke-amber-800\/30 {
  stroke: rgb(146 64 14 / 0.3) !important;
}
.stroke-amber-800\/35 {
  stroke: rgb(146 64 14 / 0.35) !important;
}
.stroke-amber-800\/40 {
  stroke: rgb(146 64 14 / 0.4) !important;
}
.stroke-amber-800\/45 {
  stroke: rgb(146 64 14 / 0.45) !important;
}
.stroke-amber-800\/5 {
  stroke: rgb(146 64 14 / 0.05) !important;
}
.stroke-amber-800\/50 {
  stroke: rgb(146 64 14 / 0.5) !important;
}
.stroke-amber-800\/55 {
  stroke: rgb(146 64 14 / 0.55) !important;
}
.stroke-amber-800\/60 {
  stroke: rgb(146 64 14 / 0.6) !important;
}
.stroke-amber-800\/65 {
  stroke: rgb(146 64 14 / 0.65) !important;
}
.stroke-amber-800\/70 {
  stroke: rgb(146 64 14 / 0.7) !important;
}
.stroke-amber-800\/75 {
  stroke: rgb(146 64 14 / 0.75) !important;
}
.stroke-amber-800\/80 {
  stroke: rgb(146 64 14 / 0.8) !important;
}
.stroke-amber-800\/85 {
  stroke: rgb(146 64 14 / 0.85) !important;
}
.stroke-amber-800\/90 {
  stroke: rgb(146 64 14 / 0.9) !important;
}
.stroke-amber-800\/95 {
  stroke: rgb(146 64 14 / 0.95) !important;
}
.stroke-amber-900 {
  stroke: #78350f !important;
}
.stroke-amber-900\/0 {
  stroke: rgb(120 53 15 / 0) !important;
}
.stroke-amber-900\/10 {
  stroke: rgb(120 53 15 / 0.1) !important;
}
.stroke-amber-900\/100 {
  stroke: rgb(120 53 15 / 1) !important;
}
.stroke-amber-900\/15 {
  stroke: rgb(120 53 15 / 0.15) !important;
}
.stroke-amber-900\/20 {
  stroke: rgb(120 53 15 / 0.2) !important;
}
.stroke-amber-900\/25 {
  stroke: rgb(120 53 15 / 0.25) !important;
}
.stroke-amber-900\/30 {
  stroke: rgb(120 53 15 / 0.3) !important;
}
.stroke-amber-900\/35 {
  stroke: rgb(120 53 15 / 0.35) !important;
}
.stroke-amber-900\/40 {
  stroke: rgb(120 53 15 / 0.4) !important;
}
.stroke-amber-900\/45 {
  stroke: rgb(120 53 15 / 0.45) !important;
}
.stroke-amber-900\/5 {
  stroke: rgb(120 53 15 / 0.05) !important;
}
.stroke-amber-900\/50 {
  stroke: rgb(120 53 15 / 0.5) !important;
}
.stroke-amber-900\/55 {
  stroke: rgb(120 53 15 / 0.55) !important;
}
.stroke-amber-900\/60 {
  stroke: rgb(120 53 15 / 0.6) !important;
}
.stroke-amber-900\/65 {
  stroke: rgb(120 53 15 / 0.65) !important;
}
.stroke-amber-900\/70 {
  stroke: rgb(120 53 15 / 0.7) !important;
}
.stroke-amber-900\/75 {
  stroke: rgb(120 53 15 / 0.75) !important;
}
.stroke-amber-900\/80 {
  stroke: rgb(120 53 15 / 0.8) !important;
}
.stroke-amber-900\/85 {
  stroke: rgb(120 53 15 / 0.85) !important;
}
.stroke-amber-900\/90 {
  stroke: rgb(120 53 15 / 0.9) !important;
}
.stroke-amber-900\/95 {
  stroke: rgb(120 53 15 / 0.95) !important;
}
.stroke-amber-950 {
  stroke: #451a03 !important;
}
.stroke-amber-950\/0 {
  stroke: rgb(69 26 3 / 0) !important;
}
.stroke-amber-950\/10 {
  stroke: rgb(69 26 3 / 0.1) !important;
}
.stroke-amber-950\/100 {
  stroke: rgb(69 26 3 / 1) !important;
}
.stroke-amber-950\/15 {
  stroke: rgb(69 26 3 / 0.15) !important;
}
.stroke-amber-950\/20 {
  stroke: rgb(69 26 3 / 0.2) !important;
}
.stroke-amber-950\/25 {
  stroke: rgb(69 26 3 / 0.25) !important;
}
.stroke-amber-950\/30 {
  stroke: rgb(69 26 3 / 0.3) !important;
}
.stroke-amber-950\/35 {
  stroke: rgb(69 26 3 / 0.35) !important;
}
.stroke-amber-950\/40 {
  stroke: rgb(69 26 3 / 0.4) !important;
}
.stroke-amber-950\/45 {
  stroke: rgb(69 26 3 / 0.45) !important;
}
.stroke-amber-950\/5 {
  stroke: rgb(69 26 3 / 0.05) !important;
}
.stroke-amber-950\/50 {
  stroke: rgb(69 26 3 / 0.5) !important;
}
.stroke-amber-950\/55 {
  stroke: rgb(69 26 3 / 0.55) !important;
}
.stroke-amber-950\/60 {
  stroke: rgb(69 26 3 / 0.6) !important;
}
.stroke-amber-950\/65 {
  stroke: rgb(69 26 3 / 0.65) !important;
}
.stroke-amber-950\/70 {
  stroke: rgb(69 26 3 / 0.7) !important;
}
.stroke-amber-950\/75 {
  stroke: rgb(69 26 3 / 0.75) !important;
}
.stroke-amber-950\/80 {
  stroke: rgb(69 26 3 / 0.8) !important;
}
.stroke-amber-950\/85 {
  stroke: rgb(69 26 3 / 0.85) !important;
}
.stroke-amber-950\/90 {
  stroke: rgb(69 26 3 / 0.9) !important;
}
.stroke-amber-950\/95 {
  stroke: rgb(69 26 3 / 0.95) !important;
}
.stroke-black {
  stroke: #000 !important;
}
.stroke-black\/0 {
  stroke: rgb(0 0 0 / 0) !important;
}
.stroke-black\/10 {
  stroke: rgb(0 0 0 / 0.1) !important;
}
.stroke-black\/100 {
  stroke: rgb(0 0 0 / 1) !important;
}
.stroke-black\/15 {
  stroke: rgb(0 0 0 / 0.15) !important;
}
.stroke-black\/20 {
  stroke: rgb(0 0 0 / 0.2) !important;
}
.stroke-black\/25 {
  stroke: rgb(0 0 0 / 0.25) !important;
}
.stroke-black\/30 {
  stroke: rgb(0 0 0 / 0.3) !important;
}
.stroke-black\/35 {
  stroke: rgb(0 0 0 / 0.35) !important;
}
.stroke-black\/40 {
  stroke: rgb(0 0 0 / 0.4) !important;
}
.stroke-black\/45 {
  stroke: rgb(0 0 0 / 0.45) !important;
}
.stroke-black\/5 {
  stroke: rgb(0 0 0 / 0.05) !important;
}
.stroke-black\/50 {
  stroke: rgb(0 0 0 / 0.5) !important;
}
.stroke-black\/55 {
  stroke: rgb(0 0 0 / 0.55) !important;
}
.stroke-black\/60 {
  stroke: rgb(0 0 0 / 0.6) !important;
}
.stroke-black\/65 {
  stroke: rgb(0 0 0 / 0.65) !important;
}
.stroke-black\/70 {
  stroke: rgb(0 0 0 / 0.7) !important;
}
.stroke-black\/75 {
  stroke: rgb(0 0 0 / 0.75) !important;
}
.stroke-black\/80 {
  stroke: rgb(0 0 0 / 0.8) !important;
}
.stroke-black\/85 {
  stroke: rgb(0 0 0 / 0.85) !important;
}
.stroke-black\/90 {
  stroke: rgb(0 0 0 / 0.9) !important;
}
.stroke-black\/95 {
  stroke: rgb(0 0 0 / 0.95) !important;
}
.stroke-blue-100 {
  stroke: #dbeafe !important;
}
.stroke-blue-100\/0 {
  stroke: rgb(219 234 254 / 0) !important;
}
.stroke-blue-100\/10 {
  stroke: rgb(219 234 254 / 0.1) !important;
}
.stroke-blue-100\/100 {
  stroke: rgb(219 234 254 / 1) !important;
}
.stroke-blue-100\/15 {
  stroke: rgb(219 234 254 / 0.15) !important;
}
.stroke-blue-100\/20 {
  stroke: rgb(219 234 254 / 0.2) !important;
}
.stroke-blue-100\/25 {
  stroke: rgb(219 234 254 / 0.25) !important;
}
.stroke-blue-100\/30 {
  stroke: rgb(219 234 254 / 0.3) !important;
}
.stroke-blue-100\/35 {
  stroke: rgb(219 234 254 / 0.35) !important;
}
.stroke-blue-100\/40 {
  stroke: rgb(219 234 254 / 0.4) !important;
}
.stroke-blue-100\/45 {
  stroke: rgb(219 234 254 / 0.45) !important;
}
.stroke-blue-100\/5 {
  stroke: rgb(219 234 254 / 0.05) !important;
}
.stroke-blue-100\/50 {
  stroke: rgb(219 234 254 / 0.5) !important;
}
.stroke-blue-100\/55 {
  stroke: rgb(219 234 254 / 0.55) !important;
}
.stroke-blue-100\/60 {
  stroke: rgb(219 234 254 / 0.6) !important;
}
.stroke-blue-100\/65 {
  stroke: rgb(219 234 254 / 0.65) !important;
}
.stroke-blue-100\/70 {
  stroke: rgb(219 234 254 / 0.7) !important;
}
.stroke-blue-100\/75 {
  stroke: rgb(219 234 254 / 0.75) !important;
}
.stroke-blue-100\/80 {
  stroke: rgb(219 234 254 / 0.8) !important;
}
.stroke-blue-100\/85 {
  stroke: rgb(219 234 254 / 0.85) !important;
}
.stroke-blue-100\/90 {
  stroke: rgb(219 234 254 / 0.9) !important;
}
.stroke-blue-100\/95 {
  stroke: rgb(219 234 254 / 0.95) !important;
}
.stroke-blue-200 {
  stroke: #bfdbfe !important;
}
.stroke-blue-200\/0 {
  stroke: rgb(191 219 254 / 0) !important;
}
.stroke-blue-200\/10 {
  stroke: rgb(191 219 254 / 0.1) !important;
}
.stroke-blue-200\/100 {
  stroke: rgb(191 219 254 / 1) !important;
}
.stroke-blue-200\/15 {
  stroke: rgb(191 219 254 / 0.15) !important;
}
.stroke-blue-200\/20 {
  stroke: rgb(191 219 254 / 0.2) !important;
}
.stroke-blue-200\/25 {
  stroke: rgb(191 219 254 / 0.25) !important;
}
.stroke-blue-200\/30 {
  stroke: rgb(191 219 254 / 0.3) !important;
}
.stroke-blue-200\/35 {
  stroke: rgb(191 219 254 / 0.35) !important;
}
.stroke-blue-200\/40 {
  stroke: rgb(191 219 254 / 0.4) !important;
}
.stroke-blue-200\/45 {
  stroke: rgb(191 219 254 / 0.45) !important;
}
.stroke-blue-200\/5 {
  stroke: rgb(191 219 254 / 0.05) !important;
}
.stroke-blue-200\/50 {
  stroke: rgb(191 219 254 / 0.5) !important;
}
.stroke-blue-200\/55 {
  stroke: rgb(191 219 254 / 0.55) !important;
}
.stroke-blue-200\/60 {
  stroke: rgb(191 219 254 / 0.6) !important;
}
.stroke-blue-200\/65 {
  stroke: rgb(191 219 254 / 0.65) !important;
}
.stroke-blue-200\/70 {
  stroke: rgb(191 219 254 / 0.7) !important;
}
.stroke-blue-200\/75 {
  stroke: rgb(191 219 254 / 0.75) !important;
}
.stroke-blue-200\/80 {
  stroke: rgb(191 219 254 / 0.8) !important;
}
.stroke-blue-200\/85 {
  stroke: rgb(191 219 254 / 0.85) !important;
}
.stroke-blue-200\/90 {
  stroke: rgb(191 219 254 / 0.9) !important;
}
.stroke-blue-200\/95 {
  stroke: rgb(191 219 254 / 0.95) !important;
}
.stroke-blue-300 {
  stroke: #93c5fd !important;
}
.stroke-blue-300\/0 {
  stroke: rgb(147 197 253 / 0) !important;
}
.stroke-blue-300\/10 {
  stroke: rgb(147 197 253 / 0.1) !important;
}
.stroke-blue-300\/100 {
  stroke: rgb(147 197 253 / 1) !important;
}
.stroke-blue-300\/15 {
  stroke: rgb(147 197 253 / 0.15) !important;
}
.stroke-blue-300\/20 {
  stroke: rgb(147 197 253 / 0.2) !important;
}
.stroke-blue-300\/25 {
  stroke: rgb(147 197 253 / 0.25) !important;
}
.stroke-blue-300\/30 {
  stroke: rgb(147 197 253 / 0.3) !important;
}
.stroke-blue-300\/35 {
  stroke: rgb(147 197 253 / 0.35) !important;
}
.stroke-blue-300\/40 {
  stroke: rgb(147 197 253 / 0.4) !important;
}
.stroke-blue-300\/45 {
  stroke: rgb(147 197 253 / 0.45) !important;
}
.stroke-blue-300\/5 {
  stroke: rgb(147 197 253 / 0.05) !important;
}
.stroke-blue-300\/50 {
  stroke: rgb(147 197 253 / 0.5) !important;
}
.stroke-blue-300\/55 {
  stroke: rgb(147 197 253 / 0.55) !important;
}
.stroke-blue-300\/60 {
  stroke: rgb(147 197 253 / 0.6) !important;
}
.stroke-blue-300\/65 {
  stroke: rgb(147 197 253 / 0.65) !important;
}
.stroke-blue-300\/70 {
  stroke: rgb(147 197 253 / 0.7) !important;
}
.stroke-blue-300\/75 {
  stroke: rgb(147 197 253 / 0.75) !important;
}
.stroke-blue-300\/80 {
  stroke: rgb(147 197 253 / 0.8) !important;
}
.stroke-blue-300\/85 {
  stroke: rgb(147 197 253 / 0.85) !important;
}
.stroke-blue-300\/90 {
  stroke: rgb(147 197 253 / 0.9) !important;
}
.stroke-blue-300\/95 {
  stroke: rgb(147 197 253 / 0.95) !important;
}
.stroke-blue-400 {
  stroke: #60a5fa !important;
}
.stroke-blue-400\/0 {
  stroke: rgb(96 165 250 / 0) !important;
}
.stroke-blue-400\/10 {
  stroke: rgb(96 165 250 / 0.1) !important;
}
.stroke-blue-400\/100 {
  stroke: rgb(96 165 250 / 1) !important;
}
.stroke-blue-400\/15 {
  stroke: rgb(96 165 250 / 0.15) !important;
}
.stroke-blue-400\/20 {
  stroke: rgb(96 165 250 / 0.2) !important;
}
.stroke-blue-400\/25 {
  stroke: rgb(96 165 250 / 0.25) !important;
}
.stroke-blue-400\/30 {
  stroke: rgb(96 165 250 / 0.3) !important;
}
.stroke-blue-400\/35 {
  stroke: rgb(96 165 250 / 0.35) !important;
}
.stroke-blue-400\/40 {
  stroke: rgb(96 165 250 / 0.4) !important;
}
.stroke-blue-400\/45 {
  stroke: rgb(96 165 250 / 0.45) !important;
}
.stroke-blue-400\/5 {
  stroke: rgb(96 165 250 / 0.05) !important;
}
.stroke-blue-400\/50 {
  stroke: rgb(96 165 250 / 0.5) !important;
}
.stroke-blue-400\/55 {
  stroke: rgb(96 165 250 / 0.55) !important;
}
.stroke-blue-400\/60 {
  stroke: rgb(96 165 250 / 0.6) !important;
}
.stroke-blue-400\/65 {
  stroke: rgb(96 165 250 / 0.65) !important;
}
.stroke-blue-400\/70 {
  stroke: rgb(96 165 250 / 0.7) !important;
}
.stroke-blue-400\/75 {
  stroke: rgb(96 165 250 / 0.75) !important;
}
.stroke-blue-400\/80 {
  stroke: rgb(96 165 250 / 0.8) !important;
}
.stroke-blue-400\/85 {
  stroke: rgb(96 165 250 / 0.85) !important;
}
.stroke-blue-400\/90 {
  stroke: rgb(96 165 250 / 0.9) !important;
}
.stroke-blue-400\/95 {
  stroke: rgb(96 165 250 / 0.95) !important;
}
.stroke-blue-50 {
  stroke: #eff6ff !important;
}
.stroke-blue-50\/0 {
  stroke: rgb(239 246 255 / 0) !important;
}
.stroke-blue-50\/10 {
  stroke: rgb(239 246 255 / 0.1) !important;
}
.stroke-blue-50\/100 {
  stroke: rgb(239 246 255 / 1) !important;
}
.stroke-blue-50\/15 {
  stroke: rgb(239 246 255 / 0.15) !important;
}
.stroke-blue-50\/20 {
  stroke: rgb(239 246 255 / 0.2) !important;
}
.stroke-blue-50\/25 {
  stroke: rgb(239 246 255 / 0.25) !important;
}
.stroke-blue-50\/30 {
  stroke: rgb(239 246 255 / 0.3) !important;
}
.stroke-blue-50\/35 {
  stroke: rgb(239 246 255 / 0.35) !important;
}
.stroke-blue-50\/40 {
  stroke: rgb(239 246 255 / 0.4) !important;
}
.stroke-blue-50\/45 {
  stroke: rgb(239 246 255 / 0.45) !important;
}
.stroke-blue-50\/5 {
  stroke: rgb(239 246 255 / 0.05) !important;
}
.stroke-blue-50\/50 {
  stroke: rgb(239 246 255 / 0.5) !important;
}
.stroke-blue-50\/55 {
  stroke: rgb(239 246 255 / 0.55) !important;
}
.stroke-blue-50\/60 {
  stroke: rgb(239 246 255 / 0.6) !important;
}
.stroke-blue-50\/65 {
  stroke: rgb(239 246 255 / 0.65) !important;
}
.stroke-blue-50\/70 {
  stroke: rgb(239 246 255 / 0.7) !important;
}
.stroke-blue-50\/75 {
  stroke: rgb(239 246 255 / 0.75) !important;
}
.stroke-blue-50\/80 {
  stroke: rgb(239 246 255 / 0.8) !important;
}
.stroke-blue-50\/85 {
  stroke: rgb(239 246 255 / 0.85) !important;
}
.stroke-blue-50\/90 {
  stroke: rgb(239 246 255 / 0.9) !important;
}
.stroke-blue-50\/95 {
  stroke: rgb(239 246 255 / 0.95) !important;
}
.stroke-blue-500 {
  stroke: #3b82f6 !important;
}
.stroke-blue-500\/0 {
  stroke: rgb(59 130 246 / 0) !important;
}
.stroke-blue-500\/10 {
  stroke: rgb(59 130 246 / 0.1) !important;
}
.stroke-blue-500\/100 {
  stroke: rgb(59 130 246 / 1) !important;
}
.stroke-blue-500\/15 {
  stroke: rgb(59 130 246 / 0.15) !important;
}
.stroke-blue-500\/20 {
  stroke: rgb(59 130 246 / 0.2) !important;
}
.stroke-blue-500\/25 {
  stroke: rgb(59 130 246 / 0.25) !important;
}
.stroke-blue-500\/30 {
  stroke: rgb(59 130 246 / 0.3) !important;
}
.stroke-blue-500\/35 {
  stroke: rgb(59 130 246 / 0.35) !important;
}
.stroke-blue-500\/40 {
  stroke: rgb(59 130 246 / 0.4) !important;
}
.stroke-blue-500\/45 {
  stroke: rgb(59 130 246 / 0.45) !important;
}
.stroke-blue-500\/5 {
  stroke: rgb(59 130 246 / 0.05) !important;
}
.stroke-blue-500\/50 {
  stroke: rgb(59 130 246 / 0.5) !important;
}
.stroke-blue-500\/55 {
  stroke: rgb(59 130 246 / 0.55) !important;
}
.stroke-blue-500\/60 {
  stroke: rgb(59 130 246 / 0.6) !important;
}
.stroke-blue-500\/65 {
  stroke: rgb(59 130 246 / 0.65) !important;
}
.stroke-blue-500\/70 {
  stroke: rgb(59 130 246 / 0.7) !important;
}
.stroke-blue-500\/75 {
  stroke: rgb(59 130 246 / 0.75) !important;
}
.stroke-blue-500\/80 {
  stroke: rgb(59 130 246 / 0.8) !important;
}
.stroke-blue-500\/85 {
  stroke: rgb(59 130 246 / 0.85) !important;
}
.stroke-blue-500\/90 {
  stroke: rgb(59 130 246 / 0.9) !important;
}
.stroke-blue-500\/95 {
  stroke: rgb(59 130 246 / 0.95) !important;
}
.stroke-blue-600 {
  stroke: #2563eb !important;
}
.stroke-blue-600\/0 {
  stroke: rgb(37 99 235 / 0) !important;
}
.stroke-blue-600\/10 {
  stroke: rgb(37 99 235 / 0.1) !important;
}
.stroke-blue-600\/100 {
  stroke: rgb(37 99 235 / 1) !important;
}
.stroke-blue-600\/15 {
  stroke: rgb(37 99 235 / 0.15) !important;
}
.stroke-blue-600\/20 {
  stroke: rgb(37 99 235 / 0.2) !important;
}
.stroke-blue-600\/25 {
  stroke: rgb(37 99 235 / 0.25) !important;
}
.stroke-blue-600\/30 {
  stroke: rgb(37 99 235 / 0.3) !important;
}
.stroke-blue-600\/35 {
  stroke: rgb(37 99 235 / 0.35) !important;
}
.stroke-blue-600\/40 {
  stroke: rgb(37 99 235 / 0.4) !important;
}
.stroke-blue-600\/45 {
  stroke: rgb(37 99 235 / 0.45) !important;
}
.stroke-blue-600\/5 {
  stroke: rgb(37 99 235 / 0.05) !important;
}
.stroke-blue-600\/50 {
  stroke: rgb(37 99 235 / 0.5) !important;
}
.stroke-blue-600\/55 {
  stroke: rgb(37 99 235 / 0.55) !important;
}
.stroke-blue-600\/60 {
  stroke: rgb(37 99 235 / 0.6) !important;
}
.stroke-blue-600\/65 {
  stroke: rgb(37 99 235 / 0.65) !important;
}
.stroke-blue-600\/70 {
  stroke: rgb(37 99 235 / 0.7) !important;
}
.stroke-blue-600\/75 {
  stroke: rgb(37 99 235 / 0.75) !important;
}
.stroke-blue-600\/80 {
  stroke: rgb(37 99 235 / 0.8) !important;
}
.stroke-blue-600\/85 {
  stroke: rgb(37 99 235 / 0.85) !important;
}
.stroke-blue-600\/90 {
  stroke: rgb(37 99 235 / 0.9) !important;
}
.stroke-blue-600\/95 {
  stroke: rgb(37 99 235 / 0.95) !important;
}
.stroke-blue-700 {
  stroke: #1d4ed8 !important;
}
.stroke-blue-700\/0 {
  stroke: rgb(29 78 216 / 0) !important;
}
.stroke-blue-700\/10 {
  stroke: rgb(29 78 216 / 0.1) !important;
}
.stroke-blue-700\/100 {
  stroke: rgb(29 78 216 / 1) !important;
}
.stroke-blue-700\/15 {
  stroke: rgb(29 78 216 / 0.15) !important;
}
.stroke-blue-700\/20 {
  stroke: rgb(29 78 216 / 0.2) !important;
}
.stroke-blue-700\/25 {
  stroke: rgb(29 78 216 / 0.25) !important;
}
.stroke-blue-700\/30 {
  stroke: rgb(29 78 216 / 0.3) !important;
}
.stroke-blue-700\/35 {
  stroke: rgb(29 78 216 / 0.35) !important;
}
.stroke-blue-700\/40 {
  stroke: rgb(29 78 216 / 0.4) !important;
}
.stroke-blue-700\/45 {
  stroke: rgb(29 78 216 / 0.45) !important;
}
.stroke-blue-700\/5 {
  stroke: rgb(29 78 216 / 0.05) !important;
}
.stroke-blue-700\/50 {
  stroke: rgb(29 78 216 / 0.5) !important;
}
.stroke-blue-700\/55 {
  stroke: rgb(29 78 216 / 0.55) !important;
}
.stroke-blue-700\/60 {
  stroke: rgb(29 78 216 / 0.6) !important;
}
.stroke-blue-700\/65 {
  stroke: rgb(29 78 216 / 0.65) !important;
}
.stroke-blue-700\/70 {
  stroke: rgb(29 78 216 / 0.7) !important;
}
.stroke-blue-700\/75 {
  stroke: rgb(29 78 216 / 0.75) !important;
}
.stroke-blue-700\/80 {
  stroke: rgb(29 78 216 / 0.8) !important;
}
.stroke-blue-700\/85 {
  stroke: rgb(29 78 216 / 0.85) !important;
}
.stroke-blue-700\/90 {
  stroke: rgb(29 78 216 / 0.9) !important;
}
.stroke-blue-700\/95 {
  stroke: rgb(29 78 216 / 0.95) !important;
}
.stroke-blue-800 {
  stroke: #1e40af !important;
}
.stroke-blue-800\/0 {
  stroke: rgb(30 64 175 / 0) !important;
}
.stroke-blue-800\/10 {
  stroke: rgb(30 64 175 / 0.1) !important;
}
.stroke-blue-800\/100 {
  stroke: rgb(30 64 175 / 1) !important;
}
.stroke-blue-800\/15 {
  stroke: rgb(30 64 175 / 0.15) !important;
}
.stroke-blue-800\/20 {
  stroke: rgb(30 64 175 / 0.2) !important;
}
.stroke-blue-800\/25 {
  stroke: rgb(30 64 175 / 0.25) !important;
}
.stroke-blue-800\/30 {
  stroke: rgb(30 64 175 / 0.3) !important;
}
.stroke-blue-800\/35 {
  stroke: rgb(30 64 175 / 0.35) !important;
}
.stroke-blue-800\/40 {
  stroke: rgb(30 64 175 / 0.4) !important;
}
.stroke-blue-800\/45 {
  stroke: rgb(30 64 175 / 0.45) !important;
}
.stroke-blue-800\/5 {
  stroke: rgb(30 64 175 / 0.05) !important;
}
.stroke-blue-800\/50 {
  stroke: rgb(30 64 175 / 0.5) !important;
}
.stroke-blue-800\/55 {
  stroke: rgb(30 64 175 / 0.55) !important;
}
.stroke-blue-800\/60 {
  stroke: rgb(30 64 175 / 0.6) !important;
}
.stroke-blue-800\/65 {
  stroke: rgb(30 64 175 / 0.65) !important;
}
.stroke-blue-800\/70 {
  stroke: rgb(30 64 175 / 0.7) !important;
}
.stroke-blue-800\/75 {
  stroke: rgb(30 64 175 / 0.75) !important;
}
.stroke-blue-800\/80 {
  stroke: rgb(30 64 175 / 0.8) !important;
}
.stroke-blue-800\/85 {
  stroke: rgb(30 64 175 / 0.85) !important;
}
.stroke-blue-800\/90 {
  stroke: rgb(30 64 175 / 0.9) !important;
}
.stroke-blue-800\/95 {
  stroke: rgb(30 64 175 / 0.95) !important;
}
.stroke-blue-900 {
  stroke: #1e3a8a !important;
}
.stroke-blue-900\/0 {
  stroke: rgb(30 58 138 / 0) !important;
}
.stroke-blue-900\/10 {
  stroke: rgb(30 58 138 / 0.1) !important;
}
.stroke-blue-900\/100 {
  stroke: rgb(30 58 138 / 1) !important;
}
.stroke-blue-900\/15 {
  stroke: rgb(30 58 138 / 0.15) !important;
}
.stroke-blue-900\/20 {
  stroke: rgb(30 58 138 / 0.2) !important;
}
.stroke-blue-900\/25 {
  stroke: rgb(30 58 138 / 0.25) !important;
}
.stroke-blue-900\/30 {
  stroke: rgb(30 58 138 / 0.3) !important;
}
.stroke-blue-900\/35 {
  stroke: rgb(30 58 138 / 0.35) !important;
}
.stroke-blue-900\/40 {
  stroke: rgb(30 58 138 / 0.4) !important;
}
.stroke-blue-900\/45 {
  stroke: rgb(30 58 138 / 0.45) !important;
}
.stroke-blue-900\/5 {
  stroke: rgb(30 58 138 / 0.05) !important;
}
.stroke-blue-900\/50 {
  stroke: rgb(30 58 138 / 0.5) !important;
}
.stroke-blue-900\/55 {
  stroke: rgb(30 58 138 / 0.55) !important;
}
.stroke-blue-900\/60 {
  stroke: rgb(30 58 138 / 0.6) !important;
}
.stroke-blue-900\/65 {
  stroke: rgb(30 58 138 / 0.65) !important;
}
.stroke-blue-900\/70 {
  stroke: rgb(30 58 138 / 0.7) !important;
}
.stroke-blue-900\/75 {
  stroke: rgb(30 58 138 / 0.75) !important;
}
.stroke-blue-900\/80 {
  stroke: rgb(30 58 138 / 0.8) !important;
}
.stroke-blue-900\/85 {
  stroke: rgb(30 58 138 / 0.85) !important;
}
.stroke-blue-900\/90 {
  stroke: rgb(30 58 138 / 0.9) !important;
}
.stroke-blue-900\/95 {
  stroke: rgb(30 58 138 / 0.95) !important;
}
.stroke-blue-950 {
  stroke: #172554 !important;
}
.stroke-blue-950\/0 {
  stroke: rgb(23 37 84 / 0) !important;
}
.stroke-blue-950\/10 {
  stroke: rgb(23 37 84 / 0.1) !important;
}
.stroke-blue-950\/100 {
  stroke: rgb(23 37 84 / 1) !important;
}
.stroke-blue-950\/15 {
  stroke: rgb(23 37 84 / 0.15) !important;
}
.stroke-blue-950\/20 {
  stroke: rgb(23 37 84 / 0.2) !important;
}
.stroke-blue-950\/25 {
  stroke: rgb(23 37 84 / 0.25) !important;
}
.stroke-blue-950\/30 {
  stroke: rgb(23 37 84 / 0.3) !important;
}
.stroke-blue-950\/35 {
  stroke: rgb(23 37 84 / 0.35) !important;
}
.stroke-blue-950\/40 {
  stroke: rgb(23 37 84 / 0.4) !important;
}
.stroke-blue-950\/45 {
  stroke: rgb(23 37 84 / 0.45) !important;
}
.stroke-blue-950\/5 {
  stroke: rgb(23 37 84 / 0.05) !important;
}
.stroke-blue-950\/50 {
  stroke: rgb(23 37 84 / 0.5) !important;
}
.stroke-blue-950\/55 {
  stroke: rgb(23 37 84 / 0.55) !important;
}
.stroke-blue-950\/60 {
  stroke: rgb(23 37 84 / 0.6) !important;
}
.stroke-blue-950\/65 {
  stroke: rgb(23 37 84 / 0.65) !important;
}
.stroke-blue-950\/70 {
  stroke: rgb(23 37 84 / 0.7) !important;
}
.stroke-blue-950\/75 {
  stroke: rgb(23 37 84 / 0.75) !important;
}
.stroke-blue-950\/80 {
  stroke: rgb(23 37 84 / 0.8) !important;
}
.stroke-blue-950\/85 {
  stroke: rgb(23 37 84 / 0.85) !important;
}
.stroke-blue-950\/90 {
  stroke: rgb(23 37 84 / 0.9) !important;
}
.stroke-blue-950\/95 {
  stroke: rgb(23 37 84 / 0.95) !important;
}
.stroke-current {
  stroke: currentColor !important;
}
.stroke-cyan-100 {
  stroke: #cffafe !important;
}
.stroke-cyan-100\/0 {
  stroke: rgb(207 250 254 / 0) !important;
}
.stroke-cyan-100\/10 {
  stroke: rgb(207 250 254 / 0.1) !important;
}
.stroke-cyan-100\/100 {
  stroke: rgb(207 250 254 / 1) !important;
}
.stroke-cyan-100\/15 {
  stroke: rgb(207 250 254 / 0.15) !important;
}
.stroke-cyan-100\/20 {
  stroke: rgb(207 250 254 / 0.2) !important;
}
.stroke-cyan-100\/25 {
  stroke: rgb(207 250 254 / 0.25) !important;
}
.stroke-cyan-100\/30 {
  stroke: rgb(207 250 254 / 0.3) !important;
}
.stroke-cyan-100\/35 {
  stroke: rgb(207 250 254 / 0.35) !important;
}
.stroke-cyan-100\/40 {
  stroke: rgb(207 250 254 / 0.4) !important;
}
.stroke-cyan-100\/45 {
  stroke: rgb(207 250 254 / 0.45) !important;
}
.stroke-cyan-100\/5 {
  stroke: rgb(207 250 254 / 0.05) !important;
}
.stroke-cyan-100\/50 {
  stroke: rgb(207 250 254 / 0.5) !important;
}
.stroke-cyan-100\/55 {
  stroke: rgb(207 250 254 / 0.55) !important;
}
.stroke-cyan-100\/60 {
  stroke: rgb(207 250 254 / 0.6) !important;
}
.stroke-cyan-100\/65 {
  stroke: rgb(207 250 254 / 0.65) !important;
}
.stroke-cyan-100\/70 {
  stroke: rgb(207 250 254 / 0.7) !important;
}
.stroke-cyan-100\/75 {
  stroke: rgb(207 250 254 / 0.75) !important;
}
.stroke-cyan-100\/80 {
  stroke: rgb(207 250 254 / 0.8) !important;
}
.stroke-cyan-100\/85 {
  stroke: rgb(207 250 254 / 0.85) !important;
}
.stroke-cyan-100\/90 {
  stroke: rgb(207 250 254 / 0.9) !important;
}
.stroke-cyan-100\/95 {
  stroke: rgb(207 250 254 / 0.95) !important;
}
.stroke-cyan-200 {
  stroke: #a5f3fc !important;
}
.stroke-cyan-200\/0 {
  stroke: rgb(165 243 252 / 0) !important;
}
.stroke-cyan-200\/10 {
  stroke: rgb(165 243 252 / 0.1) !important;
}
.stroke-cyan-200\/100 {
  stroke: rgb(165 243 252 / 1) !important;
}
.stroke-cyan-200\/15 {
  stroke: rgb(165 243 252 / 0.15) !important;
}
.stroke-cyan-200\/20 {
  stroke: rgb(165 243 252 / 0.2) !important;
}
.stroke-cyan-200\/25 {
  stroke: rgb(165 243 252 / 0.25) !important;
}
.stroke-cyan-200\/30 {
  stroke: rgb(165 243 252 / 0.3) !important;
}
.stroke-cyan-200\/35 {
  stroke: rgb(165 243 252 / 0.35) !important;
}
.stroke-cyan-200\/40 {
  stroke: rgb(165 243 252 / 0.4) !important;
}
.stroke-cyan-200\/45 {
  stroke: rgb(165 243 252 / 0.45) !important;
}
.stroke-cyan-200\/5 {
  stroke: rgb(165 243 252 / 0.05) !important;
}
.stroke-cyan-200\/50 {
  stroke: rgb(165 243 252 / 0.5) !important;
}
.stroke-cyan-200\/55 {
  stroke: rgb(165 243 252 / 0.55) !important;
}
.stroke-cyan-200\/60 {
  stroke: rgb(165 243 252 / 0.6) !important;
}
.stroke-cyan-200\/65 {
  stroke: rgb(165 243 252 / 0.65) !important;
}
.stroke-cyan-200\/70 {
  stroke: rgb(165 243 252 / 0.7) !important;
}
.stroke-cyan-200\/75 {
  stroke: rgb(165 243 252 / 0.75) !important;
}
.stroke-cyan-200\/80 {
  stroke: rgb(165 243 252 / 0.8) !important;
}
.stroke-cyan-200\/85 {
  stroke: rgb(165 243 252 / 0.85) !important;
}
.stroke-cyan-200\/90 {
  stroke: rgb(165 243 252 / 0.9) !important;
}
.stroke-cyan-200\/95 {
  stroke: rgb(165 243 252 / 0.95) !important;
}
.stroke-cyan-300 {
  stroke: #67e8f9 !important;
}
.stroke-cyan-300\/0 {
  stroke: rgb(103 232 249 / 0) !important;
}
.stroke-cyan-300\/10 {
  stroke: rgb(103 232 249 / 0.1) !important;
}
.stroke-cyan-300\/100 {
  stroke: rgb(103 232 249 / 1) !important;
}
.stroke-cyan-300\/15 {
  stroke: rgb(103 232 249 / 0.15) !important;
}
.stroke-cyan-300\/20 {
  stroke: rgb(103 232 249 / 0.2) !important;
}
.stroke-cyan-300\/25 {
  stroke: rgb(103 232 249 / 0.25) !important;
}
.stroke-cyan-300\/30 {
  stroke: rgb(103 232 249 / 0.3) !important;
}
.stroke-cyan-300\/35 {
  stroke: rgb(103 232 249 / 0.35) !important;
}
.stroke-cyan-300\/40 {
  stroke: rgb(103 232 249 / 0.4) !important;
}
.stroke-cyan-300\/45 {
  stroke: rgb(103 232 249 / 0.45) !important;
}
.stroke-cyan-300\/5 {
  stroke: rgb(103 232 249 / 0.05) !important;
}
.stroke-cyan-300\/50 {
  stroke: rgb(103 232 249 / 0.5) !important;
}
.stroke-cyan-300\/55 {
  stroke: rgb(103 232 249 / 0.55) !important;
}
.stroke-cyan-300\/60 {
  stroke: rgb(103 232 249 / 0.6) !important;
}
.stroke-cyan-300\/65 {
  stroke: rgb(103 232 249 / 0.65) !important;
}
.stroke-cyan-300\/70 {
  stroke: rgb(103 232 249 / 0.7) !important;
}
.stroke-cyan-300\/75 {
  stroke: rgb(103 232 249 / 0.75) !important;
}
.stroke-cyan-300\/80 {
  stroke: rgb(103 232 249 / 0.8) !important;
}
.stroke-cyan-300\/85 {
  stroke: rgb(103 232 249 / 0.85) !important;
}
.stroke-cyan-300\/90 {
  stroke: rgb(103 232 249 / 0.9) !important;
}
.stroke-cyan-300\/95 {
  stroke: rgb(103 232 249 / 0.95) !important;
}
.stroke-cyan-400 {
  stroke: #22d3ee !important;
}
.stroke-cyan-400\/0 {
  stroke: rgb(34 211 238 / 0) !important;
}
.stroke-cyan-400\/10 {
  stroke: rgb(34 211 238 / 0.1) !important;
}
.stroke-cyan-400\/100 {
  stroke: rgb(34 211 238 / 1) !important;
}
.stroke-cyan-400\/15 {
  stroke: rgb(34 211 238 / 0.15) !important;
}
.stroke-cyan-400\/20 {
  stroke: rgb(34 211 238 / 0.2) !important;
}
.stroke-cyan-400\/25 {
  stroke: rgb(34 211 238 / 0.25) !important;
}
.stroke-cyan-400\/30 {
  stroke: rgb(34 211 238 / 0.3) !important;
}
.stroke-cyan-400\/35 {
  stroke: rgb(34 211 238 / 0.35) !important;
}
.stroke-cyan-400\/40 {
  stroke: rgb(34 211 238 / 0.4) !important;
}
.stroke-cyan-400\/45 {
  stroke: rgb(34 211 238 / 0.45) !important;
}
.stroke-cyan-400\/5 {
  stroke: rgb(34 211 238 / 0.05) !important;
}
.stroke-cyan-400\/50 {
  stroke: rgb(34 211 238 / 0.5) !important;
}
.stroke-cyan-400\/55 {
  stroke: rgb(34 211 238 / 0.55) !important;
}
.stroke-cyan-400\/60 {
  stroke: rgb(34 211 238 / 0.6) !important;
}
.stroke-cyan-400\/65 {
  stroke: rgb(34 211 238 / 0.65) !important;
}
.stroke-cyan-400\/70 {
  stroke: rgb(34 211 238 / 0.7) !important;
}
.stroke-cyan-400\/75 {
  stroke: rgb(34 211 238 / 0.75) !important;
}
.stroke-cyan-400\/80 {
  stroke: rgb(34 211 238 / 0.8) !important;
}
.stroke-cyan-400\/85 {
  stroke: rgb(34 211 238 / 0.85) !important;
}
.stroke-cyan-400\/90 {
  stroke: rgb(34 211 238 / 0.9) !important;
}
.stroke-cyan-400\/95 {
  stroke: rgb(34 211 238 / 0.95) !important;
}
.stroke-cyan-50 {
  stroke: #ecfeff !important;
}
.stroke-cyan-50\/0 {
  stroke: rgb(236 254 255 / 0) !important;
}
.stroke-cyan-50\/10 {
  stroke: rgb(236 254 255 / 0.1) !important;
}
.stroke-cyan-50\/100 {
  stroke: rgb(236 254 255 / 1) !important;
}
.stroke-cyan-50\/15 {
  stroke: rgb(236 254 255 / 0.15) !important;
}
.stroke-cyan-50\/20 {
  stroke: rgb(236 254 255 / 0.2) !important;
}
.stroke-cyan-50\/25 {
  stroke: rgb(236 254 255 / 0.25) !important;
}
.stroke-cyan-50\/30 {
  stroke: rgb(236 254 255 / 0.3) !important;
}
.stroke-cyan-50\/35 {
  stroke: rgb(236 254 255 / 0.35) !important;
}
.stroke-cyan-50\/40 {
  stroke: rgb(236 254 255 / 0.4) !important;
}
.stroke-cyan-50\/45 {
  stroke: rgb(236 254 255 / 0.45) !important;
}
.stroke-cyan-50\/5 {
  stroke: rgb(236 254 255 / 0.05) !important;
}
.stroke-cyan-50\/50 {
  stroke: rgb(236 254 255 / 0.5) !important;
}
.stroke-cyan-50\/55 {
  stroke: rgb(236 254 255 / 0.55) !important;
}
.stroke-cyan-50\/60 {
  stroke: rgb(236 254 255 / 0.6) !important;
}
.stroke-cyan-50\/65 {
  stroke: rgb(236 254 255 / 0.65) !important;
}
.stroke-cyan-50\/70 {
  stroke: rgb(236 254 255 / 0.7) !important;
}
.stroke-cyan-50\/75 {
  stroke: rgb(236 254 255 / 0.75) !important;
}
.stroke-cyan-50\/80 {
  stroke: rgb(236 254 255 / 0.8) !important;
}
.stroke-cyan-50\/85 {
  stroke: rgb(236 254 255 / 0.85) !important;
}
.stroke-cyan-50\/90 {
  stroke: rgb(236 254 255 / 0.9) !important;
}
.stroke-cyan-50\/95 {
  stroke: rgb(236 254 255 / 0.95) !important;
}
.stroke-cyan-500 {
  stroke: #06b6d4 !important;
}
.stroke-cyan-500\/0 {
  stroke: rgb(6 182 212 / 0) !important;
}
.stroke-cyan-500\/10 {
  stroke: rgb(6 182 212 / 0.1) !important;
}
.stroke-cyan-500\/100 {
  stroke: rgb(6 182 212 / 1) !important;
}
.stroke-cyan-500\/15 {
  stroke: rgb(6 182 212 / 0.15) !important;
}
.stroke-cyan-500\/20 {
  stroke: rgb(6 182 212 / 0.2) !important;
}
.stroke-cyan-500\/25 {
  stroke: rgb(6 182 212 / 0.25) !important;
}
.stroke-cyan-500\/30 {
  stroke: rgb(6 182 212 / 0.3) !important;
}
.stroke-cyan-500\/35 {
  stroke: rgb(6 182 212 / 0.35) !important;
}
.stroke-cyan-500\/40 {
  stroke: rgb(6 182 212 / 0.4) !important;
}
.stroke-cyan-500\/45 {
  stroke: rgb(6 182 212 / 0.45) !important;
}
.stroke-cyan-500\/5 {
  stroke: rgb(6 182 212 / 0.05) !important;
}
.stroke-cyan-500\/50 {
  stroke: rgb(6 182 212 / 0.5) !important;
}
.stroke-cyan-500\/55 {
  stroke: rgb(6 182 212 / 0.55) !important;
}
.stroke-cyan-500\/60 {
  stroke: rgb(6 182 212 / 0.6) !important;
}
.stroke-cyan-500\/65 {
  stroke: rgb(6 182 212 / 0.65) !important;
}
.stroke-cyan-500\/70 {
  stroke: rgb(6 182 212 / 0.7) !important;
}
.stroke-cyan-500\/75 {
  stroke: rgb(6 182 212 / 0.75) !important;
}
.stroke-cyan-500\/80 {
  stroke: rgb(6 182 212 / 0.8) !important;
}
.stroke-cyan-500\/85 {
  stroke: rgb(6 182 212 / 0.85) !important;
}
.stroke-cyan-500\/90 {
  stroke: rgb(6 182 212 / 0.9) !important;
}
.stroke-cyan-500\/95 {
  stroke: rgb(6 182 212 / 0.95) !important;
}
.stroke-cyan-600 {
  stroke: #0891b2 !important;
}
.stroke-cyan-600\/0 {
  stroke: rgb(8 145 178 / 0) !important;
}
.stroke-cyan-600\/10 {
  stroke: rgb(8 145 178 / 0.1) !important;
}
.stroke-cyan-600\/100 {
  stroke: rgb(8 145 178 / 1) !important;
}
.stroke-cyan-600\/15 {
  stroke: rgb(8 145 178 / 0.15) !important;
}
.stroke-cyan-600\/20 {
  stroke: rgb(8 145 178 / 0.2) !important;
}
.stroke-cyan-600\/25 {
  stroke: rgb(8 145 178 / 0.25) !important;
}
.stroke-cyan-600\/30 {
  stroke: rgb(8 145 178 / 0.3) !important;
}
.stroke-cyan-600\/35 {
  stroke: rgb(8 145 178 / 0.35) !important;
}
.stroke-cyan-600\/40 {
  stroke: rgb(8 145 178 / 0.4) !important;
}
.stroke-cyan-600\/45 {
  stroke: rgb(8 145 178 / 0.45) !important;
}
.stroke-cyan-600\/5 {
  stroke: rgb(8 145 178 / 0.05) !important;
}
.stroke-cyan-600\/50 {
  stroke: rgb(8 145 178 / 0.5) !important;
}
.stroke-cyan-600\/55 {
  stroke: rgb(8 145 178 / 0.55) !important;
}
.stroke-cyan-600\/60 {
  stroke: rgb(8 145 178 / 0.6) !important;
}
.stroke-cyan-600\/65 {
  stroke: rgb(8 145 178 / 0.65) !important;
}
.stroke-cyan-600\/70 {
  stroke: rgb(8 145 178 / 0.7) !important;
}
.stroke-cyan-600\/75 {
  stroke: rgb(8 145 178 / 0.75) !important;
}
.stroke-cyan-600\/80 {
  stroke: rgb(8 145 178 / 0.8) !important;
}
.stroke-cyan-600\/85 {
  stroke: rgb(8 145 178 / 0.85) !important;
}
.stroke-cyan-600\/90 {
  stroke: rgb(8 145 178 / 0.9) !important;
}
.stroke-cyan-600\/95 {
  stroke: rgb(8 145 178 / 0.95) !important;
}
.stroke-cyan-700 {
  stroke: #0e7490 !important;
}
.stroke-cyan-700\/0 {
  stroke: rgb(14 116 144 / 0) !important;
}
.stroke-cyan-700\/10 {
  stroke: rgb(14 116 144 / 0.1) !important;
}
.stroke-cyan-700\/100 {
  stroke: rgb(14 116 144 / 1) !important;
}
.stroke-cyan-700\/15 {
  stroke: rgb(14 116 144 / 0.15) !important;
}
.stroke-cyan-700\/20 {
  stroke: rgb(14 116 144 / 0.2) !important;
}
.stroke-cyan-700\/25 {
  stroke: rgb(14 116 144 / 0.25) !important;
}
.stroke-cyan-700\/30 {
  stroke: rgb(14 116 144 / 0.3) !important;
}
.stroke-cyan-700\/35 {
  stroke: rgb(14 116 144 / 0.35) !important;
}
.stroke-cyan-700\/40 {
  stroke: rgb(14 116 144 / 0.4) !important;
}
.stroke-cyan-700\/45 {
  stroke: rgb(14 116 144 / 0.45) !important;
}
.stroke-cyan-700\/5 {
  stroke: rgb(14 116 144 / 0.05) !important;
}
.stroke-cyan-700\/50 {
  stroke: rgb(14 116 144 / 0.5) !important;
}
.stroke-cyan-700\/55 {
  stroke: rgb(14 116 144 / 0.55) !important;
}
.stroke-cyan-700\/60 {
  stroke: rgb(14 116 144 / 0.6) !important;
}
.stroke-cyan-700\/65 {
  stroke: rgb(14 116 144 / 0.65) !important;
}
.stroke-cyan-700\/70 {
  stroke: rgb(14 116 144 / 0.7) !important;
}
.stroke-cyan-700\/75 {
  stroke: rgb(14 116 144 / 0.75) !important;
}
.stroke-cyan-700\/80 {
  stroke: rgb(14 116 144 / 0.8) !important;
}
.stroke-cyan-700\/85 {
  stroke: rgb(14 116 144 / 0.85) !important;
}
.stroke-cyan-700\/90 {
  stroke: rgb(14 116 144 / 0.9) !important;
}
.stroke-cyan-700\/95 {
  stroke: rgb(14 116 144 / 0.95) !important;
}
.stroke-cyan-800 {
  stroke: #155e75 !important;
}
.stroke-cyan-800\/0 {
  stroke: rgb(21 94 117 / 0) !important;
}
.stroke-cyan-800\/10 {
  stroke: rgb(21 94 117 / 0.1) !important;
}
.stroke-cyan-800\/100 {
  stroke: rgb(21 94 117 / 1) !important;
}
.stroke-cyan-800\/15 {
  stroke: rgb(21 94 117 / 0.15) !important;
}
.stroke-cyan-800\/20 {
  stroke: rgb(21 94 117 / 0.2) !important;
}
.stroke-cyan-800\/25 {
  stroke: rgb(21 94 117 / 0.25) !important;
}
.stroke-cyan-800\/30 {
  stroke: rgb(21 94 117 / 0.3) !important;
}
.stroke-cyan-800\/35 {
  stroke: rgb(21 94 117 / 0.35) !important;
}
.stroke-cyan-800\/40 {
  stroke: rgb(21 94 117 / 0.4) !important;
}
.stroke-cyan-800\/45 {
  stroke: rgb(21 94 117 / 0.45) !important;
}
.stroke-cyan-800\/5 {
  stroke: rgb(21 94 117 / 0.05) !important;
}
.stroke-cyan-800\/50 {
  stroke: rgb(21 94 117 / 0.5) !important;
}
.stroke-cyan-800\/55 {
  stroke: rgb(21 94 117 / 0.55) !important;
}
.stroke-cyan-800\/60 {
  stroke: rgb(21 94 117 / 0.6) !important;
}
.stroke-cyan-800\/65 {
  stroke: rgb(21 94 117 / 0.65) !important;
}
.stroke-cyan-800\/70 {
  stroke: rgb(21 94 117 / 0.7) !important;
}
.stroke-cyan-800\/75 {
  stroke: rgb(21 94 117 / 0.75) !important;
}
.stroke-cyan-800\/80 {
  stroke: rgb(21 94 117 / 0.8) !important;
}
.stroke-cyan-800\/85 {
  stroke: rgb(21 94 117 / 0.85) !important;
}
.stroke-cyan-800\/90 {
  stroke: rgb(21 94 117 / 0.9) !important;
}
.stroke-cyan-800\/95 {
  stroke: rgb(21 94 117 / 0.95) !important;
}
.stroke-cyan-900 {
  stroke: #164e63 !important;
}
.stroke-cyan-900\/0 {
  stroke: rgb(22 78 99 / 0) !important;
}
.stroke-cyan-900\/10 {
  stroke: rgb(22 78 99 / 0.1) !important;
}
.stroke-cyan-900\/100 {
  stroke: rgb(22 78 99 / 1) !important;
}
.stroke-cyan-900\/15 {
  stroke: rgb(22 78 99 / 0.15) !important;
}
.stroke-cyan-900\/20 {
  stroke: rgb(22 78 99 / 0.2) !important;
}
.stroke-cyan-900\/25 {
  stroke: rgb(22 78 99 / 0.25) !important;
}
.stroke-cyan-900\/30 {
  stroke: rgb(22 78 99 / 0.3) !important;
}
.stroke-cyan-900\/35 {
  stroke: rgb(22 78 99 / 0.35) !important;
}
.stroke-cyan-900\/40 {
  stroke: rgb(22 78 99 / 0.4) !important;
}
.stroke-cyan-900\/45 {
  stroke: rgb(22 78 99 / 0.45) !important;
}
.stroke-cyan-900\/5 {
  stroke: rgb(22 78 99 / 0.05) !important;
}
.stroke-cyan-900\/50 {
  stroke: rgb(22 78 99 / 0.5) !important;
}
.stroke-cyan-900\/55 {
  stroke: rgb(22 78 99 / 0.55) !important;
}
.stroke-cyan-900\/60 {
  stroke: rgb(22 78 99 / 0.6) !important;
}
.stroke-cyan-900\/65 {
  stroke: rgb(22 78 99 / 0.65) !important;
}
.stroke-cyan-900\/70 {
  stroke: rgb(22 78 99 / 0.7) !important;
}
.stroke-cyan-900\/75 {
  stroke: rgb(22 78 99 / 0.75) !important;
}
.stroke-cyan-900\/80 {
  stroke: rgb(22 78 99 / 0.8) !important;
}
.stroke-cyan-900\/85 {
  stroke: rgb(22 78 99 / 0.85) !important;
}
.stroke-cyan-900\/90 {
  stroke: rgb(22 78 99 / 0.9) !important;
}
.stroke-cyan-900\/95 {
  stroke: rgb(22 78 99 / 0.95) !important;
}
.stroke-cyan-950 {
  stroke: #083344 !important;
}
.stroke-cyan-950\/0 {
  stroke: rgb(8 51 68 / 0) !important;
}
.stroke-cyan-950\/10 {
  stroke: rgb(8 51 68 / 0.1) !important;
}
.stroke-cyan-950\/100 {
  stroke: rgb(8 51 68 / 1) !important;
}
.stroke-cyan-950\/15 {
  stroke: rgb(8 51 68 / 0.15) !important;
}
.stroke-cyan-950\/20 {
  stroke: rgb(8 51 68 / 0.2) !important;
}
.stroke-cyan-950\/25 {
  stroke: rgb(8 51 68 / 0.25) !important;
}
.stroke-cyan-950\/30 {
  stroke: rgb(8 51 68 / 0.3) !important;
}
.stroke-cyan-950\/35 {
  stroke: rgb(8 51 68 / 0.35) !important;
}
.stroke-cyan-950\/40 {
  stroke: rgb(8 51 68 / 0.4) !important;
}
.stroke-cyan-950\/45 {
  stroke: rgb(8 51 68 / 0.45) !important;
}
.stroke-cyan-950\/5 {
  stroke: rgb(8 51 68 / 0.05) !important;
}
.stroke-cyan-950\/50 {
  stroke: rgb(8 51 68 / 0.5) !important;
}
.stroke-cyan-950\/55 {
  stroke: rgb(8 51 68 / 0.55) !important;
}
.stroke-cyan-950\/60 {
  stroke: rgb(8 51 68 / 0.6) !important;
}
.stroke-cyan-950\/65 {
  stroke: rgb(8 51 68 / 0.65) !important;
}
.stroke-cyan-950\/70 {
  stroke: rgb(8 51 68 / 0.7) !important;
}
.stroke-cyan-950\/75 {
  stroke: rgb(8 51 68 / 0.75) !important;
}
.stroke-cyan-950\/80 {
  stroke: rgb(8 51 68 / 0.8) !important;
}
.stroke-cyan-950\/85 {
  stroke: rgb(8 51 68 / 0.85) !important;
}
.stroke-cyan-950\/90 {
  stroke: rgb(8 51 68 / 0.9) !important;
}
.stroke-cyan-950\/95 {
  stroke: rgb(8 51 68 / 0.95) !important;
}
.stroke-dark_grey {
  stroke: #2f2f2f !important;
}
.stroke-dark_grey\/0 {
  stroke: rgb(47 47 47 / 0) !important;
}
.stroke-dark_grey\/10 {
  stroke: rgb(47 47 47 / 0.1) !important;
}
.stroke-dark_grey\/100 {
  stroke: rgb(47 47 47 / 1) !important;
}
.stroke-dark_grey\/15 {
  stroke: rgb(47 47 47 / 0.15) !important;
}
.stroke-dark_grey\/20 {
  stroke: rgb(47 47 47 / 0.2) !important;
}
.stroke-dark_grey\/25 {
  stroke: rgb(47 47 47 / 0.25) !important;
}
.stroke-dark_grey\/30 {
  stroke: rgb(47 47 47 / 0.3) !important;
}
.stroke-dark_grey\/35 {
  stroke: rgb(47 47 47 / 0.35) !important;
}
.stroke-dark_grey\/40 {
  stroke: rgb(47 47 47 / 0.4) !important;
}
.stroke-dark_grey\/45 {
  stroke: rgb(47 47 47 / 0.45) !important;
}
.stroke-dark_grey\/5 {
  stroke: rgb(47 47 47 / 0.05) !important;
}
.stroke-dark_grey\/50 {
  stroke: rgb(47 47 47 / 0.5) !important;
}
.stroke-dark_grey\/55 {
  stroke: rgb(47 47 47 / 0.55) !important;
}
.stroke-dark_grey\/60 {
  stroke: rgb(47 47 47 / 0.6) !important;
}
.stroke-dark_grey\/65 {
  stroke: rgb(47 47 47 / 0.65) !important;
}
.stroke-dark_grey\/70 {
  stroke: rgb(47 47 47 / 0.7) !important;
}
.stroke-dark_grey\/75 {
  stroke: rgb(47 47 47 / 0.75) !important;
}
.stroke-dark_grey\/80 {
  stroke: rgb(47 47 47 / 0.8) !important;
}
.stroke-dark_grey\/85 {
  stroke: rgb(47 47 47 / 0.85) !important;
}
.stroke-dark_grey\/90 {
  stroke: rgb(47 47 47 / 0.9) !important;
}
.stroke-dark_grey\/95 {
  stroke: rgb(47 47 47 / 0.95) !important;
}
.stroke-dark_grey_alt {
  stroke: #3f6359 !important;
}
.stroke-dark_grey_alt\/0 {
  stroke: rgb(63 99 89 / 0) !important;
}
.stroke-dark_grey_alt\/10 {
  stroke: rgb(63 99 89 / 0.1) !important;
}
.stroke-dark_grey_alt\/100 {
  stroke: rgb(63 99 89 / 1) !important;
}
.stroke-dark_grey_alt\/15 {
  stroke: rgb(63 99 89 / 0.15) !important;
}
.stroke-dark_grey_alt\/20 {
  stroke: rgb(63 99 89 / 0.2) !important;
}
.stroke-dark_grey_alt\/25 {
  stroke: rgb(63 99 89 / 0.25) !important;
}
.stroke-dark_grey_alt\/30 {
  stroke: rgb(63 99 89 / 0.3) !important;
}
.stroke-dark_grey_alt\/35 {
  stroke: rgb(63 99 89 / 0.35) !important;
}
.stroke-dark_grey_alt\/40 {
  stroke: rgb(63 99 89 / 0.4) !important;
}
.stroke-dark_grey_alt\/45 {
  stroke: rgb(63 99 89 / 0.45) !important;
}
.stroke-dark_grey_alt\/5 {
  stroke: rgb(63 99 89 / 0.05) !important;
}
.stroke-dark_grey_alt\/50 {
  stroke: rgb(63 99 89 / 0.5) !important;
}
.stroke-dark_grey_alt\/55 {
  stroke: rgb(63 99 89 / 0.55) !important;
}
.stroke-dark_grey_alt\/60 {
  stroke: rgb(63 99 89 / 0.6) !important;
}
.stroke-dark_grey_alt\/65 {
  stroke: rgb(63 99 89 / 0.65) !important;
}
.stroke-dark_grey_alt\/70 {
  stroke: rgb(63 99 89 / 0.7) !important;
}
.stroke-dark_grey_alt\/75 {
  stroke: rgb(63 99 89 / 0.75) !important;
}
.stroke-dark_grey_alt\/80 {
  stroke: rgb(63 99 89 / 0.8) !important;
}
.stroke-dark_grey_alt\/85 {
  stroke: rgb(63 99 89 / 0.85) !important;
}
.stroke-dark_grey_alt\/90 {
  stroke: rgb(63 99 89 / 0.9) !important;
}
.stroke-dark_grey_alt\/95 {
  stroke: rgb(63 99 89 / 0.95) !important;
}
.stroke-emerald-100 {
  stroke: #d1fae5 !important;
}
.stroke-emerald-100\/0 {
  stroke: rgb(209 250 229 / 0) !important;
}
.stroke-emerald-100\/10 {
  stroke: rgb(209 250 229 / 0.1) !important;
}
.stroke-emerald-100\/100 {
  stroke: rgb(209 250 229 / 1) !important;
}
.stroke-emerald-100\/15 {
  stroke: rgb(209 250 229 / 0.15) !important;
}
.stroke-emerald-100\/20 {
  stroke: rgb(209 250 229 / 0.2) !important;
}
.stroke-emerald-100\/25 {
  stroke: rgb(209 250 229 / 0.25) !important;
}
.stroke-emerald-100\/30 {
  stroke: rgb(209 250 229 / 0.3) !important;
}
.stroke-emerald-100\/35 {
  stroke: rgb(209 250 229 / 0.35) !important;
}
.stroke-emerald-100\/40 {
  stroke: rgb(209 250 229 / 0.4) !important;
}
.stroke-emerald-100\/45 {
  stroke: rgb(209 250 229 / 0.45) !important;
}
.stroke-emerald-100\/5 {
  stroke: rgb(209 250 229 / 0.05) !important;
}
.stroke-emerald-100\/50 {
  stroke: rgb(209 250 229 / 0.5) !important;
}
.stroke-emerald-100\/55 {
  stroke: rgb(209 250 229 / 0.55) !important;
}
.stroke-emerald-100\/60 {
  stroke: rgb(209 250 229 / 0.6) !important;
}
.stroke-emerald-100\/65 {
  stroke: rgb(209 250 229 / 0.65) !important;
}
.stroke-emerald-100\/70 {
  stroke: rgb(209 250 229 / 0.7) !important;
}
.stroke-emerald-100\/75 {
  stroke: rgb(209 250 229 / 0.75) !important;
}
.stroke-emerald-100\/80 {
  stroke: rgb(209 250 229 / 0.8) !important;
}
.stroke-emerald-100\/85 {
  stroke: rgb(209 250 229 / 0.85) !important;
}
.stroke-emerald-100\/90 {
  stroke: rgb(209 250 229 / 0.9) !important;
}
.stroke-emerald-100\/95 {
  stroke: rgb(209 250 229 / 0.95) !important;
}
.stroke-emerald-200 {
  stroke: #a7f3d0 !important;
}
.stroke-emerald-200\/0 {
  stroke: rgb(167 243 208 / 0) !important;
}
.stroke-emerald-200\/10 {
  stroke: rgb(167 243 208 / 0.1) !important;
}
.stroke-emerald-200\/100 {
  stroke: rgb(167 243 208 / 1) !important;
}
.stroke-emerald-200\/15 {
  stroke: rgb(167 243 208 / 0.15) !important;
}
.stroke-emerald-200\/20 {
  stroke: rgb(167 243 208 / 0.2) !important;
}
.stroke-emerald-200\/25 {
  stroke: rgb(167 243 208 / 0.25) !important;
}
.stroke-emerald-200\/30 {
  stroke: rgb(167 243 208 / 0.3) !important;
}
.stroke-emerald-200\/35 {
  stroke: rgb(167 243 208 / 0.35) !important;
}
.stroke-emerald-200\/40 {
  stroke: rgb(167 243 208 / 0.4) !important;
}
.stroke-emerald-200\/45 {
  stroke: rgb(167 243 208 / 0.45) !important;
}
.stroke-emerald-200\/5 {
  stroke: rgb(167 243 208 / 0.05) !important;
}
.stroke-emerald-200\/50 {
  stroke: rgb(167 243 208 / 0.5) !important;
}
.stroke-emerald-200\/55 {
  stroke: rgb(167 243 208 / 0.55) !important;
}
.stroke-emerald-200\/60 {
  stroke: rgb(167 243 208 / 0.6) !important;
}
.stroke-emerald-200\/65 {
  stroke: rgb(167 243 208 / 0.65) !important;
}
.stroke-emerald-200\/70 {
  stroke: rgb(167 243 208 / 0.7) !important;
}
.stroke-emerald-200\/75 {
  stroke: rgb(167 243 208 / 0.75) !important;
}
.stroke-emerald-200\/80 {
  stroke: rgb(167 243 208 / 0.8) !important;
}
.stroke-emerald-200\/85 {
  stroke: rgb(167 243 208 / 0.85) !important;
}
.stroke-emerald-200\/90 {
  stroke: rgb(167 243 208 / 0.9) !important;
}
.stroke-emerald-200\/95 {
  stroke: rgb(167 243 208 / 0.95) !important;
}
.stroke-emerald-300 {
  stroke: #6ee7b7 !important;
}
.stroke-emerald-300\/0 {
  stroke: rgb(110 231 183 / 0) !important;
}
.stroke-emerald-300\/10 {
  stroke: rgb(110 231 183 / 0.1) !important;
}
.stroke-emerald-300\/100 {
  stroke: rgb(110 231 183 / 1) !important;
}
.stroke-emerald-300\/15 {
  stroke: rgb(110 231 183 / 0.15) !important;
}
.stroke-emerald-300\/20 {
  stroke: rgb(110 231 183 / 0.2) !important;
}
.stroke-emerald-300\/25 {
  stroke: rgb(110 231 183 / 0.25) !important;
}
.stroke-emerald-300\/30 {
  stroke: rgb(110 231 183 / 0.3) !important;
}
.stroke-emerald-300\/35 {
  stroke: rgb(110 231 183 / 0.35) !important;
}
.stroke-emerald-300\/40 {
  stroke: rgb(110 231 183 / 0.4) !important;
}
.stroke-emerald-300\/45 {
  stroke: rgb(110 231 183 / 0.45) !important;
}
.stroke-emerald-300\/5 {
  stroke: rgb(110 231 183 / 0.05) !important;
}
.stroke-emerald-300\/50 {
  stroke: rgb(110 231 183 / 0.5) !important;
}
.stroke-emerald-300\/55 {
  stroke: rgb(110 231 183 / 0.55) !important;
}
.stroke-emerald-300\/60 {
  stroke: rgb(110 231 183 / 0.6) !important;
}
.stroke-emerald-300\/65 {
  stroke: rgb(110 231 183 / 0.65) !important;
}
.stroke-emerald-300\/70 {
  stroke: rgb(110 231 183 / 0.7) !important;
}
.stroke-emerald-300\/75 {
  stroke: rgb(110 231 183 / 0.75) !important;
}
.stroke-emerald-300\/80 {
  stroke: rgb(110 231 183 / 0.8) !important;
}
.stroke-emerald-300\/85 {
  stroke: rgb(110 231 183 / 0.85) !important;
}
.stroke-emerald-300\/90 {
  stroke: rgb(110 231 183 / 0.9) !important;
}
.stroke-emerald-300\/95 {
  stroke: rgb(110 231 183 / 0.95) !important;
}
.stroke-emerald-400 {
  stroke: #34d399 !important;
}
.stroke-emerald-400\/0 {
  stroke: rgb(52 211 153 / 0) !important;
}
.stroke-emerald-400\/10 {
  stroke: rgb(52 211 153 / 0.1) !important;
}
.stroke-emerald-400\/100 {
  stroke: rgb(52 211 153 / 1) !important;
}
.stroke-emerald-400\/15 {
  stroke: rgb(52 211 153 / 0.15) !important;
}
.stroke-emerald-400\/20 {
  stroke: rgb(52 211 153 / 0.2) !important;
}
.stroke-emerald-400\/25 {
  stroke: rgb(52 211 153 / 0.25) !important;
}
.stroke-emerald-400\/30 {
  stroke: rgb(52 211 153 / 0.3) !important;
}
.stroke-emerald-400\/35 {
  stroke: rgb(52 211 153 / 0.35) !important;
}
.stroke-emerald-400\/40 {
  stroke: rgb(52 211 153 / 0.4) !important;
}
.stroke-emerald-400\/45 {
  stroke: rgb(52 211 153 / 0.45) !important;
}
.stroke-emerald-400\/5 {
  stroke: rgb(52 211 153 / 0.05) !important;
}
.stroke-emerald-400\/50 {
  stroke: rgb(52 211 153 / 0.5) !important;
}
.stroke-emerald-400\/55 {
  stroke: rgb(52 211 153 / 0.55) !important;
}
.stroke-emerald-400\/60 {
  stroke: rgb(52 211 153 / 0.6) !important;
}
.stroke-emerald-400\/65 {
  stroke: rgb(52 211 153 / 0.65) !important;
}
.stroke-emerald-400\/70 {
  stroke: rgb(52 211 153 / 0.7) !important;
}
.stroke-emerald-400\/75 {
  stroke: rgb(52 211 153 / 0.75) !important;
}
.stroke-emerald-400\/80 {
  stroke: rgb(52 211 153 / 0.8) !important;
}
.stroke-emerald-400\/85 {
  stroke: rgb(52 211 153 / 0.85) !important;
}
.stroke-emerald-400\/90 {
  stroke: rgb(52 211 153 / 0.9) !important;
}
.stroke-emerald-400\/95 {
  stroke: rgb(52 211 153 / 0.95) !important;
}
.stroke-emerald-50 {
  stroke: #ecfdf5 !important;
}
.stroke-emerald-50\/0 {
  stroke: rgb(236 253 245 / 0) !important;
}
.stroke-emerald-50\/10 {
  stroke: rgb(236 253 245 / 0.1) !important;
}
.stroke-emerald-50\/100 {
  stroke: rgb(236 253 245 / 1) !important;
}
.stroke-emerald-50\/15 {
  stroke: rgb(236 253 245 / 0.15) !important;
}
.stroke-emerald-50\/20 {
  stroke: rgb(236 253 245 / 0.2) !important;
}
.stroke-emerald-50\/25 {
  stroke: rgb(236 253 245 / 0.25) !important;
}
.stroke-emerald-50\/30 {
  stroke: rgb(236 253 245 / 0.3) !important;
}
.stroke-emerald-50\/35 {
  stroke: rgb(236 253 245 / 0.35) !important;
}
.stroke-emerald-50\/40 {
  stroke: rgb(236 253 245 / 0.4) !important;
}
.stroke-emerald-50\/45 {
  stroke: rgb(236 253 245 / 0.45) !important;
}
.stroke-emerald-50\/5 {
  stroke: rgb(236 253 245 / 0.05) !important;
}
.stroke-emerald-50\/50 {
  stroke: rgb(236 253 245 / 0.5) !important;
}
.stroke-emerald-50\/55 {
  stroke: rgb(236 253 245 / 0.55) !important;
}
.stroke-emerald-50\/60 {
  stroke: rgb(236 253 245 / 0.6) !important;
}
.stroke-emerald-50\/65 {
  stroke: rgb(236 253 245 / 0.65) !important;
}
.stroke-emerald-50\/70 {
  stroke: rgb(236 253 245 / 0.7) !important;
}
.stroke-emerald-50\/75 {
  stroke: rgb(236 253 245 / 0.75) !important;
}
.stroke-emerald-50\/80 {
  stroke: rgb(236 253 245 / 0.8) !important;
}
.stroke-emerald-50\/85 {
  stroke: rgb(236 253 245 / 0.85) !important;
}
.stroke-emerald-50\/90 {
  stroke: rgb(236 253 245 / 0.9) !important;
}
.stroke-emerald-50\/95 {
  stroke: rgb(236 253 245 / 0.95) !important;
}
.stroke-emerald-500 {
  stroke: #10b981 !important;
}
.stroke-emerald-500\/0 {
  stroke: rgb(16 185 129 / 0) !important;
}
.stroke-emerald-500\/10 {
  stroke: rgb(16 185 129 / 0.1) !important;
}
.stroke-emerald-500\/100 {
  stroke: rgb(16 185 129 / 1) !important;
}
.stroke-emerald-500\/15 {
  stroke: rgb(16 185 129 / 0.15) !important;
}
.stroke-emerald-500\/20 {
  stroke: rgb(16 185 129 / 0.2) !important;
}
.stroke-emerald-500\/25 {
  stroke: rgb(16 185 129 / 0.25) !important;
}
.stroke-emerald-500\/30 {
  stroke: rgb(16 185 129 / 0.3) !important;
}
.stroke-emerald-500\/35 {
  stroke: rgb(16 185 129 / 0.35) !important;
}
.stroke-emerald-500\/40 {
  stroke: rgb(16 185 129 / 0.4) !important;
}
.stroke-emerald-500\/45 {
  stroke: rgb(16 185 129 / 0.45) !important;
}
.stroke-emerald-500\/5 {
  stroke: rgb(16 185 129 / 0.05) !important;
}
.stroke-emerald-500\/50 {
  stroke: rgb(16 185 129 / 0.5) !important;
}
.stroke-emerald-500\/55 {
  stroke: rgb(16 185 129 / 0.55) !important;
}
.stroke-emerald-500\/60 {
  stroke: rgb(16 185 129 / 0.6) !important;
}
.stroke-emerald-500\/65 {
  stroke: rgb(16 185 129 / 0.65) !important;
}
.stroke-emerald-500\/70 {
  stroke: rgb(16 185 129 / 0.7) !important;
}
.stroke-emerald-500\/75 {
  stroke: rgb(16 185 129 / 0.75) !important;
}
.stroke-emerald-500\/80 {
  stroke: rgb(16 185 129 / 0.8) !important;
}
.stroke-emerald-500\/85 {
  stroke: rgb(16 185 129 / 0.85) !important;
}
.stroke-emerald-500\/90 {
  stroke: rgb(16 185 129 / 0.9) !important;
}
.stroke-emerald-500\/95 {
  stroke: rgb(16 185 129 / 0.95) !important;
}
.stroke-emerald-600 {
  stroke: #059669 !important;
}
.stroke-emerald-600\/0 {
  stroke: rgb(5 150 105 / 0) !important;
}
.stroke-emerald-600\/10 {
  stroke: rgb(5 150 105 / 0.1) !important;
}
.stroke-emerald-600\/100 {
  stroke: rgb(5 150 105 / 1) !important;
}
.stroke-emerald-600\/15 {
  stroke: rgb(5 150 105 / 0.15) !important;
}
.stroke-emerald-600\/20 {
  stroke: rgb(5 150 105 / 0.2) !important;
}
.stroke-emerald-600\/25 {
  stroke: rgb(5 150 105 / 0.25) !important;
}
.stroke-emerald-600\/30 {
  stroke: rgb(5 150 105 / 0.3) !important;
}
.stroke-emerald-600\/35 {
  stroke: rgb(5 150 105 / 0.35) !important;
}
.stroke-emerald-600\/40 {
  stroke: rgb(5 150 105 / 0.4) !important;
}
.stroke-emerald-600\/45 {
  stroke: rgb(5 150 105 / 0.45) !important;
}
.stroke-emerald-600\/5 {
  stroke: rgb(5 150 105 / 0.05) !important;
}
.stroke-emerald-600\/50 {
  stroke: rgb(5 150 105 / 0.5) !important;
}
.stroke-emerald-600\/55 {
  stroke: rgb(5 150 105 / 0.55) !important;
}
.stroke-emerald-600\/60 {
  stroke: rgb(5 150 105 / 0.6) !important;
}
.stroke-emerald-600\/65 {
  stroke: rgb(5 150 105 / 0.65) !important;
}
.stroke-emerald-600\/70 {
  stroke: rgb(5 150 105 / 0.7) !important;
}
.stroke-emerald-600\/75 {
  stroke: rgb(5 150 105 / 0.75) !important;
}
.stroke-emerald-600\/80 {
  stroke: rgb(5 150 105 / 0.8) !important;
}
.stroke-emerald-600\/85 {
  stroke: rgb(5 150 105 / 0.85) !important;
}
.stroke-emerald-600\/90 {
  stroke: rgb(5 150 105 / 0.9) !important;
}
.stroke-emerald-600\/95 {
  stroke: rgb(5 150 105 / 0.95) !important;
}
.stroke-emerald-700 {
  stroke: #047857 !important;
}
.stroke-emerald-700\/0 {
  stroke: rgb(4 120 87 / 0) !important;
}
.stroke-emerald-700\/10 {
  stroke: rgb(4 120 87 / 0.1) !important;
}
.stroke-emerald-700\/100 {
  stroke: rgb(4 120 87 / 1) !important;
}
.stroke-emerald-700\/15 {
  stroke: rgb(4 120 87 / 0.15) !important;
}
.stroke-emerald-700\/20 {
  stroke: rgb(4 120 87 / 0.2) !important;
}
.stroke-emerald-700\/25 {
  stroke: rgb(4 120 87 / 0.25) !important;
}
.stroke-emerald-700\/30 {
  stroke: rgb(4 120 87 / 0.3) !important;
}
.stroke-emerald-700\/35 {
  stroke: rgb(4 120 87 / 0.35) !important;
}
.stroke-emerald-700\/40 {
  stroke: rgb(4 120 87 / 0.4) !important;
}
.stroke-emerald-700\/45 {
  stroke: rgb(4 120 87 / 0.45) !important;
}
.stroke-emerald-700\/5 {
  stroke: rgb(4 120 87 / 0.05) !important;
}
.stroke-emerald-700\/50 {
  stroke: rgb(4 120 87 / 0.5) !important;
}
.stroke-emerald-700\/55 {
  stroke: rgb(4 120 87 / 0.55) !important;
}
.stroke-emerald-700\/60 {
  stroke: rgb(4 120 87 / 0.6) !important;
}
.stroke-emerald-700\/65 {
  stroke: rgb(4 120 87 / 0.65) !important;
}
.stroke-emerald-700\/70 {
  stroke: rgb(4 120 87 / 0.7) !important;
}
.stroke-emerald-700\/75 {
  stroke: rgb(4 120 87 / 0.75) !important;
}
.stroke-emerald-700\/80 {
  stroke: rgb(4 120 87 / 0.8) !important;
}
.stroke-emerald-700\/85 {
  stroke: rgb(4 120 87 / 0.85) !important;
}
.stroke-emerald-700\/90 {
  stroke: rgb(4 120 87 / 0.9) !important;
}
.stroke-emerald-700\/95 {
  stroke: rgb(4 120 87 / 0.95) !important;
}
.stroke-emerald-800 {
  stroke: #065f46 !important;
}
.stroke-emerald-800\/0 {
  stroke: rgb(6 95 70 / 0) !important;
}
.stroke-emerald-800\/10 {
  stroke: rgb(6 95 70 / 0.1) !important;
}
.stroke-emerald-800\/100 {
  stroke: rgb(6 95 70 / 1) !important;
}
.stroke-emerald-800\/15 {
  stroke: rgb(6 95 70 / 0.15) !important;
}
.stroke-emerald-800\/20 {
  stroke: rgb(6 95 70 / 0.2) !important;
}
.stroke-emerald-800\/25 {
  stroke: rgb(6 95 70 / 0.25) !important;
}
.stroke-emerald-800\/30 {
  stroke: rgb(6 95 70 / 0.3) !important;
}
.stroke-emerald-800\/35 {
  stroke: rgb(6 95 70 / 0.35) !important;
}
.stroke-emerald-800\/40 {
  stroke: rgb(6 95 70 / 0.4) !important;
}
.stroke-emerald-800\/45 {
  stroke: rgb(6 95 70 / 0.45) !important;
}
.stroke-emerald-800\/5 {
  stroke: rgb(6 95 70 / 0.05) !important;
}
.stroke-emerald-800\/50 {
  stroke: rgb(6 95 70 / 0.5) !important;
}
.stroke-emerald-800\/55 {
  stroke: rgb(6 95 70 / 0.55) !important;
}
.stroke-emerald-800\/60 {
  stroke: rgb(6 95 70 / 0.6) !important;
}
.stroke-emerald-800\/65 {
  stroke: rgb(6 95 70 / 0.65) !important;
}
.stroke-emerald-800\/70 {
  stroke: rgb(6 95 70 / 0.7) !important;
}
.stroke-emerald-800\/75 {
  stroke: rgb(6 95 70 / 0.75) !important;
}
.stroke-emerald-800\/80 {
  stroke: rgb(6 95 70 / 0.8) !important;
}
.stroke-emerald-800\/85 {
  stroke: rgb(6 95 70 / 0.85) !important;
}
.stroke-emerald-800\/90 {
  stroke: rgb(6 95 70 / 0.9) !important;
}
.stroke-emerald-800\/95 {
  stroke: rgb(6 95 70 / 0.95) !important;
}
.stroke-emerald-900 {
  stroke: #064e3b !important;
}
.stroke-emerald-900\/0 {
  stroke: rgb(6 78 59 / 0) !important;
}
.stroke-emerald-900\/10 {
  stroke: rgb(6 78 59 / 0.1) !important;
}
.stroke-emerald-900\/100 {
  stroke: rgb(6 78 59 / 1) !important;
}
.stroke-emerald-900\/15 {
  stroke: rgb(6 78 59 / 0.15) !important;
}
.stroke-emerald-900\/20 {
  stroke: rgb(6 78 59 / 0.2) !important;
}
.stroke-emerald-900\/25 {
  stroke: rgb(6 78 59 / 0.25) !important;
}
.stroke-emerald-900\/30 {
  stroke: rgb(6 78 59 / 0.3) !important;
}
.stroke-emerald-900\/35 {
  stroke: rgb(6 78 59 / 0.35) !important;
}
.stroke-emerald-900\/40 {
  stroke: rgb(6 78 59 / 0.4) !important;
}
.stroke-emerald-900\/45 {
  stroke: rgb(6 78 59 / 0.45) !important;
}
.stroke-emerald-900\/5 {
  stroke: rgb(6 78 59 / 0.05) !important;
}
.stroke-emerald-900\/50 {
  stroke: rgb(6 78 59 / 0.5) !important;
}
.stroke-emerald-900\/55 {
  stroke: rgb(6 78 59 / 0.55) !important;
}
.stroke-emerald-900\/60 {
  stroke: rgb(6 78 59 / 0.6) !important;
}
.stroke-emerald-900\/65 {
  stroke: rgb(6 78 59 / 0.65) !important;
}
.stroke-emerald-900\/70 {
  stroke: rgb(6 78 59 / 0.7) !important;
}
.stroke-emerald-900\/75 {
  stroke: rgb(6 78 59 / 0.75) !important;
}
.stroke-emerald-900\/80 {
  stroke: rgb(6 78 59 / 0.8) !important;
}
.stroke-emerald-900\/85 {
  stroke: rgb(6 78 59 / 0.85) !important;
}
.stroke-emerald-900\/90 {
  stroke: rgb(6 78 59 / 0.9) !important;
}
.stroke-emerald-900\/95 {
  stroke: rgb(6 78 59 / 0.95) !important;
}
.stroke-emerald-950 {
  stroke: #022c22 !important;
}
.stroke-emerald-950\/0 {
  stroke: rgb(2 44 34 / 0) !important;
}
.stroke-emerald-950\/10 {
  stroke: rgb(2 44 34 / 0.1) !important;
}
.stroke-emerald-950\/100 {
  stroke: rgb(2 44 34 / 1) !important;
}
.stroke-emerald-950\/15 {
  stroke: rgb(2 44 34 / 0.15) !important;
}
.stroke-emerald-950\/20 {
  stroke: rgb(2 44 34 / 0.2) !important;
}
.stroke-emerald-950\/25 {
  stroke: rgb(2 44 34 / 0.25) !important;
}
.stroke-emerald-950\/30 {
  stroke: rgb(2 44 34 / 0.3) !important;
}
.stroke-emerald-950\/35 {
  stroke: rgb(2 44 34 / 0.35) !important;
}
.stroke-emerald-950\/40 {
  stroke: rgb(2 44 34 / 0.4) !important;
}
.stroke-emerald-950\/45 {
  stroke: rgb(2 44 34 / 0.45) !important;
}
.stroke-emerald-950\/5 {
  stroke: rgb(2 44 34 / 0.05) !important;
}
.stroke-emerald-950\/50 {
  stroke: rgb(2 44 34 / 0.5) !important;
}
.stroke-emerald-950\/55 {
  stroke: rgb(2 44 34 / 0.55) !important;
}
.stroke-emerald-950\/60 {
  stroke: rgb(2 44 34 / 0.6) !important;
}
.stroke-emerald-950\/65 {
  stroke: rgb(2 44 34 / 0.65) !important;
}
.stroke-emerald-950\/70 {
  stroke: rgb(2 44 34 / 0.7) !important;
}
.stroke-emerald-950\/75 {
  stroke: rgb(2 44 34 / 0.75) !important;
}
.stroke-emerald-950\/80 {
  stroke: rgb(2 44 34 / 0.8) !important;
}
.stroke-emerald-950\/85 {
  stroke: rgb(2 44 34 / 0.85) !important;
}
.stroke-emerald-950\/90 {
  stroke: rgb(2 44 34 / 0.9) !important;
}
.stroke-emerald-950\/95 {
  stroke: rgb(2 44 34 / 0.95) !important;
}
.stroke-fuchsia-100 {
  stroke: #fae8ff !important;
}
.stroke-fuchsia-100\/0 {
  stroke: rgb(250 232 255 / 0) !important;
}
.stroke-fuchsia-100\/10 {
  stroke: rgb(250 232 255 / 0.1) !important;
}
.stroke-fuchsia-100\/100 {
  stroke: rgb(250 232 255 / 1) !important;
}
.stroke-fuchsia-100\/15 {
  stroke: rgb(250 232 255 / 0.15) !important;
}
.stroke-fuchsia-100\/20 {
  stroke: rgb(250 232 255 / 0.2) !important;
}
.stroke-fuchsia-100\/25 {
  stroke: rgb(250 232 255 / 0.25) !important;
}
.stroke-fuchsia-100\/30 {
  stroke: rgb(250 232 255 / 0.3) !important;
}
.stroke-fuchsia-100\/35 {
  stroke: rgb(250 232 255 / 0.35) !important;
}
.stroke-fuchsia-100\/40 {
  stroke: rgb(250 232 255 / 0.4) !important;
}
.stroke-fuchsia-100\/45 {
  stroke: rgb(250 232 255 / 0.45) !important;
}
.stroke-fuchsia-100\/5 {
  stroke: rgb(250 232 255 / 0.05) !important;
}
.stroke-fuchsia-100\/50 {
  stroke: rgb(250 232 255 / 0.5) !important;
}
.stroke-fuchsia-100\/55 {
  stroke: rgb(250 232 255 / 0.55) !important;
}
.stroke-fuchsia-100\/60 {
  stroke: rgb(250 232 255 / 0.6) !important;
}
.stroke-fuchsia-100\/65 {
  stroke: rgb(250 232 255 / 0.65) !important;
}
.stroke-fuchsia-100\/70 {
  stroke: rgb(250 232 255 / 0.7) !important;
}
.stroke-fuchsia-100\/75 {
  stroke: rgb(250 232 255 / 0.75) !important;
}
.stroke-fuchsia-100\/80 {
  stroke: rgb(250 232 255 / 0.8) !important;
}
.stroke-fuchsia-100\/85 {
  stroke: rgb(250 232 255 / 0.85) !important;
}
.stroke-fuchsia-100\/90 {
  stroke: rgb(250 232 255 / 0.9) !important;
}
.stroke-fuchsia-100\/95 {
  stroke: rgb(250 232 255 / 0.95) !important;
}
.stroke-fuchsia-200 {
  stroke: #f5d0fe !important;
}
.stroke-fuchsia-200\/0 {
  stroke: rgb(245 208 254 / 0) !important;
}
.stroke-fuchsia-200\/10 {
  stroke: rgb(245 208 254 / 0.1) !important;
}
.stroke-fuchsia-200\/100 {
  stroke: rgb(245 208 254 / 1) !important;
}
.stroke-fuchsia-200\/15 {
  stroke: rgb(245 208 254 / 0.15) !important;
}
.stroke-fuchsia-200\/20 {
  stroke: rgb(245 208 254 / 0.2) !important;
}
.stroke-fuchsia-200\/25 {
  stroke: rgb(245 208 254 / 0.25) !important;
}
.stroke-fuchsia-200\/30 {
  stroke: rgb(245 208 254 / 0.3) !important;
}
.stroke-fuchsia-200\/35 {
  stroke: rgb(245 208 254 / 0.35) !important;
}
.stroke-fuchsia-200\/40 {
  stroke: rgb(245 208 254 / 0.4) !important;
}
.stroke-fuchsia-200\/45 {
  stroke: rgb(245 208 254 / 0.45) !important;
}
.stroke-fuchsia-200\/5 {
  stroke: rgb(245 208 254 / 0.05) !important;
}
.stroke-fuchsia-200\/50 {
  stroke: rgb(245 208 254 / 0.5) !important;
}
.stroke-fuchsia-200\/55 {
  stroke: rgb(245 208 254 / 0.55) !important;
}
.stroke-fuchsia-200\/60 {
  stroke: rgb(245 208 254 / 0.6) !important;
}
.stroke-fuchsia-200\/65 {
  stroke: rgb(245 208 254 / 0.65) !important;
}
.stroke-fuchsia-200\/70 {
  stroke: rgb(245 208 254 / 0.7) !important;
}
.stroke-fuchsia-200\/75 {
  stroke: rgb(245 208 254 / 0.75) !important;
}
.stroke-fuchsia-200\/80 {
  stroke: rgb(245 208 254 / 0.8) !important;
}
.stroke-fuchsia-200\/85 {
  stroke: rgb(245 208 254 / 0.85) !important;
}
.stroke-fuchsia-200\/90 {
  stroke: rgb(245 208 254 / 0.9) !important;
}
.stroke-fuchsia-200\/95 {
  stroke: rgb(245 208 254 / 0.95) !important;
}
.stroke-fuchsia-300 {
  stroke: #f0abfc !important;
}
.stroke-fuchsia-300\/0 {
  stroke: rgb(240 171 252 / 0) !important;
}
.stroke-fuchsia-300\/10 {
  stroke: rgb(240 171 252 / 0.1) !important;
}
.stroke-fuchsia-300\/100 {
  stroke: rgb(240 171 252 / 1) !important;
}
.stroke-fuchsia-300\/15 {
  stroke: rgb(240 171 252 / 0.15) !important;
}
.stroke-fuchsia-300\/20 {
  stroke: rgb(240 171 252 / 0.2) !important;
}
.stroke-fuchsia-300\/25 {
  stroke: rgb(240 171 252 / 0.25) !important;
}
.stroke-fuchsia-300\/30 {
  stroke: rgb(240 171 252 / 0.3) !important;
}
.stroke-fuchsia-300\/35 {
  stroke: rgb(240 171 252 / 0.35) !important;
}
.stroke-fuchsia-300\/40 {
  stroke: rgb(240 171 252 / 0.4) !important;
}
.stroke-fuchsia-300\/45 {
  stroke: rgb(240 171 252 / 0.45) !important;
}
.stroke-fuchsia-300\/5 {
  stroke: rgb(240 171 252 / 0.05) !important;
}
.stroke-fuchsia-300\/50 {
  stroke: rgb(240 171 252 / 0.5) !important;
}
.stroke-fuchsia-300\/55 {
  stroke: rgb(240 171 252 / 0.55) !important;
}
.stroke-fuchsia-300\/60 {
  stroke: rgb(240 171 252 / 0.6) !important;
}
.stroke-fuchsia-300\/65 {
  stroke: rgb(240 171 252 / 0.65) !important;
}
.stroke-fuchsia-300\/70 {
  stroke: rgb(240 171 252 / 0.7) !important;
}
.stroke-fuchsia-300\/75 {
  stroke: rgb(240 171 252 / 0.75) !important;
}
.stroke-fuchsia-300\/80 {
  stroke: rgb(240 171 252 / 0.8) !important;
}
.stroke-fuchsia-300\/85 {
  stroke: rgb(240 171 252 / 0.85) !important;
}
.stroke-fuchsia-300\/90 {
  stroke: rgb(240 171 252 / 0.9) !important;
}
.stroke-fuchsia-300\/95 {
  stroke: rgb(240 171 252 / 0.95) !important;
}
.stroke-fuchsia-400 {
  stroke: #e879f9 !important;
}
.stroke-fuchsia-400\/0 {
  stroke: rgb(232 121 249 / 0) !important;
}
.stroke-fuchsia-400\/10 {
  stroke: rgb(232 121 249 / 0.1) !important;
}
.stroke-fuchsia-400\/100 {
  stroke: rgb(232 121 249 / 1) !important;
}
.stroke-fuchsia-400\/15 {
  stroke: rgb(232 121 249 / 0.15) !important;
}
.stroke-fuchsia-400\/20 {
  stroke: rgb(232 121 249 / 0.2) !important;
}
.stroke-fuchsia-400\/25 {
  stroke: rgb(232 121 249 / 0.25) !important;
}
.stroke-fuchsia-400\/30 {
  stroke: rgb(232 121 249 / 0.3) !important;
}
.stroke-fuchsia-400\/35 {
  stroke: rgb(232 121 249 / 0.35) !important;
}
.stroke-fuchsia-400\/40 {
  stroke: rgb(232 121 249 / 0.4) !important;
}
.stroke-fuchsia-400\/45 {
  stroke: rgb(232 121 249 / 0.45) !important;
}
.stroke-fuchsia-400\/5 {
  stroke: rgb(232 121 249 / 0.05) !important;
}
.stroke-fuchsia-400\/50 {
  stroke: rgb(232 121 249 / 0.5) !important;
}
.stroke-fuchsia-400\/55 {
  stroke: rgb(232 121 249 / 0.55) !important;
}
.stroke-fuchsia-400\/60 {
  stroke: rgb(232 121 249 / 0.6) !important;
}
.stroke-fuchsia-400\/65 {
  stroke: rgb(232 121 249 / 0.65) !important;
}
.stroke-fuchsia-400\/70 {
  stroke: rgb(232 121 249 / 0.7) !important;
}
.stroke-fuchsia-400\/75 {
  stroke: rgb(232 121 249 / 0.75) !important;
}
.stroke-fuchsia-400\/80 {
  stroke: rgb(232 121 249 / 0.8) !important;
}
.stroke-fuchsia-400\/85 {
  stroke: rgb(232 121 249 / 0.85) !important;
}
.stroke-fuchsia-400\/90 {
  stroke: rgb(232 121 249 / 0.9) !important;
}
.stroke-fuchsia-400\/95 {
  stroke: rgb(232 121 249 / 0.95) !important;
}
.stroke-fuchsia-50 {
  stroke: #fdf4ff !important;
}
.stroke-fuchsia-50\/0 {
  stroke: rgb(253 244 255 / 0) !important;
}
.stroke-fuchsia-50\/10 {
  stroke: rgb(253 244 255 / 0.1) !important;
}
.stroke-fuchsia-50\/100 {
  stroke: rgb(253 244 255 / 1) !important;
}
.stroke-fuchsia-50\/15 {
  stroke: rgb(253 244 255 / 0.15) !important;
}
.stroke-fuchsia-50\/20 {
  stroke: rgb(253 244 255 / 0.2) !important;
}
.stroke-fuchsia-50\/25 {
  stroke: rgb(253 244 255 / 0.25) !important;
}
.stroke-fuchsia-50\/30 {
  stroke: rgb(253 244 255 / 0.3) !important;
}
.stroke-fuchsia-50\/35 {
  stroke: rgb(253 244 255 / 0.35) !important;
}
.stroke-fuchsia-50\/40 {
  stroke: rgb(253 244 255 / 0.4) !important;
}
.stroke-fuchsia-50\/45 {
  stroke: rgb(253 244 255 / 0.45) !important;
}
.stroke-fuchsia-50\/5 {
  stroke: rgb(253 244 255 / 0.05) !important;
}
.stroke-fuchsia-50\/50 {
  stroke: rgb(253 244 255 / 0.5) !important;
}
.stroke-fuchsia-50\/55 {
  stroke: rgb(253 244 255 / 0.55) !important;
}
.stroke-fuchsia-50\/60 {
  stroke: rgb(253 244 255 / 0.6) !important;
}
.stroke-fuchsia-50\/65 {
  stroke: rgb(253 244 255 / 0.65) !important;
}
.stroke-fuchsia-50\/70 {
  stroke: rgb(253 244 255 / 0.7) !important;
}
.stroke-fuchsia-50\/75 {
  stroke: rgb(253 244 255 / 0.75) !important;
}
.stroke-fuchsia-50\/80 {
  stroke: rgb(253 244 255 / 0.8) !important;
}
.stroke-fuchsia-50\/85 {
  stroke: rgb(253 244 255 / 0.85) !important;
}
.stroke-fuchsia-50\/90 {
  stroke: rgb(253 244 255 / 0.9) !important;
}
.stroke-fuchsia-50\/95 {
  stroke: rgb(253 244 255 / 0.95) !important;
}
.stroke-fuchsia-500 {
  stroke: #d946ef !important;
}
.stroke-fuchsia-500\/0 {
  stroke: rgb(217 70 239 / 0) !important;
}
.stroke-fuchsia-500\/10 {
  stroke: rgb(217 70 239 / 0.1) !important;
}
.stroke-fuchsia-500\/100 {
  stroke: rgb(217 70 239 / 1) !important;
}
.stroke-fuchsia-500\/15 {
  stroke: rgb(217 70 239 / 0.15) !important;
}
.stroke-fuchsia-500\/20 {
  stroke: rgb(217 70 239 / 0.2) !important;
}
.stroke-fuchsia-500\/25 {
  stroke: rgb(217 70 239 / 0.25) !important;
}
.stroke-fuchsia-500\/30 {
  stroke: rgb(217 70 239 / 0.3) !important;
}
.stroke-fuchsia-500\/35 {
  stroke: rgb(217 70 239 / 0.35) !important;
}
.stroke-fuchsia-500\/40 {
  stroke: rgb(217 70 239 / 0.4) !important;
}
.stroke-fuchsia-500\/45 {
  stroke: rgb(217 70 239 / 0.45) !important;
}
.stroke-fuchsia-500\/5 {
  stroke: rgb(217 70 239 / 0.05) !important;
}
.stroke-fuchsia-500\/50 {
  stroke: rgb(217 70 239 / 0.5) !important;
}
.stroke-fuchsia-500\/55 {
  stroke: rgb(217 70 239 / 0.55) !important;
}
.stroke-fuchsia-500\/60 {
  stroke: rgb(217 70 239 / 0.6) !important;
}
.stroke-fuchsia-500\/65 {
  stroke: rgb(217 70 239 / 0.65) !important;
}
.stroke-fuchsia-500\/70 {
  stroke: rgb(217 70 239 / 0.7) !important;
}
.stroke-fuchsia-500\/75 {
  stroke: rgb(217 70 239 / 0.75) !important;
}
.stroke-fuchsia-500\/80 {
  stroke: rgb(217 70 239 / 0.8) !important;
}
.stroke-fuchsia-500\/85 {
  stroke: rgb(217 70 239 / 0.85) !important;
}
.stroke-fuchsia-500\/90 {
  stroke: rgb(217 70 239 / 0.9) !important;
}
.stroke-fuchsia-500\/95 {
  stroke: rgb(217 70 239 / 0.95) !important;
}
.stroke-fuchsia-600 {
  stroke: #c026d3 !important;
}
.stroke-fuchsia-600\/0 {
  stroke: rgb(192 38 211 / 0) !important;
}
.stroke-fuchsia-600\/10 {
  stroke: rgb(192 38 211 / 0.1) !important;
}
.stroke-fuchsia-600\/100 {
  stroke: rgb(192 38 211 / 1) !important;
}
.stroke-fuchsia-600\/15 {
  stroke: rgb(192 38 211 / 0.15) !important;
}
.stroke-fuchsia-600\/20 {
  stroke: rgb(192 38 211 / 0.2) !important;
}
.stroke-fuchsia-600\/25 {
  stroke: rgb(192 38 211 / 0.25) !important;
}
.stroke-fuchsia-600\/30 {
  stroke: rgb(192 38 211 / 0.3) !important;
}
.stroke-fuchsia-600\/35 {
  stroke: rgb(192 38 211 / 0.35) !important;
}
.stroke-fuchsia-600\/40 {
  stroke: rgb(192 38 211 / 0.4) !important;
}
.stroke-fuchsia-600\/45 {
  stroke: rgb(192 38 211 / 0.45) !important;
}
.stroke-fuchsia-600\/5 {
  stroke: rgb(192 38 211 / 0.05) !important;
}
.stroke-fuchsia-600\/50 {
  stroke: rgb(192 38 211 / 0.5) !important;
}
.stroke-fuchsia-600\/55 {
  stroke: rgb(192 38 211 / 0.55) !important;
}
.stroke-fuchsia-600\/60 {
  stroke: rgb(192 38 211 / 0.6) !important;
}
.stroke-fuchsia-600\/65 {
  stroke: rgb(192 38 211 / 0.65) !important;
}
.stroke-fuchsia-600\/70 {
  stroke: rgb(192 38 211 / 0.7) !important;
}
.stroke-fuchsia-600\/75 {
  stroke: rgb(192 38 211 / 0.75) !important;
}
.stroke-fuchsia-600\/80 {
  stroke: rgb(192 38 211 / 0.8) !important;
}
.stroke-fuchsia-600\/85 {
  stroke: rgb(192 38 211 / 0.85) !important;
}
.stroke-fuchsia-600\/90 {
  stroke: rgb(192 38 211 / 0.9) !important;
}
.stroke-fuchsia-600\/95 {
  stroke: rgb(192 38 211 / 0.95) !important;
}
.stroke-fuchsia-700 {
  stroke: #a21caf !important;
}
.stroke-fuchsia-700\/0 {
  stroke: rgb(162 28 175 / 0) !important;
}
.stroke-fuchsia-700\/10 {
  stroke: rgb(162 28 175 / 0.1) !important;
}
.stroke-fuchsia-700\/100 {
  stroke: rgb(162 28 175 / 1) !important;
}
.stroke-fuchsia-700\/15 {
  stroke: rgb(162 28 175 / 0.15) !important;
}
.stroke-fuchsia-700\/20 {
  stroke: rgb(162 28 175 / 0.2) !important;
}
.stroke-fuchsia-700\/25 {
  stroke: rgb(162 28 175 / 0.25) !important;
}
.stroke-fuchsia-700\/30 {
  stroke: rgb(162 28 175 / 0.3) !important;
}
.stroke-fuchsia-700\/35 {
  stroke: rgb(162 28 175 / 0.35) !important;
}
.stroke-fuchsia-700\/40 {
  stroke: rgb(162 28 175 / 0.4) !important;
}
.stroke-fuchsia-700\/45 {
  stroke: rgb(162 28 175 / 0.45) !important;
}
.stroke-fuchsia-700\/5 {
  stroke: rgb(162 28 175 / 0.05) !important;
}
.stroke-fuchsia-700\/50 {
  stroke: rgb(162 28 175 / 0.5) !important;
}
.stroke-fuchsia-700\/55 {
  stroke: rgb(162 28 175 / 0.55) !important;
}
.stroke-fuchsia-700\/60 {
  stroke: rgb(162 28 175 / 0.6) !important;
}
.stroke-fuchsia-700\/65 {
  stroke: rgb(162 28 175 / 0.65) !important;
}
.stroke-fuchsia-700\/70 {
  stroke: rgb(162 28 175 / 0.7) !important;
}
.stroke-fuchsia-700\/75 {
  stroke: rgb(162 28 175 / 0.75) !important;
}
.stroke-fuchsia-700\/80 {
  stroke: rgb(162 28 175 / 0.8) !important;
}
.stroke-fuchsia-700\/85 {
  stroke: rgb(162 28 175 / 0.85) !important;
}
.stroke-fuchsia-700\/90 {
  stroke: rgb(162 28 175 / 0.9) !important;
}
.stroke-fuchsia-700\/95 {
  stroke: rgb(162 28 175 / 0.95) !important;
}
.stroke-fuchsia-800 {
  stroke: #86198f !important;
}
.stroke-fuchsia-800\/0 {
  stroke: rgb(134 25 143 / 0) !important;
}
.stroke-fuchsia-800\/10 {
  stroke: rgb(134 25 143 / 0.1) !important;
}
.stroke-fuchsia-800\/100 {
  stroke: rgb(134 25 143 / 1) !important;
}
.stroke-fuchsia-800\/15 {
  stroke: rgb(134 25 143 / 0.15) !important;
}
.stroke-fuchsia-800\/20 {
  stroke: rgb(134 25 143 / 0.2) !important;
}
.stroke-fuchsia-800\/25 {
  stroke: rgb(134 25 143 / 0.25) !important;
}
.stroke-fuchsia-800\/30 {
  stroke: rgb(134 25 143 / 0.3) !important;
}
.stroke-fuchsia-800\/35 {
  stroke: rgb(134 25 143 / 0.35) !important;
}
.stroke-fuchsia-800\/40 {
  stroke: rgb(134 25 143 / 0.4) !important;
}
.stroke-fuchsia-800\/45 {
  stroke: rgb(134 25 143 / 0.45) !important;
}
.stroke-fuchsia-800\/5 {
  stroke: rgb(134 25 143 / 0.05) !important;
}
.stroke-fuchsia-800\/50 {
  stroke: rgb(134 25 143 / 0.5) !important;
}
.stroke-fuchsia-800\/55 {
  stroke: rgb(134 25 143 / 0.55) !important;
}
.stroke-fuchsia-800\/60 {
  stroke: rgb(134 25 143 / 0.6) !important;
}
.stroke-fuchsia-800\/65 {
  stroke: rgb(134 25 143 / 0.65) !important;
}
.stroke-fuchsia-800\/70 {
  stroke: rgb(134 25 143 / 0.7) !important;
}
.stroke-fuchsia-800\/75 {
  stroke: rgb(134 25 143 / 0.75) !important;
}
.stroke-fuchsia-800\/80 {
  stroke: rgb(134 25 143 / 0.8) !important;
}
.stroke-fuchsia-800\/85 {
  stroke: rgb(134 25 143 / 0.85) !important;
}
.stroke-fuchsia-800\/90 {
  stroke: rgb(134 25 143 / 0.9) !important;
}
.stroke-fuchsia-800\/95 {
  stroke: rgb(134 25 143 / 0.95) !important;
}
.stroke-fuchsia-900 {
  stroke: #701a75 !important;
}
.stroke-fuchsia-900\/0 {
  stroke: rgb(112 26 117 / 0) !important;
}
.stroke-fuchsia-900\/10 {
  stroke: rgb(112 26 117 / 0.1) !important;
}
.stroke-fuchsia-900\/100 {
  stroke: rgb(112 26 117 / 1) !important;
}
.stroke-fuchsia-900\/15 {
  stroke: rgb(112 26 117 / 0.15) !important;
}
.stroke-fuchsia-900\/20 {
  stroke: rgb(112 26 117 / 0.2) !important;
}
.stroke-fuchsia-900\/25 {
  stroke: rgb(112 26 117 / 0.25) !important;
}
.stroke-fuchsia-900\/30 {
  stroke: rgb(112 26 117 / 0.3) !important;
}
.stroke-fuchsia-900\/35 {
  stroke: rgb(112 26 117 / 0.35) !important;
}
.stroke-fuchsia-900\/40 {
  stroke: rgb(112 26 117 / 0.4) !important;
}
.stroke-fuchsia-900\/45 {
  stroke: rgb(112 26 117 / 0.45) !important;
}
.stroke-fuchsia-900\/5 {
  stroke: rgb(112 26 117 / 0.05) !important;
}
.stroke-fuchsia-900\/50 {
  stroke: rgb(112 26 117 / 0.5) !important;
}
.stroke-fuchsia-900\/55 {
  stroke: rgb(112 26 117 / 0.55) !important;
}
.stroke-fuchsia-900\/60 {
  stroke: rgb(112 26 117 / 0.6) !important;
}
.stroke-fuchsia-900\/65 {
  stroke: rgb(112 26 117 / 0.65) !important;
}
.stroke-fuchsia-900\/70 {
  stroke: rgb(112 26 117 / 0.7) !important;
}
.stroke-fuchsia-900\/75 {
  stroke: rgb(112 26 117 / 0.75) !important;
}
.stroke-fuchsia-900\/80 {
  stroke: rgb(112 26 117 / 0.8) !important;
}
.stroke-fuchsia-900\/85 {
  stroke: rgb(112 26 117 / 0.85) !important;
}
.stroke-fuchsia-900\/90 {
  stroke: rgb(112 26 117 / 0.9) !important;
}
.stroke-fuchsia-900\/95 {
  stroke: rgb(112 26 117 / 0.95) !important;
}
.stroke-fuchsia-950 {
  stroke: #4a044e !important;
}
.stroke-fuchsia-950\/0 {
  stroke: rgb(74 4 78 / 0) !important;
}
.stroke-fuchsia-950\/10 {
  stroke: rgb(74 4 78 / 0.1) !important;
}
.stroke-fuchsia-950\/100 {
  stroke: rgb(74 4 78 / 1) !important;
}
.stroke-fuchsia-950\/15 {
  stroke: rgb(74 4 78 / 0.15) !important;
}
.stroke-fuchsia-950\/20 {
  stroke: rgb(74 4 78 / 0.2) !important;
}
.stroke-fuchsia-950\/25 {
  stroke: rgb(74 4 78 / 0.25) !important;
}
.stroke-fuchsia-950\/30 {
  stroke: rgb(74 4 78 / 0.3) !important;
}
.stroke-fuchsia-950\/35 {
  stroke: rgb(74 4 78 / 0.35) !important;
}
.stroke-fuchsia-950\/40 {
  stroke: rgb(74 4 78 / 0.4) !important;
}
.stroke-fuchsia-950\/45 {
  stroke: rgb(74 4 78 / 0.45) !important;
}
.stroke-fuchsia-950\/5 {
  stroke: rgb(74 4 78 / 0.05) !important;
}
.stroke-fuchsia-950\/50 {
  stroke: rgb(74 4 78 / 0.5) !important;
}
.stroke-fuchsia-950\/55 {
  stroke: rgb(74 4 78 / 0.55) !important;
}
.stroke-fuchsia-950\/60 {
  stroke: rgb(74 4 78 / 0.6) !important;
}
.stroke-fuchsia-950\/65 {
  stroke: rgb(74 4 78 / 0.65) !important;
}
.stroke-fuchsia-950\/70 {
  stroke: rgb(74 4 78 / 0.7) !important;
}
.stroke-fuchsia-950\/75 {
  stroke: rgb(74 4 78 / 0.75) !important;
}
.stroke-fuchsia-950\/80 {
  stroke: rgb(74 4 78 / 0.8) !important;
}
.stroke-fuchsia-950\/85 {
  stroke: rgb(74 4 78 / 0.85) !important;
}
.stroke-fuchsia-950\/90 {
  stroke: rgb(74 4 78 / 0.9) !important;
}
.stroke-fuchsia-950\/95 {
  stroke: rgb(74 4 78 / 0.95) !important;
}
.stroke-gray-100 {
  stroke: #f3f4f6 !important;
}
.stroke-gray-100\/0 {
  stroke: rgb(243 244 246 / 0) !important;
}
.stroke-gray-100\/10 {
  stroke: rgb(243 244 246 / 0.1) !important;
}
.stroke-gray-100\/100 {
  stroke: rgb(243 244 246 / 1) !important;
}
.stroke-gray-100\/15 {
  stroke: rgb(243 244 246 / 0.15) !important;
}
.stroke-gray-100\/20 {
  stroke: rgb(243 244 246 / 0.2) !important;
}
.stroke-gray-100\/25 {
  stroke: rgb(243 244 246 / 0.25) !important;
}
.stroke-gray-100\/30 {
  stroke: rgb(243 244 246 / 0.3) !important;
}
.stroke-gray-100\/35 {
  stroke: rgb(243 244 246 / 0.35) !important;
}
.stroke-gray-100\/40 {
  stroke: rgb(243 244 246 / 0.4) !important;
}
.stroke-gray-100\/45 {
  stroke: rgb(243 244 246 / 0.45) !important;
}
.stroke-gray-100\/5 {
  stroke: rgb(243 244 246 / 0.05) !important;
}
.stroke-gray-100\/50 {
  stroke: rgb(243 244 246 / 0.5) !important;
}
.stroke-gray-100\/55 {
  stroke: rgb(243 244 246 / 0.55) !important;
}
.stroke-gray-100\/60 {
  stroke: rgb(243 244 246 / 0.6) !important;
}
.stroke-gray-100\/65 {
  stroke: rgb(243 244 246 / 0.65) !important;
}
.stroke-gray-100\/70 {
  stroke: rgb(243 244 246 / 0.7) !important;
}
.stroke-gray-100\/75 {
  stroke: rgb(243 244 246 / 0.75) !important;
}
.stroke-gray-100\/80 {
  stroke: rgb(243 244 246 / 0.8) !important;
}
.stroke-gray-100\/85 {
  stroke: rgb(243 244 246 / 0.85) !important;
}
.stroke-gray-100\/90 {
  stroke: rgb(243 244 246 / 0.9) !important;
}
.stroke-gray-100\/95 {
  stroke: rgb(243 244 246 / 0.95) !important;
}
.stroke-gray-200 {
  stroke: #e5e7eb !important;
}
.stroke-gray-200\/0 {
  stroke: rgb(229 231 235 / 0) !important;
}
.stroke-gray-200\/10 {
  stroke: rgb(229 231 235 / 0.1) !important;
}
.stroke-gray-200\/100 {
  stroke: rgb(229 231 235 / 1) !important;
}
.stroke-gray-200\/15 {
  stroke: rgb(229 231 235 / 0.15) !important;
}
.stroke-gray-200\/20 {
  stroke: rgb(229 231 235 / 0.2) !important;
}
.stroke-gray-200\/25 {
  stroke: rgb(229 231 235 / 0.25) !important;
}
.stroke-gray-200\/30 {
  stroke: rgb(229 231 235 / 0.3) !important;
}
.stroke-gray-200\/35 {
  stroke: rgb(229 231 235 / 0.35) !important;
}
.stroke-gray-200\/40 {
  stroke: rgb(229 231 235 / 0.4) !important;
}
.stroke-gray-200\/45 {
  stroke: rgb(229 231 235 / 0.45) !important;
}
.stroke-gray-200\/5 {
  stroke: rgb(229 231 235 / 0.05) !important;
}
.stroke-gray-200\/50 {
  stroke: rgb(229 231 235 / 0.5) !important;
}
.stroke-gray-200\/55 {
  stroke: rgb(229 231 235 / 0.55) !important;
}
.stroke-gray-200\/60 {
  stroke: rgb(229 231 235 / 0.6) !important;
}
.stroke-gray-200\/65 {
  stroke: rgb(229 231 235 / 0.65) !important;
}
.stroke-gray-200\/70 {
  stroke: rgb(229 231 235 / 0.7) !important;
}
.stroke-gray-200\/75 {
  stroke: rgb(229 231 235 / 0.75) !important;
}
.stroke-gray-200\/80 {
  stroke: rgb(229 231 235 / 0.8) !important;
}
.stroke-gray-200\/85 {
  stroke: rgb(229 231 235 / 0.85) !important;
}
.stroke-gray-200\/90 {
  stroke: rgb(229 231 235 / 0.9) !important;
}
.stroke-gray-200\/95 {
  stroke: rgb(229 231 235 / 0.95) !important;
}
.stroke-gray-300 {
  stroke: #d1d5db !important;
}
.stroke-gray-300\/0 {
  stroke: rgb(209 213 219 / 0) !important;
}
.stroke-gray-300\/10 {
  stroke: rgb(209 213 219 / 0.1) !important;
}
.stroke-gray-300\/100 {
  stroke: rgb(209 213 219 / 1) !important;
}
.stroke-gray-300\/15 {
  stroke: rgb(209 213 219 / 0.15) !important;
}
.stroke-gray-300\/20 {
  stroke: rgb(209 213 219 / 0.2) !important;
}
.stroke-gray-300\/25 {
  stroke: rgb(209 213 219 / 0.25) !important;
}
.stroke-gray-300\/30 {
  stroke: rgb(209 213 219 / 0.3) !important;
}
.stroke-gray-300\/35 {
  stroke: rgb(209 213 219 / 0.35) !important;
}
.stroke-gray-300\/40 {
  stroke: rgb(209 213 219 / 0.4) !important;
}
.stroke-gray-300\/45 {
  stroke: rgb(209 213 219 / 0.45) !important;
}
.stroke-gray-300\/5 {
  stroke: rgb(209 213 219 / 0.05) !important;
}
.stroke-gray-300\/50 {
  stroke: rgb(209 213 219 / 0.5) !important;
}
.stroke-gray-300\/55 {
  stroke: rgb(209 213 219 / 0.55) !important;
}
.stroke-gray-300\/60 {
  stroke: rgb(209 213 219 / 0.6) !important;
}
.stroke-gray-300\/65 {
  stroke: rgb(209 213 219 / 0.65) !important;
}
.stroke-gray-300\/70 {
  stroke: rgb(209 213 219 / 0.7) !important;
}
.stroke-gray-300\/75 {
  stroke: rgb(209 213 219 / 0.75) !important;
}
.stroke-gray-300\/80 {
  stroke: rgb(209 213 219 / 0.8) !important;
}
.stroke-gray-300\/85 {
  stroke: rgb(209 213 219 / 0.85) !important;
}
.stroke-gray-300\/90 {
  stroke: rgb(209 213 219 / 0.9) !important;
}
.stroke-gray-300\/95 {
  stroke: rgb(209 213 219 / 0.95) !important;
}
.stroke-gray-400 {
  stroke: #9ca3af !important;
}
.stroke-gray-400\/0 {
  stroke: rgb(156 163 175 / 0) !important;
}
.stroke-gray-400\/10 {
  stroke: rgb(156 163 175 / 0.1) !important;
}
.stroke-gray-400\/100 {
  stroke: rgb(156 163 175 / 1) !important;
}
.stroke-gray-400\/15 {
  stroke: rgb(156 163 175 / 0.15) !important;
}
.stroke-gray-400\/20 {
  stroke: rgb(156 163 175 / 0.2) !important;
}
.stroke-gray-400\/25 {
  stroke: rgb(156 163 175 / 0.25) !important;
}
.stroke-gray-400\/30 {
  stroke: rgb(156 163 175 / 0.3) !important;
}
.stroke-gray-400\/35 {
  stroke: rgb(156 163 175 / 0.35) !important;
}
.stroke-gray-400\/40 {
  stroke: rgb(156 163 175 / 0.4) !important;
}
.stroke-gray-400\/45 {
  stroke: rgb(156 163 175 / 0.45) !important;
}
.stroke-gray-400\/5 {
  stroke: rgb(156 163 175 / 0.05) !important;
}
.stroke-gray-400\/50 {
  stroke: rgb(156 163 175 / 0.5) !important;
}
.stroke-gray-400\/55 {
  stroke: rgb(156 163 175 / 0.55) !important;
}
.stroke-gray-400\/60 {
  stroke: rgb(156 163 175 / 0.6) !important;
}
.stroke-gray-400\/65 {
  stroke: rgb(156 163 175 / 0.65) !important;
}
.stroke-gray-400\/70 {
  stroke: rgb(156 163 175 / 0.7) !important;
}
.stroke-gray-400\/75 {
  stroke: rgb(156 163 175 / 0.75) !important;
}
.stroke-gray-400\/80 {
  stroke: rgb(156 163 175 / 0.8) !important;
}
.stroke-gray-400\/85 {
  stroke: rgb(156 163 175 / 0.85) !important;
}
.stroke-gray-400\/90 {
  stroke: rgb(156 163 175 / 0.9) !important;
}
.stroke-gray-400\/95 {
  stroke: rgb(156 163 175 / 0.95) !important;
}
.stroke-gray-50 {
  stroke: #f9fafb !important;
}
.stroke-gray-50\/0 {
  stroke: rgb(249 250 251 / 0) !important;
}
.stroke-gray-50\/10 {
  stroke: rgb(249 250 251 / 0.1) !important;
}
.stroke-gray-50\/100 {
  stroke: rgb(249 250 251 / 1) !important;
}
.stroke-gray-50\/15 {
  stroke: rgb(249 250 251 / 0.15) !important;
}
.stroke-gray-50\/20 {
  stroke: rgb(249 250 251 / 0.2) !important;
}
.stroke-gray-50\/25 {
  stroke: rgb(249 250 251 / 0.25) !important;
}
.stroke-gray-50\/30 {
  stroke: rgb(249 250 251 / 0.3) !important;
}
.stroke-gray-50\/35 {
  stroke: rgb(249 250 251 / 0.35) !important;
}
.stroke-gray-50\/40 {
  stroke: rgb(249 250 251 / 0.4) !important;
}
.stroke-gray-50\/45 {
  stroke: rgb(249 250 251 / 0.45) !important;
}
.stroke-gray-50\/5 {
  stroke: rgb(249 250 251 / 0.05) !important;
}
.stroke-gray-50\/50 {
  stroke: rgb(249 250 251 / 0.5) !important;
}
.stroke-gray-50\/55 {
  stroke: rgb(249 250 251 / 0.55) !important;
}
.stroke-gray-50\/60 {
  stroke: rgb(249 250 251 / 0.6) !important;
}
.stroke-gray-50\/65 {
  stroke: rgb(249 250 251 / 0.65) !important;
}
.stroke-gray-50\/70 {
  stroke: rgb(249 250 251 / 0.7) !important;
}
.stroke-gray-50\/75 {
  stroke: rgb(249 250 251 / 0.75) !important;
}
.stroke-gray-50\/80 {
  stroke: rgb(249 250 251 / 0.8) !important;
}
.stroke-gray-50\/85 {
  stroke: rgb(249 250 251 / 0.85) !important;
}
.stroke-gray-50\/90 {
  stroke: rgb(249 250 251 / 0.9) !important;
}
.stroke-gray-50\/95 {
  stroke: rgb(249 250 251 / 0.95) !important;
}
.stroke-gray-500 {
  stroke: #6b7280 !important;
}
.stroke-gray-500\/0 {
  stroke: rgb(107 114 128 / 0) !important;
}
.stroke-gray-500\/10 {
  stroke: rgb(107 114 128 / 0.1) !important;
}
.stroke-gray-500\/100 {
  stroke: rgb(107 114 128 / 1) !important;
}
.stroke-gray-500\/15 {
  stroke: rgb(107 114 128 / 0.15) !important;
}
.stroke-gray-500\/20 {
  stroke: rgb(107 114 128 / 0.2) !important;
}
.stroke-gray-500\/25 {
  stroke: rgb(107 114 128 / 0.25) !important;
}
.stroke-gray-500\/30 {
  stroke: rgb(107 114 128 / 0.3) !important;
}
.stroke-gray-500\/35 {
  stroke: rgb(107 114 128 / 0.35) !important;
}
.stroke-gray-500\/40 {
  stroke: rgb(107 114 128 / 0.4) !important;
}
.stroke-gray-500\/45 {
  stroke: rgb(107 114 128 / 0.45) !important;
}
.stroke-gray-500\/5 {
  stroke: rgb(107 114 128 / 0.05) !important;
}
.stroke-gray-500\/50 {
  stroke: rgb(107 114 128 / 0.5) !important;
}
.stroke-gray-500\/55 {
  stroke: rgb(107 114 128 / 0.55) !important;
}
.stroke-gray-500\/60 {
  stroke: rgb(107 114 128 / 0.6) !important;
}
.stroke-gray-500\/65 {
  stroke: rgb(107 114 128 / 0.65) !important;
}
.stroke-gray-500\/70 {
  stroke: rgb(107 114 128 / 0.7) !important;
}
.stroke-gray-500\/75 {
  stroke: rgb(107 114 128 / 0.75) !important;
}
.stroke-gray-500\/80 {
  stroke: rgb(107 114 128 / 0.8) !important;
}
.stroke-gray-500\/85 {
  stroke: rgb(107 114 128 / 0.85) !important;
}
.stroke-gray-500\/90 {
  stroke: rgb(107 114 128 / 0.9) !important;
}
.stroke-gray-500\/95 {
  stroke: rgb(107 114 128 / 0.95) !important;
}
.stroke-gray-600 {
  stroke: #4b5563 !important;
}
.stroke-gray-600\/0 {
  stroke: rgb(75 85 99 / 0) !important;
}
.stroke-gray-600\/10 {
  stroke: rgb(75 85 99 / 0.1) !important;
}
.stroke-gray-600\/100 {
  stroke: rgb(75 85 99 / 1) !important;
}
.stroke-gray-600\/15 {
  stroke: rgb(75 85 99 / 0.15) !important;
}
.stroke-gray-600\/20 {
  stroke: rgb(75 85 99 / 0.2) !important;
}
.stroke-gray-600\/25 {
  stroke: rgb(75 85 99 / 0.25) !important;
}
.stroke-gray-600\/30 {
  stroke: rgb(75 85 99 / 0.3) !important;
}
.stroke-gray-600\/35 {
  stroke: rgb(75 85 99 / 0.35) !important;
}
.stroke-gray-600\/40 {
  stroke: rgb(75 85 99 / 0.4) !important;
}
.stroke-gray-600\/45 {
  stroke: rgb(75 85 99 / 0.45) !important;
}
.stroke-gray-600\/5 {
  stroke: rgb(75 85 99 / 0.05) !important;
}
.stroke-gray-600\/50 {
  stroke: rgb(75 85 99 / 0.5) !important;
}
.stroke-gray-600\/55 {
  stroke: rgb(75 85 99 / 0.55) !important;
}
.stroke-gray-600\/60 {
  stroke: rgb(75 85 99 / 0.6) !important;
}
.stroke-gray-600\/65 {
  stroke: rgb(75 85 99 / 0.65) !important;
}
.stroke-gray-600\/70 {
  stroke: rgb(75 85 99 / 0.7) !important;
}
.stroke-gray-600\/75 {
  stroke: rgb(75 85 99 / 0.75) !important;
}
.stroke-gray-600\/80 {
  stroke: rgb(75 85 99 / 0.8) !important;
}
.stroke-gray-600\/85 {
  stroke: rgb(75 85 99 / 0.85) !important;
}
.stroke-gray-600\/90 {
  stroke: rgb(75 85 99 / 0.9) !important;
}
.stroke-gray-600\/95 {
  stroke: rgb(75 85 99 / 0.95) !important;
}
.stroke-gray-700 {
  stroke: #374151 !important;
}
.stroke-gray-700\/0 {
  stroke: rgb(55 65 81 / 0) !important;
}
.stroke-gray-700\/10 {
  stroke: rgb(55 65 81 / 0.1) !important;
}
.stroke-gray-700\/100 {
  stroke: rgb(55 65 81 / 1) !important;
}
.stroke-gray-700\/15 {
  stroke: rgb(55 65 81 / 0.15) !important;
}
.stroke-gray-700\/20 {
  stroke: rgb(55 65 81 / 0.2) !important;
}
.stroke-gray-700\/25 {
  stroke: rgb(55 65 81 / 0.25) !important;
}
.stroke-gray-700\/30 {
  stroke: rgb(55 65 81 / 0.3) !important;
}
.stroke-gray-700\/35 {
  stroke: rgb(55 65 81 / 0.35) !important;
}
.stroke-gray-700\/40 {
  stroke: rgb(55 65 81 / 0.4) !important;
}
.stroke-gray-700\/45 {
  stroke: rgb(55 65 81 / 0.45) !important;
}
.stroke-gray-700\/5 {
  stroke: rgb(55 65 81 / 0.05) !important;
}
.stroke-gray-700\/50 {
  stroke: rgb(55 65 81 / 0.5) !important;
}
.stroke-gray-700\/55 {
  stroke: rgb(55 65 81 / 0.55) !important;
}
.stroke-gray-700\/60 {
  stroke: rgb(55 65 81 / 0.6) !important;
}
.stroke-gray-700\/65 {
  stroke: rgb(55 65 81 / 0.65) !important;
}
.stroke-gray-700\/70 {
  stroke: rgb(55 65 81 / 0.7) !important;
}
.stroke-gray-700\/75 {
  stroke: rgb(55 65 81 / 0.75) !important;
}
.stroke-gray-700\/80 {
  stroke: rgb(55 65 81 / 0.8) !important;
}
.stroke-gray-700\/85 {
  stroke: rgb(55 65 81 / 0.85) !important;
}
.stroke-gray-700\/90 {
  stroke: rgb(55 65 81 / 0.9) !important;
}
.stroke-gray-700\/95 {
  stroke: rgb(55 65 81 / 0.95) !important;
}
.stroke-gray-800 {
  stroke: #1f2937 !important;
}
.stroke-gray-800\/0 {
  stroke: rgb(31 41 55 / 0) !important;
}
.stroke-gray-800\/10 {
  stroke: rgb(31 41 55 / 0.1) !important;
}
.stroke-gray-800\/100 {
  stroke: rgb(31 41 55 / 1) !important;
}
.stroke-gray-800\/15 {
  stroke: rgb(31 41 55 / 0.15) !important;
}
.stroke-gray-800\/20 {
  stroke: rgb(31 41 55 / 0.2) !important;
}
.stroke-gray-800\/25 {
  stroke: rgb(31 41 55 / 0.25) !important;
}
.stroke-gray-800\/30 {
  stroke: rgb(31 41 55 / 0.3) !important;
}
.stroke-gray-800\/35 {
  stroke: rgb(31 41 55 / 0.35) !important;
}
.stroke-gray-800\/40 {
  stroke: rgb(31 41 55 / 0.4) !important;
}
.stroke-gray-800\/45 {
  stroke: rgb(31 41 55 / 0.45) !important;
}
.stroke-gray-800\/5 {
  stroke: rgb(31 41 55 / 0.05) !important;
}
.stroke-gray-800\/50 {
  stroke: rgb(31 41 55 / 0.5) !important;
}
.stroke-gray-800\/55 {
  stroke: rgb(31 41 55 / 0.55) !important;
}
.stroke-gray-800\/60 {
  stroke: rgb(31 41 55 / 0.6) !important;
}
.stroke-gray-800\/65 {
  stroke: rgb(31 41 55 / 0.65) !important;
}
.stroke-gray-800\/70 {
  stroke: rgb(31 41 55 / 0.7) !important;
}
.stroke-gray-800\/75 {
  stroke: rgb(31 41 55 / 0.75) !important;
}
.stroke-gray-800\/80 {
  stroke: rgb(31 41 55 / 0.8) !important;
}
.stroke-gray-800\/85 {
  stroke: rgb(31 41 55 / 0.85) !important;
}
.stroke-gray-800\/90 {
  stroke: rgb(31 41 55 / 0.9) !important;
}
.stroke-gray-800\/95 {
  stroke: rgb(31 41 55 / 0.95) !important;
}
.stroke-gray-900 {
  stroke: #111827 !important;
}
.stroke-gray-900\/0 {
  stroke: rgb(17 24 39 / 0) !important;
}
.stroke-gray-900\/10 {
  stroke: rgb(17 24 39 / 0.1) !important;
}
.stroke-gray-900\/100 {
  stroke: rgb(17 24 39 / 1) !important;
}
.stroke-gray-900\/15 {
  stroke: rgb(17 24 39 / 0.15) !important;
}
.stroke-gray-900\/20 {
  stroke: rgb(17 24 39 / 0.2) !important;
}
.stroke-gray-900\/25 {
  stroke: rgb(17 24 39 / 0.25) !important;
}
.stroke-gray-900\/30 {
  stroke: rgb(17 24 39 / 0.3) !important;
}
.stroke-gray-900\/35 {
  stroke: rgb(17 24 39 / 0.35) !important;
}
.stroke-gray-900\/40 {
  stroke: rgb(17 24 39 / 0.4) !important;
}
.stroke-gray-900\/45 {
  stroke: rgb(17 24 39 / 0.45) !important;
}
.stroke-gray-900\/5 {
  stroke: rgb(17 24 39 / 0.05) !important;
}
.stroke-gray-900\/50 {
  stroke: rgb(17 24 39 / 0.5) !important;
}
.stroke-gray-900\/55 {
  stroke: rgb(17 24 39 / 0.55) !important;
}
.stroke-gray-900\/60 {
  stroke: rgb(17 24 39 / 0.6) !important;
}
.stroke-gray-900\/65 {
  stroke: rgb(17 24 39 / 0.65) !important;
}
.stroke-gray-900\/70 {
  stroke: rgb(17 24 39 / 0.7) !important;
}
.stroke-gray-900\/75 {
  stroke: rgb(17 24 39 / 0.75) !important;
}
.stroke-gray-900\/80 {
  stroke: rgb(17 24 39 / 0.8) !important;
}
.stroke-gray-900\/85 {
  stroke: rgb(17 24 39 / 0.85) !important;
}
.stroke-gray-900\/90 {
  stroke: rgb(17 24 39 / 0.9) !important;
}
.stroke-gray-900\/95 {
  stroke: rgb(17 24 39 / 0.95) !important;
}
.stroke-gray-950 {
  stroke: #030712 !important;
}
.stroke-gray-950\/0 {
  stroke: rgb(3 7 18 / 0) !important;
}
.stroke-gray-950\/10 {
  stroke: rgb(3 7 18 / 0.1) !important;
}
.stroke-gray-950\/100 {
  stroke: rgb(3 7 18 / 1) !important;
}
.stroke-gray-950\/15 {
  stroke: rgb(3 7 18 / 0.15) !important;
}
.stroke-gray-950\/20 {
  stroke: rgb(3 7 18 / 0.2) !important;
}
.stroke-gray-950\/25 {
  stroke: rgb(3 7 18 / 0.25) !important;
}
.stroke-gray-950\/30 {
  stroke: rgb(3 7 18 / 0.3) !important;
}
.stroke-gray-950\/35 {
  stroke: rgb(3 7 18 / 0.35) !important;
}
.stroke-gray-950\/40 {
  stroke: rgb(3 7 18 / 0.4) !important;
}
.stroke-gray-950\/45 {
  stroke: rgb(3 7 18 / 0.45) !important;
}
.stroke-gray-950\/5 {
  stroke: rgb(3 7 18 / 0.05) !important;
}
.stroke-gray-950\/50 {
  stroke: rgb(3 7 18 / 0.5) !important;
}
.stroke-gray-950\/55 {
  stroke: rgb(3 7 18 / 0.55) !important;
}
.stroke-gray-950\/60 {
  stroke: rgb(3 7 18 / 0.6) !important;
}
.stroke-gray-950\/65 {
  stroke: rgb(3 7 18 / 0.65) !important;
}
.stroke-gray-950\/70 {
  stroke: rgb(3 7 18 / 0.7) !important;
}
.stroke-gray-950\/75 {
  stroke: rgb(3 7 18 / 0.75) !important;
}
.stroke-gray-950\/80 {
  stroke: rgb(3 7 18 / 0.8) !important;
}
.stroke-gray-950\/85 {
  stroke: rgb(3 7 18 / 0.85) !important;
}
.stroke-gray-950\/90 {
  stroke: rgb(3 7 18 / 0.9) !important;
}
.stroke-gray-950\/95 {
  stroke: rgb(3 7 18 / 0.95) !important;
}
.stroke-green-100 {
  stroke: #dcfce7 !important;
}
.stroke-green-100\/0 {
  stroke: rgb(220 252 231 / 0) !important;
}
.stroke-green-100\/10 {
  stroke: rgb(220 252 231 / 0.1) !important;
}
.stroke-green-100\/100 {
  stroke: rgb(220 252 231 / 1) !important;
}
.stroke-green-100\/15 {
  stroke: rgb(220 252 231 / 0.15) !important;
}
.stroke-green-100\/20 {
  stroke: rgb(220 252 231 / 0.2) !important;
}
.stroke-green-100\/25 {
  stroke: rgb(220 252 231 / 0.25) !important;
}
.stroke-green-100\/30 {
  stroke: rgb(220 252 231 / 0.3) !important;
}
.stroke-green-100\/35 {
  stroke: rgb(220 252 231 / 0.35) !important;
}
.stroke-green-100\/40 {
  stroke: rgb(220 252 231 / 0.4) !important;
}
.stroke-green-100\/45 {
  stroke: rgb(220 252 231 / 0.45) !important;
}
.stroke-green-100\/5 {
  stroke: rgb(220 252 231 / 0.05) !important;
}
.stroke-green-100\/50 {
  stroke: rgb(220 252 231 / 0.5) !important;
}
.stroke-green-100\/55 {
  stroke: rgb(220 252 231 / 0.55) !important;
}
.stroke-green-100\/60 {
  stroke: rgb(220 252 231 / 0.6) !important;
}
.stroke-green-100\/65 {
  stroke: rgb(220 252 231 / 0.65) !important;
}
.stroke-green-100\/70 {
  stroke: rgb(220 252 231 / 0.7) !important;
}
.stroke-green-100\/75 {
  stroke: rgb(220 252 231 / 0.75) !important;
}
.stroke-green-100\/80 {
  stroke: rgb(220 252 231 / 0.8) !important;
}
.stroke-green-100\/85 {
  stroke: rgb(220 252 231 / 0.85) !important;
}
.stroke-green-100\/90 {
  stroke: rgb(220 252 231 / 0.9) !important;
}
.stroke-green-100\/95 {
  stroke: rgb(220 252 231 / 0.95) !important;
}
.stroke-green-200 {
  stroke: #bbf7d0 !important;
}
.stroke-green-200\/0 {
  stroke: rgb(187 247 208 / 0) !important;
}
.stroke-green-200\/10 {
  stroke: rgb(187 247 208 / 0.1) !important;
}
.stroke-green-200\/100 {
  stroke: rgb(187 247 208 / 1) !important;
}
.stroke-green-200\/15 {
  stroke: rgb(187 247 208 / 0.15) !important;
}
.stroke-green-200\/20 {
  stroke: rgb(187 247 208 / 0.2) !important;
}
.stroke-green-200\/25 {
  stroke: rgb(187 247 208 / 0.25) !important;
}
.stroke-green-200\/30 {
  stroke: rgb(187 247 208 / 0.3) !important;
}
.stroke-green-200\/35 {
  stroke: rgb(187 247 208 / 0.35) !important;
}
.stroke-green-200\/40 {
  stroke: rgb(187 247 208 / 0.4) !important;
}
.stroke-green-200\/45 {
  stroke: rgb(187 247 208 / 0.45) !important;
}
.stroke-green-200\/5 {
  stroke: rgb(187 247 208 / 0.05) !important;
}
.stroke-green-200\/50 {
  stroke: rgb(187 247 208 / 0.5) !important;
}
.stroke-green-200\/55 {
  stroke: rgb(187 247 208 / 0.55) !important;
}
.stroke-green-200\/60 {
  stroke: rgb(187 247 208 / 0.6) !important;
}
.stroke-green-200\/65 {
  stroke: rgb(187 247 208 / 0.65) !important;
}
.stroke-green-200\/70 {
  stroke: rgb(187 247 208 / 0.7) !important;
}
.stroke-green-200\/75 {
  stroke: rgb(187 247 208 / 0.75) !important;
}
.stroke-green-200\/80 {
  stroke: rgb(187 247 208 / 0.8) !important;
}
.stroke-green-200\/85 {
  stroke: rgb(187 247 208 / 0.85) !important;
}
.stroke-green-200\/90 {
  stroke: rgb(187 247 208 / 0.9) !important;
}
.stroke-green-200\/95 {
  stroke: rgb(187 247 208 / 0.95) !important;
}
.stroke-green-300 {
  stroke: #86efac !important;
}
.stroke-green-300\/0 {
  stroke: rgb(134 239 172 / 0) !important;
}
.stroke-green-300\/10 {
  stroke: rgb(134 239 172 / 0.1) !important;
}
.stroke-green-300\/100 {
  stroke: rgb(134 239 172 / 1) !important;
}
.stroke-green-300\/15 {
  stroke: rgb(134 239 172 / 0.15) !important;
}
.stroke-green-300\/20 {
  stroke: rgb(134 239 172 / 0.2) !important;
}
.stroke-green-300\/25 {
  stroke: rgb(134 239 172 / 0.25) !important;
}
.stroke-green-300\/30 {
  stroke: rgb(134 239 172 / 0.3) !important;
}
.stroke-green-300\/35 {
  stroke: rgb(134 239 172 / 0.35) !important;
}
.stroke-green-300\/40 {
  stroke: rgb(134 239 172 / 0.4) !important;
}
.stroke-green-300\/45 {
  stroke: rgb(134 239 172 / 0.45) !important;
}
.stroke-green-300\/5 {
  stroke: rgb(134 239 172 / 0.05) !important;
}
.stroke-green-300\/50 {
  stroke: rgb(134 239 172 / 0.5) !important;
}
.stroke-green-300\/55 {
  stroke: rgb(134 239 172 / 0.55) !important;
}
.stroke-green-300\/60 {
  stroke: rgb(134 239 172 / 0.6) !important;
}
.stroke-green-300\/65 {
  stroke: rgb(134 239 172 / 0.65) !important;
}
.stroke-green-300\/70 {
  stroke: rgb(134 239 172 / 0.7) !important;
}
.stroke-green-300\/75 {
  stroke: rgb(134 239 172 / 0.75) !important;
}
.stroke-green-300\/80 {
  stroke: rgb(134 239 172 / 0.8) !important;
}
.stroke-green-300\/85 {
  stroke: rgb(134 239 172 / 0.85) !important;
}
.stroke-green-300\/90 {
  stroke: rgb(134 239 172 / 0.9) !important;
}
.stroke-green-300\/95 {
  stroke: rgb(134 239 172 / 0.95) !important;
}
.stroke-green-400 {
  stroke: #4ade80 !important;
}
.stroke-green-400\/0 {
  stroke: rgb(74 222 128 / 0) !important;
}
.stroke-green-400\/10 {
  stroke: rgb(74 222 128 / 0.1) !important;
}
.stroke-green-400\/100 {
  stroke: rgb(74 222 128 / 1) !important;
}
.stroke-green-400\/15 {
  stroke: rgb(74 222 128 / 0.15) !important;
}
.stroke-green-400\/20 {
  stroke: rgb(74 222 128 / 0.2) !important;
}
.stroke-green-400\/25 {
  stroke: rgb(74 222 128 / 0.25) !important;
}
.stroke-green-400\/30 {
  stroke: rgb(74 222 128 / 0.3) !important;
}
.stroke-green-400\/35 {
  stroke: rgb(74 222 128 / 0.35) !important;
}
.stroke-green-400\/40 {
  stroke: rgb(74 222 128 / 0.4) !important;
}
.stroke-green-400\/45 {
  stroke: rgb(74 222 128 / 0.45) !important;
}
.stroke-green-400\/5 {
  stroke: rgb(74 222 128 / 0.05) !important;
}
.stroke-green-400\/50 {
  stroke: rgb(74 222 128 / 0.5) !important;
}
.stroke-green-400\/55 {
  stroke: rgb(74 222 128 / 0.55) !important;
}
.stroke-green-400\/60 {
  stroke: rgb(74 222 128 / 0.6) !important;
}
.stroke-green-400\/65 {
  stroke: rgb(74 222 128 / 0.65) !important;
}
.stroke-green-400\/70 {
  stroke: rgb(74 222 128 / 0.7) !important;
}
.stroke-green-400\/75 {
  stroke: rgb(74 222 128 / 0.75) !important;
}
.stroke-green-400\/80 {
  stroke: rgb(74 222 128 / 0.8) !important;
}
.stroke-green-400\/85 {
  stroke: rgb(74 222 128 / 0.85) !important;
}
.stroke-green-400\/90 {
  stroke: rgb(74 222 128 / 0.9) !important;
}
.stroke-green-400\/95 {
  stroke: rgb(74 222 128 / 0.95) !important;
}
.stroke-green-50 {
  stroke: #f0fdf4 !important;
}
.stroke-green-50\/0 {
  stroke: rgb(240 253 244 / 0) !important;
}
.stroke-green-50\/10 {
  stroke: rgb(240 253 244 / 0.1) !important;
}
.stroke-green-50\/100 {
  stroke: rgb(240 253 244 / 1) !important;
}
.stroke-green-50\/15 {
  stroke: rgb(240 253 244 / 0.15) !important;
}
.stroke-green-50\/20 {
  stroke: rgb(240 253 244 / 0.2) !important;
}
.stroke-green-50\/25 {
  stroke: rgb(240 253 244 / 0.25) !important;
}
.stroke-green-50\/30 {
  stroke: rgb(240 253 244 / 0.3) !important;
}
.stroke-green-50\/35 {
  stroke: rgb(240 253 244 / 0.35) !important;
}
.stroke-green-50\/40 {
  stroke: rgb(240 253 244 / 0.4) !important;
}
.stroke-green-50\/45 {
  stroke: rgb(240 253 244 / 0.45) !important;
}
.stroke-green-50\/5 {
  stroke: rgb(240 253 244 / 0.05) !important;
}
.stroke-green-50\/50 {
  stroke: rgb(240 253 244 / 0.5) !important;
}
.stroke-green-50\/55 {
  stroke: rgb(240 253 244 / 0.55) !important;
}
.stroke-green-50\/60 {
  stroke: rgb(240 253 244 / 0.6) !important;
}
.stroke-green-50\/65 {
  stroke: rgb(240 253 244 / 0.65) !important;
}
.stroke-green-50\/70 {
  stroke: rgb(240 253 244 / 0.7) !important;
}
.stroke-green-50\/75 {
  stroke: rgb(240 253 244 / 0.75) !important;
}
.stroke-green-50\/80 {
  stroke: rgb(240 253 244 / 0.8) !important;
}
.stroke-green-50\/85 {
  stroke: rgb(240 253 244 / 0.85) !important;
}
.stroke-green-50\/90 {
  stroke: rgb(240 253 244 / 0.9) !important;
}
.stroke-green-50\/95 {
  stroke: rgb(240 253 244 / 0.95) !important;
}
.stroke-green-500 {
  stroke: #22c55e !important;
}
.stroke-green-500\/0 {
  stroke: rgb(34 197 94 / 0) !important;
}
.stroke-green-500\/10 {
  stroke: rgb(34 197 94 / 0.1) !important;
}
.stroke-green-500\/100 {
  stroke: rgb(34 197 94 / 1) !important;
}
.stroke-green-500\/15 {
  stroke: rgb(34 197 94 / 0.15) !important;
}
.stroke-green-500\/20 {
  stroke: rgb(34 197 94 / 0.2) !important;
}
.stroke-green-500\/25 {
  stroke: rgb(34 197 94 / 0.25) !important;
}
.stroke-green-500\/30 {
  stroke: rgb(34 197 94 / 0.3) !important;
}
.stroke-green-500\/35 {
  stroke: rgb(34 197 94 / 0.35) !important;
}
.stroke-green-500\/40 {
  stroke: rgb(34 197 94 / 0.4) !important;
}
.stroke-green-500\/45 {
  stroke: rgb(34 197 94 / 0.45) !important;
}
.stroke-green-500\/5 {
  stroke: rgb(34 197 94 / 0.05) !important;
}
.stroke-green-500\/50 {
  stroke: rgb(34 197 94 / 0.5) !important;
}
.stroke-green-500\/55 {
  stroke: rgb(34 197 94 / 0.55) !important;
}
.stroke-green-500\/60 {
  stroke: rgb(34 197 94 / 0.6) !important;
}
.stroke-green-500\/65 {
  stroke: rgb(34 197 94 / 0.65) !important;
}
.stroke-green-500\/70 {
  stroke: rgb(34 197 94 / 0.7) !important;
}
.stroke-green-500\/75 {
  stroke: rgb(34 197 94 / 0.75) !important;
}
.stroke-green-500\/80 {
  stroke: rgb(34 197 94 / 0.8) !important;
}
.stroke-green-500\/85 {
  stroke: rgb(34 197 94 / 0.85) !important;
}
.stroke-green-500\/90 {
  stroke: rgb(34 197 94 / 0.9) !important;
}
.stroke-green-500\/95 {
  stroke: rgb(34 197 94 / 0.95) !important;
}
.stroke-green-600 {
  stroke: #16a34a !important;
}
.stroke-green-600\/0 {
  stroke: rgb(22 163 74 / 0) !important;
}
.stroke-green-600\/10 {
  stroke: rgb(22 163 74 / 0.1) !important;
}
.stroke-green-600\/100 {
  stroke: rgb(22 163 74 / 1) !important;
}
.stroke-green-600\/15 {
  stroke: rgb(22 163 74 / 0.15) !important;
}
.stroke-green-600\/20 {
  stroke: rgb(22 163 74 / 0.2) !important;
}
.stroke-green-600\/25 {
  stroke: rgb(22 163 74 / 0.25) !important;
}
.stroke-green-600\/30 {
  stroke: rgb(22 163 74 / 0.3) !important;
}
.stroke-green-600\/35 {
  stroke: rgb(22 163 74 / 0.35) !important;
}
.stroke-green-600\/40 {
  stroke: rgb(22 163 74 / 0.4) !important;
}
.stroke-green-600\/45 {
  stroke: rgb(22 163 74 / 0.45) !important;
}
.stroke-green-600\/5 {
  stroke: rgb(22 163 74 / 0.05) !important;
}
.stroke-green-600\/50 {
  stroke: rgb(22 163 74 / 0.5) !important;
}
.stroke-green-600\/55 {
  stroke: rgb(22 163 74 / 0.55) !important;
}
.stroke-green-600\/60 {
  stroke: rgb(22 163 74 / 0.6) !important;
}
.stroke-green-600\/65 {
  stroke: rgb(22 163 74 / 0.65) !important;
}
.stroke-green-600\/70 {
  stroke: rgb(22 163 74 / 0.7) !important;
}
.stroke-green-600\/75 {
  stroke: rgb(22 163 74 / 0.75) !important;
}
.stroke-green-600\/80 {
  stroke: rgb(22 163 74 / 0.8) !important;
}
.stroke-green-600\/85 {
  stroke: rgb(22 163 74 / 0.85) !important;
}
.stroke-green-600\/90 {
  stroke: rgb(22 163 74 / 0.9) !important;
}
.stroke-green-600\/95 {
  stroke: rgb(22 163 74 / 0.95) !important;
}
.stroke-green-700 {
  stroke: #15803d !important;
}
.stroke-green-700\/0 {
  stroke: rgb(21 128 61 / 0) !important;
}
.stroke-green-700\/10 {
  stroke: rgb(21 128 61 / 0.1) !important;
}
.stroke-green-700\/100 {
  stroke: rgb(21 128 61 / 1) !important;
}
.stroke-green-700\/15 {
  stroke: rgb(21 128 61 / 0.15) !important;
}
.stroke-green-700\/20 {
  stroke: rgb(21 128 61 / 0.2) !important;
}
.stroke-green-700\/25 {
  stroke: rgb(21 128 61 / 0.25) !important;
}
.stroke-green-700\/30 {
  stroke: rgb(21 128 61 / 0.3) !important;
}
.stroke-green-700\/35 {
  stroke: rgb(21 128 61 / 0.35) !important;
}
.stroke-green-700\/40 {
  stroke: rgb(21 128 61 / 0.4) !important;
}
.stroke-green-700\/45 {
  stroke: rgb(21 128 61 / 0.45) !important;
}
.stroke-green-700\/5 {
  stroke: rgb(21 128 61 / 0.05) !important;
}
.stroke-green-700\/50 {
  stroke: rgb(21 128 61 / 0.5) !important;
}
.stroke-green-700\/55 {
  stroke: rgb(21 128 61 / 0.55) !important;
}
.stroke-green-700\/60 {
  stroke: rgb(21 128 61 / 0.6) !important;
}
.stroke-green-700\/65 {
  stroke: rgb(21 128 61 / 0.65) !important;
}
.stroke-green-700\/70 {
  stroke: rgb(21 128 61 / 0.7) !important;
}
.stroke-green-700\/75 {
  stroke: rgb(21 128 61 / 0.75) !important;
}
.stroke-green-700\/80 {
  stroke: rgb(21 128 61 / 0.8) !important;
}
.stroke-green-700\/85 {
  stroke: rgb(21 128 61 / 0.85) !important;
}
.stroke-green-700\/90 {
  stroke: rgb(21 128 61 / 0.9) !important;
}
.stroke-green-700\/95 {
  stroke: rgb(21 128 61 / 0.95) !important;
}
.stroke-green-800 {
  stroke: #166534 !important;
}
.stroke-green-800\/0 {
  stroke: rgb(22 101 52 / 0) !important;
}
.stroke-green-800\/10 {
  stroke: rgb(22 101 52 / 0.1) !important;
}
.stroke-green-800\/100 {
  stroke: rgb(22 101 52 / 1) !important;
}
.stroke-green-800\/15 {
  stroke: rgb(22 101 52 / 0.15) !important;
}
.stroke-green-800\/20 {
  stroke: rgb(22 101 52 / 0.2) !important;
}
.stroke-green-800\/25 {
  stroke: rgb(22 101 52 / 0.25) !important;
}
.stroke-green-800\/30 {
  stroke: rgb(22 101 52 / 0.3) !important;
}
.stroke-green-800\/35 {
  stroke: rgb(22 101 52 / 0.35) !important;
}
.stroke-green-800\/40 {
  stroke: rgb(22 101 52 / 0.4) !important;
}
.stroke-green-800\/45 {
  stroke: rgb(22 101 52 / 0.45) !important;
}
.stroke-green-800\/5 {
  stroke: rgb(22 101 52 / 0.05) !important;
}
.stroke-green-800\/50 {
  stroke: rgb(22 101 52 / 0.5) !important;
}
.stroke-green-800\/55 {
  stroke: rgb(22 101 52 / 0.55) !important;
}
.stroke-green-800\/60 {
  stroke: rgb(22 101 52 / 0.6) !important;
}
.stroke-green-800\/65 {
  stroke: rgb(22 101 52 / 0.65) !important;
}
.stroke-green-800\/70 {
  stroke: rgb(22 101 52 / 0.7) !important;
}
.stroke-green-800\/75 {
  stroke: rgb(22 101 52 / 0.75) !important;
}
.stroke-green-800\/80 {
  stroke: rgb(22 101 52 / 0.8) !important;
}
.stroke-green-800\/85 {
  stroke: rgb(22 101 52 / 0.85) !important;
}
.stroke-green-800\/90 {
  stroke: rgb(22 101 52 / 0.9) !important;
}
.stroke-green-800\/95 {
  stroke: rgb(22 101 52 / 0.95) !important;
}
.stroke-green-900 {
  stroke: #14532d !important;
}
.stroke-green-900\/0 {
  stroke: rgb(20 83 45 / 0) !important;
}
.stroke-green-900\/10 {
  stroke: rgb(20 83 45 / 0.1) !important;
}
.stroke-green-900\/100 {
  stroke: rgb(20 83 45 / 1) !important;
}
.stroke-green-900\/15 {
  stroke: rgb(20 83 45 / 0.15) !important;
}
.stroke-green-900\/20 {
  stroke: rgb(20 83 45 / 0.2) !important;
}
.stroke-green-900\/25 {
  stroke: rgb(20 83 45 / 0.25) !important;
}
.stroke-green-900\/30 {
  stroke: rgb(20 83 45 / 0.3) !important;
}
.stroke-green-900\/35 {
  stroke: rgb(20 83 45 / 0.35) !important;
}
.stroke-green-900\/40 {
  stroke: rgb(20 83 45 / 0.4) !important;
}
.stroke-green-900\/45 {
  stroke: rgb(20 83 45 / 0.45) !important;
}
.stroke-green-900\/5 {
  stroke: rgb(20 83 45 / 0.05) !important;
}
.stroke-green-900\/50 {
  stroke: rgb(20 83 45 / 0.5) !important;
}
.stroke-green-900\/55 {
  stroke: rgb(20 83 45 / 0.55) !important;
}
.stroke-green-900\/60 {
  stroke: rgb(20 83 45 / 0.6) !important;
}
.stroke-green-900\/65 {
  stroke: rgb(20 83 45 / 0.65) !important;
}
.stroke-green-900\/70 {
  stroke: rgb(20 83 45 / 0.7) !important;
}
.stroke-green-900\/75 {
  stroke: rgb(20 83 45 / 0.75) !important;
}
.stroke-green-900\/80 {
  stroke: rgb(20 83 45 / 0.8) !important;
}
.stroke-green-900\/85 {
  stroke: rgb(20 83 45 / 0.85) !important;
}
.stroke-green-900\/90 {
  stroke: rgb(20 83 45 / 0.9) !important;
}
.stroke-green-900\/95 {
  stroke: rgb(20 83 45 / 0.95) !important;
}
.stroke-green-950 {
  stroke: #052e16 !important;
}
.stroke-green-950\/0 {
  stroke: rgb(5 46 22 / 0) !important;
}
.stroke-green-950\/10 {
  stroke: rgb(5 46 22 / 0.1) !important;
}
.stroke-green-950\/100 {
  stroke: rgb(5 46 22 / 1) !important;
}
.stroke-green-950\/15 {
  stroke: rgb(5 46 22 / 0.15) !important;
}
.stroke-green-950\/20 {
  stroke: rgb(5 46 22 / 0.2) !important;
}
.stroke-green-950\/25 {
  stroke: rgb(5 46 22 / 0.25) !important;
}
.stroke-green-950\/30 {
  stroke: rgb(5 46 22 / 0.3) !important;
}
.stroke-green-950\/35 {
  stroke: rgb(5 46 22 / 0.35) !important;
}
.stroke-green-950\/40 {
  stroke: rgb(5 46 22 / 0.4) !important;
}
.stroke-green-950\/45 {
  stroke: rgb(5 46 22 / 0.45) !important;
}
.stroke-green-950\/5 {
  stroke: rgb(5 46 22 / 0.05) !important;
}
.stroke-green-950\/50 {
  stroke: rgb(5 46 22 / 0.5) !important;
}
.stroke-green-950\/55 {
  stroke: rgb(5 46 22 / 0.55) !important;
}
.stroke-green-950\/60 {
  stroke: rgb(5 46 22 / 0.6) !important;
}
.stroke-green-950\/65 {
  stroke: rgb(5 46 22 / 0.65) !important;
}
.stroke-green-950\/70 {
  stroke: rgb(5 46 22 / 0.7) !important;
}
.stroke-green-950\/75 {
  stroke: rgb(5 46 22 / 0.75) !important;
}
.stroke-green-950\/80 {
  stroke: rgb(5 46 22 / 0.8) !important;
}
.stroke-green-950\/85 {
  stroke: rgb(5 46 22 / 0.85) !important;
}
.stroke-green-950\/90 {
  stroke: rgb(5 46 22 / 0.9) !important;
}
.stroke-green-950\/95 {
  stroke: rgb(5 46 22 / 0.95) !important;
}
.stroke-grey {
  stroke: #838383 !important;
}
.stroke-grey\/0 {
  stroke: rgb(131 131 131 / 0) !important;
}
.stroke-grey\/10 {
  stroke: rgb(131 131 131 / 0.1) !important;
}
.stroke-grey\/100 {
  stroke: rgb(131 131 131 / 1) !important;
}
.stroke-grey\/15 {
  stroke: rgb(131 131 131 / 0.15) !important;
}
.stroke-grey\/20 {
  stroke: rgb(131 131 131 / 0.2) !important;
}
.stroke-grey\/25 {
  stroke: rgb(131 131 131 / 0.25) !important;
}
.stroke-grey\/30 {
  stroke: rgb(131 131 131 / 0.3) !important;
}
.stroke-grey\/35 {
  stroke: rgb(131 131 131 / 0.35) !important;
}
.stroke-grey\/40 {
  stroke: rgb(131 131 131 / 0.4) !important;
}
.stroke-grey\/45 {
  stroke: rgb(131 131 131 / 0.45) !important;
}
.stroke-grey\/5 {
  stroke: rgb(131 131 131 / 0.05) !important;
}
.stroke-grey\/50 {
  stroke: rgb(131 131 131 / 0.5) !important;
}
.stroke-grey\/55 {
  stroke: rgb(131 131 131 / 0.55) !important;
}
.stroke-grey\/60 {
  stroke: rgb(131 131 131 / 0.6) !important;
}
.stroke-grey\/65 {
  stroke: rgb(131 131 131 / 0.65) !important;
}
.stroke-grey\/70 {
  stroke: rgb(131 131 131 / 0.7) !important;
}
.stroke-grey\/75 {
  stroke: rgb(131 131 131 / 0.75) !important;
}
.stroke-grey\/80 {
  stroke: rgb(131 131 131 / 0.8) !important;
}
.stroke-grey\/85 {
  stroke: rgb(131 131 131 / 0.85) !important;
}
.stroke-grey\/90 {
  stroke: rgb(131 131 131 / 0.9) !important;
}
.stroke-grey\/95 {
  stroke: rgb(131 131 131 / 0.95) !important;
}
.stroke-grey_border {
  stroke: #979797 !important;
}
.stroke-grey_border\/0 {
  stroke: rgb(151 151 151 / 0) !important;
}
.stroke-grey_border\/10 {
  stroke: rgb(151 151 151 / 0.1) !important;
}
.stroke-grey_border\/100 {
  stroke: rgb(151 151 151 / 1) !important;
}
.stroke-grey_border\/15 {
  stroke: rgb(151 151 151 / 0.15) !important;
}
.stroke-grey_border\/20 {
  stroke: rgb(151 151 151 / 0.2) !important;
}
.stroke-grey_border\/25 {
  stroke: rgb(151 151 151 / 0.25) !important;
}
.stroke-grey_border\/30 {
  stroke: rgb(151 151 151 / 0.3) !important;
}
.stroke-grey_border\/35 {
  stroke: rgb(151 151 151 / 0.35) !important;
}
.stroke-grey_border\/40 {
  stroke: rgb(151 151 151 / 0.4) !important;
}
.stroke-grey_border\/45 {
  stroke: rgb(151 151 151 / 0.45) !important;
}
.stroke-grey_border\/5 {
  stroke: rgb(151 151 151 / 0.05) !important;
}
.stroke-grey_border\/50 {
  stroke: rgb(151 151 151 / 0.5) !important;
}
.stroke-grey_border\/55 {
  stroke: rgb(151 151 151 / 0.55) !important;
}
.stroke-grey_border\/60 {
  stroke: rgb(151 151 151 / 0.6) !important;
}
.stroke-grey_border\/65 {
  stroke: rgb(151 151 151 / 0.65) !important;
}
.stroke-grey_border\/70 {
  stroke: rgb(151 151 151 / 0.7) !important;
}
.stroke-grey_border\/75 {
  stroke: rgb(151 151 151 / 0.75) !important;
}
.stroke-grey_border\/80 {
  stroke: rgb(151 151 151 / 0.8) !important;
}
.stroke-grey_border\/85 {
  stroke: rgb(151 151 151 / 0.85) !important;
}
.stroke-grey_border\/90 {
  stroke: rgb(151 151 151 / 0.9) !important;
}
.stroke-grey_border\/95 {
  stroke: rgb(151 151 151 / 0.95) !important;
}
.stroke-indigo-100 {
  stroke: #e0e7ff !important;
}
.stroke-indigo-100\/0 {
  stroke: rgb(224 231 255 / 0) !important;
}
.stroke-indigo-100\/10 {
  stroke: rgb(224 231 255 / 0.1) !important;
}
.stroke-indigo-100\/100 {
  stroke: rgb(224 231 255 / 1) !important;
}
.stroke-indigo-100\/15 {
  stroke: rgb(224 231 255 / 0.15) !important;
}
.stroke-indigo-100\/20 {
  stroke: rgb(224 231 255 / 0.2) !important;
}
.stroke-indigo-100\/25 {
  stroke: rgb(224 231 255 / 0.25) !important;
}
.stroke-indigo-100\/30 {
  stroke: rgb(224 231 255 / 0.3) !important;
}
.stroke-indigo-100\/35 {
  stroke: rgb(224 231 255 / 0.35) !important;
}
.stroke-indigo-100\/40 {
  stroke: rgb(224 231 255 / 0.4) !important;
}
.stroke-indigo-100\/45 {
  stroke: rgb(224 231 255 / 0.45) !important;
}
.stroke-indigo-100\/5 {
  stroke: rgb(224 231 255 / 0.05) !important;
}
.stroke-indigo-100\/50 {
  stroke: rgb(224 231 255 / 0.5) !important;
}
.stroke-indigo-100\/55 {
  stroke: rgb(224 231 255 / 0.55) !important;
}
.stroke-indigo-100\/60 {
  stroke: rgb(224 231 255 / 0.6) !important;
}
.stroke-indigo-100\/65 {
  stroke: rgb(224 231 255 / 0.65) !important;
}
.stroke-indigo-100\/70 {
  stroke: rgb(224 231 255 / 0.7) !important;
}
.stroke-indigo-100\/75 {
  stroke: rgb(224 231 255 / 0.75) !important;
}
.stroke-indigo-100\/80 {
  stroke: rgb(224 231 255 / 0.8) !important;
}
.stroke-indigo-100\/85 {
  stroke: rgb(224 231 255 / 0.85) !important;
}
.stroke-indigo-100\/90 {
  stroke: rgb(224 231 255 / 0.9) !important;
}
.stroke-indigo-100\/95 {
  stroke: rgb(224 231 255 / 0.95) !important;
}
.stroke-indigo-200 {
  stroke: #c7d2fe !important;
}
.stroke-indigo-200\/0 {
  stroke: rgb(199 210 254 / 0) !important;
}
.stroke-indigo-200\/10 {
  stroke: rgb(199 210 254 / 0.1) !important;
}
.stroke-indigo-200\/100 {
  stroke: rgb(199 210 254 / 1) !important;
}
.stroke-indigo-200\/15 {
  stroke: rgb(199 210 254 / 0.15) !important;
}
.stroke-indigo-200\/20 {
  stroke: rgb(199 210 254 / 0.2) !important;
}
.stroke-indigo-200\/25 {
  stroke: rgb(199 210 254 / 0.25) !important;
}
.stroke-indigo-200\/30 {
  stroke: rgb(199 210 254 / 0.3) !important;
}
.stroke-indigo-200\/35 {
  stroke: rgb(199 210 254 / 0.35) !important;
}
.stroke-indigo-200\/40 {
  stroke: rgb(199 210 254 / 0.4) !important;
}
.stroke-indigo-200\/45 {
  stroke: rgb(199 210 254 / 0.45) !important;
}
.stroke-indigo-200\/5 {
  stroke: rgb(199 210 254 / 0.05) !important;
}
.stroke-indigo-200\/50 {
  stroke: rgb(199 210 254 / 0.5) !important;
}
.stroke-indigo-200\/55 {
  stroke: rgb(199 210 254 / 0.55) !important;
}
.stroke-indigo-200\/60 {
  stroke: rgb(199 210 254 / 0.6) !important;
}
.stroke-indigo-200\/65 {
  stroke: rgb(199 210 254 / 0.65) !important;
}
.stroke-indigo-200\/70 {
  stroke: rgb(199 210 254 / 0.7) !important;
}
.stroke-indigo-200\/75 {
  stroke: rgb(199 210 254 / 0.75) !important;
}
.stroke-indigo-200\/80 {
  stroke: rgb(199 210 254 / 0.8) !important;
}
.stroke-indigo-200\/85 {
  stroke: rgb(199 210 254 / 0.85) !important;
}
.stroke-indigo-200\/90 {
  stroke: rgb(199 210 254 / 0.9) !important;
}
.stroke-indigo-200\/95 {
  stroke: rgb(199 210 254 / 0.95) !important;
}
.stroke-indigo-300 {
  stroke: #a5b4fc !important;
}
.stroke-indigo-300\/0 {
  stroke: rgb(165 180 252 / 0) !important;
}
.stroke-indigo-300\/10 {
  stroke: rgb(165 180 252 / 0.1) !important;
}
.stroke-indigo-300\/100 {
  stroke: rgb(165 180 252 / 1) !important;
}
.stroke-indigo-300\/15 {
  stroke: rgb(165 180 252 / 0.15) !important;
}
.stroke-indigo-300\/20 {
  stroke: rgb(165 180 252 / 0.2) !important;
}
.stroke-indigo-300\/25 {
  stroke: rgb(165 180 252 / 0.25) !important;
}
.stroke-indigo-300\/30 {
  stroke: rgb(165 180 252 / 0.3) !important;
}
.stroke-indigo-300\/35 {
  stroke: rgb(165 180 252 / 0.35) !important;
}
.stroke-indigo-300\/40 {
  stroke: rgb(165 180 252 / 0.4) !important;
}
.stroke-indigo-300\/45 {
  stroke: rgb(165 180 252 / 0.45) !important;
}
.stroke-indigo-300\/5 {
  stroke: rgb(165 180 252 / 0.05) !important;
}
.stroke-indigo-300\/50 {
  stroke: rgb(165 180 252 / 0.5) !important;
}
.stroke-indigo-300\/55 {
  stroke: rgb(165 180 252 / 0.55) !important;
}
.stroke-indigo-300\/60 {
  stroke: rgb(165 180 252 / 0.6) !important;
}
.stroke-indigo-300\/65 {
  stroke: rgb(165 180 252 / 0.65) !important;
}
.stroke-indigo-300\/70 {
  stroke: rgb(165 180 252 / 0.7) !important;
}
.stroke-indigo-300\/75 {
  stroke: rgb(165 180 252 / 0.75) !important;
}
.stroke-indigo-300\/80 {
  stroke: rgb(165 180 252 / 0.8) !important;
}
.stroke-indigo-300\/85 {
  stroke: rgb(165 180 252 / 0.85) !important;
}
.stroke-indigo-300\/90 {
  stroke: rgb(165 180 252 / 0.9) !important;
}
.stroke-indigo-300\/95 {
  stroke: rgb(165 180 252 / 0.95) !important;
}
.stroke-indigo-400 {
  stroke: #818cf8 !important;
}
.stroke-indigo-400\/0 {
  stroke: rgb(129 140 248 / 0) !important;
}
.stroke-indigo-400\/10 {
  stroke: rgb(129 140 248 / 0.1) !important;
}
.stroke-indigo-400\/100 {
  stroke: rgb(129 140 248 / 1) !important;
}
.stroke-indigo-400\/15 {
  stroke: rgb(129 140 248 / 0.15) !important;
}
.stroke-indigo-400\/20 {
  stroke: rgb(129 140 248 / 0.2) !important;
}
.stroke-indigo-400\/25 {
  stroke: rgb(129 140 248 / 0.25) !important;
}
.stroke-indigo-400\/30 {
  stroke: rgb(129 140 248 / 0.3) !important;
}
.stroke-indigo-400\/35 {
  stroke: rgb(129 140 248 / 0.35) !important;
}
.stroke-indigo-400\/40 {
  stroke: rgb(129 140 248 / 0.4) !important;
}
.stroke-indigo-400\/45 {
  stroke: rgb(129 140 248 / 0.45) !important;
}
.stroke-indigo-400\/5 {
  stroke: rgb(129 140 248 / 0.05) !important;
}
.stroke-indigo-400\/50 {
  stroke: rgb(129 140 248 / 0.5) !important;
}
.stroke-indigo-400\/55 {
  stroke: rgb(129 140 248 / 0.55) !important;
}
.stroke-indigo-400\/60 {
  stroke: rgb(129 140 248 / 0.6) !important;
}
.stroke-indigo-400\/65 {
  stroke: rgb(129 140 248 / 0.65) !important;
}
.stroke-indigo-400\/70 {
  stroke: rgb(129 140 248 / 0.7) !important;
}
.stroke-indigo-400\/75 {
  stroke: rgb(129 140 248 / 0.75) !important;
}
.stroke-indigo-400\/80 {
  stroke: rgb(129 140 248 / 0.8) !important;
}
.stroke-indigo-400\/85 {
  stroke: rgb(129 140 248 / 0.85) !important;
}
.stroke-indigo-400\/90 {
  stroke: rgb(129 140 248 / 0.9) !important;
}
.stroke-indigo-400\/95 {
  stroke: rgb(129 140 248 / 0.95) !important;
}
.stroke-indigo-50 {
  stroke: #eef2ff !important;
}
.stroke-indigo-50\/0 {
  stroke: rgb(238 242 255 / 0) !important;
}
.stroke-indigo-50\/10 {
  stroke: rgb(238 242 255 / 0.1) !important;
}
.stroke-indigo-50\/100 {
  stroke: rgb(238 242 255 / 1) !important;
}
.stroke-indigo-50\/15 {
  stroke: rgb(238 242 255 / 0.15) !important;
}
.stroke-indigo-50\/20 {
  stroke: rgb(238 242 255 / 0.2) !important;
}
.stroke-indigo-50\/25 {
  stroke: rgb(238 242 255 / 0.25) !important;
}
.stroke-indigo-50\/30 {
  stroke: rgb(238 242 255 / 0.3) !important;
}
.stroke-indigo-50\/35 {
  stroke: rgb(238 242 255 / 0.35) !important;
}
.stroke-indigo-50\/40 {
  stroke: rgb(238 242 255 / 0.4) !important;
}
.stroke-indigo-50\/45 {
  stroke: rgb(238 242 255 / 0.45) !important;
}
.stroke-indigo-50\/5 {
  stroke: rgb(238 242 255 / 0.05) !important;
}
.stroke-indigo-50\/50 {
  stroke: rgb(238 242 255 / 0.5) !important;
}
.stroke-indigo-50\/55 {
  stroke: rgb(238 242 255 / 0.55) !important;
}
.stroke-indigo-50\/60 {
  stroke: rgb(238 242 255 / 0.6) !important;
}
.stroke-indigo-50\/65 {
  stroke: rgb(238 242 255 / 0.65) !important;
}
.stroke-indigo-50\/70 {
  stroke: rgb(238 242 255 / 0.7) !important;
}
.stroke-indigo-50\/75 {
  stroke: rgb(238 242 255 / 0.75) !important;
}
.stroke-indigo-50\/80 {
  stroke: rgb(238 242 255 / 0.8) !important;
}
.stroke-indigo-50\/85 {
  stroke: rgb(238 242 255 / 0.85) !important;
}
.stroke-indigo-50\/90 {
  stroke: rgb(238 242 255 / 0.9) !important;
}
.stroke-indigo-50\/95 {
  stroke: rgb(238 242 255 / 0.95) !important;
}
.stroke-indigo-500 {
  stroke: #6366f1 !important;
}
.stroke-indigo-500\/0 {
  stroke: rgb(99 102 241 / 0) !important;
}
.stroke-indigo-500\/10 {
  stroke: rgb(99 102 241 / 0.1) !important;
}
.stroke-indigo-500\/100 {
  stroke: rgb(99 102 241 / 1) !important;
}
.stroke-indigo-500\/15 {
  stroke: rgb(99 102 241 / 0.15) !important;
}
.stroke-indigo-500\/20 {
  stroke: rgb(99 102 241 / 0.2) !important;
}
.stroke-indigo-500\/25 {
  stroke: rgb(99 102 241 / 0.25) !important;
}
.stroke-indigo-500\/30 {
  stroke: rgb(99 102 241 / 0.3) !important;
}
.stroke-indigo-500\/35 {
  stroke: rgb(99 102 241 / 0.35) !important;
}
.stroke-indigo-500\/40 {
  stroke: rgb(99 102 241 / 0.4) !important;
}
.stroke-indigo-500\/45 {
  stroke: rgb(99 102 241 / 0.45) !important;
}
.stroke-indigo-500\/5 {
  stroke: rgb(99 102 241 / 0.05) !important;
}
.stroke-indigo-500\/50 {
  stroke: rgb(99 102 241 / 0.5) !important;
}
.stroke-indigo-500\/55 {
  stroke: rgb(99 102 241 / 0.55) !important;
}
.stroke-indigo-500\/60 {
  stroke: rgb(99 102 241 / 0.6) !important;
}
.stroke-indigo-500\/65 {
  stroke: rgb(99 102 241 / 0.65) !important;
}
.stroke-indigo-500\/70 {
  stroke: rgb(99 102 241 / 0.7) !important;
}
.stroke-indigo-500\/75 {
  stroke: rgb(99 102 241 / 0.75) !important;
}
.stroke-indigo-500\/80 {
  stroke: rgb(99 102 241 / 0.8) !important;
}
.stroke-indigo-500\/85 {
  stroke: rgb(99 102 241 / 0.85) !important;
}
.stroke-indigo-500\/90 {
  stroke: rgb(99 102 241 / 0.9) !important;
}
.stroke-indigo-500\/95 {
  stroke: rgb(99 102 241 / 0.95) !important;
}
.stroke-indigo-600 {
  stroke: #4f46e5 !important;
}
.stroke-indigo-600\/0 {
  stroke: rgb(79 70 229 / 0) !important;
}
.stroke-indigo-600\/10 {
  stroke: rgb(79 70 229 / 0.1) !important;
}
.stroke-indigo-600\/100 {
  stroke: rgb(79 70 229 / 1) !important;
}
.stroke-indigo-600\/15 {
  stroke: rgb(79 70 229 / 0.15) !important;
}
.stroke-indigo-600\/20 {
  stroke: rgb(79 70 229 / 0.2) !important;
}
.stroke-indigo-600\/25 {
  stroke: rgb(79 70 229 / 0.25) !important;
}
.stroke-indigo-600\/30 {
  stroke: rgb(79 70 229 / 0.3) !important;
}
.stroke-indigo-600\/35 {
  stroke: rgb(79 70 229 / 0.35) !important;
}
.stroke-indigo-600\/40 {
  stroke: rgb(79 70 229 / 0.4) !important;
}
.stroke-indigo-600\/45 {
  stroke: rgb(79 70 229 / 0.45) !important;
}
.stroke-indigo-600\/5 {
  stroke: rgb(79 70 229 / 0.05) !important;
}
.stroke-indigo-600\/50 {
  stroke: rgb(79 70 229 / 0.5) !important;
}
.stroke-indigo-600\/55 {
  stroke: rgb(79 70 229 / 0.55) !important;
}
.stroke-indigo-600\/60 {
  stroke: rgb(79 70 229 / 0.6) !important;
}
.stroke-indigo-600\/65 {
  stroke: rgb(79 70 229 / 0.65) !important;
}
.stroke-indigo-600\/70 {
  stroke: rgb(79 70 229 / 0.7) !important;
}
.stroke-indigo-600\/75 {
  stroke: rgb(79 70 229 / 0.75) !important;
}
.stroke-indigo-600\/80 {
  stroke: rgb(79 70 229 / 0.8) !important;
}
.stroke-indigo-600\/85 {
  stroke: rgb(79 70 229 / 0.85) !important;
}
.stroke-indigo-600\/90 {
  stroke: rgb(79 70 229 / 0.9) !important;
}
.stroke-indigo-600\/95 {
  stroke: rgb(79 70 229 / 0.95) !important;
}
.stroke-indigo-700 {
  stroke: #4338ca !important;
}
.stroke-indigo-700\/0 {
  stroke: rgb(67 56 202 / 0) !important;
}
.stroke-indigo-700\/10 {
  stroke: rgb(67 56 202 / 0.1) !important;
}
.stroke-indigo-700\/100 {
  stroke: rgb(67 56 202 / 1) !important;
}
.stroke-indigo-700\/15 {
  stroke: rgb(67 56 202 / 0.15) !important;
}
.stroke-indigo-700\/20 {
  stroke: rgb(67 56 202 / 0.2) !important;
}
.stroke-indigo-700\/25 {
  stroke: rgb(67 56 202 / 0.25) !important;
}
.stroke-indigo-700\/30 {
  stroke: rgb(67 56 202 / 0.3) !important;
}
.stroke-indigo-700\/35 {
  stroke: rgb(67 56 202 / 0.35) !important;
}
.stroke-indigo-700\/40 {
  stroke: rgb(67 56 202 / 0.4) !important;
}
.stroke-indigo-700\/45 {
  stroke: rgb(67 56 202 / 0.45) !important;
}
.stroke-indigo-700\/5 {
  stroke: rgb(67 56 202 / 0.05) !important;
}
.stroke-indigo-700\/50 {
  stroke: rgb(67 56 202 / 0.5) !important;
}
.stroke-indigo-700\/55 {
  stroke: rgb(67 56 202 / 0.55) !important;
}
.stroke-indigo-700\/60 {
  stroke: rgb(67 56 202 / 0.6) !important;
}
.stroke-indigo-700\/65 {
  stroke: rgb(67 56 202 / 0.65) !important;
}
.stroke-indigo-700\/70 {
  stroke: rgb(67 56 202 / 0.7) !important;
}
.stroke-indigo-700\/75 {
  stroke: rgb(67 56 202 / 0.75) !important;
}
.stroke-indigo-700\/80 {
  stroke: rgb(67 56 202 / 0.8) !important;
}
.stroke-indigo-700\/85 {
  stroke: rgb(67 56 202 / 0.85) !important;
}
.stroke-indigo-700\/90 {
  stroke: rgb(67 56 202 / 0.9) !important;
}
.stroke-indigo-700\/95 {
  stroke: rgb(67 56 202 / 0.95) !important;
}
.stroke-indigo-800 {
  stroke: #3730a3 !important;
}
.stroke-indigo-800\/0 {
  stroke: rgb(55 48 163 / 0) !important;
}
.stroke-indigo-800\/10 {
  stroke: rgb(55 48 163 / 0.1) !important;
}
.stroke-indigo-800\/100 {
  stroke: rgb(55 48 163 / 1) !important;
}
.stroke-indigo-800\/15 {
  stroke: rgb(55 48 163 / 0.15) !important;
}
.stroke-indigo-800\/20 {
  stroke: rgb(55 48 163 / 0.2) !important;
}
.stroke-indigo-800\/25 {
  stroke: rgb(55 48 163 / 0.25) !important;
}
.stroke-indigo-800\/30 {
  stroke: rgb(55 48 163 / 0.3) !important;
}
.stroke-indigo-800\/35 {
  stroke: rgb(55 48 163 / 0.35) !important;
}
.stroke-indigo-800\/40 {
  stroke: rgb(55 48 163 / 0.4) !important;
}
.stroke-indigo-800\/45 {
  stroke: rgb(55 48 163 / 0.45) !important;
}
.stroke-indigo-800\/5 {
  stroke: rgb(55 48 163 / 0.05) !important;
}
.stroke-indigo-800\/50 {
  stroke: rgb(55 48 163 / 0.5) !important;
}
.stroke-indigo-800\/55 {
  stroke: rgb(55 48 163 / 0.55) !important;
}
.stroke-indigo-800\/60 {
  stroke: rgb(55 48 163 / 0.6) !important;
}
.stroke-indigo-800\/65 {
  stroke: rgb(55 48 163 / 0.65) !important;
}
.stroke-indigo-800\/70 {
  stroke: rgb(55 48 163 / 0.7) !important;
}
.stroke-indigo-800\/75 {
  stroke: rgb(55 48 163 / 0.75) !important;
}
.stroke-indigo-800\/80 {
  stroke: rgb(55 48 163 / 0.8) !important;
}
.stroke-indigo-800\/85 {
  stroke: rgb(55 48 163 / 0.85) !important;
}
.stroke-indigo-800\/90 {
  stroke: rgb(55 48 163 / 0.9) !important;
}
.stroke-indigo-800\/95 {
  stroke: rgb(55 48 163 / 0.95) !important;
}
.stroke-indigo-900 {
  stroke: #312e81 !important;
}
.stroke-indigo-900\/0 {
  stroke: rgb(49 46 129 / 0) !important;
}
.stroke-indigo-900\/10 {
  stroke: rgb(49 46 129 / 0.1) !important;
}
.stroke-indigo-900\/100 {
  stroke: rgb(49 46 129 / 1) !important;
}
.stroke-indigo-900\/15 {
  stroke: rgb(49 46 129 / 0.15) !important;
}
.stroke-indigo-900\/20 {
  stroke: rgb(49 46 129 / 0.2) !important;
}
.stroke-indigo-900\/25 {
  stroke: rgb(49 46 129 / 0.25) !important;
}
.stroke-indigo-900\/30 {
  stroke: rgb(49 46 129 / 0.3) !important;
}
.stroke-indigo-900\/35 {
  stroke: rgb(49 46 129 / 0.35) !important;
}
.stroke-indigo-900\/40 {
  stroke: rgb(49 46 129 / 0.4) !important;
}
.stroke-indigo-900\/45 {
  stroke: rgb(49 46 129 / 0.45) !important;
}
.stroke-indigo-900\/5 {
  stroke: rgb(49 46 129 / 0.05) !important;
}
.stroke-indigo-900\/50 {
  stroke: rgb(49 46 129 / 0.5) !important;
}
.stroke-indigo-900\/55 {
  stroke: rgb(49 46 129 / 0.55) !important;
}
.stroke-indigo-900\/60 {
  stroke: rgb(49 46 129 / 0.6) !important;
}
.stroke-indigo-900\/65 {
  stroke: rgb(49 46 129 / 0.65) !important;
}
.stroke-indigo-900\/70 {
  stroke: rgb(49 46 129 / 0.7) !important;
}
.stroke-indigo-900\/75 {
  stroke: rgb(49 46 129 / 0.75) !important;
}
.stroke-indigo-900\/80 {
  stroke: rgb(49 46 129 / 0.8) !important;
}
.stroke-indigo-900\/85 {
  stroke: rgb(49 46 129 / 0.85) !important;
}
.stroke-indigo-900\/90 {
  stroke: rgb(49 46 129 / 0.9) !important;
}
.stroke-indigo-900\/95 {
  stroke: rgb(49 46 129 / 0.95) !important;
}
.stroke-indigo-950 {
  stroke: #1e1b4b !important;
}
.stroke-indigo-950\/0 {
  stroke: rgb(30 27 75 / 0) !important;
}
.stroke-indigo-950\/10 {
  stroke: rgb(30 27 75 / 0.1) !important;
}
.stroke-indigo-950\/100 {
  stroke: rgb(30 27 75 / 1) !important;
}
.stroke-indigo-950\/15 {
  stroke: rgb(30 27 75 / 0.15) !important;
}
.stroke-indigo-950\/20 {
  stroke: rgb(30 27 75 / 0.2) !important;
}
.stroke-indigo-950\/25 {
  stroke: rgb(30 27 75 / 0.25) !important;
}
.stroke-indigo-950\/30 {
  stroke: rgb(30 27 75 / 0.3) !important;
}
.stroke-indigo-950\/35 {
  stroke: rgb(30 27 75 / 0.35) !important;
}
.stroke-indigo-950\/40 {
  stroke: rgb(30 27 75 / 0.4) !important;
}
.stroke-indigo-950\/45 {
  stroke: rgb(30 27 75 / 0.45) !important;
}
.stroke-indigo-950\/5 {
  stroke: rgb(30 27 75 / 0.05) !important;
}
.stroke-indigo-950\/50 {
  stroke: rgb(30 27 75 / 0.5) !important;
}
.stroke-indigo-950\/55 {
  stroke: rgb(30 27 75 / 0.55) !important;
}
.stroke-indigo-950\/60 {
  stroke: rgb(30 27 75 / 0.6) !important;
}
.stroke-indigo-950\/65 {
  stroke: rgb(30 27 75 / 0.65) !important;
}
.stroke-indigo-950\/70 {
  stroke: rgb(30 27 75 / 0.7) !important;
}
.stroke-indigo-950\/75 {
  stroke: rgb(30 27 75 / 0.75) !important;
}
.stroke-indigo-950\/80 {
  stroke: rgb(30 27 75 / 0.8) !important;
}
.stroke-indigo-950\/85 {
  stroke: rgb(30 27 75 / 0.85) !important;
}
.stroke-indigo-950\/90 {
  stroke: rgb(30 27 75 / 0.9) !important;
}
.stroke-indigo-950\/95 {
  stroke: rgb(30 27 75 / 0.95) !important;
}
.stroke-inherit {
  stroke: inherit !important;
}
.stroke-light_grey {
  stroke: #d8d8d8 !important;
}
.stroke-light_grey\/0 {
  stroke: rgb(216 216 216 / 0) !important;
}
.stroke-light_grey\/10 {
  stroke: rgb(216 216 216 / 0.1) !important;
}
.stroke-light_grey\/100 {
  stroke: rgb(216 216 216 / 1) !important;
}
.stroke-light_grey\/15 {
  stroke: rgb(216 216 216 / 0.15) !important;
}
.stroke-light_grey\/20 {
  stroke: rgb(216 216 216 / 0.2) !important;
}
.stroke-light_grey\/25 {
  stroke: rgb(216 216 216 / 0.25) !important;
}
.stroke-light_grey\/30 {
  stroke: rgb(216 216 216 / 0.3) !important;
}
.stroke-light_grey\/35 {
  stroke: rgb(216 216 216 / 0.35) !important;
}
.stroke-light_grey\/40 {
  stroke: rgb(216 216 216 / 0.4) !important;
}
.stroke-light_grey\/45 {
  stroke: rgb(216 216 216 / 0.45) !important;
}
.stroke-light_grey\/5 {
  stroke: rgb(216 216 216 / 0.05) !important;
}
.stroke-light_grey\/50 {
  stroke: rgb(216 216 216 / 0.5) !important;
}
.stroke-light_grey\/55 {
  stroke: rgb(216 216 216 / 0.55) !important;
}
.stroke-light_grey\/60 {
  stroke: rgb(216 216 216 / 0.6) !important;
}
.stroke-light_grey\/65 {
  stroke: rgb(216 216 216 / 0.65) !important;
}
.stroke-light_grey\/70 {
  stroke: rgb(216 216 216 / 0.7) !important;
}
.stroke-light_grey\/75 {
  stroke: rgb(216 216 216 / 0.75) !important;
}
.stroke-light_grey\/80 {
  stroke: rgb(216 216 216 / 0.8) !important;
}
.stroke-light_grey\/85 {
  stroke: rgb(216 216 216 / 0.85) !important;
}
.stroke-light_grey\/90 {
  stroke: rgb(216 216 216 / 0.9) !important;
}
.stroke-light_grey\/95 {
  stroke: rgb(216 216 216 / 0.95) !important;
}
.stroke-lime-100 {
  stroke: #ecfccb !important;
}
.stroke-lime-100\/0 {
  stroke: rgb(236 252 203 / 0) !important;
}
.stroke-lime-100\/10 {
  stroke: rgb(236 252 203 / 0.1) !important;
}
.stroke-lime-100\/100 {
  stroke: rgb(236 252 203 / 1) !important;
}
.stroke-lime-100\/15 {
  stroke: rgb(236 252 203 / 0.15) !important;
}
.stroke-lime-100\/20 {
  stroke: rgb(236 252 203 / 0.2) !important;
}
.stroke-lime-100\/25 {
  stroke: rgb(236 252 203 / 0.25) !important;
}
.stroke-lime-100\/30 {
  stroke: rgb(236 252 203 / 0.3) !important;
}
.stroke-lime-100\/35 {
  stroke: rgb(236 252 203 / 0.35) !important;
}
.stroke-lime-100\/40 {
  stroke: rgb(236 252 203 / 0.4) !important;
}
.stroke-lime-100\/45 {
  stroke: rgb(236 252 203 / 0.45) !important;
}
.stroke-lime-100\/5 {
  stroke: rgb(236 252 203 / 0.05) !important;
}
.stroke-lime-100\/50 {
  stroke: rgb(236 252 203 / 0.5) !important;
}
.stroke-lime-100\/55 {
  stroke: rgb(236 252 203 / 0.55) !important;
}
.stroke-lime-100\/60 {
  stroke: rgb(236 252 203 / 0.6) !important;
}
.stroke-lime-100\/65 {
  stroke: rgb(236 252 203 / 0.65) !important;
}
.stroke-lime-100\/70 {
  stroke: rgb(236 252 203 / 0.7) !important;
}
.stroke-lime-100\/75 {
  stroke: rgb(236 252 203 / 0.75) !important;
}
.stroke-lime-100\/80 {
  stroke: rgb(236 252 203 / 0.8) !important;
}
.stroke-lime-100\/85 {
  stroke: rgb(236 252 203 / 0.85) !important;
}
.stroke-lime-100\/90 {
  stroke: rgb(236 252 203 / 0.9) !important;
}
.stroke-lime-100\/95 {
  stroke: rgb(236 252 203 / 0.95) !important;
}
.stroke-lime-200 {
  stroke: #d9f99d !important;
}
.stroke-lime-200\/0 {
  stroke: rgb(217 249 157 / 0) !important;
}
.stroke-lime-200\/10 {
  stroke: rgb(217 249 157 / 0.1) !important;
}
.stroke-lime-200\/100 {
  stroke: rgb(217 249 157 / 1) !important;
}
.stroke-lime-200\/15 {
  stroke: rgb(217 249 157 / 0.15) !important;
}
.stroke-lime-200\/20 {
  stroke: rgb(217 249 157 / 0.2) !important;
}
.stroke-lime-200\/25 {
  stroke: rgb(217 249 157 / 0.25) !important;
}
.stroke-lime-200\/30 {
  stroke: rgb(217 249 157 / 0.3) !important;
}
.stroke-lime-200\/35 {
  stroke: rgb(217 249 157 / 0.35) !important;
}
.stroke-lime-200\/40 {
  stroke: rgb(217 249 157 / 0.4) !important;
}
.stroke-lime-200\/45 {
  stroke: rgb(217 249 157 / 0.45) !important;
}
.stroke-lime-200\/5 {
  stroke: rgb(217 249 157 / 0.05) !important;
}
.stroke-lime-200\/50 {
  stroke: rgb(217 249 157 / 0.5) !important;
}
.stroke-lime-200\/55 {
  stroke: rgb(217 249 157 / 0.55) !important;
}
.stroke-lime-200\/60 {
  stroke: rgb(217 249 157 / 0.6) !important;
}
.stroke-lime-200\/65 {
  stroke: rgb(217 249 157 / 0.65) !important;
}
.stroke-lime-200\/70 {
  stroke: rgb(217 249 157 / 0.7) !important;
}
.stroke-lime-200\/75 {
  stroke: rgb(217 249 157 / 0.75) !important;
}
.stroke-lime-200\/80 {
  stroke: rgb(217 249 157 / 0.8) !important;
}
.stroke-lime-200\/85 {
  stroke: rgb(217 249 157 / 0.85) !important;
}
.stroke-lime-200\/90 {
  stroke: rgb(217 249 157 / 0.9) !important;
}
.stroke-lime-200\/95 {
  stroke: rgb(217 249 157 / 0.95) !important;
}
.stroke-lime-300 {
  stroke: #bef264 !important;
}
.stroke-lime-300\/0 {
  stroke: rgb(190 242 100 / 0) !important;
}
.stroke-lime-300\/10 {
  stroke: rgb(190 242 100 / 0.1) !important;
}
.stroke-lime-300\/100 {
  stroke: rgb(190 242 100 / 1) !important;
}
.stroke-lime-300\/15 {
  stroke: rgb(190 242 100 / 0.15) !important;
}
.stroke-lime-300\/20 {
  stroke: rgb(190 242 100 / 0.2) !important;
}
.stroke-lime-300\/25 {
  stroke: rgb(190 242 100 / 0.25) !important;
}
.stroke-lime-300\/30 {
  stroke: rgb(190 242 100 / 0.3) !important;
}
.stroke-lime-300\/35 {
  stroke: rgb(190 242 100 / 0.35) !important;
}
.stroke-lime-300\/40 {
  stroke: rgb(190 242 100 / 0.4) !important;
}
.stroke-lime-300\/45 {
  stroke: rgb(190 242 100 / 0.45) !important;
}
.stroke-lime-300\/5 {
  stroke: rgb(190 242 100 / 0.05) !important;
}
.stroke-lime-300\/50 {
  stroke: rgb(190 242 100 / 0.5) !important;
}
.stroke-lime-300\/55 {
  stroke: rgb(190 242 100 / 0.55) !important;
}
.stroke-lime-300\/60 {
  stroke: rgb(190 242 100 / 0.6) !important;
}
.stroke-lime-300\/65 {
  stroke: rgb(190 242 100 / 0.65) !important;
}
.stroke-lime-300\/70 {
  stroke: rgb(190 242 100 / 0.7) !important;
}
.stroke-lime-300\/75 {
  stroke: rgb(190 242 100 / 0.75) !important;
}
.stroke-lime-300\/80 {
  stroke: rgb(190 242 100 / 0.8) !important;
}
.stroke-lime-300\/85 {
  stroke: rgb(190 242 100 / 0.85) !important;
}
.stroke-lime-300\/90 {
  stroke: rgb(190 242 100 / 0.9) !important;
}
.stroke-lime-300\/95 {
  stroke: rgb(190 242 100 / 0.95) !important;
}
.stroke-lime-400 {
  stroke: #a3e635 !important;
}
.stroke-lime-400\/0 {
  stroke: rgb(163 230 53 / 0) !important;
}
.stroke-lime-400\/10 {
  stroke: rgb(163 230 53 / 0.1) !important;
}
.stroke-lime-400\/100 {
  stroke: rgb(163 230 53 / 1) !important;
}
.stroke-lime-400\/15 {
  stroke: rgb(163 230 53 / 0.15) !important;
}
.stroke-lime-400\/20 {
  stroke: rgb(163 230 53 / 0.2) !important;
}
.stroke-lime-400\/25 {
  stroke: rgb(163 230 53 / 0.25) !important;
}
.stroke-lime-400\/30 {
  stroke: rgb(163 230 53 / 0.3) !important;
}
.stroke-lime-400\/35 {
  stroke: rgb(163 230 53 / 0.35) !important;
}
.stroke-lime-400\/40 {
  stroke: rgb(163 230 53 / 0.4) !important;
}
.stroke-lime-400\/45 {
  stroke: rgb(163 230 53 / 0.45) !important;
}
.stroke-lime-400\/5 {
  stroke: rgb(163 230 53 / 0.05) !important;
}
.stroke-lime-400\/50 {
  stroke: rgb(163 230 53 / 0.5) !important;
}
.stroke-lime-400\/55 {
  stroke: rgb(163 230 53 / 0.55) !important;
}
.stroke-lime-400\/60 {
  stroke: rgb(163 230 53 / 0.6) !important;
}
.stroke-lime-400\/65 {
  stroke: rgb(163 230 53 / 0.65) !important;
}
.stroke-lime-400\/70 {
  stroke: rgb(163 230 53 / 0.7) !important;
}
.stroke-lime-400\/75 {
  stroke: rgb(163 230 53 / 0.75) !important;
}
.stroke-lime-400\/80 {
  stroke: rgb(163 230 53 / 0.8) !important;
}
.stroke-lime-400\/85 {
  stroke: rgb(163 230 53 / 0.85) !important;
}
.stroke-lime-400\/90 {
  stroke: rgb(163 230 53 / 0.9) !important;
}
.stroke-lime-400\/95 {
  stroke: rgb(163 230 53 / 0.95) !important;
}
.stroke-lime-50 {
  stroke: #f7fee7 !important;
}
.stroke-lime-50\/0 {
  stroke: rgb(247 254 231 / 0) !important;
}
.stroke-lime-50\/10 {
  stroke: rgb(247 254 231 / 0.1) !important;
}
.stroke-lime-50\/100 {
  stroke: rgb(247 254 231 / 1) !important;
}
.stroke-lime-50\/15 {
  stroke: rgb(247 254 231 / 0.15) !important;
}
.stroke-lime-50\/20 {
  stroke: rgb(247 254 231 / 0.2) !important;
}
.stroke-lime-50\/25 {
  stroke: rgb(247 254 231 / 0.25) !important;
}
.stroke-lime-50\/30 {
  stroke: rgb(247 254 231 / 0.3) !important;
}
.stroke-lime-50\/35 {
  stroke: rgb(247 254 231 / 0.35) !important;
}
.stroke-lime-50\/40 {
  stroke: rgb(247 254 231 / 0.4) !important;
}
.stroke-lime-50\/45 {
  stroke: rgb(247 254 231 / 0.45) !important;
}
.stroke-lime-50\/5 {
  stroke: rgb(247 254 231 / 0.05) !important;
}
.stroke-lime-50\/50 {
  stroke: rgb(247 254 231 / 0.5) !important;
}
.stroke-lime-50\/55 {
  stroke: rgb(247 254 231 / 0.55) !important;
}
.stroke-lime-50\/60 {
  stroke: rgb(247 254 231 / 0.6) !important;
}
.stroke-lime-50\/65 {
  stroke: rgb(247 254 231 / 0.65) !important;
}
.stroke-lime-50\/70 {
  stroke: rgb(247 254 231 / 0.7) !important;
}
.stroke-lime-50\/75 {
  stroke: rgb(247 254 231 / 0.75) !important;
}
.stroke-lime-50\/80 {
  stroke: rgb(247 254 231 / 0.8) !important;
}
.stroke-lime-50\/85 {
  stroke: rgb(247 254 231 / 0.85) !important;
}
.stroke-lime-50\/90 {
  stroke: rgb(247 254 231 / 0.9) !important;
}
.stroke-lime-50\/95 {
  stroke: rgb(247 254 231 / 0.95) !important;
}
.stroke-lime-500 {
  stroke: #84cc16 !important;
}
.stroke-lime-500\/0 {
  stroke: rgb(132 204 22 / 0) !important;
}
.stroke-lime-500\/10 {
  stroke: rgb(132 204 22 / 0.1) !important;
}
.stroke-lime-500\/100 {
  stroke: rgb(132 204 22 / 1) !important;
}
.stroke-lime-500\/15 {
  stroke: rgb(132 204 22 / 0.15) !important;
}
.stroke-lime-500\/20 {
  stroke: rgb(132 204 22 / 0.2) !important;
}
.stroke-lime-500\/25 {
  stroke: rgb(132 204 22 / 0.25) !important;
}
.stroke-lime-500\/30 {
  stroke: rgb(132 204 22 / 0.3) !important;
}
.stroke-lime-500\/35 {
  stroke: rgb(132 204 22 / 0.35) !important;
}
.stroke-lime-500\/40 {
  stroke: rgb(132 204 22 / 0.4) !important;
}
.stroke-lime-500\/45 {
  stroke: rgb(132 204 22 / 0.45) !important;
}
.stroke-lime-500\/5 {
  stroke: rgb(132 204 22 / 0.05) !important;
}
.stroke-lime-500\/50 {
  stroke: rgb(132 204 22 / 0.5) !important;
}
.stroke-lime-500\/55 {
  stroke: rgb(132 204 22 / 0.55) !important;
}
.stroke-lime-500\/60 {
  stroke: rgb(132 204 22 / 0.6) !important;
}
.stroke-lime-500\/65 {
  stroke: rgb(132 204 22 / 0.65) !important;
}
.stroke-lime-500\/70 {
  stroke: rgb(132 204 22 / 0.7) !important;
}
.stroke-lime-500\/75 {
  stroke: rgb(132 204 22 / 0.75) !important;
}
.stroke-lime-500\/80 {
  stroke: rgb(132 204 22 / 0.8) !important;
}
.stroke-lime-500\/85 {
  stroke: rgb(132 204 22 / 0.85) !important;
}
.stroke-lime-500\/90 {
  stroke: rgb(132 204 22 / 0.9) !important;
}
.stroke-lime-500\/95 {
  stroke: rgb(132 204 22 / 0.95) !important;
}
.stroke-lime-600 {
  stroke: #65a30d !important;
}
.stroke-lime-600\/0 {
  stroke: rgb(101 163 13 / 0) !important;
}
.stroke-lime-600\/10 {
  stroke: rgb(101 163 13 / 0.1) !important;
}
.stroke-lime-600\/100 {
  stroke: rgb(101 163 13 / 1) !important;
}
.stroke-lime-600\/15 {
  stroke: rgb(101 163 13 / 0.15) !important;
}
.stroke-lime-600\/20 {
  stroke: rgb(101 163 13 / 0.2) !important;
}
.stroke-lime-600\/25 {
  stroke: rgb(101 163 13 / 0.25) !important;
}
.stroke-lime-600\/30 {
  stroke: rgb(101 163 13 / 0.3) !important;
}
.stroke-lime-600\/35 {
  stroke: rgb(101 163 13 / 0.35) !important;
}
.stroke-lime-600\/40 {
  stroke: rgb(101 163 13 / 0.4) !important;
}
.stroke-lime-600\/45 {
  stroke: rgb(101 163 13 / 0.45) !important;
}
.stroke-lime-600\/5 {
  stroke: rgb(101 163 13 / 0.05) !important;
}
.stroke-lime-600\/50 {
  stroke: rgb(101 163 13 / 0.5) !important;
}
.stroke-lime-600\/55 {
  stroke: rgb(101 163 13 / 0.55) !important;
}
.stroke-lime-600\/60 {
  stroke: rgb(101 163 13 / 0.6) !important;
}
.stroke-lime-600\/65 {
  stroke: rgb(101 163 13 / 0.65) !important;
}
.stroke-lime-600\/70 {
  stroke: rgb(101 163 13 / 0.7) !important;
}
.stroke-lime-600\/75 {
  stroke: rgb(101 163 13 / 0.75) !important;
}
.stroke-lime-600\/80 {
  stroke: rgb(101 163 13 / 0.8) !important;
}
.stroke-lime-600\/85 {
  stroke: rgb(101 163 13 / 0.85) !important;
}
.stroke-lime-600\/90 {
  stroke: rgb(101 163 13 / 0.9) !important;
}
.stroke-lime-600\/95 {
  stroke: rgb(101 163 13 / 0.95) !important;
}
.stroke-lime-700 {
  stroke: #4d7c0f !important;
}
.stroke-lime-700\/0 {
  stroke: rgb(77 124 15 / 0) !important;
}
.stroke-lime-700\/10 {
  stroke: rgb(77 124 15 / 0.1) !important;
}
.stroke-lime-700\/100 {
  stroke: rgb(77 124 15 / 1) !important;
}
.stroke-lime-700\/15 {
  stroke: rgb(77 124 15 / 0.15) !important;
}
.stroke-lime-700\/20 {
  stroke: rgb(77 124 15 / 0.2) !important;
}
.stroke-lime-700\/25 {
  stroke: rgb(77 124 15 / 0.25) !important;
}
.stroke-lime-700\/30 {
  stroke: rgb(77 124 15 / 0.3) !important;
}
.stroke-lime-700\/35 {
  stroke: rgb(77 124 15 / 0.35) !important;
}
.stroke-lime-700\/40 {
  stroke: rgb(77 124 15 / 0.4) !important;
}
.stroke-lime-700\/45 {
  stroke: rgb(77 124 15 / 0.45) !important;
}
.stroke-lime-700\/5 {
  stroke: rgb(77 124 15 / 0.05) !important;
}
.stroke-lime-700\/50 {
  stroke: rgb(77 124 15 / 0.5) !important;
}
.stroke-lime-700\/55 {
  stroke: rgb(77 124 15 / 0.55) !important;
}
.stroke-lime-700\/60 {
  stroke: rgb(77 124 15 / 0.6) !important;
}
.stroke-lime-700\/65 {
  stroke: rgb(77 124 15 / 0.65) !important;
}
.stroke-lime-700\/70 {
  stroke: rgb(77 124 15 / 0.7) !important;
}
.stroke-lime-700\/75 {
  stroke: rgb(77 124 15 / 0.75) !important;
}
.stroke-lime-700\/80 {
  stroke: rgb(77 124 15 / 0.8) !important;
}
.stroke-lime-700\/85 {
  stroke: rgb(77 124 15 / 0.85) !important;
}
.stroke-lime-700\/90 {
  stroke: rgb(77 124 15 / 0.9) !important;
}
.stroke-lime-700\/95 {
  stroke: rgb(77 124 15 / 0.95) !important;
}
.stroke-lime-800 {
  stroke: #3f6212 !important;
}
.stroke-lime-800\/0 {
  stroke: rgb(63 98 18 / 0) !important;
}
.stroke-lime-800\/10 {
  stroke: rgb(63 98 18 / 0.1) !important;
}
.stroke-lime-800\/100 {
  stroke: rgb(63 98 18 / 1) !important;
}
.stroke-lime-800\/15 {
  stroke: rgb(63 98 18 / 0.15) !important;
}
.stroke-lime-800\/20 {
  stroke: rgb(63 98 18 / 0.2) !important;
}
.stroke-lime-800\/25 {
  stroke: rgb(63 98 18 / 0.25) !important;
}
.stroke-lime-800\/30 {
  stroke: rgb(63 98 18 / 0.3) !important;
}
.stroke-lime-800\/35 {
  stroke: rgb(63 98 18 / 0.35) !important;
}
.stroke-lime-800\/40 {
  stroke: rgb(63 98 18 / 0.4) !important;
}
.stroke-lime-800\/45 {
  stroke: rgb(63 98 18 / 0.45) !important;
}
.stroke-lime-800\/5 {
  stroke: rgb(63 98 18 / 0.05) !important;
}
.stroke-lime-800\/50 {
  stroke: rgb(63 98 18 / 0.5) !important;
}
.stroke-lime-800\/55 {
  stroke: rgb(63 98 18 / 0.55) !important;
}
.stroke-lime-800\/60 {
  stroke: rgb(63 98 18 / 0.6) !important;
}
.stroke-lime-800\/65 {
  stroke: rgb(63 98 18 / 0.65) !important;
}
.stroke-lime-800\/70 {
  stroke: rgb(63 98 18 / 0.7) !important;
}
.stroke-lime-800\/75 {
  stroke: rgb(63 98 18 / 0.75) !important;
}
.stroke-lime-800\/80 {
  stroke: rgb(63 98 18 / 0.8) !important;
}
.stroke-lime-800\/85 {
  stroke: rgb(63 98 18 / 0.85) !important;
}
.stroke-lime-800\/90 {
  stroke: rgb(63 98 18 / 0.9) !important;
}
.stroke-lime-800\/95 {
  stroke: rgb(63 98 18 / 0.95) !important;
}
.stroke-lime-900 {
  stroke: #365314 !important;
}
.stroke-lime-900\/0 {
  stroke: rgb(54 83 20 / 0) !important;
}
.stroke-lime-900\/10 {
  stroke: rgb(54 83 20 / 0.1) !important;
}
.stroke-lime-900\/100 {
  stroke: rgb(54 83 20 / 1) !important;
}
.stroke-lime-900\/15 {
  stroke: rgb(54 83 20 / 0.15) !important;
}
.stroke-lime-900\/20 {
  stroke: rgb(54 83 20 / 0.2) !important;
}
.stroke-lime-900\/25 {
  stroke: rgb(54 83 20 / 0.25) !important;
}
.stroke-lime-900\/30 {
  stroke: rgb(54 83 20 / 0.3) !important;
}
.stroke-lime-900\/35 {
  stroke: rgb(54 83 20 / 0.35) !important;
}
.stroke-lime-900\/40 {
  stroke: rgb(54 83 20 / 0.4) !important;
}
.stroke-lime-900\/45 {
  stroke: rgb(54 83 20 / 0.45) !important;
}
.stroke-lime-900\/5 {
  stroke: rgb(54 83 20 / 0.05) !important;
}
.stroke-lime-900\/50 {
  stroke: rgb(54 83 20 / 0.5) !important;
}
.stroke-lime-900\/55 {
  stroke: rgb(54 83 20 / 0.55) !important;
}
.stroke-lime-900\/60 {
  stroke: rgb(54 83 20 / 0.6) !important;
}
.stroke-lime-900\/65 {
  stroke: rgb(54 83 20 / 0.65) !important;
}
.stroke-lime-900\/70 {
  stroke: rgb(54 83 20 / 0.7) !important;
}
.stroke-lime-900\/75 {
  stroke: rgb(54 83 20 / 0.75) !important;
}
.stroke-lime-900\/80 {
  stroke: rgb(54 83 20 / 0.8) !important;
}
.stroke-lime-900\/85 {
  stroke: rgb(54 83 20 / 0.85) !important;
}
.stroke-lime-900\/90 {
  stroke: rgb(54 83 20 / 0.9) !important;
}
.stroke-lime-900\/95 {
  stroke: rgb(54 83 20 / 0.95) !important;
}
.stroke-lime-950 {
  stroke: #1a2e05 !important;
}
.stroke-lime-950\/0 {
  stroke: rgb(26 46 5 / 0) !important;
}
.stroke-lime-950\/10 {
  stroke: rgb(26 46 5 / 0.1) !important;
}
.stroke-lime-950\/100 {
  stroke: rgb(26 46 5 / 1) !important;
}
.stroke-lime-950\/15 {
  stroke: rgb(26 46 5 / 0.15) !important;
}
.stroke-lime-950\/20 {
  stroke: rgb(26 46 5 / 0.2) !important;
}
.stroke-lime-950\/25 {
  stroke: rgb(26 46 5 / 0.25) !important;
}
.stroke-lime-950\/30 {
  stroke: rgb(26 46 5 / 0.3) !important;
}
.stroke-lime-950\/35 {
  stroke: rgb(26 46 5 / 0.35) !important;
}
.stroke-lime-950\/40 {
  stroke: rgb(26 46 5 / 0.4) !important;
}
.stroke-lime-950\/45 {
  stroke: rgb(26 46 5 / 0.45) !important;
}
.stroke-lime-950\/5 {
  stroke: rgb(26 46 5 / 0.05) !important;
}
.stroke-lime-950\/50 {
  stroke: rgb(26 46 5 / 0.5) !important;
}
.stroke-lime-950\/55 {
  stroke: rgb(26 46 5 / 0.55) !important;
}
.stroke-lime-950\/60 {
  stroke: rgb(26 46 5 / 0.6) !important;
}
.stroke-lime-950\/65 {
  stroke: rgb(26 46 5 / 0.65) !important;
}
.stroke-lime-950\/70 {
  stroke: rgb(26 46 5 / 0.7) !important;
}
.stroke-lime-950\/75 {
  stroke: rgb(26 46 5 / 0.75) !important;
}
.stroke-lime-950\/80 {
  stroke: rgb(26 46 5 / 0.8) !important;
}
.stroke-lime-950\/85 {
  stroke: rgb(26 46 5 / 0.85) !important;
}
.stroke-lime-950\/90 {
  stroke: rgb(26 46 5 / 0.9) !important;
}
.stroke-lime-950\/95 {
  stroke: rgb(26 46 5 / 0.95) !important;
}
.stroke-neutral-100 {
  stroke: #f5f5f5 !important;
}
.stroke-neutral-100\/0 {
  stroke: rgb(245 245 245 / 0) !important;
}
.stroke-neutral-100\/10 {
  stroke: rgb(245 245 245 / 0.1) !important;
}
.stroke-neutral-100\/100 {
  stroke: rgb(245 245 245 / 1) !important;
}
.stroke-neutral-100\/15 {
  stroke: rgb(245 245 245 / 0.15) !important;
}
.stroke-neutral-100\/20 {
  stroke: rgb(245 245 245 / 0.2) !important;
}
.stroke-neutral-100\/25 {
  stroke: rgb(245 245 245 / 0.25) !important;
}
.stroke-neutral-100\/30 {
  stroke: rgb(245 245 245 / 0.3) !important;
}
.stroke-neutral-100\/35 {
  stroke: rgb(245 245 245 / 0.35) !important;
}
.stroke-neutral-100\/40 {
  stroke: rgb(245 245 245 / 0.4) !important;
}
.stroke-neutral-100\/45 {
  stroke: rgb(245 245 245 / 0.45) !important;
}
.stroke-neutral-100\/5 {
  stroke: rgb(245 245 245 / 0.05) !important;
}
.stroke-neutral-100\/50 {
  stroke: rgb(245 245 245 / 0.5) !important;
}
.stroke-neutral-100\/55 {
  stroke: rgb(245 245 245 / 0.55) !important;
}
.stroke-neutral-100\/60 {
  stroke: rgb(245 245 245 / 0.6) !important;
}
.stroke-neutral-100\/65 {
  stroke: rgb(245 245 245 / 0.65) !important;
}
.stroke-neutral-100\/70 {
  stroke: rgb(245 245 245 / 0.7) !important;
}
.stroke-neutral-100\/75 {
  stroke: rgb(245 245 245 / 0.75) !important;
}
.stroke-neutral-100\/80 {
  stroke: rgb(245 245 245 / 0.8) !important;
}
.stroke-neutral-100\/85 {
  stroke: rgb(245 245 245 / 0.85) !important;
}
.stroke-neutral-100\/90 {
  stroke: rgb(245 245 245 / 0.9) !important;
}
.stroke-neutral-100\/95 {
  stroke: rgb(245 245 245 / 0.95) !important;
}
.stroke-neutral-200 {
  stroke: #e5e5e5 !important;
}
.stroke-neutral-200\/0 {
  stroke: rgb(229 229 229 / 0) !important;
}
.stroke-neutral-200\/10 {
  stroke: rgb(229 229 229 / 0.1) !important;
}
.stroke-neutral-200\/100 {
  stroke: rgb(229 229 229 / 1) !important;
}
.stroke-neutral-200\/15 {
  stroke: rgb(229 229 229 / 0.15) !important;
}
.stroke-neutral-200\/20 {
  stroke: rgb(229 229 229 / 0.2) !important;
}
.stroke-neutral-200\/25 {
  stroke: rgb(229 229 229 / 0.25) !important;
}
.stroke-neutral-200\/30 {
  stroke: rgb(229 229 229 / 0.3) !important;
}
.stroke-neutral-200\/35 {
  stroke: rgb(229 229 229 / 0.35) !important;
}
.stroke-neutral-200\/40 {
  stroke: rgb(229 229 229 / 0.4) !important;
}
.stroke-neutral-200\/45 {
  stroke: rgb(229 229 229 / 0.45) !important;
}
.stroke-neutral-200\/5 {
  stroke: rgb(229 229 229 / 0.05) !important;
}
.stroke-neutral-200\/50 {
  stroke: rgb(229 229 229 / 0.5) !important;
}
.stroke-neutral-200\/55 {
  stroke: rgb(229 229 229 / 0.55) !important;
}
.stroke-neutral-200\/60 {
  stroke: rgb(229 229 229 / 0.6) !important;
}
.stroke-neutral-200\/65 {
  stroke: rgb(229 229 229 / 0.65) !important;
}
.stroke-neutral-200\/70 {
  stroke: rgb(229 229 229 / 0.7) !important;
}
.stroke-neutral-200\/75 {
  stroke: rgb(229 229 229 / 0.75) !important;
}
.stroke-neutral-200\/80 {
  stroke: rgb(229 229 229 / 0.8) !important;
}
.stroke-neutral-200\/85 {
  stroke: rgb(229 229 229 / 0.85) !important;
}
.stroke-neutral-200\/90 {
  stroke: rgb(229 229 229 / 0.9) !important;
}
.stroke-neutral-200\/95 {
  stroke: rgb(229 229 229 / 0.95) !important;
}
.stroke-neutral-300 {
  stroke: #d4d4d4 !important;
}
.stroke-neutral-300\/0 {
  stroke: rgb(212 212 212 / 0) !important;
}
.stroke-neutral-300\/10 {
  stroke: rgb(212 212 212 / 0.1) !important;
}
.stroke-neutral-300\/100 {
  stroke: rgb(212 212 212 / 1) !important;
}
.stroke-neutral-300\/15 {
  stroke: rgb(212 212 212 / 0.15) !important;
}
.stroke-neutral-300\/20 {
  stroke: rgb(212 212 212 / 0.2) !important;
}
.stroke-neutral-300\/25 {
  stroke: rgb(212 212 212 / 0.25) !important;
}
.stroke-neutral-300\/30 {
  stroke: rgb(212 212 212 / 0.3) !important;
}
.stroke-neutral-300\/35 {
  stroke: rgb(212 212 212 / 0.35) !important;
}
.stroke-neutral-300\/40 {
  stroke: rgb(212 212 212 / 0.4) !important;
}
.stroke-neutral-300\/45 {
  stroke: rgb(212 212 212 / 0.45) !important;
}
.stroke-neutral-300\/5 {
  stroke: rgb(212 212 212 / 0.05) !important;
}
.stroke-neutral-300\/50 {
  stroke: rgb(212 212 212 / 0.5) !important;
}
.stroke-neutral-300\/55 {
  stroke: rgb(212 212 212 / 0.55) !important;
}
.stroke-neutral-300\/60 {
  stroke: rgb(212 212 212 / 0.6) !important;
}
.stroke-neutral-300\/65 {
  stroke: rgb(212 212 212 / 0.65) !important;
}
.stroke-neutral-300\/70 {
  stroke: rgb(212 212 212 / 0.7) !important;
}
.stroke-neutral-300\/75 {
  stroke: rgb(212 212 212 / 0.75) !important;
}
.stroke-neutral-300\/80 {
  stroke: rgb(212 212 212 / 0.8) !important;
}
.stroke-neutral-300\/85 {
  stroke: rgb(212 212 212 / 0.85) !important;
}
.stroke-neutral-300\/90 {
  stroke: rgb(212 212 212 / 0.9) !important;
}
.stroke-neutral-300\/95 {
  stroke: rgb(212 212 212 / 0.95) !important;
}
.stroke-neutral-400 {
  stroke: #a3a3a3 !important;
}
.stroke-neutral-400\/0 {
  stroke: rgb(163 163 163 / 0) !important;
}
.stroke-neutral-400\/10 {
  stroke: rgb(163 163 163 / 0.1) !important;
}
.stroke-neutral-400\/100 {
  stroke: rgb(163 163 163 / 1) !important;
}
.stroke-neutral-400\/15 {
  stroke: rgb(163 163 163 / 0.15) !important;
}
.stroke-neutral-400\/20 {
  stroke: rgb(163 163 163 / 0.2) !important;
}
.stroke-neutral-400\/25 {
  stroke: rgb(163 163 163 / 0.25) !important;
}
.stroke-neutral-400\/30 {
  stroke: rgb(163 163 163 / 0.3) !important;
}
.stroke-neutral-400\/35 {
  stroke: rgb(163 163 163 / 0.35) !important;
}
.stroke-neutral-400\/40 {
  stroke: rgb(163 163 163 / 0.4) !important;
}
.stroke-neutral-400\/45 {
  stroke: rgb(163 163 163 / 0.45) !important;
}
.stroke-neutral-400\/5 {
  stroke: rgb(163 163 163 / 0.05) !important;
}
.stroke-neutral-400\/50 {
  stroke: rgb(163 163 163 / 0.5) !important;
}
.stroke-neutral-400\/55 {
  stroke: rgb(163 163 163 / 0.55) !important;
}
.stroke-neutral-400\/60 {
  stroke: rgb(163 163 163 / 0.6) !important;
}
.stroke-neutral-400\/65 {
  stroke: rgb(163 163 163 / 0.65) !important;
}
.stroke-neutral-400\/70 {
  stroke: rgb(163 163 163 / 0.7) !important;
}
.stroke-neutral-400\/75 {
  stroke: rgb(163 163 163 / 0.75) !important;
}
.stroke-neutral-400\/80 {
  stroke: rgb(163 163 163 / 0.8) !important;
}
.stroke-neutral-400\/85 {
  stroke: rgb(163 163 163 / 0.85) !important;
}
.stroke-neutral-400\/90 {
  stroke: rgb(163 163 163 / 0.9) !important;
}
.stroke-neutral-400\/95 {
  stroke: rgb(163 163 163 / 0.95) !important;
}
.stroke-neutral-50 {
  stroke: #fafafa !important;
}
.stroke-neutral-50\/0 {
  stroke: rgb(250 250 250 / 0) !important;
}
.stroke-neutral-50\/10 {
  stroke: rgb(250 250 250 / 0.1) !important;
}
.stroke-neutral-50\/100 {
  stroke: rgb(250 250 250 / 1) !important;
}
.stroke-neutral-50\/15 {
  stroke: rgb(250 250 250 / 0.15) !important;
}
.stroke-neutral-50\/20 {
  stroke: rgb(250 250 250 / 0.2) !important;
}
.stroke-neutral-50\/25 {
  stroke: rgb(250 250 250 / 0.25) !important;
}
.stroke-neutral-50\/30 {
  stroke: rgb(250 250 250 / 0.3) !important;
}
.stroke-neutral-50\/35 {
  stroke: rgb(250 250 250 / 0.35) !important;
}
.stroke-neutral-50\/40 {
  stroke: rgb(250 250 250 / 0.4) !important;
}
.stroke-neutral-50\/45 {
  stroke: rgb(250 250 250 / 0.45) !important;
}
.stroke-neutral-50\/5 {
  stroke: rgb(250 250 250 / 0.05) !important;
}
.stroke-neutral-50\/50 {
  stroke: rgb(250 250 250 / 0.5) !important;
}
.stroke-neutral-50\/55 {
  stroke: rgb(250 250 250 / 0.55) !important;
}
.stroke-neutral-50\/60 {
  stroke: rgb(250 250 250 / 0.6) !important;
}
.stroke-neutral-50\/65 {
  stroke: rgb(250 250 250 / 0.65) !important;
}
.stroke-neutral-50\/70 {
  stroke: rgb(250 250 250 / 0.7) !important;
}
.stroke-neutral-50\/75 {
  stroke: rgb(250 250 250 / 0.75) !important;
}
.stroke-neutral-50\/80 {
  stroke: rgb(250 250 250 / 0.8) !important;
}
.stroke-neutral-50\/85 {
  stroke: rgb(250 250 250 / 0.85) !important;
}
.stroke-neutral-50\/90 {
  stroke: rgb(250 250 250 / 0.9) !important;
}
.stroke-neutral-50\/95 {
  stroke: rgb(250 250 250 / 0.95) !important;
}
.stroke-neutral-500 {
  stroke: #737373 !important;
}
.stroke-neutral-500\/0 {
  stroke: rgb(115 115 115 / 0) !important;
}
.stroke-neutral-500\/10 {
  stroke: rgb(115 115 115 / 0.1) !important;
}
.stroke-neutral-500\/100 {
  stroke: rgb(115 115 115 / 1) !important;
}
.stroke-neutral-500\/15 {
  stroke: rgb(115 115 115 / 0.15) !important;
}
.stroke-neutral-500\/20 {
  stroke: rgb(115 115 115 / 0.2) !important;
}
.stroke-neutral-500\/25 {
  stroke: rgb(115 115 115 / 0.25) !important;
}
.stroke-neutral-500\/30 {
  stroke: rgb(115 115 115 / 0.3) !important;
}
.stroke-neutral-500\/35 {
  stroke: rgb(115 115 115 / 0.35) !important;
}
.stroke-neutral-500\/40 {
  stroke: rgb(115 115 115 / 0.4) !important;
}
.stroke-neutral-500\/45 {
  stroke: rgb(115 115 115 / 0.45) !important;
}
.stroke-neutral-500\/5 {
  stroke: rgb(115 115 115 / 0.05) !important;
}
.stroke-neutral-500\/50 {
  stroke: rgb(115 115 115 / 0.5) !important;
}
.stroke-neutral-500\/55 {
  stroke: rgb(115 115 115 / 0.55) !important;
}
.stroke-neutral-500\/60 {
  stroke: rgb(115 115 115 / 0.6) !important;
}
.stroke-neutral-500\/65 {
  stroke: rgb(115 115 115 / 0.65) !important;
}
.stroke-neutral-500\/70 {
  stroke: rgb(115 115 115 / 0.7) !important;
}
.stroke-neutral-500\/75 {
  stroke: rgb(115 115 115 / 0.75) !important;
}
.stroke-neutral-500\/80 {
  stroke: rgb(115 115 115 / 0.8) !important;
}
.stroke-neutral-500\/85 {
  stroke: rgb(115 115 115 / 0.85) !important;
}
.stroke-neutral-500\/90 {
  stroke: rgb(115 115 115 / 0.9) !important;
}
.stroke-neutral-500\/95 {
  stroke: rgb(115 115 115 / 0.95) !important;
}
.stroke-neutral-600 {
  stroke: #525252 !important;
}
.stroke-neutral-600\/0 {
  stroke: rgb(82 82 82 / 0) !important;
}
.stroke-neutral-600\/10 {
  stroke: rgb(82 82 82 / 0.1) !important;
}
.stroke-neutral-600\/100 {
  stroke: rgb(82 82 82 / 1) !important;
}
.stroke-neutral-600\/15 {
  stroke: rgb(82 82 82 / 0.15) !important;
}
.stroke-neutral-600\/20 {
  stroke: rgb(82 82 82 / 0.2) !important;
}
.stroke-neutral-600\/25 {
  stroke: rgb(82 82 82 / 0.25) !important;
}
.stroke-neutral-600\/30 {
  stroke: rgb(82 82 82 / 0.3) !important;
}
.stroke-neutral-600\/35 {
  stroke: rgb(82 82 82 / 0.35) !important;
}
.stroke-neutral-600\/40 {
  stroke: rgb(82 82 82 / 0.4) !important;
}
.stroke-neutral-600\/45 {
  stroke: rgb(82 82 82 / 0.45) !important;
}
.stroke-neutral-600\/5 {
  stroke: rgb(82 82 82 / 0.05) !important;
}
.stroke-neutral-600\/50 {
  stroke: rgb(82 82 82 / 0.5) !important;
}
.stroke-neutral-600\/55 {
  stroke: rgb(82 82 82 / 0.55) !important;
}
.stroke-neutral-600\/60 {
  stroke: rgb(82 82 82 / 0.6) !important;
}
.stroke-neutral-600\/65 {
  stroke: rgb(82 82 82 / 0.65) !important;
}
.stroke-neutral-600\/70 {
  stroke: rgb(82 82 82 / 0.7) !important;
}
.stroke-neutral-600\/75 {
  stroke: rgb(82 82 82 / 0.75) !important;
}
.stroke-neutral-600\/80 {
  stroke: rgb(82 82 82 / 0.8) !important;
}
.stroke-neutral-600\/85 {
  stroke: rgb(82 82 82 / 0.85) !important;
}
.stroke-neutral-600\/90 {
  stroke: rgb(82 82 82 / 0.9) !important;
}
.stroke-neutral-600\/95 {
  stroke: rgb(82 82 82 / 0.95) !important;
}
.stroke-neutral-700 {
  stroke: #404040 !important;
}
.stroke-neutral-700\/0 {
  stroke: rgb(64 64 64 / 0) !important;
}
.stroke-neutral-700\/10 {
  stroke: rgb(64 64 64 / 0.1) !important;
}
.stroke-neutral-700\/100 {
  stroke: rgb(64 64 64 / 1) !important;
}
.stroke-neutral-700\/15 {
  stroke: rgb(64 64 64 / 0.15) !important;
}
.stroke-neutral-700\/20 {
  stroke: rgb(64 64 64 / 0.2) !important;
}
.stroke-neutral-700\/25 {
  stroke: rgb(64 64 64 / 0.25) !important;
}
.stroke-neutral-700\/30 {
  stroke: rgb(64 64 64 / 0.3) !important;
}
.stroke-neutral-700\/35 {
  stroke: rgb(64 64 64 / 0.35) !important;
}
.stroke-neutral-700\/40 {
  stroke: rgb(64 64 64 / 0.4) !important;
}
.stroke-neutral-700\/45 {
  stroke: rgb(64 64 64 / 0.45) !important;
}
.stroke-neutral-700\/5 {
  stroke: rgb(64 64 64 / 0.05) !important;
}
.stroke-neutral-700\/50 {
  stroke: rgb(64 64 64 / 0.5) !important;
}
.stroke-neutral-700\/55 {
  stroke: rgb(64 64 64 / 0.55) !important;
}
.stroke-neutral-700\/60 {
  stroke: rgb(64 64 64 / 0.6) !important;
}
.stroke-neutral-700\/65 {
  stroke: rgb(64 64 64 / 0.65) !important;
}
.stroke-neutral-700\/70 {
  stroke: rgb(64 64 64 / 0.7) !important;
}
.stroke-neutral-700\/75 {
  stroke: rgb(64 64 64 / 0.75) !important;
}
.stroke-neutral-700\/80 {
  stroke: rgb(64 64 64 / 0.8) !important;
}
.stroke-neutral-700\/85 {
  stroke: rgb(64 64 64 / 0.85) !important;
}
.stroke-neutral-700\/90 {
  stroke: rgb(64 64 64 / 0.9) !important;
}
.stroke-neutral-700\/95 {
  stroke: rgb(64 64 64 / 0.95) !important;
}
.stroke-neutral-800 {
  stroke: #262626 !important;
}
.stroke-neutral-800\/0 {
  stroke: rgb(38 38 38 / 0) !important;
}
.stroke-neutral-800\/10 {
  stroke: rgb(38 38 38 / 0.1) !important;
}
.stroke-neutral-800\/100 {
  stroke: rgb(38 38 38 / 1) !important;
}
.stroke-neutral-800\/15 {
  stroke: rgb(38 38 38 / 0.15) !important;
}
.stroke-neutral-800\/20 {
  stroke: rgb(38 38 38 / 0.2) !important;
}
.stroke-neutral-800\/25 {
  stroke: rgb(38 38 38 / 0.25) !important;
}
.stroke-neutral-800\/30 {
  stroke: rgb(38 38 38 / 0.3) !important;
}
.stroke-neutral-800\/35 {
  stroke: rgb(38 38 38 / 0.35) !important;
}
.stroke-neutral-800\/40 {
  stroke: rgb(38 38 38 / 0.4) !important;
}
.stroke-neutral-800\/45 {
  stroke: rgb(38 38 38 / 0.45) !important;
}
.stroke-neutral-800\/5 {
  stroke: rgb(38 38 38 / 0.05) !important;
}
.stroke-neutral-800\/50 {
  stroke: rgb(38 38 38 / 0.5) !important;
}
.stroke-neutral-800\/55 {
  stroke: rgb(38 38 38 / 0.55) !important;
}
.stroke-neutral-800\/60 {
  stroke: rgb(38 38 38 / 0.6) !important;
}
.stroke-neutral-800\/65 {
  stroke: rgb(38 38 38 / 0.65) !important;
}
.stroke-neutral-800\/70 {
  stroke: rgb(38 38 38 / 0.7) !important;
}
.stroke-neutral-800\/75 {
  stroke: rgb(38 38 38 / 0.75) !important;
}
.stroke-neutral-800\/80 {
  stroke: rgb(38 38 38 / 0.8) !important;
}
.stroke-neutral-800\/85 {
  stroke: rgb(38 38 38 / 0.85) !important;
}
.stroke-neutral-800\/90 {
  stroke: rgb(38 38 38 / 0.9) !important;
}
.stroke-neutral-800\/95 {
  stroke: rgb(38 38 38 / 0.95) !important;
}
.stroke-neutral-900 {
  stroke: #171717 !important;
}
.stroke-neutral-900\/0 {
  stroke: rgb(23 23 23 / 0) !important;
}
.stroke-neutral-900\/10 {
  stroke: rgb(23 23 23 / 0.1) !important;
}
.stroke-neutral-900\/100 {
  stroke: rgb(23 23 23 / 1) !important;
}
.stroke-neutral-900\/15 {
  stroke: rgb(23 23 23 / 0.15) !important;
}
.stroke-neutral-900\/20 {
  stroke: rgb(23 23 23 / 0.2) !important;
}
.stroke-neutral-900\/25 {
  stroke: rgb(23 23 23 / 0.25) !important;
}
.stroke-neutral-900\/30 {
  stroke: rgb(23 23 23 / 0.3) !important;
}
.stroke-neutral-900\/35 {
  stroke: rgb(23 23 23 / 0.35) !important;
}
.stroke-neutral-900\/40 {
  stroke: rgb(23 23 23 / 0.4) !important;
}
.stroke-neutral-900\/45 {
  stroke: rgb(23 23 23 / 0.45) !important;
}
.stroke-neutral-900\/5 {
  stroke: rgb(23 23 23 / 0.05) !important;
}
.stroke-neutral-900\/50 {
  stroke: rgb(23 23 23 / 0.5) !important;
}
.stroke-neutral-900\/55 {
  stroke: rgb(23 23 23 / 0.55) !important;
}
.stroke-neutral-900\/60 {
  stroke: rgb(23 23 23 / 0.6) !important;
}
.stroke-neutral-900\/65 {
  stroke: rgb(23 23 23 / 0.65) !important;
}
.stroke-neutral-900\/70 {
  stroke: rgb(23 23 23 / 0.7) !important;
}
.stroke-neutral-900\/75 {
  stroke: rgb(23 23 23 / 0.75) !important;
}
.stroke-neutral-900\/80 {
  stroke: rgb(23 23 23 / 0.8) !important;
}
.stroke-neutral-900\/85 {
  stroke: rgb(23 23 23 / 0.85) !important;
}
.stroke-neutral-900\/90 {
  stroke: rgb(23 23 23 / 0.9) !important;
}
.stroke-neutral-900\/95 {
  stroke: rgb(23 23 23 / 0.95) !important;
}
.stroke-neutral-950 {
  stroke: #0a0a0a !important;
}
.stroke-neutral-950\/0 {
  stroke: rgb(10 10 10 / 0) !important;
}
.stroke-neutral-950\/10 {
  stroke: rgb(10 10 10 / 0.1) !important;
}
.stroke-neutral-950\/100 {
  stroke: rgb(10 10 10 / 1) !important;
}
.stroke-neutral-950\/15 {
  stroke: rgb(10 10 10 / 0.15) !important;
}
.stroke-neutral-950\/20 {
  stroke: rgb(10 10 10 / 0.2) !important;
}
.stroke-neutral-950\/25 {
  stroke: rgb(10 10 10 / 0.25) !important;
}
.stroke-neutral-950\/30 {
  stroke: rgb(10 10 10 / 0.3) !important;
}
.stroke-neutral-950\/35 {
  stroke: rgb(10 10 10 / 0.35) !important;
}
.stroke-neutral-950\/40 {
  stroke: rgb(10 10 10 / 0.4) !important;
}
.stroke-neutral-950\/45 {
  stroke: rgb(10 10 10 / 0.45) !important;
}
.stroke-neutral-950\/5 {
  stroke: rgb(10 10 10 / 0.05) !important;
}
.stroke-neutral-950\/50 {
  stroke: rgb(10 10 10 / 0.5) !important;
}
.stroke-neutral-950\/55 {
  stroke: rgb(10 10 10 / 0.55) !important;
}
.stroke-neutral-950\/60 {
  stroke: rgb(10 10 10 / 0.6) !important;
}
.stroke-neutral-950\/65 {
  stroke: rgb(10 10 10 / 0.65) !important;
}
.stroke-neutral-950\/70 {
  stroke: rgb(10 10 10 / 0.7) !important;
}
.stroke-neutral-950\/75 {
  stroke: rgb(10 10 10 / 0.75) !important;
}
.stroke-neutral-950\/80 {
  stroke: rgb(10 10 10 / 0.8) !important;
}
.stroke-neutral-950\/85 {
  stroke: rgb(10 10 10 / 0.85) !important;
}
.stroke-neutral-950\/90 {
  stroke: rgb(10 10 10 / 0.9) !important;
}
.stroke-neutral-950\/95 {
  stroke: rgb(10 10 10 / 0.95) !important;
}
.stroke-none {
  stroke: none !important;
}
.stroke-orange-100 {
  stroke: #ffedd5 !important;
}
.stroke-orange-100\/0 {
  stroke: rgb(255 237 213 / 0) !important;
}
.stroke-orange-100\/10 {
  stroke: rgb(255 237 213 / 0.1) !important;
}
.stroke-orange-100\/100 {
  stroke: rgb(255 237 213 / 1) !important;
}
.stroke-orange-100\/15 {
  stroke: rgb(255 237 213 / 0.15) !important;
}
.stroke-orange-100\/20 {
  stroke: rgb(255 237 213 / 0.2) !important;
}
.stroke-orange-100\/25 {
  stroke: rgb(255 237 213 / 0.25) !important;
}
.stroke-orange-100\/30 {
  stroke: rgb(255 237 213 / 0.3) !important;
}
.stroke-orange-100\/35 {
  stroke: rgb(255 237 213 / 0.35) !important;
}
.stroke-orange-100\/40 {
  stroke: rgb(255 237 213 / 0.4) !important;
}
.stroke-orange-100\/45 {
  stroke: rgb(255 237 213 / 0.45) !important;
}
.stroke-orange-100\/5 {
  stroke: rgb(255 237 213 / 0.05) !important;
}
.stroke-orange-100\/50 {
  stroke: rgb(255 237 213 / 0.5) !important;
}
.stroke-orange-100\/55 {
  stroke: rgb(255 237 213 / 0.55) !important;
}
.stroke-orange-100\/60 {
  stroke: rgb(255 237 213 / 0.6) !important;
}
.stroke-orange-100\/65 {
  stroke: rgb(255 237 213 / 0.65) !important;
}
.stroke-orange-100\/70 {
  stroke: rgb(255 237 213 / 0.7) !important;
}
.stroke-orange-100\/75 {
  stroke: rgb(255 237 213 / 0.75) !important;
}
.stroke-orange-100\/80 {
  stroke: rgb(255 237 213 / 0.8) !important;
}
.stroke-orange-100\/85 {
  stroke: rgb(255 237 213 / 0.85) !important;
}
.stroke-orange-100\/90 {
  stroke: rgb(255 237 213 / 0.9) !important;
}
.stroke-orange-100\/95 {
  stroke: rgb(255 237 213 / 0.95) !important;
}
.stroke-orange-200 {
  stroke: #fed7aa !important;
}
.stroke-orange-200\/0 {
  stroke: rgb(254 215 170 / 0) !important;
}
.stroke-orange-200\/10 {
  stroke: rgb(254 215 170 / 0.1) !important;
}
.stroke-orange-200\/100 {
  stroke: rgb(254 215 170 / 1) !important;
}
.stroke-orange-200\/15 {
  stroke: rgb(254 215 170 / 0.15) !important;
}
.stroke-orange-200\/20 {
  stroke: rgb(254 215 170 / 0.2) !important;
}
.stroke-orange-200\/25 {
  stroke: rgb(254 215 170 / 0.25) !important;
}
.stroke-orange-200\/30 {
  stroke: rgb(254 215 170 / 0.3) !important;
}
.stroke-orange-200\/35 {
  stroke: rgb(254 215 170 / 0.35) !important;
}
.stroke-orange-200\/40 {
  stroke: rgb(254 215 170 / 0.4) !important;
}
.stroke-orange-200\/45 {
  stroke: rgb(254 215 170 / 0.45) !important;
}
.stroke-orange-200\/5 {
  stroke: rgb(254 215 170 / 0.05) !important;
}
.stroke-orange-200\/50 {
  stroke: rgb(254 215 170 / 0.5) !important;
}
.stroke-orange-200\/55 {
  stroke: rgb(254 215 170 / 0.55) !important;
}
.stroke-orange-200\/60 {
  stroke: rgb(254 215 170 / 0.6) !important;
}
.stroke-orange-200\/65 {
  stroke: rgb(254 215 170 / 0.65) !important;
}
.stroke-orange-200\/70 {
  stroke: rgb(254 215 170 / 0.7) !important;
}
.stroke-orange-200\/75 {
  stroke: rgb(254 215 170 / 0.75) !important;
}
.stroke-orange-200\/80 {
  stroke: rgb(254 215 170 / 0.8) !important;
}
.stroke-orange-200\/85 {
  stroke: rgb(254 215 170 / 0.85) !important;
}
.stroke-orange-200\/90 {
  stroke: rgb(254 215 170 / 0.9) !important;
}
.stroke-orange-200\/95 {
  stroke: rgb(254 215 170 / 0.95) !important;
}
.stroke-orange-300 {
  stroke: #fdba74 !important;
}
.stroke-orange-300\/0 {
  stroke: rgb(253 186 116 / 0) !important;
}
.stroke-orange-300\/10 {
  stroke: rgb(253 186 116 / 0.1) !important;
}
.stroke-orange-300\/100 {
  stroke: rgb(253 186 116 / 1) !important;
}
.stroke-orange-300\/15 {
  stroke: rgb(253 186 116 / 0.15) !important;
}
.stroke-orange-300\/20 {
  stroke: rgb(253 186 116 / 0.2) !important;
}
.stroke-orange-300\/25 {
  stroke: rgb(253 186 116 / 0.25) !important;
}
.stroke-orange-300\/30 {
  stroke: rgb(253 186 116 / 0.3) !important;
}
.stroke-orange-300\/35 {
  stroke: rgb(253 186 116 / 0.35) !important;
}
.stroke-orange-300\/40 {
  stroke: rgb(253 186 116 / 0.4) !important;
}
.stroke-orange-300\/45 {
  stroke: rgb(253 186 116 / 0.45) !important;
}
.stroke-orange-300\/5 {
  stroke: rgb(253 186 116 / 0.05) !important;
}
.stroke-orange-300\/50 {
  stroke: rgb(253 186 116 / 0.5) !important;
}
.stroke-orange-300\/55 {
  stroke: rgb(253 186 116 / 0.55) !important;
}
.stroke-orange-300\/60 {
  stroke: rgb(253 186 116 / 0.6) !important;
}
.stroke-orange-300\/65 {
  stroke: rgb(253 186 116 / 0.65) !important;
}
.stroke-orange-300\/70 {
  stroke: rgb(253 186 116 / 0.7) !important;
}
.stroke-orange-300\/75 {
  stroke: rgb(253 186 116 / 0.75) !important;
}
.stroke-orange-300\/80 {
  stroke: rgb(253 186 116 / 0.8) !important;
}
.stroke-orange-300\/85 {
  stroke: rgb(253 186 116 / 0.85) !important;
}
.stroke-orange-300\/90 {
  stroke: rgb(253 186 116 / 0.9) !important;
}
.stroke-orange-300\/95 {
  stroke: rgb(253 186 116 / 0.95) !important;
}
.stroke-orange-400 {
  stroke: #fb923c !important;
}
.stroke-orange-400\/0 {
  stroke: rgb(251 146 60 / 0) !important;
}
.stroke-orange-400\/10 {
  stroke: rgb(251 146 60 / 0.1) !important;
}
.stroke-orange-400\/100 {
  stroke: rgb(251 146 60 / 1) !important;
}
.stroke-orange-400\/15 {
  stroke: rgb(251 146 60 / 0.15) !important;
}
.stroke-orange-400\/20 {
  stroke: rgb(251 146 60 / 0.2) !important;
}
.stroke-orange-400\/25 {
  stroke: rgb(251 146 60 / 0.25) !important;
}
.stroke-orange-400\/30 {
  stroke: rgb(251 146 60 / 0.3) !important;
}
.stroke-orange-400\/35 {
  stroke: rgb(251 146 60 / 0.35) !important;
}
.stroke-orange-400\/40 {
  stroke: rgb(251 146 60 / 0.4) !important;
}
.stroke-orange-400\/45 {
  stroke: rgb(251 146 60 / 0.45) !important;
}
.stroke-orange-400\/5 {
  stroke: rgb(251 146 60 / 0.05) !important;
}
.stroke-orange-400\/50 {
  stroke: rgb(251 146 60 / 0.5) !important;
}
.stroke-orange-400\/55 {
  stroke: rgb(251 146 60 / 0.55) !important;
}
.stroke-orange-400\/60 {
  stroke: rgb(251 146 60 / 0.6) !important;
}
.stroke-orange-400\/65 {
  stroke: rgb(251 146 60 / 0.65) !important;
}
.stroke-orange-400\/70 {
  stroke: rgb(251 146 60 / 0.7) !important;
}
.stroke-orange-400\/75 {
  stroke: rgb(251 146 60 / 0.75) !important;
}
.stroke-orange-400\/80 {
  stroke: rgb(251 146 60 / 0.8) !important;
}
.stroke-orange-400\/85 {
  stroke: rgb(251 146 60 / 0.85) !important;
}
.stroke-orange-400\/90 {
  stroke: rgb(251 146 60 / 0.9) !important;
}
.stroke-orange-400\/95 {
  stroke: rgb(251 146 60 / 0.95) !important;
}
.stroke-orange-50 {
  stroke: #fff7ed !important;
}
.stroke-orange-50\/0 {
  stroke: rgb(255 247 237 / 0) !important;
}
.stroke-orange-50\/10 {
  stroke: rgb(255 247 237 / 0.1) !important;
}
.stroke-orange-50\/100 {
  stroke: rgb(255 247 237 / 1) !important;
}
.stroke-orange-50\/15 {
  stroke: rgb(255 247 237 / 0.15) !important;
}
.stroke-orange-50\/20 {
  stroke: rgb(255 247 237 / 0.2) !important;
}
.stroke-orange-50\/25 {
  stroke: rgb(255 247 237 / 0.25) !important;
}
.stroke-orange-50\/30 {
  stroke: rgb(255 247 237 / 0.3) !important;
}
.stroke-orange-50\/35 {
  stroke: rgb(255 247 237 / 0.35) !important;
}
.stroke-orange-50\/40 {
  stroke: rgb(255 247 237 / 0.4) !important;
}
.stroke-orange-50\/45 {
  stroke: rgb(255 247 237 / 0.45) !important;
}
.stroke-orange-50\/5 {
  stroke: rgb(255 247 237 / 0.05) !important;
}
.stroke-orange-50\/50 {
  stroke: rgb(255 247 237 / 0.5) !important;
}
.stroke-orange-50\/55 {
  stroke: rgb(255 247 237 / 0.55) !important;
}
.stroke-orange-50\/60 {
  stroke: rgb(255 247 237 / 0.6) !important;
}
.stroke-orange-50\/65 {
  stroke: rgb(255 247 237 / 0.65) !important;
}
.stroke-orange-50\/70 {
  stroke: rgb(255 247 237 / 0.7) !important;
}
.stroke-orange-50\/75 {
  stroke: rgb(255 247 237 / 0.75) !important;
}
.stroke-orange-50\/80 {
  stroke: rgb(255 247 237 / 0.8) !important;
}
.stroke-orange-50\/85 {
  stroke: rgb(255 247 237 / 0.85) !important;
}
.stroke-orange-50\/90 {
  stroke: rgb(255 247 237 / 0.9) !important;
}
.stroke-orange-50\/95 {
  stroke: rgb(255 247 237 / 0.95) !important;
}
.stroke-orange-500 {
  stroke: #f97316 !important;
}
.stroke-orange-500\/0 {
  stroke: rgb(249 115 22 / 0) !important;
}
.stroke-orange-500\/10 {
  stroke: rgb(249 115 22 / 0.1) !important;
}
.stroke-orange-500\/100 {
  stroke: rgb(249 115 22 / 1) !important;
}
.stroke-orange-500\/15 {
  stroke: rgb(249 115 22 / 0.15) !important;
}
.stroke-orange-500\/20 {
  stroke: rgb(249 115 22 / 0.2) !important;
}
.stroke-orange-500\/25 {
  stroke: rgb(249 115 22 / 0.25) !important;
}
.stroke-orange-500\/30 {
  stroke: rgb(249 115 22 / 0.3) !important;
}
.stroke-orange-500\/35 {
  stroke: rgb(249 115 22 / 0.35) !important;
}
.stroke-orange-500\/40 {
  stroke: rgb(249 115 22 / 0.4) !important;
}
.stroke-orange-500\/45 {
  stroke: rgb(249 115 22 / 0.45) !important;
}
.stroke-orange-500\/5 {
  stroke: rgb(249 115 22 / 0.05) !important;
}
.stroke-orange-500\/50 {
  stroke: rgb(249 115 22 / 0.5) !important;
}
.stroke-orange-500\/55 {
  stroke: rgb(249 115 22 / 0.55) !important;
}
.stroke-orange-500\/60 {
  stroke: rgb(249 115 22 / 0.6) !important;
}
.stroke-orange-500\/65 {
  stroke: rgb(249 115 22 / 0.65) !important;
}
.stroke-orange-500\/70 {
  stroke: rgb(249 115 22 / 0.7) !important;
}
.stroke-orange-500\/75 {
  stroke: rgb(249 115 22 / 0.75) !important;
}
.stroke-orange-500\/80 {
  stroke: rgb(249 115 22 / 0.8) !important;
}
.stroke-orange-500\/85 {
  stroke: rgb(249 115 22 / 0.85) !important;
}
.stroke-orange-500\/90 {
  stroke: rgb(249 115 22 / 0.9) !important;
}
.stroke-orange-500\/95 {
  stroke: rgb(249 115 22 / 0.95) !important;
}
.stroke-orange-600 {
  stroke: #ea580c !important;
}
.stroke-orange-600\/0 {
  stroke: rgb(234 88 12 / 0) !important;
}
.stroke-orange-600\/10 {
  stroke: rgb(234 88 12 / 0.1) !important;
}
.stroke-orange-600\/100 {
  stroke: rgb(234 88 12 / 1) !important;
}
.stroke-orange-600\/15 {
  stroke: rgb(234 88 12 / 0.15) !important;
}
.stroke-orange-600\/20 {
  stroke: rgb(234 88 12 / 0.2) !important;
}
.stroke-orange-600\/25 {
  stroke: rgb(234 88 12 / 0.25) !important;
}
.stroke-orange-600\/30 {
  stroke: rgb(234 88 12 / 0.3) !important;
}
.stroke-orange-600\/35 {
  stroke: rgb(234 88 12 / 0.35) !important;
}
.stroke-orange-600\/40 {
  stroke: rgb(234 88 12 / 0.4) !important;
}
.stroke-orange-600\/45 {
  stroke: rgb(234 88 12 / 0.45) !important;
}
.stroke-orange-600\/5 {
  stroke: rgb(234 88 12 / 0.05) !important;
}
.stroke-orange-600\/50 {
  stroke: rgb(234 88 12 / 0.5) !important;
}
.stroke-orange-600\/55 {
  stroke: rgb(234 88 12 / 0.55) !important;
}
.stroke-orange-600\/60 {
  stroke: rgb(234 88 12 / 0.6) !important;
}
.stroke-orange-600\/65 {
  stroke: rgb(234 88 12 / 0.65) !important;
}
.stroke-orange-600\/70 {
  stroke: rgb(234 88 12 / 0.7) !important;
}
.stroke-orange-600\/75 {
  stroke: rgb(234 88 12 / 0.75) !important;
}
.stroke-orange-600\/80 {
  stroke: rgb(234 88 12 / 0.8) !important;
}
.stroke-orange-600\/85 {
  stroke: rgb(234 88 12 / 0.85) !important;
}
.stroke-orange-600\/90 {
  stroke: rgb(234 88 12 / 0.9) !important;
}
.stroke-orange-600\/95 {
  stroke: rgb(234 88 12 / 0.95) !important;
}
.stroke-orange-700 {
  stroke: #c2410c !important;
}
.stroke-orange-700\/0 {
  stroke: rgb(194 65 12 / 0) !important;
}
.stroke-orange-700\/10 {
  stroke: rgb(194 65 12 / 0.1) !important;
}
.stroke-orange-700\/100 {
  stroke: rgb(194 65 12 / 1) !important;
}
.stroke-orange-700\/15 {
  stroke: rgb(194 65 12 / 0.15) !important;
}
.stroke-orange-700\/20 {
  stroke: rgb(194 65 12 / 0.2) !important;
}
.stroke-orange-700\/25 {
  stroke: rgb(194 65 12 / 0.25) !important;
}
.stroke-orange-700\/30 {
  stroke: rgb(194 65 12 / 0.3) !important;
}
.stroke-orange-700\/35 {
  stroke: rgb(194 65 12 / 0.35) !important;
}
.stroke-orange-700\/40 {
  stroke: rgb(194 65 12 / 0.4) !important;
}
.stroke-orange-700\/45 {
  stroke: rgb(194 65 12 / 0.45) !important;
}
.stroke-orange-700\/5 {
  stroke: rgb(194 65 12 / 0.05) !important;
}
.stroke-orange-700\/50 {
  stroke: rgb(194 65 12 / 0.5) !important;
}
.stroke-orange-700\/55 {
  stroke: rgb(194 65 12 / 0.55) !important;
}
.stroke-orange-700\/60 {
  stroke: rgb(194 65 12 / 0.6) !important;
}
.stroke-orange-700\/65 {
  stroke: rgb(194 65 12 / 0.65) !important;
}
.stroke-orange-700\/70 {
  stroke: rgb(194 65 12 / 0.7) !important;
}
.stroke-orange-700\/75 {
  stroke: rgb(194 65 12 / 0.75) !important;
}
.stroke-orange-700\/80 {
  stroke: rgb(194 65 12 / 0.8) !important;
}
.stroke-orange-700\/85 {
  stroke: rgb(194 65 12 / 0.85) !important;
}
.stroke-orange-700\/90 {
  stroke: rgb(194 65 12 / 0.9) !important;
}
.stroke-orange-700\/95 {
  stroke: rgb(194 65 12 / 0.95) !important;
}
.stroke-orange-800 {
  stroke: #9a3412 !important;
}
.stroke-orange-800\/0 {
  stroke: rgb(154 52 18 / 0) !important;
}
.stroke-orange-800\/10 {
  stroke: rgb(154 52 18 / 0.1) !important;
}
.stroke-orange-800\/100 {
  stroke: rgb(154 52 18 / 1) !important;
}
.stroke-orange-800\/15 {
  stroke: rgb(154 52 18 / 0.15) !important;
}
.stroke-orange-800\/20 {
  stroke: rgb(154 52 18 / 0.2) !important;
}
.stroke-orange-800\/25 {
  stroke: rgb(154 52 18 / 0.25) !important;
}
.stroke-orange-800\/30 {
  stroke: rgb(154 52 18 / 0.3) !important;
}
.stroke-orange-800\/35 {
  stroke: rgb(154 52 18 / 0.35) !important;
}
.stroke-orange-800\/40 {
  stroke: rgb(154 52 18 / 0.4) !important;
}
.stroke-orange-800\/45 {
  stroke: rgb(154 52 18 / 0.45) !important;
}
.stroke-orange-800\/5 {
  stroke: rgb(154 52 18 / 0.05) !important;
}
.stroke-orange-800\/50 {
  stroke: rgb(154 52 18 / 0.5) !important;
}
.stroke-orange-800\/55 {
  stroke: rgb(154 52 18 / 0.55) !important;
}
.stroke-orange-800\/60 {
  stroke: rgb(154 52 18 / 0.6) !important;
}
.stroke-orange-800\/65 {
  stroke: rgb(154 52 18 / 0.65) !important;
}
.stroke-orange-800\/70 {
  stroke: rgb(154 52 18 / 0.7) !important;
}
.stroke-orange-800\/75 {
  stroke: rgb(154 52 18 / 0.75) !important;
}
.stroke-orange-800\/80 {
  stroke: rgb(154 52 18 / 0.8) !important;
}
.stroke-orange-800\/85 {
  stroke: rgb(154 52 18 / 0.85) !important;
}
.stroke-orange-800\/90 {
  stroke: rgb(154 52 18 / 0.9) !important;
}
.stroke-orange-800\/95 {
  stroke: rgb(154 52 18 / 0.95) !important;
}
.stroke-orange-900 {
  stroke: #7c2d12 !important;
}
.stroke-orange-900\/0 {
  stroke: rgb(124 45 18 / 0) !important;
}
.stroke-orange-900\/10 {
  stroke: rgb(124 45 18 / 0.1) !important;
}
.stroke-orange-900\/100 {
  stroke: rgb(124 45 18 / 1) !important;
}
.stroke-orange-900\/15 {
  stroke: rgb(124 45 18 / 0.15) !important;
}
.stroke-orange-900\/20 {
  stroke: rgb(124 45 18 / 0.2) !important;
}
.stroke-orange-900\/25 {
  stroke: rgb(124 45 18 / 0.25) !important;
}
.stroke-orange-900\/30 {
  stroke: rgb(124 45 18 / 0.3) !important;
}
.stroke-orange-900\/35 {
  stroke: rgb(124 45 18 / 0.35) !important;
}
.stroke-orange-900\/40 {
  stroke: rgb(124 45 18 / 0.4) !important;
}
.stroke-orange-900\/45 {
  stroke: rgb(124 45 18 / 0.45) !important;
}
.stroke-orange-900\/5 {
  stroke: rgb(124 45 18 / 0.05) !important;
}
.stroke-orange-900\/50 {
  stroke: rgb(124 45 18 / 0.5) !important;
}
.stroke-orange-900\/55 {
  stroke: rgb(124 45 18 / 0.55) !important;
}
.stroke-orange-900\/60 {
  stroke: rgb(124 45 18 / 0.6) !important;
}
.stroke-orange-900\/65 {
  stroke: rgb(124 45 18 / 0.65) !important;
}
.stroke-orange-900\/70 {
  stroke: rgb(124 45 18 / 0.7) !important;
}
.stroke-orange-900\/75 {
  stroke: rgb(124 45 18 / 0.75) !important;
}
.stroke-orange-900\/80 {
  stroke: rgb(124 45 18 / 0.8) !important;
}
.stroke-orange-900\/85 {
  stroke: rgb(124 45 18 / 0.85) !important;
}
.stroke-orange-900\/90 {
  stroke: rgb(124 45 18 / 0.9) !important;
}
.stroke-orange-900\/95 {
  stroke: rgb(124 45 18 / 0.95) !important;
}
.stroke-orange-950 {
  stroke: #431407 !important;
}
.stroke-orange-950\/0 {
  stroke: rgb(67 20 7 / 0) !important;
}
.stroke-orange-950\/10 {
  stroke: rgb(67 20 7 / 0.1) !important;
}
.stroke-orange-950\/100 {
  stroke: rgb(67 20 7 / 1) !important;
}
.stroke-orange-950\/15 {
  stroke: rgb(67 20 7 / 0.15) !important;
}
.stroke-orange-950\/20 {
  stroke: rgb(67 20 7 / 0.2) !important;
}
.stroke-orange-950\/25 {
  stroke: rgb(67 20 7 / 0.25) !important;
}
.stroke-orange-950\/30 {
  stroke: rgb(67 20 7 / 0.3) !important;
}
.stroke-orange-950\/35 {
  stroke: rgb(67 20 7 / 0.35) !important;
}
.stroke-orange-950\/40 {
  stroke: rgb(67 20 7 / 0.4) !important;
}
.stroke-orange-950\/45 {
  stroke: rgb(67 20 7 / 0.45) !important;
}
.stroke-orange-950\/5 {
  stroke: rgb(67 20 7 / 0.05) !important;
}
.stroke-orange-950\/50 {
  stroke: rgb(67 20 7 / 0.5) !important;
}
.stroke-orange-950\/55 {
  stroke: rgb(67 20 7 / 0.55) !important;
}
.stroke-orange-950\/60 {
  stroke: rgb(67 20 7 / 0.6) !important;
}
.stroke-orange-950\/65 {
  stroke: rgb(67 20 7 / 0.65) !important;
}
.stroke-orange-950\/70 {
  stroke: rgb(67 20 7 / 0.7) !important;
}
.stroke-orange-950\/75 {
  stroke: rgb(67 20 7 / 0.75) !important;
}
.stroke-orange-950\/80 {
  stroke: rgb(67 20 7 / 0.8) !important;
}
.stroke-orange-950\/85 {
  stroke: rgb(67 20 7 / 0.85) !important;
}
.stroke-orange-950\/90 {
  stroke: rgb(67 20 7 / 0.9) !important;
}
.stroke-orange-950\/95 {
  stroke: rgb(67 20 7 / 0.95) !important;
}
.stroke-pink-100 {
  stroke: #fce7f3 !important;
}
.stroke-pink-100\/0 {
  stroke: rgb(252 231 243 / 0) !important;
}
.stroke-pink-100\/10 {
  stroke: rgb(252 231 243 / 0.1) !important;
}
.stroke-pink-100\/100 {
  stroke: rgb(252 231 243 / 1) !important;
}
.stroke-pink-100\/15 {
  stroke: rgb(252 231 243 / 0.15) !important;
}
.stroke-pink-100\/20 {
  stroke: rgb(252 231 243 / 0.2) !important;
}
.stroke-pink-100\/25 {
  stroke: rgb(252 231 243 / 0.25) !important;
}
.stroke-pink-100\/30 {
  stroke: rgb(252 231 243 / 0.3) !important;
}
.stroke-pink-100\/35 {
  stroke: rgb(252 231 243 / 0.35) !important;
}
.stroke-pink-100\/40 {
  stroke: rgb(252 231 243 / 0.4) !important;
}
.stroke-pink-100\/45 {
  stroke: rgb(252 231 243 / 0.45) !important;
}
.stroke-pink-100\/5 {
  stroke: rgb(252 231 243 / 0.05) !important;
}
.stroke-pink-100\/50 {
  stroke: rgb(252 231 243 / 0.5) !important;
}
.stroke-pink-100\/55 {
  stroke: rgb(252 231 243 / 0.55) !important;
}
.stroke-pink-100\/60 {
  stroke: rgb(252 231 243 / 0.6) !important;
}
.stroke-pink-100\/65 {
  stroke: rgb(252 231 243 / 0.65) !important;
}
.stroke-pink-100\/70 {
  stroke: rgb(252 231 243 / 0.7) !important;
}
.stroke-pink-100\/75 {
  stroke: rgb(252 231 243 / 0.75) !important;
}
.stroke-pink-100\/80 {
  stroke: rgb(252 231 243 / 0.8) !important;
}
.stroke-pink-100\/85 {
  stroke: rgb(252 231 243 / 0.85) !important;
}
.stroke-pink-100\/90 {
  stroke: rgb(252 231 243 / 0.9) !important;
}
.stroke-pink-100\/95 {
  stroke: rgb(252 231 243 / 0.95) !important;
}
.stroke-pink-200 {
  stroke: #fbcfe8 !important;
}
.stroke-pink-200\/0 {
  stroke: rgb(251 207 232 / 0) !important;
}
.stroke-pink-200\/10 {
  stroke: rgb(251 207 232 / 0.1) !important;
}
.stroke-pink-200\/100 {
  stroke: rgb(251 207 232 / 1) !important;
}
.stroke-pink-200\/15 {
  stroke: rgb(251 207 232 / 0.15) !important;
}
.stroke-pink-200\/20 {
  stroke: rgb(251 207 232 / 0.2) !important;
}
.stroke-pink-200\/25 {
  stroke: rgb(251 207 232 / 0.25) !important;
}
.stroke-pink-200\/30 {
  stroke: rgb(251 207 232 / 0.3) !important;
}
.stroke-pink-200\/35 {
  stroke: rgb(251 207 232 / 0.35) !important;
}
.stroke-pink-200\/40 {
  stroke: rgb(251 207 232 / 0.4) !important;
}
.stroke-pink-200\/45 {
  stroke: rgb(251 207 232 / 0.45) !important;
}
.stroke-pink-200\/5 {
  stroke: rgb(251 207 232 / 0.05) !important;
}
.stroke-pink-200\/50 {
  stroke: rgb(251 207 232 / 0.5) !important;
}
.stroke-pink-200\/55 {
  stroke: rgb(251 207 232 / 0.55) !important;
}
.stroke-pink-200\/60 {
  stroke: rgb(251 207 232 / 0.6) !important;
}
.stroke-pink-200\/65 {
  stroke: rgb(251 207 232 / 0.65) !important;
}
.stroke-pink-200\/70 {
  stroke: rgb(251 207 232 / 0.7) !important;
}
.stroke-pink-200\/75 {
  stroke: rgb(251 207 232 / 0.75) !important;
}
.stroke-pink-200\/80 {
  stroke: rgb(251 207 232 / 0.8) !important;
}
.stroke-pink-200\/85 {
  stroke: rgb(251 207 232 / 0.85) !important;
}
.stroke-pink-200\/90 {
  stroke: rgb(251 207 232 / 0.9) !important;
}
.stroke-pink-200\/95 {
  stroke: rgb(251 207 232 / 0.95) !important;
}
.stroke-pink-300 {
  stroke: #f9a8d4 !important;
}
.stroke-pink-300\/0 {
  stroke: rgb(249 168 212 / 0) !important;
}
.stroke-pink-300\/10 {
  stroke: rgb(249 168 212 / 0.1) !important;
}
.stroke-pink-300\/100 {
  stroke: rgb(249 168 212 / 1) !important;
}
.stroke-pink-300\/15 {
  stroke: rgb(249 168 212 / 0.15) !important;
}
.stroke-pink-300\/20 {
  stroke: rgb(249 168 212 / 0.2) !important;
}
.stroke-pink-300\/25 {
  stroke: rgb(249 168 212 / 0.25) !important;
}
.stroke-pink-300\/30 {
  stroke: rgb(249 168 212 / 0.3) !important;
}
.stroke-pink-300\/35 {
  stroke: rgb(249 168 212 / 0.35) !important;
}
.stroke-pink-300\/40 {
  stroke: rgb(249 168 212 / 0.4) !important;
}
.stroke-pink-300\/45 {
  stroke: rgb(249 168 212 / 0.45) !important;
}
.stroke-pink-300\/5 {
  stroke: rgb(249 168 212 / 0.05) !important;
}
.stroke-pink-300\/50 {
  stroke: rgb(249 168 212 / 0.5) !important;
}
.stroke-pink-300\/55 {
  stroke: rgb(249 168 212 / 0.55) !important;
}
.stroke-pink-300\/60 {
  stroke: rgb(249 168 212 / 0.6) !important;
}
.stroke-pink-300\/65 {
  stroke: rgb(249 168 212 / 0.65) !important;
}
.stroke-pink-300\/70 {
  stroke: rgb(249 168 212 / 0.7) !important;
}
.stroke-pink-300\/75 {
  stroke: rgb(249 168 212 / 0.75) !important;
}
.stroke-pink-300\/80 {
  stroke: rgb(249 168 212 / 0.8) !important;
}
.stroke-pink-300\/85 {
  stroke: rgb(249 168 212 / 0.85) !important;
}
.stroke-pink-300\/90 {
  stroke: rgb(249 168 212 / 0.9) !important;
}
.stroke-pink-300\/95 {
  stroke: rgb(249 168 212 / 0.95) !important;
}
.stroke-pink-400 {
  stroke: #f472b6 !important;
}
.stroke-pink-400\/0 {
  stroke: rgb(244 114 182 / 0) !important;
}
.stroke-pink-400\/10 {
  stroke: rgb(244 114 182 / 0.1) !important;
}
.stroke-pink-400\/100 {
  stroke: rgb(244 114 182 / 1) !important;
}
.stroke-pink-400\/15 {
  stroke: rgb(244 114 182 / 0.15) !important;
}
.stroke-pink-400\/20 {
  stroke: rgb(244 114 182 / 0.2) !important;
}
.stroke-pink-400\/25 {
  stroke: rgb(244 114 182 / 0.25) !important;
}
.stroke-pink-400\/30 {
  stroke: rgb(244 114 182 / 0.3) !important;
}
.stroke-pink-400\/35 {
  stroke: rgb(244 114 182 / 0.35) !important;
}
.stroke-pink-400\/40 {
  stroke: rgb(244 114 182 / 0.4) !important;
}
.stroke-pink-400\/45 {
  stroke: rgb(244 114 182 / 0.45) !important;
}
.stroke-pink-400\/5 {
  stroke: rgb(244 114 182 / 0.05) !important;
}
.stroke-pink-400\/50 {
  stroke: rgb(244 114 182 / 0.5) !important;
}
.stroke-pink-400\/55 {
  stroke: rgb(244 114 182 / 0.55) !important;
}
.stroke-pink-400\/60 {
  stroke: rgb(244 114 182 / 0.6) !important;
}
.stroke-pink-400\/65 {
  stroke: rgb(244 114 182 / 0.65) !important;
}
.stroke-pink-400\/70 {
  stroke: rgb(244 114 182 / 0.7) !important;
}
.stroke-pink-400\/75 {
  stroke: rgb(244 114 182 / 0.75) !important;
}
.stroke-pink-400\/80 {
  stroke: rgb(244 114 182 / 0.8) !important;
}
.stroke-pink-400\/85 {
  stroke: rgb(244 114 182 / 0.85) !important;
}
.stroke-pink-400\/90 {
  stroke: rgb(244 114 182 / 0.9) !important;
}
.stroke-pink-400\/95 {
  stroke: rgb(244 114 182 / 0.95) !important;
}
.stroke-pink-50 {
  stroke: #fdf2f8 !important;
}
.stroke-pink-50\/0 {
  stroke: rgb(253 242 248 / 0) !important;
}
.stroke-pink-50\/10 {
  stroke: rgb(253 242 248 / 0.1) !important;
}
.stroke-pink-50\/100 {
  stroke: rgb(253 242 248 / 1) !important;
}
.stroke-pink-50\/15 {
  stroke: rgb(253 242 248 / 0.15) !important;
}
.stroke-pink-50\/20 {
  stroke: rgb(253 242 248 / 0.2) !important;
}
.stroke-pink-50\/25 {
  stroke: rgb(253 242 248 / 0.25) !important;
}
.stroke-pink-50\/30 {
  stroke: rgb(253 242 248 / 0.3) !important;
}
.stroke-pink-50\/35 {
  stroke: rgb(253 242 248 / 0.35) !important;
}
.stroke-pink-50\/40 {
  stroke: rgb(253 242 248 / 0.4) !important;
}
.stroke-pink-50\/45 {
  stroke: rgb(253 242 248 / 0.45) !important;
}
.stroke-pink-50\/5 {
  stroke: rgb(253 242 248 / 0.05) !important;
}
.stroke-pink-50\/50 {
  stroke: rgb(253 242 248 / 0.5) !important;
}
.stroke-pink-50\/55 {
  stroke: rgb(253 242 248 / 0.55) !important;
}
.stroke-pink-50\/60 {
  stroke: rgb(253 242 248 / 0.6) !important;
}
.stroke-pink-50\/65 {
  stroke: rgb(253 242 248 / 0.65) !important;
}
.stroke-pink-50\/70 {
  stroke: rgb(253 242 248 / 0.7) !important;
}
.stroke-pink-50\/75 {
  stroke: rgb(253 242 248 / 0.75) !important;
}
.stroke-pink-50\/80 {
  stroke: rgb(253 242 248 / 0.8) !important;
}
.stroke-pink-50\/85 {
  stroke: rgb(253 242 248 / 0.85) !important;
}
.stroke-pink-50\/90 {
  stroke: rgb(253 242 248 / 0.9) !important;
}
.stroke-pink-50\/95 {
  stroke: rgb(253 242 248 / 0.95) !important;
}
.stroke-pink-500 {
  stroke: #ec4899 !important;
}
.stroke-pink-500\/0 {
  stroke: rgb(236 72 153 / 0) !important;
}
.stroke-pink-500\/10 {
  stroke: rgb(236 72 153 / 0.1) !important;
}
.stroke-pink-500\/100 {
  stroke: rgb(236 72 153 / 1) !important;
}
.stroke-pink-500\/15 {
  stroke: rgb(236 72 153 / 0.15) !important;
}
.stroke-pink-500\/20 {
  stroke: rgb(236 72 153 / 0.2) !important;
}
.stroke-pink-500\/25 {
  stroke: rgb(236 72 153 / 0.25) !important;
}
.stroke-pink-500\/30 {
  stroke: rgb(236 72 153 / 0.3) !important;
}
.stroke-pink-500\/35 {
  stroke: rgb(236 72 153 / 0.35) !important;
}
.stroke-pink-500\/40 {
  stroke: rgb(236 72 153 / 0.4) !important;
}
.stroke-pink-500\/45 {
  stroke: rgb(236 72 153 / 0.45) !important;
}
.stroke-pink-500\/5 {
  stroke: rgb(236 72 153 / 0.05) !important;
}
.stroke-pink-500\/50 {
  stroke: rgb(236 72 153 / 0.5) !important;
}
.stroke-pink-500\/55 {
  stroke: rgb(236 72 153 / 0.55) !important;
}
.stroke-pink-500\/60 {
  stroke: rgb(236 72 153 / 0.6) !important;
}
.stroke-pink-500\/65 {
  stroke: rgb(236 72 153 / 0.65) !important;
}
.stroke-pink-500\/70 {
  stroke: rgb(236 72 153 / 0.7) !important;
}
.stroke-pink-500\/75 {
  stroke: rgb(236 72 153 / 0.75) !important;
}
.stroke-pink-500\/80 {
  stroke: rgb(236 72 153 / 0.8) !important;
}
.stroke-pink-500\/85 {
  stroke: rgb(236 72 153 / 0.85) !important;
}
.stroke-pink-500\/90 {
  stroke: rgb(236 72 153 / 0.9) !important;
}
.stroke-pink-500\/95 {
  stroke: rgb(236 72 153 / 0.95) !important;
}
.stroke-pink-600 {
  stroke: #db2777 !important;
}
.stroke-pink-600\/0 {
  stroke: rgb(219 39 119 / 0) !important;
}
.stroke-pink-600\/10 {
  stroke: rgb(219 39 119 / 0.1) !important;
}
.stroke-pink-600\/100 {
  stroke: rgb(219 39 119 / 1) !important;
}
.stroke-pink-600\/15 {
  stroke: rgb(219 39 119 / 0.15) !important;
}
.stroke-pink-600\/20 {
  stroke: rgb(219 39 119 / 0.2) !important;
}
.stroke-pink-600\/25 {
  stroke: rgb(219 39 119 / 0.25) !important;
}
.stroke-pink-600\/30 {
  stroke: rgb(219 39 119 / 0.3) !important;
}
.stroke-pink-600\/35 {
  stroke: rgb(219 39 119 / 0.35) !important;
}
.stroke-pink-600\/40 {
  stroke: rgb(219 39 119 / 0.4) !important;
}
.stroke-pink-600\/45 {
  stroke: rgb(219 39 119 / 0.45) !important;
}
.stroke-pink-600\/5 {
  stroke: rgb(219 39 119 / 0.05) !important;
}
.stroke-pink-600\/50 {
  stroke: rgb(219 39 119 / 0.5) !important;
}
.stroke-pink-600\/55 {
  stroke: rgb(219 39 119 / 0.55) !important;
}
.stroke-pink-600\/60 {
  stroke: rgb(219 39 119 / 0.6) !important;
}
.stroke-pink-600\/65 {
  stroke: rgb(219 39 119 / 0.65) !important;
}
.stroke-pink-600\/70 {
  stroke: rgb(219 39 119 / 0.7) !important;
}
.stroke-pink-600\/75 {
  stroke: rgb(219 39 119 / 0.75) !important;
}
.stroke-pink-600\/80 {
  stroke: rgb(219 39 119 / 0.8) !important;
}
.stroke-pink-600\/85 {
  stroke: rgb(219 39 119 / 0.85) !important;
}
.stroke-pink-600\/90 {
  stroke: rgb(219 39 119 / 0.9) !important;
}
.stroke-pink-600\/95 {
  stroke: rgb(219 39 119 / 0.95) !important;
}
.stroke-pink-700 {
  stroke: #be185d !important;
}
.stroke-pink-700\/0 {
  stroke: rgb(190 24 93 / 0) !important;
}
.stroke-pink-700\/10 {
  stroke: rgb(190 24 93 / 0.1) !important;
}
.stroke-pink-700\/100 {
  stroke: rgb(190 24 93 / 1) !important;
}
.stroke-pink-700\/15 {
  stroke: rgb(190 24 93 / 0.15) !important;
}
.stroke-pink-700\/20 {
  stroke: rgb(190 24 93 / 0.2) !important;
}
.stroke-pink-700\/25 {
  stroke: rgb(190 24 93 / 0.25) !important;
}
.stroke-pink-700\/30 {
  stroke: rgb(190 24 93 / 0.3) !important;
}
.stroke-pink-700\/35 {
  stroke: rgb(190 24 93 / 0.35) !important;
}
.stroke-pink-700\/40 {
  stroke: rgb(190 24 93 / 0.4) !important;
}
.stroke-pink-700\/45 {
  stroke: rgb(190 24 93 / 0.45) !important;
}
.stroke-pink-700\/5 {
  stroke: rgb(190 24 93 / 0.05) !important;
}
.stroke-pink-700\/50 {
  stroke: rgb(190 24 93 / 0.5) !important;
}
.stroke-pink-700\/55 {
  stroke: rgb(190 24 93 / 0.55) !important;
}
.stroke-pink-700\/60 {
  stroke: rgb(190 24 93 / 0.6) !important;
}
.stroke-pink-700\/65 {
  stroke: rgb(190 24 93 / 0.65) !important;
}
.stroke-pink-700\/70 {
  stroke: rgb(190 24 93 / 0.7) !important;
}
.stroke-pink-700\/75 {
  stroke: rgb(190 24 93 / 0.75) !important;
}
.stroke-pink-700\/80 {
  stroke: rgb(190 24 93 / 0.8) !important;
}
.stroke-pink-700\/85 {
  stroke: rgb(190 24 93 / 0.85) !important;
}
.stroke-pink-700\/90 {
  stroke: rgb(190 24 93 / 0.9) !important;
}
.stroke-pink-700\/95 {
  stroke: rgb(190 24 93 / 0.95) !important;
}
.stroke-pink-800 {
  stroke: #9d174d !important;
}
.stroke-pink-800\/0 {
  stroke: rgb(157 23 77 / 0) !important;
}
.stroke-pink-800\/10 {
  stroke: rgb(157 23 77 / 0.1) !important;
}
.stroke-pink-800\/100 {
  stroke: rgb(157 23 77 / 1) !important;
}
.stroke-pink-800\/15 {
  stroke: rgb(157 23 77 / 0.15) !important;
}
.stroke-pink-800\/20 {
  stroke: rgb(157 23 77 / 0.2) !important;
}
.stroke-pink-800\/25 {
  stroke: rgb(157 23 77 / 0.25) !important;
}
.stroke-pink-800\/30 {
  stroke: rgb(157 23 77 / 0.3) !important;
}
.stroke-pink-800\/35 {
  stroke: rgb(157 23 77 / 0.35) !important;
}
.stroke-pink-800\/40 {
  stroke: rgb(157 23 77 / 0.4) !important;
}
.stroke-pink-800\/45 {
  stroke: rgb(157 23 77 / 0.45) !important;
}
.stroke-pink-800\/5 {
  stroke: rgb(157 23 77 / 0.05) !important;
}
.stroke-pink-800\/50 {
  stroke: rgb(157 23 77 / 0.5) !important;
}
.stroke-pink-800\/55 {
  stroke: rgb(157 23 77 / 0.55) !important;
}
.stroke-pink-800\/60 {
  stroke: rgb(157 23 77 / 0.6) !important;
}
.stroke-pink-800\/65 {
  stroke: rgb(157 23 77 / 0.65) !important;
}
.stroke-pink-800\/70 {
  stroke: rgb(157 23 77 / 0.7) !important;
}
.stroke-pink-800\/75 {
  stroke: rgb(157 23 77 / 0.75) !important;
}
.stroke-pink-800\/80 {
  stroke: rgb(157 23 77 / 0.8) !important;
}
.stroke-pink-800\/85 {
  stroke: rgb(157 23 77 / 0.85) !important;
}
.stroke-pink-800\/90 {
  stroke: rgb(157 23 77 / 0.9) !important;
}
.stroke-pink-800\/95 {
  stroke: rgb(157 23 77 / 0.95) !important;
}
.stroke-pink-900 {
  stroke: #831843 !important;
}
.stroke-pink-900\/0 {
  stroke: rgb(131 24 67 / 0) !important;
}
.stroke-pink-900\/10 {
  stroke: rgb(131 24 67 / 0.1) !important;
}
.stroke-pink-900\/100 {
  stroke: rgb(131 24 67 / 1) !important;
}
.stroke-pink-900\/15 {
  stroke: rgb(131 24 67 / 0.15) !important;
}
.stroke-pink-900\/20 {
  stroke: rgb(131 24 67 / 0.2) !important;
}
.stroke-pink-900\/25 {
  stroke: rgb(131 24 67 / 0.25) !important;
}
.stroke-pink-900\/30 {
  stroke: rgb(131 24 67 / 0.3) !important;
}
.stroke-pink-900\/35 {
  stroke: rgb(131 24 67 / 0.35) !important;
}
.stroke-pink-900\/40 {
  stroke: rgb(131 24 67 / 0.4) !important;
}
.stroke-pink-900\/45 {
  stroke: rgb(131 24 67 / 0.45) !important;
}
.stroke-pink-900\/5 {
  stroke: rgb(131 24 67 / 0.05) !important;
}
.stroke-pink-900\/50 {
  stroke: rgb(131 24 67 / 0.5) !important;
}
.stroke-pink-900\/55 {
  stroke: rgb(131 24 67 / 0.55) !important;
}
.stroke-pink-900\/60 {
  stroke: rgb(131 24 67 / 0.6) !important;
}
.stroke-pink-900\/65 {
  stroke: rgb(131 24 67 / 0.65) !important;
}
.stroke-pink-900\/70 {
  stroke: rgb(131 24 67 / 0.7) !important;
}
.stroke-pink-900\/75 {
  stroke: rgb(131 24 67 / 0.75) !important;
}
.stroke-pink-900\/80 {
  stroke: rgb(131 24 67 / 0.8) !important;
}
.stroke-pink-900\/85 {
  stroke: rgb(131 24 67 / 0.85) !important;
}
.stroke-pink-900\/90 {
  stroke: rgb(131 24 67 / 0.9) !important;
}
.stroke-pink-900\/95 {
  stroke: rgb(131 24 67 / 0.95) !important;
}
.stroke-pink-950 {
  stroke: #500724 !important;
}
.stroke-pink-950\/0 {
  stroke: rgb(80 7 36 / 0) !important;
}
.stroke-pink-950\/10 {
  stroke: rgb(80 7 36 / 0.1) !important;
}
.stroke-pink-950\/100 {
  stroke: rgb(80 7 36 / 1) !important;
}
.stroke-pink-950\/15 {
  stroke: rgb(80 7 36 / 0.15) !important;
}
.stroke-pink-950\/20 {
  stroke: rgb(80 7 36 / 0.2) !important;
}
.stroke-pink-950\/25 {
  stroke: rgb(80 7 36 / 0.25) !important;
}
.stroke-pink-950\/30 {
  stroke: rgb(80 7 36 / 0.3) !important;
}
.stroke-pink-950\/35 {
  stroke: rgb(80 7 36 / 0.35) !important;
}
.stroke-pink-950\/40 {
  stroke: rgb(80 7 36 / 0.4) !important;
}
.stroke-pink-950\/45 {
  stroke: rgb(80 7 36 / 0.45) !important;
}
.stroke-pink-950\/5 {
  stroke: rgb(80 7 36 / 0.05) !important;
}
.stroke-pink-950\/50 {
  stroke: rgb(80 7 36 / 0.5) !important;
}
.stroke-pink-950\/55 {
  stroke: rgb(80 7 36 / 0.55) !important;
}
.stroke-pink-950\/60 {
  stroke: rgb(80 7 36 / 0.6) !important;
}
.stroke-pink-950\/65 {
  stroke: rgb(80 7 36 / 0.65) !important;
}
.stroke-pink-950\/70 {
  stroke: rgb(80 7 36 / 0.7) !important;
}
.stroke-pink-950\/75 {
  stroke: rgb(80 7 36 / 0.75) !important;
}
.stroke-pink-950\/80 {
  stroke: rgb(80 7 36 / 0.8) !important;
}
.stroke-pink-950\/85 {
  stroke: rgb(80 7 36 / 0.85) !important;
}
.stroke-pink-950\/90 {
  stroke: rgb(80 7 36 / 0.9) !important;
}
.stroke-pink-950\/95 {
  stroke: rgb(80 7 36 / 0.95) !important;
}
.stroke-purple-100 {
  stroke: #f3e8ff !important;
}
.stroke-purple-100\/0 {
  stroke: rgb(243 232 255 / 0) !important;
}
.stroke-purple-100\/10 {
  stroke: rgb(243 232 255 / 0.1) !important;
}
.stroke-purple-100\/100 {
  stroke: rgb(243 232 255 / 1) !important;
}
.stroke-purple-100\/15 {
  stroke: rgb(243 232 255 / 0.15) !important;
}
.stroke-purple-100\/20 {
  stroke: rgb(243 232 255 / 0.2) !important;
}
.stroke-purple-100\/25 {
  stroke: rgb(243 232 255 / 0.25) !important;
}
.stroke-purple-100\/30 {
  stroke: rgb(243 232 255 / 0.3) !important;
}
.stroke-purple-100\/35 {
  stroke: rgb(243 232 255 / 0.35) !important;
}
.stroke-purple-100\/40 {
  stroke: rgb(243 232 255 / 0.4) !important;
}
.stroke-purple-100\/45 {
  stroke: rgb(243 232 255 / 0.45) !important;
}
.stroke-purple-100\/5 {
  stroke: rgb(243 232 255 / 0.05) !important;
}
.stroke-purple-100\/50 {
  stroke: rgb(243 232 255 / 0.5) !important;
}
.stroke-purple-100\/55 {
  stroke: rgb(243 232 255 / 0.55) !important;
}
.stroke-purple-100\/60 {
  stroke: rgb(243 232 255 / 0.6) !important;
}
.stroke-purple-100\/65 {
  stroke: rgb(243 232 255 / 0.65) !important;
}
.stroke-purple-100\/70 {
  stroke: rgb(243 232 255 / 0.7) !important;
}
.stroke-purple-100\/75 {
  stroke: rgb(243 232 255 / 0.75) !important;
}
.stroke-purple-100\/80 {
  stroke: rgb(243 232 255 / 0.8) !important;
}
.stroke-purple-100\/85 {
  stroke: rgb(243 232 255 / 0.85) !important;
}
.stroke-purple-100\/90 {
  stroke: rgb(243 232 255 / 0.9) !important;
}
.stroke-purple-100\/95 {
  stroke: rgb(243 232 255 / 0.95) !important;
}
.stroke-purple-200 {
  stroke: #e9d5ff !important;
}
.stroke-purple-200\/0 {
  stroke: rgb(233 213 255 / 0) !important;
}
.stroke-purple-200\/10 {
  stroke: rgb(233 213 255 / 0.1) !important;
}
.stroke-purple-200\/100 {
  stroke: rgb(233 213 255 / 1) !important;
}
.stroke-purple-200\/15 {
  stroke: rgb(233 213 255 / 0.15) !important;
}
.stroke-purple-200\/20 {
  stroke: rgb(233 213 255 / 0.2) !important;
}
.stroke-purple-200\/25 {
  stroke: rgb(233 213 255 / 0.25) !important;
}
.stroke-purple-200\/30 {
  stroke: rgb(233 213 255 / 0.3) !important;
}
.stroke-purple-200\/35 {
  stroke: rgb(233 213 255 / 0.35) !important;
}
.stroke-purple-200\/40 {
  stroke: rgb(233 213 255 / 0.4) !important;
}
.stroke-purple-200\/45 {
  stroke: rgb(233 213 255 / 0.45) !important;
}
.stroke-purple-200\/5 {
  stroke: rgb(233 213 255 / 0.05) !important;
}
.stroke-purple-200\/50 {
  stroke: rgb(233 213 255 / 0.5) !important;
}
.stroke-purple-200\/55 {
  stroke: rgb(233 213 255 / 0.55) !important;
}
.stroke-purple-200\/60 {
  stroke: rgb(233 213 255 / 0.6) !important;
}
.stroke-purple-200\/65 {
  stroke: rgb(233 213 255 / 0.65) !important;
}
.stroke-purple-200\/70 {
  stroke: rgb(233 213 255 / 0.7) !important;
}
.stroke-purple-200\/75 {
  stroke: rgb(233 213 255 / 0.75) !important;
}
.stroke-purple-200\/80 {
  stroke: rgb(233 213 255 / 0.8) !important;
}
.stroke-purple-200\/85 {
  stroke: rgb(233 213 255 / 0.85) !important;
}
.stroke-purple-200\/90 {
  stroke: rgb(233 213 255 / 0.9) !important;
}
.stroke-purple-200\/95 {
  stroke: rgb(233 213 255 / 0.95) !important;
}
.stroke-purple-300 {
  stroke: #d8b4fe !important;
}
.stroke-purple-300\/0 {
  stroke: rgb(216 180 254 / 0) !important;
}
.stroke-purple-300\/10 {
  stroke: rgb(216 180 254 / 0.1) !important;
}
.stroke-purple-300\/100 {
  stroke: rgb(216 180 254 / 1) !important;
}
.stroke-purple-300\/15 {
  stroke: rgb(216 180 254 / 0.15) !important;
}
.stroke-purple-300\/20 {
  stroke: rgb(216 180 254 / 0.2) !important;
}
.stroke-purple-300\/25 {
  stroke: rgb(216 180 254 / 0.25) !important;
}
.stroke-purple-300\/30 {
  stroke: rgb(216 180 254 / 0.3) !important;
}
.stroke-purple-300\/35 {
  stroke: rgb(216 180 254 / 0.35) !important;
}
.stroke-purple-300\/40 {
  stroke: rgb(216 180 254 / 0.4) !important;
}
.stroke-purple-300\/45 {
  stroke: rgb(216 180 254 / 0.45) !important;
}
.stroke-purple-300\/5 {
  stroke: rgb(216 180 254 / 0.05) !important;
}
.stroke-purple-300\/50 {
  stroke: rgb(216 180 254 / 0.5) !important;
}
.stroke-purple-300\/55 {
  stroke: rgb(216 180 254 / 0.55) !important;
}
.stroke-purple-300\/60 {
  stroke: rgb(216 180 254 / 0.6) !important;
}
.stroke-purple-300\/65 {
  stroke: rgb(216 180 254 / 0.65) !important;
}
.stroke-purple-300\/70 {
  stroke: rgb(216 180 254 / 0.7) !important;
}
.stroke-purple-300\/75 {
  stroke: rgb(216 180 254 / 0.75) !important;
}
.stroke-purple-300\/80 {
  stroke: rgb(216 180 254 / 0.8) !important;
}
.stroke-purple-300\/85 {
  stroke: rgb(216 180 254 / 0.85) !important;
}
.stroke-purple-300\/90 {
  stroke: rgb(216 180 254 / 0.9) !important;
}
.stroke-purple-300\/95 {
  stroke: rgb(216 180 254 / 0.95) !important;
}
.stroke-purple-400 {
  stroke: #c084fc !important;
}
.stroke-purple-400\/0 {
  stroke: rgb(192 132 252 / 0) !important;
}
.stroke-purple-400\/10 {
  stroke: rgb(192 132 252 / 0.1) !important;
}
.stroke-purple-400\/100 {
  stroke: rgb(192 132 252 / 1) !important;
}
.stroke-purple-400\/15 {
  stroke: rgb(192 132 252 / 0.15) !important;
}
.stroke-purple-400\/20 {
  stroke: rgb(192 132 252 / 0.2) !important;
}
.stroke-purple-400\/25 {
  stroke: rgb(192 132 252 / 0.25) !important;
}
.stroke-purple-400\/30 {
  stroke: rgb(192 132 252 / 0.3) !important;
}
.stroke-purple-400\/35 {
  stroke: rgb(192 132 252 / 0.35) !important;
}
.stroke-purple-400\/40 {
  stroke: rgb(192 132 252 / 0.4) !important;
}
.stroke-purple-400\/45 {
  stroke: rgb(192 132 252 / 0.45) !important;
}
.stroke-purple-400\/5 {
  stroke: rgb(192 132 252 / 0.05) !important;
}
.stroke-purple-400\/50 {
  stroke: rgb(192 132 252 / 0.5) !important;
}
.stroke-purple-400\/55 {
  stroke: rgb(192 132 252 / 0.55) !important;
}
.stroke-purple-400\/60 {
  stroke: rgb(192 132 252 / 0.6) !important;
}
.stroke-purple-400\/65 {
  stroke: rgb(192 132 252 / 0.65) !important;
}
.stroke-purple-400\/70 {
  stroke: rgb(192 132 252 / 0.7) !important;
}
.stroke-purple-400\/75 {
  stroke: rgb(192 132 252 / 0.75) !important;
}
.stroke-purple-400\/80 {
  stroke: rgb(192 132 252 / 0.8) !important;
}
.stroke-purple-400\/85 {
  stroke: rgb(192 132 252 / 0.85) !important;
}
.stroke-purple-400\/90 {
  stroke: rgb(192 132 252 / 0.9) !important;
}
.stroke-purple-400\/95 {
  stroke: rgb(192 132 252 / 0.95) !important;
}
.stroke-purple-50 {
  stroke: #faf5ff !important;
}
.stroke-purple-50\/0 {
  stroke: rgb(250 245 255 / 0) !important;
}
.stroke-purple-50\/10 {
  stroke: rgb(250 245 255 / 0.1) !important;
}
.stroke-purple-50\/100 {
  stroke: rgb(250 245 255 / 1) !important;
}
.stroke-purple-50\/15 {
  stroke: rgb(250 245 255 / 0.15) !important;
}
.stroke-purple-50\/20 {
  stroke: rgb(250 245 255 / 0.2) !important;
}
.stroke-purple-50\/25 {
  stroke: rgb(250 245 255 / 0.25) !important;
}
.stroke-purple-50\/30 {
  stroke: rgb(250 245 255 / 0.3) !important;
}
.stroke-purple-50\/35 {
  stroke: rgb(250 245 255 / 0.35) !important;
}
.stroke-purple-50\/40 {
  stroke: rgb(250 245 255 / 0.4) !important;
}
.stroke-purple-50\/45 {
  stroke: rgb(250 245 255 / 0.45) !important;
}
.stroke-purple-50\/5 {
  stroke: rgb(250 245 255 / 0.05) !important;
}
.stroke-purple-50\/50 {
  stroke: rgb(250 245 255 / 0.5) !important;
}
.stroke-purple-50\/55 {
  stroke: rgb(250 245 255 / 0.55) !important;
}
.stroke-purple-50\/60 {
  stroke: rgb(250 245 255 / 0.6) !important;
}
.stroke-purple-50\/65 {
  stroke: rgb(250 245 255 / 0.65) !important;
}
.stroke-purple-50\/70 {
  stroke: rgb(250 245 255 / 0.7) !important;
}
.stroke-purple-50\/75 {
  stroke: rgb(250 245 255 / 0.75) !important;
}
.stroke-purple-50\/80 {
  stroke: rgb(250 245 255 / 0.8) !important;
}
.stroke-purple-50\/85 {
  stroke: rgb(250 245 255 / 0.85) !important;
}
.stroke-purple-50\/90 {
  stroke: rgb(250 245 255 / 0.9) !important;
}
.stroke-purple-50\/95 {
  stroke: rgb(250 245 255 / 0.95) !important;
}
.stroke-purple-500 {
  stroke: #a855f7 !important;
}
.stroke-purple-500\/0 {
  stroke: rgb(168 85 247 / 0) !important;
}
.stroke-purple-500\/10 {
  stroke: rgb(168 85 247 / 0.1) !important;
}
.stroke-purple-500\/100 {
  stroke: rgb(168 85 247 / 1) !important;
}
.stroke-purple-500\/15 {
  stroke: rgb(168 85 247 / 0.15) !important;
}
.stroke-purple-500\/20 {
  stroke: rgb(168 85 247 / 0.2) !important;
}
.stroke-purple-500\/25 {
  stroke: rgb(168 85 247 / 0.25) !important;
}
.stroke-purple-500\/30 {
  stroke: rgb(168 85 247 / 0.3) !important;
}
.stroke-purple-500\/35 {
  stroke: rgb(168 85 247 / 0.35) !important;
}
.stroke-purple-500\/40 {
  stroke: rgb(168 85 247 / 0.4) !important;
}
.stroke-purple-500\/45 {
  stroke: rgb(168 85 247 / 0.45) !important;
}
.stroke-purple-500\/5 {
  stroke: rgb(168 85 247 / 0.05) !important;
}
.stroke-purple-500\/50 {
  stroke: rgb(168 85 247 / 0.5) !important;
}
.stroke-purple-500\/55 {
  stroke: rgb(168 85 247 / 0.55) !important;
}
.stroke-purple-500\/60 {
  stroke: rgb(168 85 247 / 0.6) !important;
}
.stroke-purple-500\/65 {
  stroke: rgb(168 85 247 / 0.65) !important;
}
.stroke-purple-500\/70 {
  stroke: rgb(168 85 247 / 0.7) !important;
}
.stroke-purple-500\/75 {
  stroke: rgb(168 85 247 / 0.75) !important;
}
.stroke-purple-500\/80 {
  stroke: rgb(168 85 247 / 0.8) !important;
}
.stroke-purple-500\/85 {
  stroke: rgb(168 85 247 / 0.85) !important;
}
.stroke-purple-500\/90 {
  stroke: rgb(168 85 247 / 0.9) !important;
}
.stroke-purple-500\/95 {
  stroke: rgb(168 85 247 / 0.95) !important;
}
.stroke-purple-600 {
  stroke: #9333ea !important;
}
.stroke-purple-600\/0 {
  stroke: rgb(147 51 234 / 0) !important;
}
.stroke-purple-600\/10 {
  stroke: rgb(147 51 234 / 0.1) !important;
}
.stroke-purple-600\/100 {
  stroke: rgb(147 51 234 / 1) !important;
}
.stroke-purple-600\/15 {
  stroke: rgb(147 51 234 / 0.15) !important;
}
.stroke-purple-600\/20 {
  stroke: rgb(147 51 234 / 0.2) !important;
}
.stroke-purple-600\/25 {
  stroke: rgb(147 51 234 / 0.25) !important;
}
.stroke-purple-600\/30 {
  stroke: rgb(147 51 234 / 0.3) !important;
}
.stroke-purple-600\/35 {
  stroke: rgb(147 51 234 / 0.35) !important;
}
.stroke-purple-600\/40 {
  stroke: rgb(147 51 234 / 0.4) !important;
}
.stroke-purple-600\/45 {
  stroke: rgb(147 51 234 / 0.45) !important;
}
.stroke-purple-600\/5 {
  stroke: rgb(147 51 234 / 0.05) !important;
}
.stroke-purple-600\/50 {
  stroke: rgb(147 51 234 / 0.5) !important;
}
.stroke-purple-600\/55 {
  stroke: rgb(147 51 234 / 0.55) !important;
}
.stroke-purple-600\/60 {
  stroke: rgb(147 51 234 / 0.6) !important;
}
.stroke-purple-600\/65 {
  stroke: rgb(147 51 234 / 0.65) !important;
}
.stroke-purple-600\/70 {
  stroke: rgb(147 51 234 / 0.7) !important;
}
.stroke-purple-600\/75 {
  stroke: rgb(147 51 234 / 0.75) !important;
}
.stroke-purple-600\/80 {
  stroke: rgb(147 51 234 / 0.8) !important;
}
.stroke-purple-600\/85 {
  stroke: rgb(147 51 234 / 0.85) !important;
}
.stroke-purple-600\/90 {
  stroke: rgb(147 51 234 / 0.9) !important;
}
.stroke-purple-600\/95 {
  stroke: rgb(147 51 234 / 0.95) !important;
}
.stroke-purple-700 {
  stroke: #7e22ce !important;
}
.stroke-purple-700\/0 {
  stroke: rgb(126 34 206 / 0) !important;
}
.stroke-purple-700\/10 {
  stroke: rgb(126 34 206 / 0.1) !important;
}
.stroke-purple-700\/100 {
  stroke: rgb(126 34 206 / 1) !important;
}
.stroke-purple-700\/15 {
  stroke: rgb(126 34 206 / 0.15) !important;
}
.stroke-purple-700\/20 {
  stroke: rgb(126 34 206 / 0.2) !important;
}
.stroke-purple-700\/25 {
  stroke: rgb(126 34 206 / 0.25) !important;
}
.stroke-purple-700\/30 {
  stroke: rgb(126 34 206 / 0.3) !important;
}
.stroke-purple-700\/35 {
  stroke: rgb(126 34 206 / 0.35) !important;
}
.stroke-purple-700\/40 {
  stroke: rgb(126 34 206 / 0.4) !important;
}
.stroke-purple-700\/45 {
  stroke: rgb(126 34 206 / 0.45) !important;
}
.stroke-purple-700\/5 {
  stroke: rgb(126 34 206 / 0.05) !important;
}
.stroke-purple-700\/50 {
  stroke: rgb(126 34 206 / 0.5) !important;
}
.stroke-purple-700\/55 {
  stroke: rgb(126 34 206 / 0.55) !important;
}
.stroke-purple-700\/60 {
  stroke: rgb(126 34 206 / 0.6) !important;
}
.stroke-purple-700\/65 {
  stroke: rgb(126 34 206 / 0.65) !important;
}
.stroke-purple-700\/70 {
  stroke: rgb(126 34 206 / 0.7) !important;
}
.stroke-purple-700\/75 {
  stroke: rgb(126 34 206 / 0.75) !important;
}
.stroke-purple-700\/80 {
  stroke: rgb(126 34 206 / 0.8) !important;
}
.stroke-purple-700\/85 {
  stroke: rgb(126 34 206 / 0.85) !important;
}
.stroke-purple-700\/90 {
  stroke: rgb(126 34 206 / 0.9) !important;
}
.stroke-purple-700\/95 {
  stroke: rgb(126 34 206 / 0.95) !important;
}
.stroke-purple-800 {
  stroke: #6b21a8 !important;
}
.stroke-purple-800\/0 {
  stroke: rgb(107 33 168 / 0) !important;
}
.stroke-purple-800\/10 {
  stroke: rgb(107 33 168 / 0.1) !important;
}
.stroke-purple-800\/100 {
  stroke: rgb(107 33 168 / 1) !important;
}
.stroke-purple-800\/15 {
  stroke: rgb(107 33 168 / 0.15) !important;
}
.stroke-purple-800\/20 {
  stroke: rgb(107 33 168 / 0.2) !important;
}
.stroke-purple-800\/25 {
  stroke: rgb(107 33 168 / 0.25) !important;
}
.stroke-purple-800\/30 {
  stroke: rgb(107 33 168 / 0.3) !important;
}
.stroke-purple-800\/35 {
  stroke: rgb(107 33 168 / 0.35) !important;
}
.stroke-purple-800\/40 {
  stroke: rgb(107 33 168 / 0.4) !important;
}
.stroke-purple-800\/45 {
  stroke: rgb(107 33 168 / 0.45) !important;
}
.stroke-purple-800\/5 {
  stroke: rgb(107 33 168 / 0.05) !important;
}
.stroke-purple-800\/50 {
  stroke: rgb(107 33 168 / 0.5) !important;
}
.stroke-purple-800\/55 {
  stroke: rgb(107 33 168 / 0.55) !important;
}
.stroke-purple-800\/60 {
  stroke: rgb(107 33 168 / 0.6) !important;
}
.stroke-purple-800\/65 {
  stroke: rgb(107 33 168 / 0.65) !important;
}
.stroke-purple-800\/70 {
  stroke: rgb(107 33 168 / 0.7) !important;
}
.stroke-purple-800\/75 {
  stroke: rgb(107 33 168 / 0.75) !important;
}
.stroke-purple-800\/80 {
  stroke: rgb(107 33 168 / 0.8) !important;
}
.stroke-purple-800\/85 {
  stroke: rgb(107 33 168 / 0.85) !important;
}
.stroke-purple-800\/90 {
  stroke: rgb(107 33 168 / 0.9) !important;
}
.stroke-purple-800\/95 {
  stroke: rgb(107 33 168 / 0.95) !important;
}
.stroke-purple-900 {
  stroke: #581c87 !important;
}
.stroke-purple-900\/0 {
  stroke: rgb(88 28 135 / 0) !important;
}
.stroke-purple-900\/10 {
  stroke: rgb(88 28 135 / 0.1) !important;
}
.stroke-purple-900\/100 {
  stroke: rgb(88 28 135 / 1) !important;
}
.stroke-purple-900\/15 {
  stroke: rgb(88 28 135 / 0.15) !important;
}
.stroke-purple-900\/20 {
  stroke: rgb(88 28 135 / 0.2) !important;
}
.stroke-purple-900\/25 {
  stroke: rgb(88 28 135 / 0.25) !important;
}
.stroke-purple-900\/30 {
  stroke: rgb(88 28 135 / 0.3) !important;
}
.stroke-purple-900\/35 {
  stroke: rgb(88 28 135 / 0.35) !important;
}
.stroke-purple-900\/40 {
  stroke: rgb(88 28 135 / 0.4) !important;
}
.stroke-purple-900\/45 {
  stroke: rgb(88 28 135 / 0.45) !important;
}
.stroke-purple-900\/5 {
  stroke: rgb(88 28 135 / 0.05) !important;
}
.stroke-purple-900\/50 {
  stroke: rgb(88 28 135 / 0.5) !important;
}
.stroke-purple-900\/55 {
  stroke: rgb(88 28 135 / 0.55) !important;
}
.stroke-purple-900\/60 {
  stroke: rgb(88 28 135 / 0.6) !important;
}
.stroke-purple-900\/65 {
  stroke: rgb(88 28 135 / 0.65) !important;
}
.stroke-purple-900\/70 {
  stroke: rgb(88 28 135 / 0.7) !important;
}
.stroke-purple-900\/75 {
  stroke: rgb(88 28 135 / 0.75) !important;
}
.stroke-purple-900\/80 {
  stroke: rgb(88 28 135 / 0.8) !important;
}
.stroke-purple-900\/85 {
  stroke: rgb(88 28 135 / 0.85) !important;
}
.stroke-purple-900\/90 {
  stroke: rgb(88 28 135 / 0.9) !important;
}
.stroke-purple-900\/95 {
  stroke: rgb(88 28 135 / 0.95) !important;
}
.stroke-purple-950 {
  stroke: #3b0764 !important;
}
.stroke-purple-950\/0 {
  stroke: rgb(59 7 100 / 0) !important;
}
.stroke-purple-950\/10 {
  stroke: rgb(59 7 100 / 0.1) !important;
}
.stroke-purple-950\/100 {
  stroke: rgb(59 7 100 / 1) !important;
}
.stroke-purple-950\/15 {
  stroke: rgb(59 7 100 / 0.15) !important;
}
.stroke-purple-950\/20 {
  stroke: rgb(59 7 100 / 0.2) !important;
}
.stroke-purple-950\/25 {
  stroke: rgb(59 7 100 / 0.25) !important;
}
.stroke-purple-950\/30 {
  stroke: rgb(59 7 100 / 0.3) !important;
}
.stroke-purple-950\/35 {
  stroke: rgb(59 7 100 / 0.35) !important;
}
.stroke-purple-950\/40 {
  stroke: rgb(59 7 100 / 0.4) !important;
}
.stroke-purple-950\/45 {
  stroke: rgb(59 7 100 / 0.45) !important;
}
.stroke-purple-950\/5 {
  stroke: rgb(59 7 100 / 0.05) !important;
}
.stroke-purple-950\/50 {
  stroke: rgb(59 7 100 / 0.5) !important;
}
.stroke-purple-950\/55 {
  stroke: rgb(59 7 100 / 0.55) !important;
}
.stroke-purple-950\/60 {
  stroke: rgb(59 7 100 / 0.6) !important;
}
.stroke-purple-950\/65 {
  stroke: rgb(59 7 100 / 0.65) !important;
}
.stroke-purple-950\/70 {
  stroke: rgb(59 7 100 / 0.7) !important;
}
.stroke-purple-950\/75 {
  stroke: rgb(59 7 100 / 0.75) !important;
}
.stroke-purple-950\/80 {
  stroke: rgb(59 7 100 / 0.8) !important;
}
.stroke-purple-950\/85 {
  stroke: rgb(59 7 100 / 0.85) !important;
}
.stroke-purple-950\/90 {
  stroke: rgb(59 7 100 / 0.9) !important;
}
.stroke-purple-950\/95 {
  stroke: rgb(59 7 100 / 0.95) !important;
}
.stroke-red-100 {
  stroke: #fee2e2 !important;
}
.stroke-red-100\/0 {
  stroke: rgb(254 226 226 / 0) !important;
}
.stroke-red-100\/10 {
  stroke: rgb(254 226 226 / 0.1) !important;
}
.stroke-red-100\/100 {
  stroke: rgb(254 226 226 / 1) !important;
}
.stroke-red-100\/15 {
  stroke: rgb(254 226 226 / 0.15) !important;
}
.stroke-red-100\/20 {
  stroke: rgb(254 226 226 / 0.2) !important;
}
.stroke-red-100\/25 {
  stroke: rgb(254 226 226 / 0.25) !important;
}
.stroke-red-100\/30 {
  stroke: rgb(254 226 226 / 0.3) !important;
}
.stroke-red-100\/35 {
  stroke: rgb(254 226 226 / 0.35) !important;
}
.stroke-red-100\/40 {
  stroke: rgb(254 226 226 / 0.4) !important;
}
.stroke-red-100\/45 {
  stroke: rgb(254 226 226 / 0.45) !important;
}
.stroke-red-100\/5 {
  stroke: rgb(254 226 226 / 0.05) !important;
}
.stroke-red-100\/50 {
  stroke: rgb(254 226 226 / 0.5) !important;
}
.stroke-red-100\/55 {
  stroke: rgb(254 226 226 / 0.55) !important;
}
.stroke-red-100\/60 {
  stroke: rgb(254 226 226 / 0.6) !important;
}
.stroke-red-100\/65 {
  stroke: rgb(254 226 226 / 0.65) !important;
}
.stroke-red-100\/70 {
  stroke: rgb(254 226 226 / 0.7) !important;
}
.stroke-red-100\/75 {
  stroke: rgb(254 226 226 / 0.75) !important;
}
.stroke-red-100\/80 {
  stroke: rgb(254 226 226 / 0.8) !important;
}
.stroke-red-100\/85 {
  stroke: rgb(254 226 226 / 0.85) !important;
}
.stroke-red-100\/90 {
  stroke: rgb(254 226 226 / 0.9) !important;
}
.stroke-red-100\/95 {
  stroke: rgb(254 226 226 / 0.95) !important;
}
.stroke-red-200 {
  stroke: #fecaca !important;
}
.stroke-red-200\/0 {
  stroke: rgb(254 202 202 / 0) !important;
}
.stroke-red-200\/10 {
  stroke: rgb(254 202 202 / 0.1) !important;
}
.stroke-red-200\/100 {
  stroke: rgb(254 202 202 / 1) !important;
}
.stroke-red-200\/15 {
  stroke: rgb(254 202 202 / 0.15) !important;
}
.stroke-red-200\/20 {
  stroke: rgb(254 202 202 / 0.2) !important;
}
.stroke-red-200\/25 {
  stroke: rgb(254 202 202 / 0.25) !important;
}
.stroke-red-200\/30 {
  stroke: rgb(254 202 202 / 0.3) !important;
}
.stroke-red-200\/35 {
  stroke: rgb(254 202 202 / 0.35) !important;
}
.stroke-red-200\/40 {
  stroke: rgb(254 202 202 / 0.4) !important;
}
.stroke-red-200\/45 {
  stroke: rgb(254 202 202 / 0.45) !important;
}
.stroke-red-200\/5 {
  stroke: rgb(254 202 202 / 0.05) !important;
}
.stroke-red-200\/50 {
  stroke: rgb(254 202 202 / 0.5) !important;
}
.stroke-red-200\/55 {
  stroke: rgb(254 202 202 / 0.55) !important;
}
.stroke-red-200\/60 {
  stroke: rgb(254 202 202 / 0.6) !important;
}
.stroke-red-200\/65 {
  stroke: rgb(254 202 202 / 0.65) !important;
}
.stroke-red-200\/70 {
  stroke: rgb(254 202 202 / 0.7) !important;
}
.stroke-red-200\/75 {
  stroke: rgb(254 202 202 / 0.75) !important;
}
.stroke-red-200\/80 {
  stroke: rgb(254 202 202 / 0.8) !important;
}
.stroke-red-200\/85 {
  stroke: rgb(254 202 202 / 0.85) !important;
}
.stroke-red-200\/90 {
  stroke: rgb(254 202 202 / 0.9) !important;
}
.stroke-red-200\/95 {
  stroke: rgb(254 202 202 / 0.95) !important;
}
.stroke-red-300 {
  stroke: #fca5a5 !important;
}
.stroke-red-300\/0 {
  stroke: rgb(252 165 165 / 0) !important;
}
.stroke-red-300\/10 {
  stroke: rgb(252 165 165 / 0.1) !important;
}
.stroke-red-300\/100 {
  stroke: rgb(252 165 165 / 1) !important;
}
.stroke-red-300\/15 {
  stroke: rgb(252 165 165 / 0.15) !important;
}
.stroke-red-300\/20 {
  stroke: rgb(252 165 165 / 0.2) !important;
}
.stroke-red-300\/25 {
  stroke: rgb(252 165 165 / 0.25) !important;
}
.stroke-red-300\/30 {
  stroke: rgb(252 165 165 / 0.3) !important;
}
.stroke-red-300\/35 {
  stroke: rgb(252 165 165 / 0.35) !important;
}
.stroke-red-300\/40 {
  stroke: rgb(252 165 165 / 0.4) !important;
}
.stroke-red-300\/45 {
  stroke: rgb(252 165 165 / 0.45) !important;
}
.stroke-red-300\/5 {
  stroke: rgb(252 165 165 / 0.05) !important;
}
.stroke-red-300\/50 {
  stroke: rgb(252 165 165 / 0.5) !important;
}
.stroke-red-300\/55 {
  stroke: rgb(252 165 165 / 0.55) !important;
}
.stroke-red-300\/60 {
  stroke: rgb(252 165 165 / 0.6) !important;
}
.stroke-red-300\/65 {
  stroke: rgb(252 165 165 / 0.65) !important;
}
.stroke-red-300\/70 {
  stroke: rgb(252 165 165 / 0.7) !important;
}
.stroke-red-300\/75 {
  stroke: rgb(252 165 165 / 0.75) !important;
}
.stroke-red-300\/80 {
  stroke: rgb(252 165 165 / 0.8) !important;
}
.stroke-red-300\/85 {
  stroke: rgb(252 165 165 / 0.85) !important;
}
.stroke-red-300\/90 {
  stroke: rgb(252 165 165 / 0.9) !important;
}
.stroke-red-300\/95 {
  stroke: rgb(252 165 165 / 0.95) !important;
}
.stroke-red-400 {
  stroke: #f87171 !important;
}
.stroke-red-400\/0 {
  stroke: rgb(248 113 113 / 0) !important;
}
.stroke-red-400\/10 {
  stroke: rgb(248 113 113 / 0.1) !important;
}
.stroke-red-400\/100 {
  stroke: rgb(248 113 113 / 1) !important;
}
.stroke-red-400\/15 {
  stroke: rgb(248 113 113 / 0.15) !important;
}
.stroke-red-400\/20 {
  stroke: rgb(248 113 113 / 0.2) !important;
}
.stroke-red-400\/25 {
  stroke: rgb(248 113 113 / 0.25) !important;
}
.stroke-red-400\/30 {
  stroke: rgb(248 113 113 / 0.3) !important;
}
.stroke-red-400\/35 {
  stroke: rgb(248 113 113 / 0.35) !important;
}
.stroke-red-400\/40 {
  stroke: rgb(248 113 113 / 0.4) !important;
}
.stroke-red-400\/45 {
  stroke: rgb(248 113 113 / 0.45) !important;
}
.stroke-red-400\/5 {
  stroke: rgb(248 113 113 / 0.05) !important;
}
.stroke-red-400\/50 {
  stroke: rgb(248 113 113 / 0.5) !important;
}
.stroke-red-400\/55 {
  stroke: rgb(248 113 113 / 0.55) !important;
}
.stroke-red-400\/60 {
  stroke: rgb(248 113 113 / 0.6) !important;
}
.stroke-red-400\/65 {
  stroke: rgb(248 113 113 / 0.65) !important;
}
.stroke-red-400\/70 {
  stroke: rgb(248 113 113 / 0.7) !important;
}
.stroke-red-400\/75 {
  stroke: rgb(248 113 113 / 0.75) !important;
}
.stroke-red-400\/80 {
  stroke: rgb(248 113 113 / 0.8) !important;
}
.stroke-red-400\/85 {
  stroke: rgb(248 113 113 / 0.85) !important;
}
.stroke-red-400\/90 {
  stroke: rgb(248 113 113 / 0.9) !important;
}
.stroke-red-400\/95 {
  stroke: rgb(248 113 113 / 0.95) !important;
}
.stroke-red-50 {
  stroke: #fef2f2 !important;
}
.stroke-red-50\/0 {
  stroke: rgb(254 242 242 / 0) !important;
}
.stroke-red-50\/10 {
  stroke: rgb(254 242 242 / 0.1) !important;
}
.stroke-red-50\/100 {
  stroke: rgb(254 242 242 / 1) !important;
}
.stroke-red-50\/15 {
  stroke: rgb(254 242 242 / 0.15) !important;
}
.stroke-red-50\/20 {
  stroke: rgb(254 242 242 / 0.2) !important;
}
.stroke-red-50\/25 {
  stroke: rgb(254 242 242 / 0.25) !important;
}
.stroke-red-50\/30 {
  stroke: rgb(254 242 242 / 0.3) !important;
}
.stroke-red-50\/35 {
  stroke: rgb(254 242 242 / 0.35) !important;
}
.stroke-red-50\/40 {
  stroke: rgb(254 242 242 / 0.4) !important;
}
.stroke-red-50\/45 {
  stroke: rgb(254 242 242 / 0.45) !important;
}
.stroke-red-50\/5 {
  stroke: rgb(254 242 242 / 0.05) !important;
}
.stroke-red-50\/50 {
  stroke: rgb(254 242 242 / 0.5) !important;
}
.stroke-red-50\/55 {
  stroke: rgb(254 242 242 / 0.55) !important;
}
.stroke-red-50\/60 {
  stroke: rgb(254 242 242 / 0.6) !important;
}
.stroke-red-50\/65 {
  stroke: rgb(254 242 242 / 0.65) !important;
}
.stroke-red-50\/70 {
  stroke: rgb(254 242 242 / 0.7) !important;
}
.stroke-red-50\/75 {
  stroke: rgb(254 242 242 / 0.75) !important;
}
.stroke-red-50\/80 {
  stroke: rgb(254 242 242 / 0.8) !important;
}
.stroke-red-50\/85 {
  stroke: rgb(254 242 242 / 0.85) !important;
}
.stroke-red-50\/90 {
  stroke: rgb(254 242 242 / 0.9) !important;
}
.stroke-red-50\/95 {
  stroke: rgb(254 242 242 / 0.95) !important;
}
.stroke-red-500 {
  stroke: #ef4444 !important;
}
.stroke-red-500\/0 {
  stroke: rgb(239 68 68 / 0) !important;
}
.stroke-red-500\/10 {
  stroke: rgb(239 68 68 / 0.1) !important;
}
.stroke-red-500\/100 {
  stroke: rgb(239 68 68 / 1) !important;
}
.stroke-red-500\/15 {
  stroke: rgb(239 68 68 / 0.15) !important;
}
.stroke-red-500\/20 {
  stroke: rgb(239 68 68 / 0.2) !important;
}
.stroke-red-500\/25 {
  stroke: rgb(239 68 68 / 0.25) !important;
}
.stroke-red-500\/30 {
  stroke: rgb(239 68 68 / 0.3) !important;
}
.stroke-red-500\/35 {
  stroke: rgb(239 68 68 / 0.35) !important;
}
.stroke-red-500\/40 {
  stroke: rgb(239 68 68 / 0.4) !important;
}
.stroke-red-500\/45 {
  stroke: rgb(239 68 68 / 0.45) !important;
}
.stroke-red-500\/5 {
  stroke: rgb(239 68 68 / 0.05) !important;
}
.stroke-red-500\/50 {
  stroke: rgb(239 68 68 / 0.5) !important;
}
.stroke-red-500\/55 {
  stroke: rgb(239 68 68 / 0.55) !important;
}
.stroke-red-500\/60 {
  stroke: rgb(239 68 68 / 0.6) !important;
}
.stroke-red-500\/65 {
  stroke: rgb(239 68 68 / 0.65) !important;
}
.stroke-red-500\/70 {
  stroke: rgb(239 68 68 / 0.7) !important;
}
.stroke-red-500\/75 {
  stroke: rgb(239 68 68 / 0.75) !important;
}
.stroke-red-500\/80 {
  stroke: rgb(239 68 68 / 0.8) !important;
}
.stroke-red-500\/85 {
  stroke: rgb(239 68 68 / 0.85) !important;
}
.stroke-red-500\/90 {
  stroke: rgb(239 68 68 / 0.9) !important;
}
.stroke-red-500\/95 {
  stroke: rgb(239 68 68 / 0.95) !important;
}
.stroke-red-600 {
  stroke: #dc2626 !important;
}
.stroke-red-600\/0 {
  stroke: rgb(220 38 38 / 0) !important;
}
.stroke-red-600\/10 {
  stroke: rgb(220 38 38 / 0.1) !important;
}
.stroke-red-600\/100 {
  stroke: rgb(220 38 38 / 1) !important;
}
.stroke-red-600\/15 {
  stroke: rgb(220 38 38 / 0.15) !important;
}
.stroke-red-600\/20 {
  stroke: rgb(220 38 38 / 0.2) !important;
}
.stroke-red-600\/25 {
  stroke: rgb(220 38 38 / 0.25) !important;
}
.stroke-red-600\/30 {
  stroke: rgb(220 38 38 / 0.3) !important;
}
.stroke-red-600\/35 {
  stroke: rgb(220 38 38 / 0.35) !important;
}
.stroke-red-600\/40 {
  stroke: rgb(220 38 38 / 0.4) !important;
}
.stroke-red-600\/45 {
  stroke: rgb(220 38 38 / 0.45) !important;
}
.stroke-red-600\/5 {
  stroke: rgb(220 38 38 / 0.05) !important;
}
.stroke-red-600\/50 {
  stroke: rgb(220 38 38 / 0.5) !important;
}
.stroke-red-600\/55 {
  stroke: rgb(220 38 38 / 0.55) !important;
}
.stroke-red-600\/60 {
  stroke: rgb(220 38 38 / 0.6) !important;
}
.stroke-red-600\/65 {
  stroke: rgb(220 38 38 / 0.65) !important;
}
.stroke-red-600\/70 {
  stroke: rgb(220 38 38 / 0.7) !important;
}
.stroke-red-600\/75 {
  stroke: rgb(220 38 38 / 0.75) !important;
}
.stroke-red-600\/80 {
  stroke: rgb(220 38 38 / 0.8) !important;
}
.stroke-red-600\/85 {
  stroke: rgb(220 38 38 / 0.85) !important;
}
.stroke-red-600\/90 {
  stroke: rgb(220 38 38 / 0.9) !important;
}
.stroke-red-600\/95 {
  stroke: rgb(220 38 38 / 0.95) !important;
}
.stroke-red-700 {
  stroke: #b91c1c !important;
}
.stroke-red-700\/0 {
  stroke: rgb(185 28 28 / 0) !important;
}
.stroke-red-700\/10 {
  stroke: rgb(185 28 28 / 0.1) !important;
}
.stroke-red-700\/100 {
  stroke: rgb(185 28 28 / 1) !important;
}
.stroke-red-700\/15 {
  stroke: rgb(185 28 28 / 0.15) !important;
}
.stroke-red-700\/20 {
  stroke: rgb(185 28 28 / 0.2) !important;
}
.stroke-red-700\/25 {
  stroke: rgb(185 28 28 / 0.25) !important;
}
.stroke-red-700\/30 {
  stroke: rgb(185 28 28 / 0.3) !important;
}
.stroke-red-700\/35 {
  stroke: rgb(185 28 28 / 0.35) !important;
}
.stroke-red-700\/40 {
  stroke: rgb(185 28 28 / 0.4) !important;
}
.stroke-red-700\/45 {
  stroke: rgb(185 28 28 / 0.45) !important;
}
.stroke-red-700\/5 {
  stroke: rgb(185 28 28 / 0.05) !important;
}
.stroke-red-700\/50 {
  stroke: rgb(185 28 28 / 0.5) !important;
}
.stroke-red-700\/55 {
  stroke: rgb(185 28 28 / 0.55) !important;
}
.stroke-red-700\/60 {
  stroke: rgb(185 28 28 / 0.6) !important;
}
.stroke-red-700\/65 {
  stroke: rgb(185 28 28 / 0.65) !important;
}
.stroke-red-700\/70 {
  stroke: rgb(185 28 28 / 0.7) !important;
}
.stroke-red-700\/75 {
  stroke: rgb(185 28 28 / 0.75) !important;
}
.stroke-red-700\/80 {
  stroke: rgb(185 28 28 / 0.8) !important;
}
.stroke-red-700\/85 {
  stroke: rgb(185 28 28 / 0.85) !important;
}
.stroke-red-700\/90 {
  stroke: rgb(185 28 28 / 0.9) !important;
}
.stroke-red-700\/95 {
  stroke: rgb(185 28 28 / 0.95) !important;
}
.stroke-red-800 {
  stroke: #991b1b !important;
}
.stroke-red-800\/0 {
  stroke: rgb(153 27 27 / 0) !important;
}
.stroke-red-800\/10 {
  stroke: rgb(153 27 27 / 0.1) !important;
}
.stroke-red-800\/100 {
  stroke: rgb(153 27 27 / 1) !important;
}
.stroke-red-800\/15 {
  stroke: rgb(153 27 27 / 0.15) !important;
}
.stroke-red-800\/20 {
  stroke: rgb(153 27 27 / 0.2) !important;
}
.stroke-red-800\/25 {
  stroke: rgb(153 27 27 / 0.25) !important;
}
.stroke-red-800\/30 {
  stroke: rgb(153 27 27 / 0.3) !important;
}
.stroke-red-800\/35 {
  stroke: rgb(153 27 27 / 0.35) !important;
}
.stroke-red-800\/40 {
  stroke: rgb(153 27 27 / 0.4) !important;
}
.stroke-red-800\/45 {
  stroke: rgb(153 27 27 / 0.45) !important;
}
.stroke-red-800\/5 {
  stroke: rgb(153 27 27 / 0.05) !important;
}
.stroke-red-800\/50 {
  stroke: rgb(153 27 27 / 0.5) !important;
}
.stroke-red-800\/55 {
  stroke: rgb(153 27 27 / 0.55) !important;
}
.stroke-red-800\/60 {
  stroke: rgb(153 27 27 / 0.6) !important;
}
.stroke-red-800\/65 {
  stroke: rgb(153 27 27 / 0.65) !important;
}
.stroke-red-800\/70 {
  stroke: rgb(153 27 27 / 0.7) !important;
}
.stroke-red-800\/75 {
  stroke: rgb(153 27 27 / 0.75) !important;
}
.stroke-red-800\/80 {
  stroke: rgb(153 27 27 / 0.8) !important;
}
.stroke-red-800\/85 {
  stroke: rgb(153 27 27 / 0.85) !important;
}
.stroke-red-800\/90 {
  stroke: rgb(153 27 27 / 0.9) !important;
}
.stroke-red-800\/95 {
  stroke: rgb(153 27 27 / 0.95) !important;
}
.stroke-red-900 {
  stroke: #7f1d1d !important;
}
.stroke-red-900\/0 {
  stroke: rgb(127 29 29 / 0) !important;
}
.stroke-red-900\/10 {
  stroke: rgb(127 29 29 / 0.1) !important;
}
.stroke-red-900\/100 {
  stroke: rgb(127 29 29 / 1) !important;
}
.stroke-red-900\/15 {
  stroke: rgb(127 29 29 / 0.15) !important;
}
.stroke-red-900\/20 {
  stroke: rgb(127 29 29 / 0.2) !important;
}
.stroke-red-900\/25 {
  stroke: rgb(127 29 29 / 0.25) !important;
}
.stroke-red-900\/30 {
  stroke: rgb(127 29 29 / 0.3) !important;
}
.stroke-red-900\/35 {
  stroke: rgb(127 29 29 / 0.35) !important;
}
.stroke-red-900\/40 {
  stroke: rgb(127 29 29 / 0.4) !important;
}
.stroke-red-900\/45 {
  stroke: rgb(127 29 29 / 0.45) !important;
}
.stroke-red-900\/5 {
  stroke: rgb(127 29 29 / 0.05) !important;
}
.stroke-red-900\/50 {
  stroke: rgb(127 29 29 / 0.5) !important;
}
.stroke-red-900\/55 {
  stroke: rgb(127 29 29 / 0.55) !important;
}
.stroke-red-900\/60 {
  stroke: rgb(127 29 29 / 0.6) !important;
}
.stroke-red-900\/65 {
  stroke: rgb(127 29 29 / 0.65) !important;
}
.stroke-red-900\/70 {
  stroke: rgb(127 29 29 / 0.7) !important;
}
.stroke-red-900\/75 {
  stroke: rgb(127 29 29 / 0.75) !important;
}
.stroke-red-900\/80 {
  stroke: rgb(127 29 29 / 0.8) !important;
}
.stroke-red-900\/85 {
  stroke: rgb(127 29 29 / 0.85) !important;
}
.stroke-red-900\/90 {
  stroke: rgb(127 29 29 / 0.9) !important;
}
.stroke-red-900\/95 {
  stroke: rgb(127 29 29 / 0.95) !important;
}
.stroke-red-950 {
  stroke: #450a0a !important;
}
.stroke-red-950\/0 {
  stroke: rgb(69 10 10 / 0) !important;
}
.stroke-red-950\/10 {
  stroke: rgb(69 10 10 / 0.1) !important;
}
.stroke-red-950\/100 {
  stroke: rgb(69 10 10 / 1) !important;
}
.stroke-red-950\/15 {
  stroke: rgb(69 10 10 / 0.15) !important;
}
.stroke-red-950\/20 {
  stroke: rgb(69 10 10 / 0.2) !important;
}
.stroke-red-950\/25 {
  stroke: rgb(69 10 10 / 0.25) !important;
}
.stroke-red-950\/30 {
  stroke: rgb(69 10 10 / 0.3) !important;
}
.stroke-red-950\/35 {
  stroke: rgb(69 10 10 / 0.35) !important;
}
.stroke-red-950\/40 {
  stroke: rgb(69 10 10 / 0.4) !important;
}
.stroke-red-950\/45 {
  stroke: rgb(69 10 10 / 0.45) !important;
}
.stroke-red-950\/5 {
  stroke: rgb(69 10 10 / 0.05) !important;
}
.stroke-red-950\/50 {
  stroke: rgb(69 10 10 / 0.5) !important;
}
.stroke-red-950\/55 {
  stroke: rgb(69 10 10 / 0.55) !important;
}
.stroke-red-950\/60 {
  stroke: rgb(69 10 10 / 0.6) !important;
}
.stroke-red-950\/65 {
  stroke: rgb(69 10 10 / 0.65) !important;
}
.stroke-red-950\/70 {
  stroke: rgb(69 10 10 / 0.7) !important;
}
.stroke-red-950\/75 {
  stroke: rgb(69 10 10 / 0.75) !important;
}
.stroke-red-950\/80 {
  stroke: rgb(69 10 10 / 0.8) !important;
}
.stroke-red-950\/85 {
  stroke: rgb(69 10 10 / 0.85) !important;
}
.stroke-red-950\/90 {
  stroke: rgb(69 10 10 / 0.9) !important;
}
.stroke-red-950\/95 {
  stroke: rgb(69 10 10 / 0.95) !important;
}
.stroke-rose-100 {
  stroke: #ffe4e6 !important;
}
.stroke-rose-100\/0 {
  stroke: rgb(255 228 230 / 0) !important;
}
.stroke-rose-100\/10 {
  stroke: rgb(255 228 230 / 0.1) !important;
}
.stroke-rose-100\/100 {
  stroke: rgb(255 228 230 / 1) !important;
}
.stroke-rose-100\/15 {
  stroke: rgb(255 228 230 / 0.15) !important;
}
.stroke-rose-100\/20 {
  stroke: rgb(255 228 230 / 0.2) !important;
}
.stroke-rose-100\/25 {
  stroke: rgb(255 228 230 / 0.25) !important;
}
.stroke-rose-100\/30 {
  stroke: rgb(255 228 230 / 0.3) !important;
}
.stroke-rose-100\/35 {
  stroke: rgb(255 228 230 / 0.35) !important;
}
.stroke-rose-100\/40 {
  stroke: rgb(255 228 230 / 0.4) !important;
}
.stroke-rose-100\/45 {
  stroke: rgb(255 228 230 / 0.45) !important;
}
.stroke-rose-100\/5 {
  stroke: rgb(255 228 230 / 0.05) !important;
}
.stroke-rose-100\/50 {
  stroke: rgb(255 228 230 / 0.5) !important;
}
.stroke-rose-100\/55 {
  stroke: rgb(255 228 230 / 0.55) !important;
}
.stroke-rose-100\/60 {
  stroke: rgb(255 228 230 / 0.6) !important;
}
.stroke-rose-100\/65 {
  stroke: rgb(255 228 230 / 0.65) !important;
}
.stroke-rose-100\/70 {
  stroke: rgb(255 228 230 / 0.7) !important;
}
.stroke-rose-100\/75 {
  stroke: rgb(255 228 230 / 0.75) !important;
}
.stroke-rose-100\/80 {
  stroke: rgb(255 228 230 / 0.8) !important;
}
.stroke-rose-100\/85 {
  stroke: rgb(255 228 230 / 0.85) !important;
}
.stroke-rose-100\/90 {
  stroke: rgb(255 228 230 / 0.9) !important;
}
.stroke-rose-100\/95 {
  stroke: rgb(255 228 230 / 0.95) !important;
}
.stroke-rose-200 {
  stroke: #fecdd3 !important;
}
.stroke-rose-200\/0 {
  stroke: rgb(254 205 211 / 0) !important;
}
.stroke-rose-200\/10 {
  stroke: rgb(254 205 211 / 0.1) !important;
}
.stroke-rose-200\/100 {
  stroke: rgb(254 205 211 / 1) !important;
}
.stroke-rose-200\/15 {
  stroke: rgb(254 205 211 / 0.15) !important;
}
.stroke-rose-200\/20 {
  stroke: rgb(254 205 211 / 0.2) !important;
}
.stroke-rose-200\/25 {
  stroke: rgb(254 205 211 / 0.25) !important;
}
.stroke-rose-200\/30 {
  stroke: rgb(254 205 211 / 0.3) !important;
}
.stroke-rose-200\/35 {
  stroke: rgb(254 205 211 / 0.35) !important;
}
.stroke-rose-200\/40 {
  stroke: rgb(254 205 211 / 0.4) !important;
}
.stroke-rose-200\/45 {
  stroke: rgb(254 205 211 / 0.45) !important;
}
.stroke-rose-200\/5 {
  stroke: rgb(254 205 211 / 0.05) !important;
}
.stroke-rose-200\/50 {
  stroke: rgb(254 205 211 / 0.5) !important;
}
.stroke-rose-200\/55 {
  stroke: rgb(254 205 211 / 0.55) !important;
}
.stroke-rose-200\/60 {
  stroke: rgb(254 205 211 / 0.6) !important;
}
.stroke-rose-200\/65 {
  stroke: rgb(254 205 211 / 0.65) !important;
}
.stroke-rose-200\/70 {
  stroke: rgb(254 205 211 / 0.7) !important;
}
.stroke-rose-200\/75 {
  stroke: rgb(254 205 211 / 0.75) !important;
}
.stroke-rose-200\/80 {
  stroke: rgb(254 205 211 / 0.8) !important;
}
.stroke-rose-200\/85 {
  stroke: rgb(254 205 211 / 0.85) !important;
}
.stroke-rose-200\/90 {
  stroke: rgb(254 205 211 / 0.9) !important;
}
.stroke-rose-200\/95 {
  stroke: rgb(254 205 211 / 0.95) !important;
}
.stroke-rose-300 {
  stroke: #fda4af !important;
}
.stroke-rose-300\/0 {
  stroke: rgb(253 164 175 / 0) !important;
}
.stroke-rose-300\/10 {
  stroke: rgb(253 164 175 / 0.1) !important;
}
.stroke-rose-300\/100 {
  stroke: rgb(253 164 175 / 1) !important;
}
.stroke-rose-300\/15 {
  stroke: rgb(253 164 175 / 0.15) !important;
}
.stroke-rose-300\/20 {
  stroke: rgb(253 164 175 / 0.2) !important;
}
.stroke-rose-300\/25 {
  stroke: rgb(253 164 175 / 0.25) !important;
}
.stroke-rose-300\/30 {
  stroke: rgb(253 164 175 / 0.3) !important;
}
.stroke-rose-300\/35 {
  stroke: rgb(253 164 175 / 0.35) !important;
}
.stroke-rose-300\/40 {
  stroke: rgb(253 164 175 / 0.4) !important;
}
.stroke-rose-300\/45 {
  stroke: rgb(253 164 175 / 0.45) !important;
}
.stroke-rose-300\/5 {
  stroke: rgb(253 164 175 / 0.05) !important;
}
.stroke-rose-300\/50 {
  stroke: rgb(253 164 175 / 0.5) !important;
}
.stroke-rose-300\/55 {
  stroke: rgb(253 164 175 / 0.55) !important;
}
.stroke-rose-300\/60 {
  stroke: rgb(253 164 175 / 0.6) !important;
}
.stroke-rose-300\/65 {
  stroke: rgb(253 164 175 / 0.65) !important;
}
.stroke-rose-300\/70 {
  stroke: rgb(253 164 175 / 0.7) !important;
}
.stroke-rose-300\/75 {
  stroke: rgb(253 164 175 / 0.75) !important;
}
.stroke-rose-300\/80 {
  stroke: rgb(253 164 175 / 0.8) !important;
}
.stroke-rose-300\/85 {
  stroke: rgb(253 164 175 / 0.85) !important;
}
.stroke-rose-300\/90 {
  stroke: rgb(253 164 175 / 0.9) !important;
}
.stroke-rose-300\/95 {
  stroke: rgb(253 164 175 / 0.95) !important;
}
.stroke-rose-400 {
  stroke: #fb7185 !important;
}
.stroke-rose-400\/0 {
  stroke: rgb(251 113 133 / 0) !important;
}
.stroke-rose-400\/10 {
  stroke: rgb(251 113 133 / 0.1) !important;
}
.stroke-rose-400\/100 {
  stroke: rgb(251 113 133 / 1) !important;
}
.stroke-rose-400\/15 {
  stroke: rgb(251 113 133 / 0.15) !important;
}
.stroke-rose-400\/20 {
  stroke: rgb(251 113 133 / 0.2) !important;
}
.stroke-rose-400\/25 {
  stroke: rgb(251 113 133 / 0.25) !important;
}
.stroke-rose-400\/30 {
  stroke: rgb(251 113 133 / 0.3) !important;
}
.stroke-rose-400\/35 {
  stroke: rgb(251 113 133 / 0.35) !important;
}
.stroke-rose-400\/40 {
  stroke: rgb(251 113 133 / 0.4) !important;
}
.stroke-rose-400\/45 {
  stroke: rgb(251 113 133 / 0.45) !important;
}
.stroke-rose-400\/5 {
  stroke: rgb(251 113 133 / 0.05) !important;
}
.stroke-rose-400\/50 {
  stroke: rgb(251 113 133 / 0.5) !important;
}
.stroke-rose-400\/55 {
  stroke: rgb(251 113 133 / 0.55) !important;
}
.stroke-rose-400\/60 {
  stroke: rgb(251 113 133 / 0.6) !important;
}
.stroke-rose-400\/65 {
  stroke: rgb(251 113 133 / 0.65) !important;
}
.stroke-rose-400\/70 {
  stroke: rgb(251 113 133 / 0.7) !important;
}
.stroke-rose-400\/75 {
  stroke: rgb(251 113 133 / 0.75) !important;
}
.stroke-rose-400\/80 {
  stroke: rgb(251 113 133 / 0.8) !important;
}
.stroke-rose-400\/85 {
  stroke: rgb(251 113 133 / 0.85) !important;
}
.stroke-rose-400\/90 {
  stroke: rgb(251 113 133 / 0.9) !important;
}
.stroke-rose-400\/95 {
  stroke: rgb(251 113 133 / 0.95) !important;
}
.stroke-rose-50 {
  stroke: #fff1f2 !important;
}
.stroke-rose-50\/0 {
  stroke: rgb(255 241 242 / 0) !important;
}
.stroke-rose-50\/10 {
  stroke: rgb(255 241 242 / 0.1) !important;
}
.stroke-rose-50\/100 {
  stroke: rgb(255 241 242 / 1) !important;
}
.stroke-rose-50\/15 {
  stroke: rgb(255 241 242 / 0.15) !important;
}
.stroke-rose-50\/20 {
  stroke: rgb(255 241 242 / 0.2) !important;
}
.stroke-rose-50\/25 {
  stroke: rgb(255 241 242 / 0.25) !important;
}
.stroke-rose-50\/30 {
  stroke: rgb(255 241 242 / 0.3) !important;
}
.stroke-rose-50\/35 {
  stroke: rgb(255 241 242 / 0.35) !important;
}
.stroke-rose-50\/40 {
  stroke: rgb(255 241 242 / 0.4) !important;
}
.stroke-rose-50\/45 {
  stroke: rgb(255 241 242 / 0.45) !important;
}
.stroke-rose-50\/5 {
  stroke: rgb(255 241 242 / 0.05) !important;
}
.stroke-rose-50\/50 {
  stroke: rgb(255 241 242 / 0.5) !important;
}
.stroke-rose-50\/55 {
  stroke: rgb(255 241 242 / 0.55) !important;
}
.stroke-rose-50\/60 {
  stroke: rgb(255 241 242 / 0.6) !important;
}
.stroke-rose-50\/65 {
  stroke: rgb(255 241 242 / 0.65) !important;
}
.stroke-rose-50\/70 {
  stroke: rgb(255 241 242 / 0.7) !important;
}
.stroke-rose-50\/75 {
  stroke: rgb(255 241 242 / 0.75) !important;
}
.stroke-rose-50\/80 {
  stroke: rgb(255 241 242 / 0.8) !important;
}
.stroke-rose-50\/85 {
  stroke: rgb(255 241 242 / 0.85) !important;
}
.stroke-rose-50\/90 {
  stroke: rgb(255 241 242 / 0.9) !important;
}
.stroke-rose-50\/95 {
  stroke: rgb(255 241 242 / 0.95) !important;
}
.stroke-rose-500 {
  stroke: #f43f5e !important;
}
.stroke-rose-500\/0 {
  stroke: rgb(244 63 94 / 0) !important;
}
.stroke-rose-500\/10 {
  stroke: rgb(244 63 94 / 0.1) !important;
}
.stroke-rose-500\/100 {
  stroke: rgb(244 63 94 / 1) !important;
}
.stroke-rose-500\/15 {
  stroke: rgb(244 63 94 / 0.15) !important;
}
.stroke-rose-500\/20 {
  stroke: rgb(244 63 94 / 0.2) !important;
}
.stroke-rose-500\/25 {
  stroke: rgb(244 63 94 / 0.25) !important;
}
.stroke-rose-500\/30 {
  stroke: rgb(244 63 94 / 0.3) !important;
}
.stroke-rose-500\/35 {
  stroke: rgb(244 63 94 / 0.35) !important;
}
.stroke-rose-500\/40 {
  stroke: rgb(244 63 94 / 0.4) !important;
}
.stroke-rose-500\/45 {
  stroke: rgb(244 63 94 / 0.45) !important;
}
.stroke-rose-500\/5 {
  stroke: rgb(244 63 94 / 0.05) !important;
}
.stroke-rose-500\/50 {
  stroke: rgb(244 63 94 / 0.5) !important;
}
.stroke-rose-500\/55 {
  stroke: rgb(244 63 94 / 0.55) !important;
}
.stroke-rose-500\/60 {
  stroke: rgb(244 63 94 / 0.6) !important;
}
.stroke-rose-500\/65 {
  stroke: rgb(244 63 94 / 0.65) !important;
}
.stroke-rose-500\/70 {
  stroke: rgb(244 63 94 / 0.7) !important;
}
.stroke-rose-500\/75 {
  stroke: rgb(244 63 94 / 0.75) !important;
}
.stroke-rose-500\/80 {
  stroke: rgb(244 63 94 / 0.8) !important;
}
.stroke-rose-500\/85 {
  stroke: rgb(244 63 94 / 0.85) !important;
}
.stroke-rose-500\/90 {
  stroke: rgb(244 63 94 / 0.9) !important;
}
.stroke-rose-500\/95 {
  stroke: rgb(244 63 94 / 0.95) !important;
}
.stroke-rose-600 {
  stroke: #e11d48 !important;
}
.stroke-rose-600\/0 {
  stroke: rgb(225 29 72 / 0) !important;
}
.stroke-rose-600\/10 {
  stroke: rgb(225 29 72 / 0.1) !important;
}
.stroke-rose-600\/100 {
  stroke: rgb(225 29 72 / 1) !important;
}
.stroke-rose-600\/15 {
  stroke: rgb(225 29 72 / 0.15) !important;
}
.stroke-rose-600\/20 {
  stroke: rgb(225 29 72 / 0.2) !important;
}
.stroke-rose-600\/25 {
  stroke: rgb(225 29 72 / 0.25) !important;
}
.stroke-rose-600\/30 {
  stroke: rgb(225 29 72 / 0.3) !important;
}
.stroke-rose-600\/35 {
  stroke: rgb(225 29 72 / 0.35) !important;
}
.stroke-rose-600\/40 {
  stroke: rgb(225 29 72 / 0.4) !important;
}
.stroke-rose-600\/45 {
  stroke: rgb(225 29 72 / 0.45) !important;
}
.stroke-rose-600\/5 {
  stroke: rgb(225 29 72 / 0.05) !important;
}
.stroke-rose-600\/50 {
  stroke: rgb(225 29 72 / 0.5) !important;
}
.stroke-rose-600\/55 {
  stroke: rgb(225 29 72 / 0.55) !important;
}
.stroke-rose-600\/60 {
  stroke: rgb(225 29 72 / 0.6) !important;
}
.stroke-rose-600\/65 {
  stroke: rgb(225 29 72 / 0.65) !important;
}
.stroke-rose-600\/70 {
  stroke: rgb(225 29 72 / 0.7) !important;
}
.stroke-rose-600\/75 {
  stroke: rgb(225 29 72 / 0.75) !important;
}
.stroke-rose-600\/80 {
  stroke: rgb(225 29 72 / 0.8) !important;
}
.stroke-rose-600\/85 {
  stroke: rgb(225 29 72 / 0.85) !important;
}
.stroke-rose-600\/90 {
  stroke: rgb(225 29 72 / 0.9) !important;
}
.stroke-rose-600\/95 {
  stroke: rgb(225 29 72 / 0.95) !important;
}
.stroke-rose-700 {
  stroke: #be123c !important;
}
.stroke-rose-700\/0 {
  stroke: rgb(190 18 60 / 0) !important;
}
.stroke-rose-700\/10 {
  stroke: rgb(190 18 60 / 0.1) !important;
}
.stroke-rose-700\/100 {
  stroke: rgb(190 18 60 / 1) !important;
}
.stroke-rose-700\/15 {
  stroke: rgb(190 18 60 / 0.15) !important;
}
.stroke-rose-700\/20 {
  stroke: rgb(190 18 60 / 0.2) !important;
}
.stroke-rose-700\/25 {
  stroke: rgb(190 18 60 / 0.25) !important;
}
.stroke-rose-700\/30 {
  stroke: rgb(190 18 60 / 0.3) !important;
}
.stroke-rose-700\/35 {
  stroke: rgb(190 18 60 / 0.35) !important;
}
.stroke-rose-700\/40 {
  stroke: rgb(190 18 60 / 0.4) !important;
}
.stroke-rose-700\/45 {
  stroke: rgb(190 18 60 / 0.45) !important;
}
.stroke-rose-700\/5 {
  stroke: rgb(190 18 60 / 0.05) !important;
}
.stroke-rose-700\/50 {
  stroke: rgb(190 18 60 / 0.5) !important;
}
.stroke-rose-700\/55 {
  stroke: rgb(190 18 60 / 0.55) !important;
}
.stroke-rose-700\/60 {
  stroke: rgb(190 18 60 / 0.6) !important;
}
.stroke-rose-700\/65 {
  stroke: rgb(190 18 60 / 0.65) !important;
}
.stroke-rose-700\/70 {
  stroke: rgb(190 18 60 / 0.7) !important;
}
.stroke-rose-700\/75 {
  stroke: rgb(190 18 60 / 0.75) !important;
}
.stroke-rose-700\/80 {
  stroke: rgb(190 18 60 / 0.8) !important;
}
.stroke-rose-700\/85 {
  stroke: rgb(190 18 60 / 0.85) !important;
}
.stroke-rose-700\/90 {
  stroke: rgb(190 18 60 / 0.9) !important;
}
.stroke-rose-700\/95 {
  stroke: rgb(190 18 60 / 0.95) !important;
}
.stroke-rose-800 {
  stroke: #9f1239 !important;
}
.stroke-rose-800\/0 {
  stroke: rgb(159 18 57 / 0) !important;
}
.stroke-rose-800\/10 {
  stroke: rgb(159 18 57 / 0.1) !important;
}
.stroke-rose-800\/100 {
  stroke: rgb(159 18 57 / 1) !important;
}
.stroke-rose-800\/15 {
  stroke: rgb(159 18 57 / 0.15) !important;
}
.stroke-rose-800\/20 {
  stroke: rgb(159 18 57 / 0.2) !important;
}
.stroke-rose-800\/25 {
  stroke: rgb(159 18 57 / 0.25) !important;
}
.stroke-rose-800\/30 {
  stroke: rgb(159 18 57 / 0.3) !important;
}
.stroke-rose-800\/35 {
  stroke: rgb(159 18 57 / 0.35) !important;
}
.stroke-rose-800\/40 {
  stroke: rgb(159 18 57 / 0.4) !important;
}
.stroke-rose-800\/45 {
  stroke: rgb(159 18 57 / 0.45) !important;
}
.stroke-rose-800\/5 {
  stroke: rgb(159 18 57 / 0.05) !important;
}
.stroke-rose-800\/50 {
  stroke: rgb(159 18 57 / 0.5) !important;
}
.stroke-rose-800\/55 {
  stroke: rgb(159 18 57 / 0.55) !important;
}
.stroke-rose-800\/60 {
  stroke: rgb(159 18 57 / 0.6) !important;
}
.stroke-rose-800\/65 {
  stroke: rgb(159 18 57 / 0.65) !important;
}
.stroke-rose-800\/70 {
  stroke: rgb(159 18 57 / 0.7) !important;
}
.stroke-rose-800\/75 {
  stroke: rgb(159 18 57 / 0.75) !important;
}
.stroke-rose-800\/80 {
  stroke: rgb(159 18 57 / 0.8) !important;
}
.stroke-rose-800\/85 {
  stroke: rgb(159 18 57 / 0.85) !important;
}
.stroke-rose-800\/90 {
  stroke: rgb(159 18 57 / 0.9) !important;
}
.stroke-rose-800\/95 {
  stroke: rgb(159 18 57 / 0.95) !important;
}
.stroke-rose-900 {
  stroke: #881337 !important;
}
.stroke-rose-900\/0 {
  stroke: rgb(136 19 55 / 0) !important;
}
.stroke-rose-900\/10 {
  stroke: rgb(136 19 55 / 0.1) !important;
}
.stroke-rose-900\/100 {
  stroke: rgb(136 19 55 / 1) !important;
}
.stroke-rose-900\/15 {
  stroke: rgb(136 19 55 / 0.15) !important;
}
.stroke-rose-900\/20 {
  stroke: rgb(136 19 55 / 0.2) !important;
}
.stroke-rose-900\/25 {
  stroke: rgb(136 19 55 / 0.25) !important;
}
.stroke-rose-900\/30 {
  stroke: rgb(136 19 55 / 0.3) !important;
}
.stroke-rose-900\/35 {
  stroke: rgb(136 19 55 / 0.35) !important;
}
.stroke-rose-900\/40 {
  stroke: rgb(136 19 55 / 0.4) !important;
}
.stroke-rose-900\/45 {
  stroke: rgb(136 19 55 / 0.45) !important;
}
.stroke-rose-900\/5 {
  stroke: rgb(136 19 55 / 0.05) !important;
}
.stroke-rose-900\/50 {
  stroke: rgb(136 19 55 / 0.5) !important;
}
.stroke-rose-900\/55 {
  stroke: rgb(136 19 55 / 0.55) !important;
}
.stroke-rose-900\/60 {
  stroke: rgb(136 19 55 / 0.6) !important;
}
.stroke-rose-900\/65 {
  stroke: rgb(136 19 55 / 0.65) !important;
}
.stroke-rose-900\/70 {
  stroke: rgb(136 19 55 / 0.7) !important;
}
.stroke-rose-900\/75 {
  stroke: rgb(136 19 55 / 0.75) !important;
}
.stroke-rose-900\/80 {
  stroke: rgb(136 19 55 / 0.8) !important;
}
.stroke-rose-900\/85 {
  stroke: rgb(136 19 55 / 0.85) !important;
}
.stroke-rose-900\/90 {
  stroke: rgb(136 19 55 / 0.9) !important;
}
.stroke-rose-900\/95 {
  stroke: rgb(136 19 55 / 0.95) !important;
}
.stroke-rose-950 {
  stroke: #4c0519 !important;
}
.stroke-rose-950\/0 {
  stroke: rgb(76 5 25 / 0) !important;
}
.stroke-rose-950\/10 {
  stroke: rgb(76 5 25 / 0.1) !important;
}
.stroke-rose-950\/100 {
  stroke: rgb(76 5 25 / 1) !important;
}
.stroke-rose-950\/15 {
  stroke: rgb(76 5 25 / 0.15) !important;
}
.stroke-rose-950\/20 {
  stroke: rgb(76 5 25 / 0.2) !important;
}
.stroke-rose-950\/25 {
  stroke: rgb(76 5 25 / 0.25) !important;
}
.stroke-rose-950\/30 {
  stroke: rgb(76 5 25 / 0.3) !important;
}
.stroke-rose-950\/35 {
  stroke: rgb(76 5 25 / 0.35) !important;
}
.stroke-rose-950\/40 {
  stroke: rgb(76 5 25 / 0.4) !important;
}
.stroke-rose-950\/45 {
  stroke: rgb(76 5 25 / 0.45) !important;
}
.stroke-rose-950\/5 {
  stroke: rgb(76 5 25 / 0.05) !important;
}
.stroke-rose-950\/50 {
  stroke: rgb(76 5 25 / 0.5) !important;
}
.stroke-rose-950\/55 {
  stroke: rgb(76 5 25 / 0.55) !important;
}
.stroke-rose-950\/60 {
  stroke: rgb(76 5 25 / 0.6) !important;
}
.stroke-rose-950\/65 {
  stroke: rgb(76 5 25 / 0.65) !important;
}
.stroke-rose-950\/70 {
  stroke: rgb(76 5 25 / 0.7) !important;
}
.stroke-rose-950\/75 {
  stroke: rgb(76 5 25 / 0.75) !important;
}
.stroke-rose-950\/80 {
  stroke: rgb(76 5 25 / 0.8) !important;
}
.stroke-rose-950\/85 {
  stroke: rgb(76 5 25 / 0.85) !important;
}
.stroke-rose-950\/90 {
  stroke: rgb(76 5 25 / 0.9) !important;
}
.stroke-rose-950\/95 {
  stroke: rgb(76 5 25 / 0.95) !important;
}
.stroke-secondary {
  stroke: #000 !important;
}
.stroke-secondary\/0 {
  stroke: rgb(0 0 0 / 0) !important;
}
.stroke-secondary\/10 {
  stroke: rgb(0 0 0 / 0.1) !important;
}
.stroke-secondary\/100 {
  stroke: rgb(0 0 0 / 1) !important;
}
.stroke-secondary\/15 {
  stroke: rgb(0 0 0 / 0.15) !important;
}
.stroke-secondary\/20 {
  stroke: rgb(0 0 0 / 0.2) !important;
}
.stroke-secondary\/25 {
  stroke: rgb(0 0 0 / 0.25) !important;
}
.stroke-secondary\/30 {
  stroke: rgb(0 0 0 / 0.3) !important;
}
.stroke-secondary\/35 {
  stroke: rgb(0 0 0 / 0.35) !important;
}
.stroke-secondary\/40 {
  stroke: rgb(0 0 0 / 0.4) !important;
}
.stroke-secondary\/45 {
  stroke: rgb(0 0 0 / 0.45) !important;
}
.stroke-secondary\/5 {
  stroke: rgb(0 0 0 / 0.05) !important;
}
.stroke-secondary\/50 {
  stroke: rgb(0 0 0 / 0.5) !important;
}
.stroke-secondary\/55 {
  stroke: rgb(0 0 0 / 0.55) !important;
}
.stroke-secondary\/60 {
  stroke: rgb(0 0 0 / 0.6) !important;
}
.stroke-secondary\/65 {
  stroke: rgb(0 0 0 / 0.65) !important;
}
.stroke-secondary\/70 {
  stroke: rgb(0 0 0 / 0.7) !important;
}
.stroke-secondary\/75 {
  stroke: rgb(0 0 0 / 0.75) !important;
}
.stroke-secondary\/80 {
  stroke: rgb(0 0 0 / 0.8) !important;
}
.stroke-secondary\/85 {
  stroke: rgb(0 0 0 / 0.85) !important;
}
.stroke-secondary\/90 {
  stroke: rgb(0 0 0 / 0.9) !important;
}
.stroke-secondary\/95 {
  stroke: rgb(0 0 0 / 0.95) !important;
}
.stroke-sky-100 {
  stroke: #e0f2fe !important;
}
.stroke-sky-100\/0 {
  stroke: rgb(224 242 254 / 0) !important;
}
.stroke-sky-100\/10 {
  stroke: rgb(224 242 254 / 0.1) !important;
}
.stroke-sky-100\/100 {
  stroke: rgb(224 242 254 / 1) !important;
}
.stroke-sky-100\/15 {
  stroke: rgb(224 242 254 / 0.15) !important;
}
.stroke-sky-100\/20 {
  stroke: rgb(224 242 254 / 0.2) !important;
}
.stroke-sky-100\/25 {
  stroke: rgb(224 242 254 / 0.25) !important;
}
.stroke-sky-100\/30 {
  stroke: rgb(224 242 254 / 0.3) !important;
}
.stroke-sky-100\/35 {
  stroke: rgb(224 242 254 / 0.35) !important;
}
.stroke-sky-100\/40 {
  stroke: rgb(224 242 254 / 0.4) !important;
}
.stroke-sky-100\/45 {
  stroke: rgb(224 242 254 / 0.45) !important;
}
.stroke-sky-100\/5 {
  stroke: rgb(224 242 254 / 0.05) !important;
}
.stroke-sky-100\/50 {
  stroke: rgb(224 242 254 / 0.5) !important;
}
.stroke-sky-100\/55 {
  stroke: rgb(224 242 254 / 0.55) !important;
}
.stroke-sky-100\/60 {
  stroke: rgb(224 242 254 / 0.6) !important;
}
.stroke-sky-100\/65 {
  stroke: rgb(224 242 254 / 0.65) !important;
}
.stroke-sky-100\/70 {
  stroke: rgb(224 242 254 / 0.7) !important;
}
.stroke-sky-100\/75 {
  stroke: rgb(224 242 254 / 0.75) !important;
}
.stroke-sky-100\/80 {
  stroke: rgb(224 242 254 / 0.8) !important;
}
.stroke-sky-100\/85 {
  stroke: rgb(224 242 254 / 0.85) !important;
}
.stroke-sky-100\/90 {
  stroke: rgb(224 242 254 / 0.9) !important;
}
.stroke-sky-100\/95 {
  stroke: rgb(224 242 254 / 0.95) !important;
}
.stroke-sky-200 {
  stroke: #bae6fd !important;
}
.stroke-sky-200\/0 {
  stroke: rgb(186 230 253 / 0) !important;
}
.stroke-sky-200\/10 {
  stroke: rgb(186 230 253 / 0.1) !important;
}
.stroke-sky-200\/100 {
  stroke: rgb(186 230 253 / 1) !important;
}
.stroke-sky-200\/15 {
  stroke: rgb(186 230 253 / 0.15) !important;
}
.stroke-sky-200\/20 {
  stroke: rgb(186 230 253 / 0.2) !important;
}
.stroke-sky-200\/25 {
  stroke: rgb(186 230 253 / 0.25) !important;
}
.stroke-sky-200\/30 {
  stroke: rgb(186 230 253 / 0.3) !important;
}
.stroke-sky-200\/35 {
  stroke: rgb(186 230 253 / 0.35) !important;
}
.stroke-sky-200\/40 {
  stroke: rgb(186 230 253 / 0.4) !important;
}
.stroke-sky-200\/45 {
  stroke: rgb(186 230 253 / 0.45) !important;
}
.stroke-sky-200\/5 {
  stroke: rgb(186 230 253 / 0.05) !important;
}
.stroke-sky-200\/50 {
  stroke: rgb(186 230 253 / 0.5) !important;
}
.stroke-sky-200\/55 {
  stroke: rgb(186 230 253 / 0.55) !important;
}
.stroke-sky-200\/60 {
  stroke: rgb(186 230 253 / 0.6) !important;
}
.stroke-sky-200\/65 {
  stroke: rgb(186 230 253 / 0.65) !important;
}
.stroke-sky-200\/70 {
  stroke: rgb(186 230 253 / 0.7) !important;
}
.stroke-sky-200\/75 {
  stroke: rgb(186 230 253 / 0.75) !important;
}
.stroke-sky-200\/80 {
  stroke: rgb(186 230 253 / 0.8) !important;
}
.stroke-sky-200\/85 {
  stroke: rgb(186 230 253 / 0.85) !important;
}
.stroke-sky-200\/90 {
  stroke: rgb(186 230 253 / 0.9) !important;
}
.stroke-sky-200\/95 {
  stroke: rgb(186 230 253 / 0.95) !important;
}
.stroke-sky-300 {
  stroke: #7dd3fc !important;
}
.stroke-sky-300\/0 {
  stroke: rgb(125 211 252 / 0) !important;
}
.stroke-sky-300\/10 {
  stroke: rgb(125 211 252 / 0.1) !important;
}
.stroke-sky-300\/100 {
  stroke: rgb(125 211 252 / 1) !important;
}
.stroke-sky-300\/15 {
  stroke: rgb(125 211 252 / 0.15) !important;
}
.stroke-sky-300\/20 {
  stroke: rgb(125 211 252 / 0.2) !important;
}
.stroke-sky-300\/25 {
  stroke: rgb(125 211 252 / 0.25) !important;
}
.stroke-sky-300\/30 {
  stroke: rgb(125 211 252 / 0.3) !important;
}
.stroke-sky-300\/35 {
  stroke: rgb(125 211 252 / 0.35) !important;
}
.stroke-sky-300\/40 {
  stroke: rgb(125 211 252 / 0.4) !important;
}
.stroke-sky-300\/45 {
  stroke: rgb(125 211 252 / 0.45) !important;
}
.stroke-sky-300\/5 {
  stroke: rgb(125 211 252 / 0.05) !important;
}
.stroke-sky-300\/50 {
  stroke: rgb(125 211 252 / 0.5) !important;
}
.stroke-sky-300\/55 {
  stroke: rgb(125 211 252 / 0.55) !important;
}
.stroke-sky-300\/60 {
  stroke: rgb(125 211 252 / 0.6) !important;
}
.stroke-sky-300\/65 {
  stroke: rgb(125 211 252 / 0.65) !important;
}
.stroke-sky-300\/70 {
  stroke: rgb(125 211 252 / 0.7) !important;
}
.stroke-sky-300\/75 {
  stroke: rgb(125 211 252 / 0.75) !important;
}
.stroke-sky-300\/80 {
  stroke: rgb(125 211 252 / 0.8) !important;
}
.stroke-sky-300\/85 {
  stroke: rgb(125 211 252 / 0.85) !important;
}
.stroke-sky-300\/90 {
  stroke: rgb(125 211 252 / 0.9) !important;
}
.stroke-sky-300\/95 {
  stroke: rgb(125 211 252 / 0.95) !important;
}
.stroke-sky-400 {
  stroke: #38bdf8 !important;
}
.stroke-sky-400\/0 {
  stroke: rgb(56 189 248 / 0) !important;
}
.stroke-sky-400\/10 {
  stroke: rgb(56 189 248 / 0.1) !important;
}
.stroke-sky-400\/100 {
  stroke: rgb(56 189 248 / 1) !important;
}
.stroke-sky-400\/15 {
  stroke: rgb(56 189 248 / 0.15) !important;
}
.stroke-sky-400\/20 {
  stroke: rgb(56 189 248 / 0.2) !important;
}
.stroke-sky-400\/25 {
  stroke: rgb(56 189 248 / 0.25) !important;
}
.stroke-sky-400\/30 {
  stroke: rgb(56 189 248 / 0.3) !important;
}
.stroke-sky-400\/35 {
  stroke: rgb(56 189 248 / 0.35) !important;
}
.stroke-sky-400\/40 {
  stroke: rgb(56 189 248 / 0.4) !important;
}
.stroke-sky-400\/45 {
  stroke: rgb(56 189 248 / 0.45) !important;
}
.stroke-sky-400\/5 {
  stroke: rgb(56 189 248 / 0.05) !important;
}
.stroke-sky-400\/50 {
  stroke: rgb(56 189 248 / 0.5) !important;
}
.stroke-sky-400\/55 {
  stroke: rgb(56 189 248 / 0.55) !important;
}
.stroke-sky-400\/60 {
  stroke: rgb(56 189 248 / 0.6) !important;
}
.stroke-sky-400\/65 {
  stroke: rgb(56 189 248 / 0.65) !important;
}
.stroke-sky-400\/70 {
  stroke: rgb(56 189 248 / 0.7) !important;
}
.stroke-sky-400\/75 {
  stroke: rgb(56 189 248 / 0.75) !important;
}
.stroke-sky-400\/80 {
  stroke: rgb(56 189 248 / 0.8) !important;
}
.stroke-sky-400\/85 {
  stroke: rgb(56 189 248 / 0.85) !important;
}
.stroke-sky-400\/90 {
  stroke: rgb(56 189 248 / 0.9) !important;
}
.stroke-sky-400\/95 {
  stroke: rgb(56 189 248 / 0.95) !important;
}
.stroke-sky-50 {
  stroke: #f0f9ff !important;
}
.stroke-sky-50\/0 {
  stroke: rgb(240 249 255 / 0) !important;
}
.stroke-sky-50\/10 {
  stroke: rgb(240 249 255 / 0.1) !important;
}
.stroke-sky-50\/100 {
  stroke: rgb(240 249 255 / 1) !important;
}
.stroke-sky-50\/15 {
  stroke: rgb(240 249 255 / 0.15) !important;
}
.stroke-sky-50\/20 {
  stroke: rgb(240 249 255 / 0.2) !important;
}
.stroke-sky-50\/25 {
  stroke: rgb(240 249 255 / 0.25) !important;
}
.stroke-sky-50\/30 {
  stroke: rgb(240 249 255 / 0.3) !important;
}
.stroke-sky-50\/35 {
  stroke: rgb(240 249 255 / 0.35) !important;
}
.stroke-sky-50\/40 {
  stroke: rgb(240 249 255 / 0.4) !important;
}
.stroke-sky-50\/45 {
  stroke: rgb(240 249 255 / 0.45) !important;
}
.stroke-sky-50\/5 {
  stroke: rgb(240 249 255 / 0.05) !important;
}
.stroke-sky-50\/50 {
  stroke: rgb(240 249 255 / 0.5) !important;
}
.stroke-sky-50\/55 {
  stroke: rgb(240 249 255 / 0.55) !important;
}
.stroke-sky-50\/60 {
  stroke: rgb(240 249 255 / 0.6) !important;
}
.stroke-sky-50\/65 {
  stroke: rgb(240 249 255 / 0.65) !important;
}
.stroke-sky-50\/70 {
  stroke: rgb(240 249 255 / 0.7) !important;
}
.stroke-sky-50\/75 {
  stroke: rgb(240 249 255 / 0.75) !important;
}
.stroke-sky-50\/80 {
  stroke: rgb(240 249 255 / 0.8) !important;
}
.stroke-sky-50\/85 {
  stroke: rgb(240 249 255 / 0.85) !important;
}
.stroke-sky-50\/90 {
  stroke: rgb(240 249 255 / 0.9) !important;
}
.stroke-sky-50\/95 {
  stroke: rgb(240 249 255 / 0.95) !important;
}
.stroke-sky-500 {
  stroke: #0ea5e9 !important;
}
.stroke-sky-500\/0 {
  stroke: rgb(14 165 233 / 0) !important;
}
.stroke-sky-500\/10 {
  stroke: rgb(14 165 233 / 0.1) !important;
}
.stroke-sky-500\/100 {
  stroke: rgb(14 165 233 / 1) !important;
}
.stroke-sky-500\/15 {
  stroke: rgb(14 165 233 / 0.15) !important;
}
.stroke-sky-500\/20 {
  stroke: rgb(14 165 233 / 0.2) !important;
}
.stroke-sky-500\/25 {
  stroke: rgb(14 165 233 / 0.25) !important;
}
.stroke-sky-500\/30 {
  stroke: rgb(14 165 233 / 0.3) !important;
}
.stroke-sky-500\/35 {
  stroke: rgb(14 165 233 / 0.35) !important;
}
.stroke-sky-500\/40 {
  stroke: rgb(14 165 233 / 0.4) !important;
}
.stroke-sky-500\/45 {
  stroke: rgb(14 165 233 / 0.45) !important;
}
.stroke-sky-500\/5 {
  stroke: rgb(14 165 233 / 0.05) !important;
}
.stroke-sky-500\/50 {
  stroke: rgb(14 165 233 / 0.5) !important;
}
.stroke-sky-500\/55 {
  stroke: rgb(14 165 233 / 0.55) !important;
}
.stroke-sky-500\/60 {
  stroke: rgb(14 165 233 / 0.6) !important;
}
.stroke-sky-500\/65 {
  stroke: rgb(14 165 233 / 0.65) !important;
}
.stroke-sky-500\/70 {
  stroke: rgb(14 165 233 / 0.7) !important;
}
.stroke-sky-500\/75 {
  stroke: rgb(14 165 233 / 0.75) !important;
}
.stroke-sky-500\/80 {
  stroke: rgb(14 165 233 / 0.8) !important;
}
.stroke-sky-500\/85 {
  stroke: rgb(14 165 233 / 0.85) !important;
}
.stroke-sky-500\/90 {
  stroke: rgb(14 165 233 / 0.9) !important;
}
.stroke-sky-500\/95 {
  stroke: rgb(14 165 233 / 0.95) !important;
}
.stroke-sky-600 {
  stroke: #0284c7 !important;
}
.stroke-sky-600\/0 {
  stroke: rgb(2 132 199 / 0) !important;
}
.stroke-sky-600\/10 {
  stroke: rgb(2 132 199 / 0.1) !important;
}
.stroke-sky-600\/100 {
  stroke: rgb(2 132 199 / 1) !important;
}
.stroke-sky-600\/15 {
  stroke: rgb(2 132 199 / 0.15) !important;
}
.stroke-sky-600\/20 {
  stroke: rgb(2 132 199 / 0.2) !important;
}
.stroke-sky-600\/25 {
  stroke: rgb(2 132 199 / 0.25) !important;
}
.stroke-sky-600\/30 {
  stroke: rgb(2 132 199 / 0.3) !important;
}
.stroke-sky-600\/35 {
  stroke: rgb(2 132 199 / 0.35) !important;
}
.stroke-sky-600\/40 {
  stroke: rgb(2 132 199 / 0.4) !important;
}
.stroke-sky-600\/45 {
  stroke: rgb(2 132 199 / 0.45) !important;
}
.stroke-sky-600\/5 {
  stroke: rgb(2 132 199 / 0.05) !important;
}
.stroke-sky-600\/50 {
  stroke: rgb(2 132 199 / 0.5) !important;
}
.stroke-sky-600\/55 {
  stroke: rgb(2 132 199 / 0.55) !important;
}
.stroke-sky-600\/60 {
  stroke: rgb(2 132 199 / 0.6) !important;
}
.stroke-sky-600\/65 {
  stroke: rgb(2 132 199 / 0.65) !important;
}
.stroke-sky-600\/70 {
  stroke: rgb(2 132 199 / 0.7) !important;
}
.stroke-sky-600\/75 {
  stroke: rgb(2 132 199 / 0.75) !important;
}
.stroke-sky-600\/80 {
  stroke: rgb(2 132 199 / 0.8) !important;
}
.stroke-sky-600\/85 {
  stroke: rgb(2 132 199 / 0.85) !important;
}
.stroke-sky-600\/90 {
  stroke: rgb(2 132 199 / 0.9) !important;
}
.stroke-sky-600\/95 {
  stroke: rgb(2 132 199 / 0.95) !important;
}
.stroke-sky-700 {
  stroke: #0369a1 !important;
}
.stroke-sky-700\/0 {
  stroke: rgb(3 105 161 / 0) !important;
}
.stroke-sky-700\/10 {
  stroke: rgb(3 105 161 / 0.1) !important;
}
.stroke-sky-700\/100 {
  stroke: rgb(3 105 161 / 1) !important;
}
.stroke-sky-700\/15 {
  stroke: rgb(3 105 161 / 0.15) !important;
}
.stroke-sky-700\/20 {
  stroke: rgb(3 105 161 / 0.2) !important;
}
.stroke-sky-700\/25 {
  stroke: rgb(3 105 161 / 0.25) !important;
}
.stroke-sky-700\/30 {
  stroke: rgb(3 105 161 / 0.3) !important;
}
.stroke-sky-700\/35 {
  stroke: rgb(3 105 161 / 0.35) !important;
}
.stroke-sky-700\/40 {
  stroke: rgb(3 105 161 / 0.4) !important;
}
.stroke-sky-700\/45 {
  stroke: rgb(3 105 161 / 0.45) !important;
}
.stroke-sky-700\/5 {
  stroke: rgb(3 105 161 / 0.05) !important;
}
.stroke-sky-700\/50 {
  stroke: rgb(3 105 161 / 0.5) !important;
}
.stroke-sky-700\/55 {
  stroke: rgb(3 105 161 / 0.55) !important;
}
.stroke-sky-700\/60 {
  stroke: rgb(3 105 161 / 0.6) !important;
}
.stroke-sky-700\/65 {
  stroke: rgb(3 105 161 / 0.65) !important;
}
.stroke-sky-700\/70 {
  stroke: rgb(3 105 161 / 0.7) !important;
}
.stroke-sky-700\/75 {
  stroke: rgb(3 105 161 / 0.75) !important;
}
.stroke-sky-700\/80 {
  stroke: rgb(3 105 161 / 0.8) !important;
}
.stroke-sky-700\/85 {
  stroke: rgb(3 105 161 / 0.85) !important;
}
.stroke-sky-700\/90 {
  stroke: rgb(3 105 161 / 0.9) !important;
}
.stroke-sky-700\/95 {
  stroke: rgb(3 105 161 / 0.95) !important;
}
.stroke-sky-800 {
  stroke: #075985 !important;
}
.stroke-sky-800\/0 {
  stroke: rgb(7 89 133 / 0) !important;
}
.stroke-sky-800\/10 {
  stroke: rgb(7 89 133 / 0.1) !important;
}
.stroke-sky-800\/100 {
  stroke: rgb(7 89 133 / 1) !important;
}
.stroke-sky-800\/15 {
  stroke: rgb(7 89 133 / 0.15) !important;
}
.stroke-sky-800\/20 {
  stroke: rgb(7 89 133 / 0.2) !important;
}
.stroke-sky-800\/25 {
  stroke: rgb(7 89 133 / 0.25) !important;
}
.stroke-sky-800\/30 {
  stroke: rgb(7 89 133 / 0.3) !important;
}
.stroke-sky-800\/35 {
  stroke: rgb(7 89 133 / 0.35) !important;
}
.stroke-sky-800\/40 {
  stroke: rgb(7 89 133 / 0.4) !important;
}
.stroke-sky-800\/45 {
  stroke: rgb(7 89 133 / 0.45) !important;
}
.stroke-sky-800\/5 {
  stroke: rgb(7 89 133 / 0.05) !important;
}
.stroke-sky-800\/50 {
  stroke: rgb(7 89 133 / 0.5) !important;
}
.stroke-sky-800\/55 {
  stroke: rgb(7 89 133 / 0.55) !important;
}
.stroke-sky-800\/60 {
  stroke: rgb(7 89 133 / 0.6) !important;
}
.stroke-sky-800\/65 {
  stroke: rgb(7 89 133 / 0.65) !important;
}
.stroke-sky-800\/70 {
  stroke: rgb(7 89 133 / 0.7) !important;
}
.stroke-sky-800\/75 {
  stroke: rgb(7 89 133 / 0.75) !important;
}
.stroke-sky-800\/80 {
  stroke: rgb(7 89 133 / 0.8) !important;
}
.stroke-sky-800\/85 {
  stroke: rgb(7 89 133 / 0.85) !important;
}
.stroke-sky-800\/90 {
  stroke: rgb(7 89 133 / 0.9) !important;
}
.stroke-sky-800\/95 {
  stroke: rgb(7 89 133 / 0.95) !important;
}
.stroke-sky-900 {
  stroke: #0c4a6e !important;
}
.stroke-sky-900\/0 {
  stroke: rgb(12 74 110 / 0) !important;
}
.stroke-sky-900\/10 {
  stroke: rgb(12 74 110 / 0.1) !important;
}
.stroke-sky-900\/100 {
  stroke: rgb(12 74 110 / 1) !important;
}
.stroke-sky-900\/15 {
  stroke: rgb(12 74 110 / 0.15) !important;
}
.stroke-sky-900\/20 {
  stroke: rgb(12 74 110 / 0.2) !important;
}
.stroke-sky-900\/25 {
  stroke: rgb(12 74 110 / 0.25) !important;
}
.stroke-sky-900\/30 {
  stroke: rgb(12 74 110 / 0.3) !important;
}
.stroke-sky-900\/35 {
  stroke: rgb(12 74 110 / 0.35) !important;
}
.stroke-sky-900\/40 {
  stroke: rgb(12 74 110 / 0.4) !important;
}
.stroke-sky-900\/45 {
  stroke: rgb(12 74 110 / 0.45) !important;
}
.stroke-sky-900\/5 {
  stroke: rgb(12 74 110 / 0.05) !important;
}
.stroke-sky-900\/50 {
  stroke: rgb(12 74 110 / 0.5) !important;
}
.stroke-sky-900\/55 {
  stroke: rgb(12 74 110 / 0.55) !important;
}
.stroke-sky-900\/60 {
  stroke: rgb(12 74 110 / 0.6) !important;
}
.stroke-sky-900\/65 {
  stroke: rgb(12 74 110 / 0.65) !important;
}
.stroke-sky-900\/70 {
  stroke: rgb(12 74 110 / 0.7) !important;
}
.stroke-sky-900\/75 {
  stroke: rgb(12 74 110 / 0.75) !important;
}
.stroke-sky-900\/80 {
  stroke: rgb(12 74 110 / 0.8) !important;
}
.stroke-sky-900\/85 {
  stroke: rgb(12 74 110 / 0.85) !important;
}
.stroke-sky-900\/90 {
  stroke: rgb(12 74 110 / 0.9) !important;
}
.stroke-sky-900\/95 {
  stroke: rgb(12 74 110 / 0.95) !important;
}
.stroke-sky-950 {
  stroke: #082f49 !important;
}
.stroke-sky-950\/0 {
  stroke: rgb(8 47 73 / 0) !important;
}
.stroke-sky-950\/10 {
  stroke: rgb(8 47 73 / 0.1) !important;
}
.stroke-sky-950\/100 {
  stroke: rgb(8 47 73 / 1) !important;
}
.stroke-sky-950\/15 {
  stroke: rgb(8 47 73 / 0.15) !important;
}
.stroke-sky-950\/20 {
  stroke: rgb(8 47 73 / 0.2) !important;
}
.stroke-sky-950\/25 {
  stroke: rgb(8 47 73 / 0.25) !important;
}
.stroke-sky-950\/30 {
  stroke: rgb(8 47 73 / 0.3) !important;
}
.stroke-sky-950\/35 {
  stroke: rgb(8 47 73 / 0.35) !important;
}
.stroke-sky-950\/40 {
  stroke: rgb(8 47 73 / 0.4) !important;
}
.stroke-sky-950\/45 {
  stroke: rgb(8 47 73 / 0.45) !important;
}
.stroke-sky-950\/5 {
  stroke: rgb(8 47 73 / 0.05) !important;
}
.stroke-sky-950\/50 {
  stroke: rgb(8 47 73 / 0.5) !important;
}
.stroke-sky-950\/55 {
  stroke: rgb(8 47 73 / 0.55) !important;
}
.stroke-sky-950\/60 {
  stroke: rgb(8 47 73 / 0.6) !important;
}
.stroke-sky-950\/65 {
  stroke: rgb(8 47 73 / 0.65) !important;
}
.stroke-sky-950\/70 {
  stroke: rgb(8 47 73 / 0.7) !important;
}
.stroke-sky-950\/75 {
  stroke: rgb(8 47 73 / 0.75) !important;
}
.stroke-sky-950\/80 {
  stroke: rgb(8 47 73 / 0.8) !important;
}
.stroke-sky-950\/85 {
  stroke: rgb(8 47 73 / 0.85) !important;
}
.stroke-sky-950\/90 {
  stroke: rgb(8 47 73 / 0.9) !important;
}
.stroke-sky-950\/95 {
  stroke: rgb(8 47 73 / 0.95) !important;
}
.stroke-slate-100 {
  stroke: #f1f5f9 !important;
}
.stroke-slate-100\/0 {
  stroke: rgb(241 245 249 / 0) !important;
}
.stroke-slate-100\/10 {
  stroke: rgb(241 245 249 / 0.1) !important;
}
.stroke-slate-100\/100 {
  stroke: rgb(241 245 249 / 1) !important;
}
.stroke-slate-100\/15 {
  stroke: rgb(241 245 249 / 0.15) !important;
}
.stroke-slate-100\/20 {
  stroke: rgb(241 245 249 / 0.2) !important;
}
.stroke-slate-100\/25 {
  stroke: rgb(241 245 249 / 0.25) !important;
}
.stroke-slate-100\/30 {
  stroke: rgb(241 245 249 / 0.3) !important;
}
.stroke-slate-100\/35 {
  stroke: rgb(241 245 249 / 0.35) !important;
}
.stroke-slate-100\/40 {
  stroke: rgb(241 245 249 / 0.4) !important;
}
.stroke-slate-100\/45 {
  stroke: rgb(241 245 249 / 0.45) !important;
}
.stroke-slate-100\/5 {
  stroke: rgb(241 245 249 / 0.05) !important;
}
.stroke-slate-100\/50 {
  stroke: rgb(241 245 249 / 0.5) !important;
}
.stroke-slate-100\/55 {
  stroke: rgb(241 245 249 / 0.55) !important;
}
.stroke-slate-100\/60 {
  stroke: rgb(241 245 249 / 0.6) !important;
}
.stroke-slate-100\/65 {
  stroke: rgb(241 245 249 / 0.65) !important;
}
.stroke-slate-100\/70 {
  stroke: rgb(241 245 249 / 0.7) !important;
}
.stroke-slate-100\/75 {
  stroke: rgb(241 245 249 / 0.75) !important;
}
.stroke-slate-100\/80 {
  stroke: rgb(241 245 249 / 0.8) !important;
}
.stroke-slate-100\/85 {
  stroke: rgb(241 245 249 / 0.85) !important;
}
.stroke-slate-100\/90 {
  stroke: rgb(241 245 249 / 0.9) !important;
}
.stroke-slate-100\/95 {
  stroke: rgb(241 245 249 / 0.95) !important;
}
.stroke-slate-200 {
  stroke: #e2e8f0 !important;
}
.stroke-slate-200\/0 {
  stroke: rgb(226 232 240 / 0) !important;
}
.stroke-slate-200\/10 {
  stroke: rgb(226 232 240 / 0.1) !important;
}
.stroke-slate-200\/100 {
  stroke: rgb(226 232 240 / 1) !important;
}
.stroke-slate-200\/15 {
  stroke: rgb(226 232 240 / 0.15) !important;
}
.stroke-slate-200\/20 {
  stroke: rgb(226 232 240 / 0.2) !important;
}
.stroke-slate-200\/25 {
  stroke: rgb(226 232 240 / 0.25) !important;
}
.stroke-slate-200\/30 {
  stroke: rgb(226 232 240 / 0.3) !important;
}
.stroke-slate-200\/35 {
  stroke: rgb(226 232 240 / 0.35) !important;
}
.stroke-slate-200\/40 {
  stroke: rgb(226 232 240 / 0.4) !important;
}
.stroke-slate-200\/45 {
  stroke: rgb(226 232 240 / 0.45) !important;
}
.stroke-slate-200\/5 {
  stroke: rgb(226 232 240 / 0.05) !important;
}
.stroke-slate-200\/50 {
  stroke: rgb(226 232 240 / 0.5) !important;
}
.stroke-slate-200\/55 {
  stroke: rgb(226 232 240 / 0.55) !important;
}
.stroke-slate-200\/60 {
  stroke: rgb(226 232 240 / 0.6) !important;
}
.stroke-slate-200\/65 {
  stroke: rgb(226 232 240 / 0.65) !important;
}
.stroke-slate-200\/70 {
  stroke: rgb(226 232 240 / 0.7) !important;
}
.stroke-slate-200\/75 {
  stroke: rgb(226 232 240 / 0.75) !important;
}
.stroke-slate-200\/80 {
  stroke: rgb(226 232 240 / 0.8) !important;
}
.stroke-slate-200\/85 {
  stroke: rgb(226 232 240 / 0.85) !important;
}
.stroke-slate-200\/90 {
  stroke: rgb(226 232 240 / 0.9) !important;
}
.stroke-slate-200\/95 {
  stroke: rgb(226 232 240 / 0.95) !important;
}
.stroke-slate-300 {
  stroke: #cbd5e1 !important;
}
.stroke-slate-300\/0 {
  stroke: rgb(203 213 225 / 0) !important;
}
.stroke-slate-300\/10 {
  stroke: rgb(203 213 225 / 0.1) !important;
}
.stroke-slate-300\/100 {
  stroke: rgb(203 213 225 / 1) !important;
}
.stroke-slate-300\/15 {
  stroke: rgb(203 213 225 / 0.15) !important;
}
.stroke-slate-300\/20 {
  stroke: rgb(203 213 225 / 0.2) !important;
}
.stroke-slate-300\/25 {
  stroke: rgb(203 213 225 / 0.25) !important;
}
.stroke-slate-300\/30 {
  stroke: rgb(203 213 225 / 0.3) !important;
}
.stroke-slate-300\/35 {
  stroke: rgb(203 213 225 / 0.35) !important;
}
.stroke-slate-300\/40 {
  stroke: rgb(203 213 225 / 0.4) !important;
}
.stroke-slate-300\/45 {
  stroke: rgb(203 213 225 / 0.45) !important;
}
.stroke-slate-300\/5 {
  stroke: rgb(203 213 225 / 0.05) !important;
}
.stroke-slate-300\/50 {
  stroke: rgb(203 213 225 / 0.5) !important;
}
.stroke-slate-300\/55 {
  stroke: rgb(203 213 225 / 0.55) !important;
}
.stroke-slate-300\/60 {
  stroke: rgb(203 213 225 / 0.6) !important;
}
.stroke-slate-300\/65 {
  stroke: rgb(203 213 225 / 0.65) !important;
}
.stroke-slate-300\/70 {
  stroke: rgb(203 213 225 / 0.7) !important;
}
.stroke-slate-300\/75 {
  stroke: rgb(203 213 225 / 0.75) !important;
}
.stroke-slate-300\/80 {
  stroke: rgb(203 213 225 / 0.8) !important;
}
.stroke-slate-300\/85 {
  stroke: rgb(203 213 225 / 0.85) !important;
}
.stroke-slate-300\/90 {
  stroke: rgb(203 213 225 / 0.9) !important;
}
.stroke-slate-300\/95 {
  stroke: rgb(203 213 225 / 0.95) !important;
}
.stroke-slate-400 {
  stroke: #94a3b8 !important;
}
.stroke-slate-400\/0 {
  stroke: rgb(148 163 184 / 0) !important;
}
.stroke-slate-400\/10 {
  stroke: rgb(148 163 184 / 0.1) !important;
}
.stroke-slate-400\/100 {
  stroke: rgb(148 163 184 / 1) !important;
}
.stroke-slate-400\/15 {
  stroke: rgb(148 163 184 / 0.15) !important;
}
.stroke-slate-400\/20 {
  stroke: rgb(148 163 184 / 0.2) !important;
}
.stroke-slate-400\/25 {
  stroke: rgb(148 163 184 / 0.25) !important;
}
.stroke-slate-400\/30 {
  stroke: rgb(148 163 184 / 0.3) !important;
}
.stroke-slate-400\/35 {
  stroke: rgb(148 163 184 / 0.35) !important;
}
.stroke-slate-400\/40 {
  stroke: rgb(148 163 184 / 0.4) !important;
}
.stroke-slate-400\/45 {
  stroke: rgb(148 163 184 / 0.45) !important;
}
.stroke-slate-400\/5 {
  stroke: rgb(148 163 184 / 0.05) !important;
}
.stroke-slate-400\/50 {
  stroke: rgb(148 163 184 / 0.5) !important;
}
.stroke-slate-400\/55 {
  stroke: rgb(148 163 184 / 0.55) !important;
}
.stroke-slate-400\/60 {
  stroke: rgb(148 163 184 / 0.6) !important;
}
.stroke-slate-400\/65 {
  stroke: rgb(148 163 184 / 0.65) !important;
}
.stroke-slate-400\/70 {
  stroke: rgb(148 163 184 / 0.7) !important;
}
.stroke-slate-400\/75 {
  stroke: rgb(148 163 184 / 0.75) !important;
}
.stroke-slate-400\/80 {
  stroke: rgb(148 163 184 / 0.8) !important;
}
.stroke-slate-400\/85 {
  stroke: rgb(148 163 184 / 0.85) !important;
}
.stroke-slate-400\/90 {
  stroke: rgb(148 163 184 / 0.9) !important;
}
.stroke-slate-400\/95 {
  stroke: rgb(148 163 184 / 0.95) !important;
}
.stroke-slate-50 {
  stroke: #f8fafc !important;
}
.stroke-slate-50\/0 {
  stroke: rgb(248 250 252 / 0) !important;
}
.stroke-slate-50\/10 {
  stroke: rgb(248 250 252 / 0.1) !important;
}
.stroke-slate-50\/100 {
  stroke: rgb(248 250 252 / 1) !important;
}
.stroke-slate-50\/15 {
  stroke: rgb(248 250 252 / 0.15) !important;
}
.stroke-slate-50\/20 {
  stroke: rgb(248 250 252 / 0.2) !important;
}
.stroke-slate-50\/25 {
  stroke: rgb(248 250 252 / 0.25) !important;
}
.stroke-slate-50\/30 {
  stroke: rgb(248 250 252 / 0.3) !important;
}
.stroke-slate-50\/35 {
  stroke: rgb(248 250 252 / 0.35) !important;
}
.stroke-slate-50\/40 {
  stroke: rgb(248 250 252 / 0.4) !important;
}
.stroke-slate-50\/45 {
  stroke: rgb(248 250 252 / 0.45) !important;
}
.stroke-slate-50\/5 {
  stroke: rgb(248 250 252 / 0.05) !important;
}
.stroke-slate-50\/50 {
  stroke: rgb(248 250 252 / 0.5) !important;
}
.stroke-slate-50\/55 {
  stroke: rgb(248 250 252 / 0.55) !important;
}
.stroke-slate-50\/60 {
  stroke: rgb(248 250 252 / 0.6) !important;
}
.stroke-slate-50\/65 {
  stroke: rgb(248 250 252 / 0.65) !important;
}
.stroke-slate-50\/70 {
  stroke: rgb(248 250 252 / 0.7) !important;
}
.stroke-slate-50\/75 {
  stroke: rgb(248 250 252 / 0.75) !important;
}
.stroke-slate-50\/80 {
  stroke: rgb(248 250 252 / 0.8) !important;
}
.stroke-slate-50\/85 {
  stroke: rgb(248 250 252 / 0.85) !important;
}
.stroke-slate-50\/90 {
  stroke: rgb(248 250 252 / 0.9) !important;
}
.stroke-slate-50\/95 {
  stroke: rgb(248 250 252 / 0.95) !important;
}
.stroke-slate-500 {
  stroke: #64748b !important;
}
.stroke-slate-500\/0 {
  stroke: rgb(100 116 139 / 0) !important;
}
.stroke-slate-500\/10 {
  stroke: rgb(100 116 139 / 0.1) !important;
}
.stroke-slate-500\/100 {
  stroke: rgb(100 116 139 / 1) !important;
}
.stroke-slate-500\/15 {
  stroke: rgb(100 116 139 / 0.15) !important;
}
.stroke-slate-500\/20 {
  stroke: rgb(100 116 139 / 0.2) !important;
}
.stroke-slate-500\/25 {
  stroke: rgb(100 116 139 / 0.25) !important;
}
.stroke-slate-500\/30 {
  stroke: rgb(100 116 139 / 0.3) !important;
}
.stroke-slate-500\/35 {
  stroke: rgb(100 116 139 / 0.35) !important;
}
.stroke-slate-500\/40 {
  stroke: rgb(100 116 139 / 0.4) !important;
}
.stroke-slate-500\/45 {
  stroke: rgb(100 116 139 / 0.45) !important;
}
.stroke-slate-500\/5 {
  stroke: rgb(100 116 139 / 0.05) !important;
}
.stroke-slate-500\/50 {
  stroke: rgb(100 116 139 / 0.5) !important;
}
.stroke-slate-500\/55 {
  stroke: rgb(100 116 139 / 0.55) !important;
}
.stroke-slate-500\/60 {
  stroke: rgb(100 116 139 / 0.6) !important;
}
.stroke-slate-500\/65 {
  stroke: rgb(100 116 139 / 0.65) !important;
}
.stroke-slate-500\/70 {
  stroke: rgb(100 116 139 / 0.7) !important;
}
.stroke-slate-500\/75 {
  stroke: rgb(100 116 139 / 0.75) !important;
}
.stroke-slate-500\/80 {
  stroke: rgb(100 116 139 / 0.8) !important;
}
.stroke-slate-500\/85 {
  stroke: rgb(100 116 139 / 0.85) !important;
}
.stroke-slate-500\/90 {
  stroke: rgb(100 116 139 / 0.9) !important;
}
.stroke-slate-500\/95 {
  stroke: rgb(100 116 139 / 0.95) !important;
}
.stroke-slate-600 {
  stroke: #475569 !important;
}
.stroke-slate-600\/0 {
  stroke: rgb(71 85 105 / 0) !important;
}
.stroke-slate-600\/10 {
  stroke: rgb(71 85 105 / 0.1) !important;
}
.stroke-slate-600\/100 {
  stroke: rgb(71 85 105 / 1) !important;
}
.stroke-slate-600\/15 {
  stroke: rgb(71 85 105 / 0.15) !important;
}
.stroke-slate-600\/20 {
  stroke: rgb(71 85 105 / 0.2) !important;
}
.stroke-slate-600\/25 {
  stroke: rgb(71 85 105 / 0.25) !important;
}
.stroke-slate-600\/30 {
  stroke: rgb(71 85 105 / 0.3) !important;
}
.stroke-slate-600\/35 {
  stroke: rgb(71 85 105 / 0.35) !important;
}
.stroke-slate-600\/40 {
  stroke: rgb(71 85 105 / 0.4) !important;
}
.stroke-slate-600\/45 {
  stroke: rgb(71 85 105 / 0.45) !important;
}
.stroke-slate-600\/5 {
  stroke: rgb(71 85 105 / 0.05) !important;
}
.stroke-slate-600\/50 {
  stroke: rgb(71 85 105 / 0.5) !important;
}
.stroke-slate-600\/55 {
  stroke: rgb(71 85 105 / 0.55) !important;
}
.stroke-slate-600\/60 {
  stroke: rgb(71 85 105 / 0.6) !important;
}
.stroke-slate-600\/65 {
  stroke: rgb(71 85 105 / 0.65) !important;
}
.stroke-slate-600\/70 {
  stroke: rgb(71 85 105 / 0.7) !important;
}
.stroke-slate-600\/75 {
  stroke: rgb(71 85 105 / 0.75) !important;
}
.stroke-slate-600\/80 {
  stroke: rgb(71 85 105 / 0.8) !important;
}
.stroke-slate-600\/85 {
  stroke: rgb(71 85 105 / 0.85) !important;
}
.stroke-slate-600\/90 {
  stroke: rgb(71 85 105 / 0.9) !important;
}
.stroke-slate-600\/95 {
  stroke: rgb(71 85 105 / 0.95) !important;
}
.stroke-slate-700 {
  stroke: #334155 !important;
}
.stroke-slate-700\/0 {
  stroke: rgb(51 65 85 / 0) !important;
}
.stroke-slate-700\/10 {
  stroke: rgb(51 65 85 / 0.1) !important;
}
.stroke-slate-700\/100 {
  stroke: rgb(51 65 85 / 1) !important;
}
.stroke-slate-700\/15 {
  stroke: rgb(51 65 85 / 0.15) !important;
}
.stroke-slate-700\/20 {
  stroke: rgb(51 65 85 / 0.2) !important;
}
.stroke-slate-700\/25 {
  stroke: rgb(51 65 85 / 0.25) !important;
}
.stroke-slate-700\/30 {
  stroke: rgb(51 65 85 / 0.3) !important;
}
.stroke-slate-700\/35 {
  stroke: rgb(51 65 85 / 0.35) !important;
}
.stroke-slate-700\/40 {
  stroke: rgb(51 65 85 / 0.4) !important;
}
.stroke-slate-700\/45 {
  stroke: rgb(51 65 85 / 0.45) !important;
}
.stroke-slate-700\/5 {
  stroke: rgb(51 65 85 / 0.05) !important;
}
.stroke-slate-700\/50 {
  stroke: rgb(51 65 85 / 0.5) !important;
}
.stroke-slate-700\/55 {
  stroke: rgb(51 65 85 / 0.55) !important;
}
.stroke-slate-700\/60 {
  stroke: rgb(51 65 85 / 0.6) !important;
}
.stroke-slate-700\/65 {
  stroke: rgb(51 65 85 / 0.65) !important;
}
.stroke-slate-700\/70 {
  stroke: rgb(51 65 85 / 0.7) !important;
}
.stroke-slate-700\/75 {
  stroke: rgb(51 65 85 / 0.75) !important;
}
.stroke-slate-700\/80 {
  stroke: rgb(51 65 85 / 0.8) !important;
}
.stroke-slate-700\/85 {
  stroke: rgb(51 65 85 / 0.85) !important;
}
.stroke-slate-700\/90 {
  stroke: rgb(51 65 85 / 0.9) !important;
}
.stroke-slate-700\/95 {
  stroke: rgb(51 65 85 / 0.95) !important;
}
.stroke-slate-800 {
  stroke: #1e293b !important;
}
.stroke-slate-800\/0 {
  stroke: rgb(30 41 59 / 0) !important;
}
.stroke-slate-800\/10 {
  stroke: rgb(30 41 59 / 0.1) !important;
}
.stroke-slate-800\/100 {
  stroke: rgb(30 41 59 / 1) !important;
}
.stroke-slate-800\/15 {
  stroke: rgb(30 41 59 / 0.15) !important;
}
.stroke-slate-800\/20 {
  stroke: rgb(30 41 59 / 0.2) !important;
}
.stroke-slate-800\/25 {
  stroke: rgb(30 41 59 / 0.25) !important;
}
.stroke-slate-800\/30 {
  stroke: rgb(30 41 59 / 0.3) !important;
}
.stroke-slate-800\/35 {
  stroke: rgb(30 41 59 / 0.35) !important;
}
.stroke-slate-800\/40 {
  stroke: rgb(30 41 59 / 0.4) !important;
}
.stroke-slate-800\/45 {
  stroke: rgb(30 41 59 / 0.45) !important;
}
.stroke-slate-800\/5 {
  stroke: rgb(30 41 59 / 0.05) !important;
}
.stroke-slate-800\/50 {
  stroke: rgb(30 41 59 / 0.5) !important;
}
.stroke-slate-800\/55 {
  stroke: rgb(30 41 59 / 0.55) !important;
}
.stroke-slate-800\/60 {
  stroke: rgb(30 41 59 / 0.6) !important;
}
.stroke-slate-800\/65 {
  stroke: rgb(30 41 59 / 0.65) !important;
}
.stroke-slate-800\/70 {
  stroke: rgb(30 41 59 / 0.7) !important;
}
.stroke-slate-800\/75 {
  stroke: rgb(30 41 59 / 0.75) !important;
}
.stroke-slate-800\/80 {
  stroke: rgb(30 41 59 / 0.8) !important;
}
.stroke-slate-800\/85 {
  stroke: rgb(30 41 59 / 0.85) !important;
}
.stroke-slate-800\/90 {
  stroke: rgb(30 41 59 / 0.9) !important;
}
.stroke-slate-800\/95 {
  stroke: rgb(30 41 59 / 0.95) !important;
}
.stroke-slate-900 {
  stroke: #0f172a !important;
}
.stroke-slate-900\/0 {
  stroke: rgb(15 23 42 / 0) !important;
}
.stroke-slate-900\/10 {
  stroke: rgb(15 23 42 / 0.1) !important;
}
.stroke-slate-900\/100 {
  stroke: rgb(15 23 42 / 1) !important;
}
.stroke-slate-900\/15 {
  stroke: rgb(15 23 42 / 0.15) !important;
}
.stroke-slate-900\/20 {
  stroke: rgb(15 23 42 / 0.2) !important;
}
.stroke-slate-900\/25 {
  stroke: rgb(15 23 42 / 0.25) !important;
}
.stroke-slate-900\/30 {
  stroke: rgb(15 23 42 / 0.3) !important;
}
.stroke-slate-900\/35 {
  stroke: rgb(15 23 42 / 0.35) !important;
}
.stroke-slate-900\/40 {
  stroke: rgb(15 23 42 / 0.4) !important;
}
.stroke-slate-900\/45 {
  stroke: rgb(15 23 42 / 0.45) !important;
}
.stroke-slate-900\/5 {
  stroke: rgb(15 23 42 / 0.05) !important;
}
.stroke-slate-900\/50 {
  stroke: rgb(15 23 42 / 0.5) !important;
}
.stroke-slate-900\/55 {
  stroke: rgb(15 23 42 / 0.55) !important;
}
.stroke-slate-900\/60 {
  stroke: rgb(15 23 42 / 0.6) !important;
}
.stroke-slate-900\/65 {
  stroke: rgb(15 23 42 / 0.65) !important;
}
.stroke-slate-900\/70 {
  stroke: rgb(15 23 42 / 0.7) !important;
}
.stroke-slate-900\/75 {
  stroke: rgb(15 23 42 / 0.75) !important;
}
.stroke-slate-900\/80 {
  stroke: rgb(15 23 42 / 0.8) !important;
}
.stroke-slate-900\/85 {
  stroke: rgb(15 23 42 / 0.85) !important;
}
.stroke-slate-900\/90 {
  stroke: rgb(15 23 42 / 0.9) !important;
}
.stroke-slate-900\/95 {
  stroke: rgb(15 23 42 / 0.95) !important;
}
.stroke-slate-950 {
  stroke: #020617 !important;
}
.stroke-slate-950\/0 {
  stroke: rgb(2 6 23 / 0) !important;
}
.stroke-slate-950\/10 {
  stroke: rgb(2 6 23 / 0.1) !important;
}
.stroke-slate-950\/100 {
  stroke: rgb(2 6 23 / 1) !important;
}
.stroke-slate-950\/15 {
  stroke: rgb(2 6 23 / 0.15) !important;
}
.stroke-slate-950\/20 {
  stroke: rgb(2 6 23 / 0.2) !important;
}
.stroke-slate-950\/25 {
  stroke: rgb(2 6 23 / 0.25) !important;
}
.stroke-slate-950\/30 {
  stroke: rgb(2 6 23 / 0.3) !important;
}
.stroke-slate-950\/35 {
  stroke: rgb(2 6 23 / 0.35) !important;
}
.stroke-slate-950\/40 {
  stroke: rgb(2 6 23 / 0.4) !important;
}
.stroke-slate-950\/45 {
  stroke: rgb(2 6 23 / 0.45) !important;
}
.stroke-slate-950\/5 {
  stroke: rgb(2 6 23 / 0.05) !important;
}
.stroke-slate-950\/50 {
  stroke: rgb(2 6 23 / 0.5) !important;
}
.stroke-slate-950\/55 {
  stroke: rgb(2 6 23 / 0.55) !important;
}
.stroke-slate-950\/60 {
  stroke: rgb(2 6 23 / 0.6) !important;
}
.stroke-slate-950\/65 {
  stroke: rgb(2 6 23 / 0.65) !important;
}
.stroke-slate-950\/70 {
  stroke: rgb(2 6 23 / 0.7) !important;
}
.stroke-slate-950\/75 {
  stroke: rgb(2 6 23 / 0.75) !important;
}
.stroke-slate-950\/80 {
  stroke: rgb(2 6 23 / 0.8) !important;
}
.stroke-slate-950\/85 {
  stroke: rgb(2 6 23 / 0.85) !important;
}
.stroke-slate-950\/90 {
  stroke: rgb(2 6 23 / 0.9) !important;
}
.stroke-slate-950\/95 {
  stroke: rgb(2 6 23 / 0.95) !important;
}
.stroke-stone-100 {
  stroke: #f5f5f4 !important;
}
.stroke-stone-100\/0 {
  stroke: rgb(245 245 244 / 0) !important;
}
.stroke-stone-100\/10 {
  stroke: rgb(245 245 244 / 0.1) !important;
}
.stroke-stone-100\/100 {
  stroke: rgb(245 245 244 / 1) !important;
}
.stroke-stone-100\/15 {
  stroke: rgb(245 245 244 / 0.15) !important;
}
.stroke-stone-100\/20 {
  stroke: rgb(245 245 244 / 0.2) !important;
}
.stroke-stone-100\/25 {
  stroke: rgb(245 245 244 / 0.25) !important;
}
.stroke-stone-100\/30 {
  stroke: rgb(245 245 244 / 0.3) !important;
}
.stroke-stone-100\/35 {
  stroke: rgb(245 245 244 / 0.35) !important;
}
.stroke-stone-100\/40 {
  stroke: rgb(245 245 244 / 0.4) !important;
}
.stroke-stone-100\/45 {
  stroke: rgb(245 245 244 / 0.45) !important;
}
.stroke-stone-100\/5 {
  stroke: rgb(245 245 244 / 0.05) !important;
}
.stroke-stone-100\/50 {
  stroke: rgb(245 245 244 / 0.5) !important;
}
.stroke-stone-100\/55 {
  stroke: rgb(245 245 244 / 0.55) !important;
}
.stroke-stone-100\/60 {
  stroke: rgb(245 245 244 / 0.6) !important;
}
.stroke-stone-100\/65 {
  stroke: rgb(245 245 244 / 0.65) !important;
}
.stroke-stone-100\/70 {
  stroke: rgb(245 245 244 / 0.7) !important;
}
.stroke-stone-100\/75 {
  stroke: rgb(245 245 244 / 0.75) !important;
}
.stroke-stone-100\/80 {
  stroke: rgb(245 245 244 / 0.8) !important;
}
.stroke-stone-100\/85 {
  stroke: rgb(245 245 244 / 0.85) !important;
}
.stroke-stone-100\/90 {
  stroke: rgb(245 245 244 / 0.9) !important;
}
.stroke-stone-100\/95 {
  stroke: rgb(245 245 244 / 0.95) !important;
}
.stroke-stone-200 {
  stroke: #e7e5e4 !important;
}
.stroke-stone-200\/0 {
  stroke: rgb(231 229 228 / 0) !important;
}
.stroke-stone-200\/10 {
  stroke: rgb(231 229 228 / 0.1) !important;
}
.stroke-stone-200\/100 {
  stroke: rgb(231 229 228 / 1) !important;
}
.stroke-stone-200\/15 {
  stroke: rgb(231 229 228 / 0.15) !important;
}
.stroke-stone-200\/20 {
  stroke: rgb(231 229 228 / 0.2) !important;
}
.stroke-stone-200\/25 {
  stroke: rgb(231 229 228 / 0.25) !important;
}
.stroke-stone-200\/30 {
  stroke: rgb(231 229 228 / 0.3) !important;
}
.stroke-stone-200\/35 {
  stroke: rgb(231 229 228 / 0.35) !important;
}
.stroke-stone-200\/40 {
  stroke: rgb(231 229 228 / 0.4) !important;
}
.stroke-stone-200\/45 {
  stroke: rgb(231 229 228 / 0.45) !important;
}
.stroke-stone-200\/5 {
  stroke: rgb(231 229 228 / 0.05) !important;
}
.stroke-stone-200\/50 {
  stroke: rgb(231 229 228 / 0.5) !important;
}
.stroke-stone-200\/55 {
  stroke: rgb(231 229 228 / 0.55) !important;
}
.stroke-stone-200\/60 {
  stroke: rgb(231 229 228 / 0.6) !important;
}
.stroke-stone-200\/65 {
  stroke: rgb(231 229 228 / 0.65) !important;
}
.stroke-stone-200\/70 {
  stroke: rgb(231 229 228 / 0.7) !important;
}
.stroke-stone-200\/75 {
  stroke: rgb(231 229 228 / 0.75) !important;
}
.stroke-stone-200\/80 {
  stroke: rgb(231 229 228 / 0.8) !important;
}
.stroke-stone-200\/85 {
  stroke: rgb(231 229 228 / 0.85) !important;
}
.stroke-stone-200\/90 {
  stroke: rgb(231 229 228 / 0.9) !important;
}
.stroke-stone-200\/95 {
  stroke: rgb(231 229 228 / 0.95) !important;
}
.stroke-stone-300 {
  stroke: #d6d3d1 !important;
}
.stroke-stone-300\/0 {
  stroke: rgb(214 211 209 / 0) !important;
}
.stroke-stone-300\/10 {
  stroke: rgb(214 211 209 / 0.1) !important;
}
.stroke-stone-300\/100 {
  stroke: rgb(214 211 209 / 1) !important;
}
.stroke-stone-300\/15 {
  stroke: rgb(214 211 209 / 0.15) !important;
}
.stroke-stone-300\/20 {
  stroke: rgb(214 211 209 / 0.2) !important;
}
.stroke-stone-300\/25 {
  stroke: rgb(214 211 209 / 0.25) !important;
}
.stroke-stone-300\/30 {
  stroke: rgb(214 211 209 / 0.3) !important;
}
.stroke-stone-300\/35 {
  stroke: rgb(214 211 209 / 0.35) !important;
}
.stroke-stone-300\/40 {
  stroke: rgb(214 211 209 / 0.4) !important;
}
.stroke-stone-300\/45 {
  stroke: rgb(214 211 209 / 0.45) !important;
}
.stroke-stone-300\/5 {
  stroke: rgb(214 211 209 / 0.05) !important;
}
.stroke-stone-300\/50 {
  stroke: rgb(214 211 209 / 0.5) !important;
}
.stroke-stone-300\/55 {
  stroke: rgb(214 211 209 / 0.55) !important;
}
.stroke-stone-300\/60 {
  stroke: rgb(214 211 209 / 0.6) !important;
}
.stroke-stone-300\/65 {
  stroke: rgb(214 211 209 / 0.65) !important;
}
.stroke-stone-300\/70 {
  stroke: rgb(214 211 209 / 0.7) !important;
}
.stroke-stone-300\/75 {
  stroke: rgb(214 211 209 / 0.75) !important;
}
.stroke-stone-300\/80 {
  stroke: rgb(214 211 209 / 0.8) !important;
}
.stroke-stone-300\/85 {
  stroke: rgb(214 211 209 / 0.85) !important;
}
.stroke-stone-300\/90 {
  stroke: rgb(214 211 209 / 0.9) !important;
}
.stroke-stone-300\/95 {
  stroke: rgb(214 211 209 / 0.95) !important;
}
.stroke-stone-400 {
  stroke: #a8a29e !important;
}
.stroke-stone-400\/0 {
  stroke: rgb(168 162 158 / 0) !important;
}
.stroke-stone-400\/10 {
  stroke: rgb(168 162 158 / 0.1) !important;
}
.stroke-stone-400\/100 {
  stroke: rgb(168 162 158 / 1) !important;
}
.stroke-stone-400\/15 {
  stroke: rgb(168 162 158 / 0.15) !important;
}
.stroke-stone-400\/20 {
  stroke: rgb(168 162 158 / 0.2) !important;
}
.stroke-stone-400\/25 {
  stroke: rgb(168 162 158 / 0.25) !important;
}
.stroke-stone-400\/30 {
  stroke: rgb(168 162 158 / 0.3) !important;
}
.stroke-stone-400\/35 {
  stroke: rgb(168 162 158 / 0.35) !important;
}
.stroke-stone-400\/40 {
  stroke: rgb(168 162 158 / 0.4) !important;
}
.stroke-stone-400\/45 {
  stroke: rgb(168 162 158 / 0.45) !important;
}
.stroke-stone-400\/5 {
  stroke: rgb(168 162 158 / 0.05) !important;
}
.stroke-stone-400\/50 {
  stroke: rgb(168 162 158 / 0.5) !important;
}
.stroke-stone-400\/55 {
  stroke: rgb(168 162 158 / 0.55) !important;
}
.stroke-stone-400\/60 {
  stroke: rgb(168 162 158 / 0.6) !important;
}
.stroke-stone-400\/65 {
  stroke: rgb(168 162 158 / 0.65) !important;
}
.stroke-stone-400\/70 {
  stroke: rgb(168 162 158 / 0.7) !important;
}
.stroke-stone-400\/75 {
  stroke: rgb(168 162 158 / 0.75) !important;
}
.stroke-stone-400\/80 {
  stroke: rgb(168 162 158 / 0.8) !important;
}
.stroke-stone-400\/85 {
  stroke: rgb(168 162 158 / 0.85) !important;
}
.stroke-stone-400\/90 {
  stroke: rgb(168 162 158 / 0.9) !important;
}
.stroke-stone-400\/95 {
  stroke: rgb(168 162 158 / 0.95) !important;
}
.stroke-stone-50 {
  stroke: #fafaf9 !important;
}
.stroke-stone-50\/0 {
  stroke: rgb(250 250 249 / 0) !important;
}
.stroke-stone-50\/10 {
  stroke: rgb(250 250 249 / 0.1) !important;
}
.stroke-stone-50\/100 {
  stroke: rgb(250 250 249 / 1) !important;
}
.stroke-stone-50\/15 {
  stroke: rgb(250 250 249 / 0.15) !important;
}
.stroke-stone-50\/20 {
  stroke: rgb(250 250 249 / 0.2) !important;
}
.stroke-stone-50\/25 {
  stroke: rgb(250 250 249 / 0.25) !important;
}
.stroke-stone-50\/30 {
  stroke: rgb(250 250 249 / 0.3) !important;
}
.stroke-stone-50\/35 {
  stroke: rgb(250 250 249 / 0.35) !important;
}
.stroke-stone-50\/40 {
  stroke: rgb(250 250 249 / 0.4) !important;
}
.stroke-stone-50\/45 {
  stroke: rgb(250 250 249 / 0.45) !important;
}
.stroke-stone-50\/5 {
  stroke: rgb(250 250 249 / 0.05) !important;
}
.stroke-stone-50\/50 {
  stroke: rgb(250 250 249 / 0.5) !important;
}
.stroke-stone-50\/55 {
  stroke: rgb(250 250 249 / 0.55) !important;
}
.stroke-stone-50\/60 {
  stroke: rgb(250 250 249 / 0.6) !important;
}
.stroke-stone-50\/65 {
  stroke: rgb(250 250 249 / 0.65) !important;
}
.stroke-stone-50\/70 {
  stroke: rgb(250 250 249 / 0.7) !important;
}
.stroke-stone-50\/75 {
  stroke: rgb(250 250 249 / 0.75) !important;
}
.stroke-stone-50\/80 {
  stroke: rgb(250 250 249 / 0.8) !important;
}
.stroke-stone-50\/85 {
  stroke: rgb(250 250 249 / 0.85) !important;
}
.stroke-stone-50\/90 {
  stroke: rgb(250 250 249 / 0.9) !important;
}
.stroke-stone-50\/95 {
  stroke: rgb(250 250 249 / 0.95) !important;
}
.stroke-stone-500 {
  stroke: #78716c !important;
}
.stroke-stone-500\/0 {
  stroke: rgb(120 113 108 / 0) !important;
}
.stroke-stone-500\/10 {
  stroke: rgb(120 113 108 / 0.1) !important;
}
.stroke-stone-500\/100 {
  stroke: rgb(120 113 108 / 1) !important;
}
.stroke-stone-500\/15 {
  stroke: rgb(120 113 108 / 0.15) !important;
}
.stroke-stone-500\/20 {
  stroke: rgb(120 113 108 / 0.2) !important;
}
.stroke-stone-500\/25 {
  stroke: rgb(120 113 108 / 0.25) !important;
}
.stroke-stone-500\/30 {
  stroke: rgb(120 113 108 / 0.3) !important;
}
.stroke-stone-500\/35 {
  stroke: rgb(120 113 108 / 0.35) !important;
}
.stroke-stone-500\/40 {
  stroke: rgb(120 113 108 / 0.4) !important;
}
.stroke-stone-500\/45 {
  stroke: rgb(120 113 108 / 0.45) !important;
}
.stroke-stone-500\/5 {
  stroke: rgb(120 113 108 / 0.05) !important;
}
.stroke-stone-500\/50 {
  stroke: rgb(120 113 108 / 0.5) !important;
}
.stroke-stone-500\/55 {
  stroke: rgb(120 113 108 / 0.55) !important;
}
.stroke-stone-500\/60 {
  stroke: rgb(120 113 108 / 0.6) !important;
}
.stroke-stone-500\/65 {
  stroke: rgb(120 113 108 / 0.65) !important;
}
.stroke-stone-500\/70 {
  stroke: rgb(120 113 108 / 0.7) !important;
}
.stroke-stone-500\/75 {
  stroke: rgb(120 113 108 / 0.75) !important;
}
.stroke-stone-500\/80 {
  stroke: rgb(120 113 108 / 0.8) !important;
}
.stroke-stone-500\/85 {
  stroke: rgb(120 113 108 / 0.85) !important;
}
.stroke-stone-500\/90 {
  stroke: rgb(120 113 108 / 0.9) !important;
}
.stroke-stone-500\/95 {
  stroke: rgb(120 113 108 / 0.95) !important;
}
.stroke-stone-600 {
  stroke: #57534e !important;
}
.stroke-stone-600\/0 {
  stroke: rgb(87 83 78 / 0) !important;
}
.stroke-stone-600\/10 {
  stroke: rgb(87 83 78 / 0.1) !important;
}
.stroke-stone-600\/100 {
  stroke: rgb(87 83 78 / 1) !important;
}
.stroke-stone-600\/15 {
  stroke: rgb(87 83 78 / 0.15) !important;
}
.stroke-stone-600\/20 {
  stroke: rgb(87 83 78 / 0.2) !important;
}
.stroke-stone-600\/25 {
  stroke: rgb(87 83 78 / 0.25) !important;
}
.stroke-stone-600\/30 {
  stroke: rgb(87 83 78 / 0.3) !important;
}
.stroke-stone-600\/35 {
  stroke: rgb(87 83 78 / 0.35) !important;
}
.stroke-stone-600\/40 {
  stroke: rgb(87 83 78 / 0.4) !important;
}
.stroke-stone-600\/45 {
  stroke: rgb(87 83 78 / 0.45) !important;
}
.stroke-stone-600\/5 {
  stroke: rgb(87 83 78 / 0.05) !important;
}
.stroke-stone-600\/50 {
  stroke: rgb(87 83 78 / 0.5) !important;
}
.stroke-stone-600\/55 {
  stroke: rgb(87 83 78 / 0.55) !important;
}
.stroke-stone-600\/60 {
  stroke: rgb(87 83 78 / 0.6) !important;
}
.stroke-stone-600\/65 {
  stroke: rgb(87 83 78 / 0.65) !important;
}
.stroke-stone-600\/70 {
  stroke: rgb(87 83 78 / 0.7) !important;
}
.stroke-stone-600\/75 {
  stroke: rgb(87 83 78 / 0.75) !important;
}
.stroke-stone-600\/80 {
  stroke: rgb(87 83 78 / 0.8) !important;
}
.stroke-stone-600\/85 {
  stroke: rgb(87 83 78 / 0.85) !important;
}
.stroke-stone-600\/90 {
  stroke: rgb(87 83 78 / 0.9) !important;
}
.stroke-stone-600\/95 {
  stroke: rgb(87 83 78 / 0.95) !important;
}
.stroke-stone-700 {
  stroke: #44403c !important;
}
.stroke-stone-700\/0 {
  stroke: rgb(68 64 60 / 0) !important;
}
.stroke-stone-700\/10 {
  stroke: rgb(68 64 60 / 0.1) !important;
}
.stroke-stone-700\/100 {
  stroke: rgb(68 64 60 / 1) !important;
}
.stroke-stone-700\/15 {
  stroke: rgb(68 64 60 / 0.15) !important;
}
.stroke-stone-700\/20 {
  stroke: rgb(68 64 60 / 0.2) !important;
}
.stroke-stone-700\/25 {
  stroke: rgb(68 64 60 / 0.25) !important;
}
.stroke-stone-700\/30 {
  stroke: rgb(68 64 60 / 0.3) !important;
}
.stroke-stone-700\/35 {
  stroke: rgb(68 64 60 / 0.35) !important;
}
.stroke-stone-700\/40 {
  stroke: rgb(68 64 60 / 0.4) !important;
}
.stroke-stone-700\/45 {
  stroke: rgb(68 64 60 / 0.45) !important;
}
.stroke-stone-700\/5 {
  stroke: rgb(68 64 60 / 0.05) !important;
}
.stroke-stone-700\/50 {
  stroke: rgb(68 64 60 / 0.5) !important;
}
.stroke-stone-700\/55 {
  stroke: rgb(68 64 60 / 0.55) !important;
}
.stroke-stone-700\/60 {
  stroke: rgb(68 64 60 / 0.6) !important;
}
.stroke-stone-700\/65 {
  stroke: rgb(68 64 60 / 0.65) !important;
}
.stroke-stone-700\/70 {
  stroke: rgb(68 64 60 / 0.7) !important;
}
.stroke-stone-700\/75 {
  stroke: rgb(68 64 60 / 0.75) !important;
}
.stroke-stone-700\/80 {
  stroke: rgb(68 64 60 / 0.8) !important;
}
.stroke-stone-700\/85 {
  stroke: rgb(68 64 60 / 0.85) !important;
}
.stroke-stone-700\/90 {
  stroke: rgb(68 64 60 / 0.9) !important;
}
.stroke-stone-700\/95 {
  stroke: rgb(68 64 60 / 0.95) !important;
}
.stroke-stone-800 {
  stroke: #292524 !important;
}
.stroke-stone-800\/0 {
  stroke: rgb(41 37 36 / 0) !important;
}
.stroke-stone-800\/10 {
  stroke: rgb(41 37 36 / 0.1) !important;
}
.stroke-stone-800\/100 {
  stroke: rgb(41 37 36 / 1) !important;
}
.stroke-stone-800\/15 {
  stroke: rgb(41 37 36 / 0.15) !important;
}
.stroke-stone-800\/20 {
  stroke: rgb(41 37 36 / 0.2) !important;
}
.stroke-stone-800\/25 {
  stroke: rgb(41 37 36 / 0.25) !important;
}
.stroke-stone-800\/30 {
  stroke: rgb(41 37 36 / 0.3) !important;
}
.stroke-stone-800\/35 {
  stroke: rgb(41 37 36 / 0.35) !important;
}
.stroke-stone-800\/40 {
  stroke: rgb(41 37 36 / 0.4) !important;
}
.stroke-stone-800\/45 {
  stroke: rgb(41 37 36 / 0.45) !important;
}
.stroke-stone-800\/5 {
  stroke: rgb(41 37 36 / 0.05) !important;
}
.stroke-stone-800\/50 {
  stroke: rgb(41 37 36 / 0.5) !important;
}
.stroke-stone-800\/55 {
  stroke: rgb(41 37 36 / 0.55) !important;
}
.stroke-stone-800\/60 {
  stroke: rgb(41 37 36 / 0.6) !important;
}
.stroke-stone-800\/65 {
  stroke: rgb(41 37 36 / 0.65) !important;
}
.stroke-stone-800\/70 {
  stroke: rgb(41 37 36 / 0.7) !important;
}
.stroke-stone-800\/75 {
  stroke: rgb(41 37 36 / 0.75) !important;
}
.stroke-stone-800\/80 {
  stroke: rgb(41 37 36 / 0.8) !important;
}
.stroke-stone-800\/85 {
  stroke: rgb(41 37 36 / 0.85) !important;
}
.stroke-stone-800\/90 {
  stroke: rgb(41 37 36 / 0.9) !important;
}
.stroke-stone-800\/95 {
  stroke: rgb(41 37 36 / 0.95) !important;
}
.stroke-stone-900 {
  stroke: #1c1917 !important;
}
.stroke-stone-900\/0 {
  stroke: rgb(28 25 23 / 0) !important;
}
.stroke-stone-900\/10 {
  stroke: rgb(28 25 23 / 0.1) !important;
}
.stroke-stone-900\/100 {
  stroke: rgb(28 25 23 / 1) !important;
}
.stroke-stone-900\/15 {
  stroke: rgb(28 25 23 / 0.15) !important;
}
.stroke-stone-900\/20 {
  stroke: rgb(28 25 23 / 0.2) !important;
}
.stroke-stone-900\/25 {
  stroke: rgb(28 25 23 / 0.25) !important;
}
.stroke-stone-900\/30 {
  stroke: rgb(28 25 23 / 0.3) !important;
}
.stroke-stone-900\/35 {
  stroke: rgb(28 25 23 / 0.35) !important;
}
.stroke-stone-900\/40 {
  stroke: rgb(28 25 23 / 0.4) !important;
}
.stroke-stone-900\/45 {
  stroke: rgb(28 25 23 / 0.45) !important;
}
.stroke-stone-900\/5 {
  stroke: rgb(28 25 23 / 0.05) !important;
}
.stroke-stone-900\/50 {
  stroke: rgb(28 25 23 / 0.5) !important;
}
.stroke-stone-900\/55 {
  stroke: rgb(28 25 23 / 0.55) !important;
}
.stroke-stone-900\/60 {
  stroke: rgb(28 25 23 / 0.6) !important;
}
.stroke-stone-900\/65 {
  stroke: rgb(28 25 23 / 0.65) !important;
}
.stroke-stone-900\/70 {
  stroke: rgb(28 25 23 / 0.7) !important;
}
.stroke-stone-900\/75 {
  stroke: rgb(28 25 23 / 0.75) !important;
}
.stroke-stone-900\/80 {
  stroke: rgb(28 25 23 / 0.8) !important;
}
.stroke-stone-900\/85 {
  stroke: rgb(28 25 23 / 0.85) !important;
}
.stroke-stone-900\/90 {
  stroke: rgb(28 25 23 / 0.9) !important;
}
.stroke-stone-900\/95 {
  stroke: rgb(28 25 23 / 0.95) !important;
}
.stroke-stone-950 {
  stroke: #0c0a09 !important;
}
.stroke-stone-950\/0 {
  stroke: rgb(12 10 9 / 0) !important;
}
.stroke-stone-950\/10 {
  stroke: rgb(12 10 9 / 0.1) !important;
}
.stroke-stone-950\/100 {
  stroke: rgb(12 10 9 / 1) !important;
}
.stroke-stone-950\/15 {
  stroke: rgb(12 10 9 / 0.15) !important;
}
.stroke-stone-950\/20 {
  stroke: rgb(12 10 9 / 0.2) !important;
}
.stroke-stone-950\/25 {
  stroke: rgb(12 10 9 / 0.25) !important;
}
.stroke-stone-950\/30 {
  stroke: rgb(12 10 9 / 0.3) !important;
}
.stroke-stone-950\/35 {
  stroke: rgb(12 10 9 / 0.35) !important;
}
.stroke-stone-950\/40 {
  stroke: rgb(12 10 9 / 0.4) !important;
}
.stroke-stone-950\/45 {
  stroke: rgb(12 10 9 / 0.45) !important;
}
.stroke-stone-950\/5 {
  stroke: rgb(12 10 9 / 0.05) !important;
}
.stroke-stone-950\/50 {
  stroke: rgb(12 10 9 / 0.5) !important;
}
.stroke-stone-950\/55 {
  stroke: rgb(12 10 9 / 0.55) !important;
}
.stroke-stone-950\/60 {
  stroke: rgb(12 10 9 / 0.6) !important;
}
.stroke-stone-950\/65 {
  stroke: rgb(12 10 9 / 0.65) !important;
}
.stroke-stone-950\/70 {
  stroke: rgb(12 10 9 / 0.7) !important;
}
.stroke-stone-950\/75 {
  stroke: rgb(12 10 9 / 0.75) !important;
}
.stroke-stone-950\/80 {
  stroke: rgb(12 10 9 / 0.8) !important;
}
.stroke-stone-950\/85 {
  stroke: rgb(12 10 9 / 0.85) !important;
}
.stroke-stone-950\/90 {
  stroke: rgb(12 10 9 / 0.9) !important;
}
.stroke-stone-950\/95 {
  stroke: rgb(12 10 9 / 0.95) !important;
}
.stroke-teal-100 {
  stroke: #ccfbf1 !important;
}
.stroke-teal-100\/0 {
  stroke: rgb(204 251 241 / 0) !important;
}
.stroke-teal-100\/10 {
  stroke: rgb(204 251 241 / 0.1) !important;
}
.stroke-teal-100\/100 {
  stroke: rgb(204 251 241 / 1) !important;
}
.stroke-teal-100\/15 {
  stroke: rgb(204 251 241 / 0.15) !important;
}
.stroke-teal-100\/20 {
  stroke: rgb(204 251 241 / 0.2) !important;
}
.stroke-teal-100\/25 {
  stroke: rgb(204 251 241 / 0.25) !important;
}
.stroke-teal-100\/30 {
  stroke: rgb(204 251 241 / 0.3) !important;
}
.stroke-teal-100\/35 {
  stroke: rgb(204 251 241 / 0.35) !important;
}
.stroke-teal-100\/40 {
  stroke: rgb(204 251 241 / 0.4) !important;
}
.stroke-teal-100\/45 {
  stroke: rgb(204 251 241 / 0.45) !important;
}
.stroke-teal-100\/5 {
  stroke: rgb(204 251 241 / 0.05) !important;
}
.stroke-teal-100\/50 {
  stroke: rgb(204 251 241 / 0.5) !important;
}
.stroke-teal-100\/55 {
  stroke: rgb(204 251 241 / 0.55) !important;
}
.stroke-teal-100\/60 {
  stroke: rgb(204 251 241 / 0.6) !important;
}
.stroke-teal-100\/65 {
  stroke: rgb(204 251 241 / 0.65) !important;
}
.stroke-teal-100\/70 {
  stroke: rgb(204 251 241 / 0.7) !important;
}
.stroke-teal-100\/75 {
  stroke: rgb(204 251 241 / 0.75) !important;
}
.stroke-teal-100\/80 {
  stroke: rgb(204 251 241 / 0.8) !important;
}
.stroke-teal-100\/85 {
  stroke: rgb(204 251 241 / 0.85) !important;
}
.stroke-teal-100\/90 {
  stroke: rgb(204 251 241 / 0.9) !important;
}
.stroke-teal-100\/95 {
  stroke: rgb(204 251 241 / 0.95) !important;
}
.stroke-teal-200 {
  stroke: #99f6e4 !important;
}
.stroke-teal-200\/0 {
  stroke: rgb(153 246 228 / 0) !important;
}
.stroke-teal-200\/10 {
  stroke: rgb(153 246 228 / 0.1) !important;
}
.stroke-teal-200\/100 {
  stroke: rgb(153 246 228 / 1) !important;
}
.stroke-teal-200\/15 {
  stroke: rgb(153 246 228 / 0.15) !important;
}
.stroke-teal-200\/20 {
  stroke: rgb(153 246 228 / 0.2) !important;
}
.stroke-teal-200\/25 {
  stroke: rgb(153 246 228 / 0.25) !important;
}
.stroke-teal-200\/30 {
  stroke: rgb(153 246 228 / 0.3) !important;
}
.stroke-teal-200\/35 {
  stroke: rgb(153 246 228 / 0.35) !important;
}
.stroke-teal-200\/40 {
  stroke: rgb(153 246 228 / 0.4) !important;
}
.stroke-teal-200\/45 {
  stroke: rgb(153 246 228 / 0.45) !important;
}
.stroke-teal-200\/5 {
  stroke: rgb(153 246 228 / 0.05) !important;
}
.stroke-teal-200\/50 {
  stroke: rgb(153 246 228 / 0.5) !important;
}
.stroke-teal-200\/55 {
  stroke: rgb(153 246 228 / 0.55) !important;
}
.stroke-teal-200\/60 {
  stroke: rgb(153 246 228 / 0.6) !important;
}
.stroke-teal-200\/65 {
  stroke: rgb(153 246 228 / 0.65) !important;
}
.stroke-teal-200\/70 {
  stroke: rgb(153 246 228 / 0.7) !important;
}
.stroke-teal-200\/75 {
  stroke: rgb(153 246 228 / 0.75) !important;
}
.stroke-teal-200\/80 {
  stroke: rgb(153 246 228 / 0.8) !important;
}
.stroke-teal-200\/85 {
  stroke: rgb(153 246 228 / 0.85) !important;
}
.stroke-teal-200\/90 {
  stroke: rgb(153 246 228 / 0.9) !important;
}
.stroke-teal-200\/95 {
  stroke: rgb(153 246 228 / 0.95) !important;
}
.stroke-teal-300 {
  stroke: #5eead4 !important;
}
.stroke-teal-300\/0 {
  stroke: rgb(94 234 212 / 0) !important;
}
.stroke-teal-300\/10 {
  stroke: rgb(94 234 212 / 0.1) !important;
}
.stroke-teal-300\/100 {
  stroke: rgb(94 234 212 / 1) !important;
}
.stroke-teal-300\/15 {
  stroke: rgb(94 234 212 / 0.15) !important;
}
.stroke-teal-300\/20 {
  stroke: rgb(94 234 212 / 0.2) !important;
}
.stroke-teal-300\/25 {
  stroke: rgb(94 234 212 / 0.25) !important;
}
.stroke-teal-300\/30 {
  stroke: rgb(94 234 212 / 0.3) !important;
}
.stroke-teal-300\/35 {
  stroke: rgb(94 234 212 / 0.35) !important;
}
.stroke-teal-300\/40 {
  stroke: rgb(94 234 212 / 0.4) !important;
}
.stroke-teal-300\/45 {
  stroke: rgb(94 234 212 / 0.45) !important;
}
.stroke-teal-300\/5 {
  stroke: rgb(94 234 212 / 0.05) !important;
}
.stroke-teal-300\/50 {
  stroke: rgb(94 234 212 / 0.5) !important;
}
.stroke-teal-300\/55 {
  stroke: rgb(94 234 212 / 0.55) !important;
}
.stroke-teal-300\/60 {
  stroke: rgb(94 234 212 / 0.6) !important;
}
.stroke-teal-300\/65 {
  stroke: rgb(94 234 212 / 0.65) !important;
}
.stroke-teal-300\/70 {
  stroke: rgb(94 234 212 / 0.7) !important;
}
.stroke-teal-300\/75 {
  stroke: rgb(94 234 212 / 0.75) !important;
}
.stroke-teal-300\/80 {
  stroke: rgb(94 234 212 / 0.8) !important;
}
.stroke-teal-300\/85 {
  stroke: rgb(94 234 212 / 0.85) !important;
}
.stroke-teal-300\/90 {
  stroke: rgb(94 234 212 / 0.9) !important;
}
.stroke-teal-300\/95 {
  stroke: rgb(94 234 212 / 0.95) !important;
}
.stroke-teal-400 {
  stroke: #2dd4bf !important;
}
.stroke-teal-400\/0 {
  stroke: rgb(45 212 191 / 0) !important;
}
.stroke-teal-400\/10 {
  stroke: rgb(45 212 191 / 0.1) !important;
}
.stroke-teal-400\/100 {
  stroke: rgb(45 212 191 / 1) !important;
}
.stroke-teal-400\/15 {
  stroke: rgb(45 212 191 / 0.15) !important;
}
.stroke-teal-400\/20 {
  stroke: rgb(45 212 191 / 0.2) !important;
}
.stroke-teal-400\/25 {
  stroke: rgb(45 212 191 / 0.25) !important;
}
.stroke-teal-400\/30 {
  stroke: rgb(45 212 191 / 0.3) !important;
}
.stroke-teal-400\/35 {
  stroke: rgb(45 212 191 / 0.35) !important;
}
.stroke-teal-400\/40 {
  stroke: rgb(45 212 191 / 0.4) !important;
}
.stroke-teal-400\/45 {
  stroke: rgb(45 212 191 / 0.45) !important;
}
.stroke-teal-400\/5 {
  stroke: rgb(45 212 191 / 0.05) !important;
}
.stroke-teal-400\/50 {
  stroke: rgb(45 212 191 / 0.5) !important;
}
.stroke-teal-400\/55 {
  stroke: rgb(45 212 191 / 0.55) !important;
}
.stroke-teal-400\/60 {
  stroke: rgb(45 212 191 / 0.6) !important;
}
.stroke-teal-400\/65 {
  stroke: rgb(45 212 191 / 0.65) !important;
}
.stroke-teal-400\/70 {
  stroke: rgb(45 212 191 / 0.7) !important;
}
.stroke-teal-400\/75 {
  stroke: rgb(45 212 191 / 0.75) !important;
}
.stroke-teal-400\/80 {
  stroke: rgb(45 212 191 / 0.8) !important;
}
.stroke-teal-400\/85 {
  stroke: rgb(45 212 191 / 0.85) !important;
}
.stroke-teal-400\/90 {
  stroke: rgb(45 212 191 / 0.9) !important;
}
.stroke-teal-400\/95 {
  stroke: rgb(45 212 191 / 0.95) !important;
}
.stroke-teal-50 {
  stroke: #f0fdfa !important;
}
.stroke-teal-50\/0 {
  stroke: rgb(240 253 250 / 0) !important;
}
.stroke-teal-50\/10 {
  stroke: rgb(240 253 250 / 0.1) !important;
}
.stroke-teal-50\/100 {
  stroke: rgb(240 253 250 / 1) !important;
}
.stroke-teal-50\/15 {
  stroke: rgb(240 253 250 / 0.15) !important;
}
.stroke-teal-50\/20 {
  stroke: rgb(240 253 250 / 0.2) !important;
}
.stroke-teal-50\/25 {
  stroke: rgb(240 253 250 / 0.25) !important;
}
.stroke-teal-50\/30 {
  stroke: rgb(240 253 250 / 0.3) !important;
}
.stroke-teal-50\/35 {
  stroke: rgb(240 253 250 / 0.35) !important;
}
.stroke-teal-50\/40 {
  stroke: rgb(240 253 250 / 0.4) !important;
}
.stroke-teal-50\/45 {
  stroke: rgb(240 253 250 / 0.45) !important;
}
.stroke-teal-50\/5 {
  stroke: rgb(240 253 250 / 0.05) !important;
}
.stroke-teal-50\/50 {
  stroke: rgb(240 253 250 / 0.5) !important;
}
.stroke-teal-50\/55 {
  stroke: rgb(240 253 250 / 0.55) !important;
}
.stroke-teal-50\/60 {
  stroke: rgb(240 253 250 / 0.6) !important;
}
.stroke-teal-50\/65 {
  stroke: rgb(240 253 250 / 0.65) !important;
}
.stroke-teal-50\/70 {
  stroke: rgb(240 253 250 / 0.7) !important;
}
.stroke-teal-50\/75 {
  stroke: rgb(240 253 250 / 0.75) !important;
}
.stroke-teal-50\/80 {
  stroke: rgb(240 253 250 / 0.8) !important;
}
.stroke-teal-50\/85 {
  stroke: rgb(240 253 250 / 0.85) !important;
}
.stroke-teal-50\/90 {
  stroke: rgb(240 253 250 / 0.9) !important;
}
.stroke-teal-50\/95 {
  stroke: rgb(240 253 250 / 0.95) !important;
}
.stroke-teal-500 {
  stroke: #14b8a6 !important;
}
.stroke-teal-500\/0 {
  stroke: rgb(20 184 166 / 0) !important;
}
.stroke-teal-500\/10 {
  stroke: rgb(20 184 166 / 0.1) !important;
}
.stroke-teal-500\/100 {
  stroke: rgb(20 184 166 / 1) !important;
}
.stroke-teal-500\/15 {
  stroke: rgb(20 184 166 / 0.15) !important;
}
.stroke-teal-500\/20 {
  stroke: rgb(20 184 166 / 0.2) !important;
}
.stroke-teal-500\/25 {
  stroke: rgb(20 184 166 / 0.25) !important;
}
.stroke-teal-500\/30 {
  stroke: rgb(20 184 166 / 0.3) !important;
}
.stroke-teal-500\/35 {
  stroke: rgb(20 184 166 / 0.35) !important;
}
.stroke-teal-500\/40 {
  stroke: rgb(20 184 166 / 0.4) !important;
}
.stroke-teal-500\/45 {
  stroke: rgb(20 184 166 / 0.45) !important;
}
.stroke-teal-500\/5 {
  stroke: rgb(20 184 166 / 0.05) !important;
}
.stroke-teal-500\/50 {
  stroke: rgb(20 184 166 / 0.5) !important;
}
.stroke-teal-500\/55 {
  stroke: rgb(20 184 166 / 0.55) !important;
}
.stroke-teal-500\/60 {
  stroke: rgb(20 184 166 / 0.6) !important;
}
.stroke-teal-500\/65 {
  stroke: rgb(20 184 166 / 0.65) !important;
}
.stroke-teal-500\/70 {
  stroke: rgb(20 184 166 / 0.7) !important;
}
.stroke-teal-500\/75 {
  stroke: rgb(20 184 166 / 0.75) !important;
}
.stroke-teal-500\/80 {
  stroke: rgb(20 184 166 / 0.8) !important;
}
.stroke-teal-500\/85 {
  stroke: rgb(20 184 166 / 0.85) !important;
}
.stroke-teal-500\/90 {
  stroke: rgb(20 184 166 / 0.9) !important;
}
.stroke-teal-500\/95 {
  stroke: rgb(20 184 166 / 0.95) !important;
}
.stroke-teal-600 {
  stroke: #0d9488 !important;
}
.stroke-teal-600\/0 {
  stroke: rgb(13 148 136 / 0) !important;
}
.stroke-teal-600\/10 {
  stroke: rgb(13 148 136 / 0.1) !important;
}
.stroke-teal-600\/100 {
  stroke: rgb(13 148 136 / 1) !important;
}
.stroke-teal-600\/15 {
  stroke: rgb(13 148 136 / 0.15) !important;
}
.stroke-teal-600\/20 {
  stroke: rgb(13 148 136 / 0.2) !important;
}
.stroke-teal-600\/25 {
  stroke: rgb(13 148 136 / 0.25) !important;
}
.stroke-teal-600\/30 {
  stroke: rgb(13 148 136 / 0.3) !important;
}
.stroke-teal-600\/35 {
  stroke: rgb(13 148 136 / 0.35) !important;
}
.stroke-teal-600\/40 {
  stroke: rgb(13 148 136 / 0.4) !important;
}
.stroke-teal-600\/45 {
  stroke: rgb(13 148 136 / 0.45) !important;
}
.stroke-teal-600\/5 {
  stroke: rgb(13 148 136 / 0.05) !important;
}
.stroke-teal-600\/50 {
  stroke: rgb(13 148 136 / 0.5) !important;
}
.stroke-teal-600\/55 {
  stroke: rgb(13 148 136 / 0.55) !important;
}
.stroke-teal-600\/60 {
  stroke: rgb(13 148 136 / 0.6) !important;
}
.stroke-teal-600\/65 {
  stroke: rgb(13 148 136 / 0.65) !important;
}
.stroke-teal-600\/70 {
  stroke: rgb(13 148 136 / 0.7) !important;
}
.stroke-teal-600\/75 {
  stroke: rgb(13 148 136 / 0.75) !important;
}
.stroke-teal-600\/80 {
  stroke: rgb(13 148 136 / 0.8) !important;
}
.stroke-teal-600\/85 {
  stroke: rgb(13 148 136 / 0.85) !important;
}
.stroke-teal-600\/90 {
  stroke: rgb(13 148 136 / 0.9) !important;
}
.stroke-teal-600\/95 {
  stroke: rgb(13 148 136 / 0.95) !important;
}
.stroke-teal-700 {
  stroke: #0f766e !important;
}
.stroke-teal-700\/0 {
  stroke: rgb(15 118 110 / 0) !important;
}
.stroke-teal-700\/10 {
  stroke: rgb(15 118 110 / 0.1) !important;
}
.stroke-teal-700\/100 {
  stroke: rgb(15 118 110 / 1) !important;
}
.stroke-teal-700\/15 {
  stroke: rgb(15 118 110 / 0.15) !important;
}
.stroke-teal-700\/20 {
  stroke: rgb(15 118 110 / 0.2) !important;
}
.stroke-teal-700\/25 {
  stroke: rgb(15 118 110 / 0.25) !important;
}
.stroke-teal-700\/30 {
  stroke: rgb(15 118 110 / 0.3) !important;
}
.stroke-teal-700\/35 {
  stroke: rgb(15 118 110 / 0.35) !important;
}
.stroke-teal-700\/40 {
  stroke: rgb(15 118 110 / 0.4) !important;
}
.stroke-teal-700\/45 {
  stroke: rgb(15 118 110 / 0.45) !important;
}
.stroke-teal-700\/5 {
  stroke: rgb(15 118 110 / 0.05) !important;
}
.stroke-teal-700\/50 {
  stroke: rgb(15 118 110 / 0.5) !important;
}
.stroke-teal-700\/55 {
  stroke: rgb(15 118 110 / 0.55) !important;
}
.stroke-teal-700\/60 {
  stroke: rgb(15 118 110 / 0.6) !important;
}
.stroke-teal-700\/65 {
  stroke: rgb(15 118 110 / 0.65) !important;
}
.stroke-teal-700\/70 {
  stroke: rgb(15 118 110 / 0.7) !important;
}
.stroke-teal-700\/75 {
  stroke: rgb(15 118 110 / 0.75) !important;
}
.stroke-teal-700\/80 {
  stroke: rgb(15 118 110 / 0.8) !important;
}
.stroke-teal-700\/85 {
  stroke: rgb(15 118 110 / 0.85) !important;
}
.stroke-teal-700\/90 {
  stroke: rgb(15 118 110 / 0.9) !important;
}
.stroke-teal-700\/95 {
  stroke: rgb(15 118 110 / 0.95) !important;
}
.stroke-teal-800 {
  stroke: #115e59 !important;
}
.stroke-teal-800\/0 {
  stroke: rgb(17 94 89 / 0) !important;
}
.stroke-teal-800\/10 {
  stroke: rgb(17 94 89 / 0.1) !important;
}
.stroke-teal-800\/100 {
  stroke: rgb(17 94 89 / 1) !important;
}
.stroke-teal-800\/15 {
  stroke: rgb(17 94 89 / 0.15) !important;
}
.stroke-teal-800\/20 {
  stroke: rgb(17 94 89 / 0.2) !important;
}
.stroke-teal-800\/25 {
  stroke: rgb(17 94 89 / 0.25) !important;
}
.stroke-teal-800\/30 {
  stroke: rgb(17 94 89 / 0.3) !important;
}
.stroke-teal-800\/35 {
  stroke: rgb(17 94 89 / 0.35) !important;
}
.stroke-teal-800\/40 {
  stroke: rgb(17 94 89 / 0.4) !important;
}
.stroke-teal-800\/45 {
  stroke: rgb(17 94 89 / 0.45) !important;
}
.stroke-teal-800\/5 {
  stroke: rgb(17 94 89 / 0.05) !important;
}
.stroke-teal-800\/50 {
  stroke: rgb(17 94 89 / 0.5) !important;
}
.stroke-teal-800\/55 {
  stroke: rgb(17 94 89 / 0.55) !important;
}
.stroke-teal-800\/60 {
  stroke: rgb(17 94 89 / 0.6) !important;
}
.stroke-teal-800\/65 {
  stroke: rgb(17 94 89 / 0.65) !important;
}
.stroke-teal-800\/70 {
  stroke: rgb(17 94 89 / 0.7) !important;
}
.stroke-teal-800\/75 {
  stroke: rgb(17 94 89 / 0.75) !important;
}
.stroke-teal-800\/80 {
  stroke: rgb(17 94 89 / 0.8) !important;
}
.stroke-teal-800\/85 {
  stroke: rgb(17 94 89 / 0.85) !important;
}
.stroke-teal-800\/90 {
  stroke: rgb(17 94 89 / 0.9) !important;
}
.stroke-teal-800\/95 {
  stroke: rgb(17 94 89 / 0.95) !important;
}
.stroke-teal-900 {
  stroke: #134e4a !important;
}
.stroke-teal-900\/0 {
  stroke: rgb(19 78 74 / 0) !important;
}
.stroke-teal-900\/10 {
  stroke: rgb(19 78 74 / 0.1) !important;
}
.stroke-teal-900\/100 {
  stroke: rgb(19 78 74 / 1) !important;
}
.stroke-teal-900\/15 {
  stroke: rgb(19 78 74 / 0.15) !important;
}
.stroke-teal-900\/20 {
  stroke: rgb(19 78 74 / 0.2) !important;
}
.stroke-teal-900\/25 {
  stroke: rgb(19 78 74 / 0.25) !important;
}
.stroke-teal-900\/30 {
  stroke: rgb(19 78 74 / 0.3) !important;
}
.stroke-teal-900\/35 {
  stroke: rgb(19 78 74 / 0.35) !important;
}
.stroke-teal-900\/40 {
  stroke: rgb(19 78 74 / 0.4) !important;
}
.stroke-teal-900\/45 {
  stroke: rgb(19 78 74 / 0.45) !important;
}
.stroke-teal-900\/5 {
  stroke: rgb(19 78 74 / 0.05) !important;
}
.stroke-teal-900\/50 {
  stroke: rgb(19 78 74 / 0.5) !important;
}
.stroke-teal-900\/55 {
  stroke: rgb(19 78 74 / 0.55) !important;
}
.stroke-teal-900\/60 {
  stroke: rgb(19 78 74 / 0.6) !important;
}
.stroke-teal-900\/65 {
  stroke: rgb(19 78 74 / 0.65) !important;
}
.stroke-teal-900\/70 {
  stroke: rgb(19 78 74 / 0.7) !important;
}
.stroke-teal-900\/75 {
  stroke: rgb(19 78 74 / 0.75) !important;
}
.stroke-teal-900\/80 {
  stroke: rgb(19 78 74 / 0.8) !important;
}
.stroke-teal-900\/85 {
  stroke: rgb(19 78 74 / 0.85) !important;
}
.stroke-teal-900\/90 {
  stroke: rgb(19 78 74 / 0.9) !important;
}
.stroke-teal-900\/95 {
  stroke: rgb(19 78 74 / 0.95) !important;
}
.stroke-teal-950 {
  stroke: #042f2e !important;
}
.stroke-teal-950\/0 {
  stroke: rgb(4 47 46 / 0) !important;
}
.stroke-teal-950\/10 {
  stroke: rgb(4 47 46 / 0.1) !important;
}
.stroke-teal-950\/100 {
  stroke: rgb(4 47 46 / 1) !important;
}
.stroke-teal-950\/15 {
  stroke: rgb(4 47 46 / 0.15) !important;
}
.stroke-teal-950\/20 {
  stroke: rgb(4 47 46 / 0.2) !important;
}
.stroke-teal-950\/25 {
  stroke: rgb(4 47 46 / 0.25) !important;
}
.stroke-teal-950\/30 {
  stroke: rgb(4 47 46 / 0.3) !important;
}
.stroke-teal-950\/35 {
  stroke: rgb(4 47 46 / 0.35) !important;
}
.stroke-teal-950\/40 {
  stroke: rgb(4 47 46 / 0.4) !important;
}
.stroke-teal-950\/45 {
  stroke: rgb(4 47 46 / 0.45) !important;
}
.stroke-teal-950\/5 {
  stroke: rgb(4 47 46 / 0.05) !important;
}
.stroke-teal-950\/50 {
  stroke: rgb(4 47 46 / 0.5) !important;
}
.stroke-teal-950\/55 {
  stroke: rgb(4 47 46 / 0.55) !important;
}
.stroke-teal-950\/60 {
  stroke: rgb(4 47 46 / 0.6) !important;
}
.stroke-teal-950\/65 {
  stroke: rgb(4 47 46 / 0.65) !important;
}
.stroke-teal-950\/70 {
  stroke: rgb(4 47 46 / 0.7) !important;
}
.stroke-teal-950\/75 {
  stroke: rgb(4 47 46 / 0.75) !important;
}
.stroke-teal-950\/80 {
  stroke: rgb(4 47 46 / 0.8) !important;
}
.stroke-teal-950\/85 {
  stroke: rgb(4 47 46 / 0.85) !important;
}
.stroke-teal-950\/90 {
  stroke: rgb(4 47 46 / 0.9) !important;
}
.stroke-teal-950\/95 {
  stroke: rgb(4 47 46 / 0.95) !important;
}
.stroke-theme_color {
  stroke: #509885 !important;
}
.stroke-theme_color\/0 {
  stroke: rgb(80 152 133 / 0) !important;
}
.stroke-theme_color\/10 {
  stroke: rgb(80 152 133 / 0.1) !important;
}
.stroke-theme_color\/100 {
  stroke: rgb(80 152 133 / 1) !important;
}
.stroke-theme_color\/15 {
  stroke: rgb(80 152 133 / 0.15) !important;
}
.stroke-theme_color\/20 {
  stroke: rgb(80 152 133 / 0.2) !important;
}
.stroke-theme_color\/25 {
  stroke: rgb(80 152 133 / 0.25) !important;
}
.stroke-theme_color\/30 {
  stroke: rgb(80 152 133 / 0.3) !important;
}
.stroke-theme_color\/35 {
  stroke: rgb(80 152 133 / 0.35) !important;
}
.stroke-theme_color\/40 {
  stroke: rgb(80 152 133 / 0.4) !important;
}
.stroke-theme_color\/45 {
  stroke: rgb(80 152 133 / 0.45) !important;
}
.stroke-theme_color\/5 {
  stroke: rgb(80 152 133 / 0.05) !important;
}
.stroke-theme_color\/50 {
  stroke: rgb(80 152 133 / 0.5) !important;
}
.stroke-theme_color\/55 {
  stroke: rgb(80 152 133 / 0.55) !important;
}
.stroke-theme_color\/60 {
  stroke: rgb(80 152 133 / 0.6) !important;
}
.stroke-theme_color\/65 {
  stroke: rgb(80 152 133 / 0.65) !important;
}
.stroke-theme_color\/70 {
  stroke: rgb(80 152 133 / 0.7) !important;
}
.stroke-theme_color\/75 {
  stroke: rgb(80 152 133 / 0.75) !important;
}
.stroke-theme_color\/80 {
  stroke: rgb(80 152 133 / 0.8) !important;
}
.stroke-theme_color\/85 {
  stroke: rgb(80 152 133 / 0.85) !important;
}
.stroke-theme_color\/90 {
  stroke: rgb(80 152 133 / 0.9) !important;
}
.stroke-theme_color\/95 {
  stroke: rgb(80 152 133 / 0.95) !important;
}
.stroke-transparent {
  stroke: transparent !important;
}
.stroke-transparent\/0 {
  stroke: rgb(0 0 0 / 0) !important;
}
.stroke-transparent\/10 {
  stroke: rgb(0 0 0 / 0.1) !important;
}
.stroke-transparent\/100 {
  stroke: rgb(0 0 0 / 1) !important;
}
.stroke-transparent\/15 {
  stroke: rgb(0 0 0 / 0.15) !important;
}
.stroke-transparent\/20 {
  stroke: rgb(0 0 0 / 0.2) !important;
}
.stroke-transparent\/25 {
  stroke: rgb(0 0 0 / 0.25) !important;
}
.stroke-transparent\/30 {
  stroke: rgb(0 0 0 / 0.3) !important;
}
.stroke-transparent\/35 {
  stroke: rgb(0 0 0 / 0.35) !important;
}
.stroke-transparent\/40 {
  stroke: rgb(0 0 0 / 0.4) !important;
}
.stroke-transparent\/45 {
  stroke: rgb(0 0 0 / 0.45) !important;
}
.stroke-transparent\/5 {
  stroke: rgb(0 0 0 / 0.05) !important;
}
.stroke-transparent\/50 {
  stroke: rgb(0 0 0 / 0.5) !important;
}
.stroke-transparent\/55 {
  stroke: rgb(0 0 0 / 0.55) !important;
}
.stroke-transparent\/60 {
  stroke: rgb(0 0 0 / 0.6) !important;
}
.stroke-transparent\/65 {
  stroke: rgb(0 0 0 / 0.65) !important;
}
.stroke-transparent\/70 {
  stroke: rgb(0 0 0 / 0.7) !important;
}
.stroke-transparent\/75 {
  stroke: rgb(0 0 0 / 0.75) !important;
}
.stroke-transparent\/80 {
  stroke: rgb(0 0 0 / 0.8) !important;
}
.stroke-transparent\/85 {
  stroke: rgb(0 0 0 / 0.85) !important;
}
.stroke-transparent\/90 {
  stroke: rgb(0 0 0 / 0.9) !important;
}
.stroke-transparent\/95 {
  stroke: rgb(0 0 0 / 0.95) !important;
}
.stroke-violet-100 {
  stroke: #ede9fe !important;
}
.stroke-violet-100\/0 {
  stroke: rgb(237 233 254 / 0) !important;
}
.stroke-violet-100\/10 {
  stroke: rgb(237 233 254 / 0.1) !important;
}
.stroke-violet-100\/100 {
  stroke: rgb(237 233 254 / 1) !important;
}
.stroke-violet-100\/15 {
  stroke: rgb(237 233 254 / 0.15) !important;
}
.stroke-violet-100\/20 {
  stroke: rgb(237 233 254 / 0.2) !important;
}
.stroke-violet-100\/25 {
  stroke: rgb(237 233 254 / 0.25) !important;
}
.stroke-violet-100\/30 {
  stroke: rgb(237 233 254 / 0.3) !important;
}
.stroke-violet-100\/35 {
  stroke: rgb(237 233 254 / 0.35) !important;
}
.stroke-violet-100\/40 {
  stroke: rgb(237 233 254 / 0.4) !important;
}
.stroke-violet-100\/45 {
  stroke: rgb(237 233 254 / 0.45) !important;
}
.stroke-violet-100\/5 {
  stroke: rgb(237 233 254 / 0.05) !important;
}
.stroke-violet-100\/50 {
  stroke: rgb(237 233 254 / 0.5) !important;
}
.stroke-violet-100\/55 {
  stroke: rgb(237 233 254 / 0.55) !important;
}
.stroke-violet-100\/60 {
  stroke: rgb(237 233 254 / 0.6) !important;
}
.stroke-violet-100\/65 {
  stroke: rgb(237 233 254 / 0.65) !important;
}
.stroke-violet-100\/70 {
  stroke: rgb(237 233 254 / 0.7) !important;
}
.stroke-violet-100\/75 {
  stroke: rgb(237 233 254 / 0.75) !important;
}
.stroke-violet-100\/80 {
  stroke: rgb(237 233 254 / 0.8) !important;
}
.stroke-violet-100\/85 {
  stroke: rgb(237 233 254 / 0.85) !important;
}
.stroke-violet-100\/90 {
  stroke: rgb(237 233 254 / 0.9) !important;
}
.stroke-violet-100\/95 {
  stroke: rgb(237 233 254 / 0.95) !important;
}
.stroke-violet-200 {
  stroke: #ddd6fe !important;
}
.stroke-violet-200\/0 {
  stroke: rgb(221 214 254 / 0) !important;
}
.stroke-violet-200\/10 {
  stroke: rgb(221 214 254 / 0.1) !important;
}
.stroke-violet-200\/100 {
  stroke: rgb(221 214 254 / 1) !important;
}
.stroke-violet-200\/15 {
  stroke: rgb(221 214 254 / 0.15) !important;
}
.stroke-violet-200\/20 {
  stroke: rgb(221 214 254 / 0.2) !important;
}
.stroke-violet-200\/25 {
  stroke: rgb(221 214 254 / 0.25) !important;
}
.stroke-violet-200\/30 {
  stroke: rgb(221 214 254 / 0.3) !important;
}
.stroke-violet-200\/35 {
  stroke: rgb(221 214 254 / 0.35) !important;
}
.stroke-violet-200\/40 {
  stroke: rgb(221 214 254 / 0.4) !important;
}
.stroke-violet-200\/45 {
  stroke: rgb(221 214 254 / 0.45) !important;
}
.stroke-violet-200\/5 {
  stroke: rgb(221 214 254 / 0.05) !important;
}
.stroke-violet-200\/50 {
  stroke: rgb(221 214 254 / 0.5) !important;
}
.stroke-violet-200\/55 {
  stroke: rgb(221 214 254 / 0.55) !important;
}
.stroke-violet-200\/60 {
  stroke: rgb(221 214 254 / 0.6) !important;
}
.stroke-violet-200\/65 {
  stroke: rgb(221 214 254 / 0.65) !important;
}
.stroke-violet-200\/70 {
  stroke: rgb(221 214 254 / 0.7) !important;
}
.stroke-violet-200\/75 {
  stroke: rgb(221 214 254 / 0.75) !important;
}
.stroke-violet-200\/80 {
  stroke: rgb(221 214 254 / 0.8) !important;
}
.stroke-violet-200\/85 {
  stroke: rgb(221 214 254 / 0.85) !important;
}
.stroke-violet-200\/90 {
  stroke: rgb(221 214 254 / 0.9) !important;
}
.stroke-violet-200\/95 {
  stroke: rgb(221 214 254 / 0.95) !important;
}
.stroke-violet-300 {
  stroke: #c4b5fd !important;
}
.stroke-violet-300\/0 {
  stroke: rgb(196 181 253 / 0) !important;
}
.stroke-violet-300\/10 {
  stroke: rgb(196 181 253 / 0.1) !important;
}
.stroke-violet-300\/100 {
  stroke: rgb(196 181 253 / 1) !important;
}
.stroke-violet-300\/15 {
  stroke: rgb(196 181 253 / 0.15) !important;
}
.stroke-violet-300\/20 {
  stroke: rgb(196 181 253 / 0.2) !important;
}
.stroke-violet-300\/25 {
  stroke: rgb(196 181 253 / 0.25) !important;
}
.stroke-violet-300\/30 {
  stroke: rgb(196 181 253 / 0.3) !important;
}
.stroke-violet-300\/35 {
  stroke: rgb(196 181 253 / 0.35) !important;
}
.stroke-violet-300\/40 {
  stroke: rgb(196 181 253 / 0.4) !important;
}
.stroke-violet-300\/45 {
  stroke: rgb(196 181 253 / 0.45) !important;
}
.stroke-violet-300\/5 {
  stroke: rgb(196 181 253 / 0.05) !important;
}
.stroke-violet-300\/50 {
  stroke: rgb(196 181 253 / 0.5) !important;
}
.stroke-violet-300\/55 {
  stroke: rgb(196 181 253 / 0.55) !important;
}
.stroke-violet-300\/60 {
  stroke: rgb(196 181 253 / 0.6) !important;
}
.stroke-violet-300\/65 {
  stroke: rgb(196 181 253 / 0.65) !important;
}
.stroke-violet-300\/70 {
  stroke: rgb(196 181 253 / 0.7) !important;
}
.stroke-violet-300\/75 {
  stroke: rgb(196 181 253 / 0.75) !important;
}
.stroke-violet-300\/80 {
  stroke: rgb(196 181 253 / 0.8) !important;
}
.stroke-violet-300\/85 {
  stroke: rgb(196 181 253 / 0.85) !important;
}
.stroke-violet-300\/90 {
  stroke: rgb(196 181 253 / 0.9) !important;
}
.stroke-violet-300\/95 {
  stroke: rgb(196 181 253 / 0.95) !important;
}
.stroke-violet-400 {
  stroke: #a78bfa !important;
}
.stroke-violet-400\/0 {
  stroke: rgb(167 139 250 / 0) !important;
}
.stroke-violet-400\/10 {
  stroke: rgb(167 139 250 / 0.1) !important;
}
.stroke-violet-400\/100 {
  stroke: rgb(167 139 250 / 1) !important;
}
.stroke-violet-400\/15 {
  stroke: rgb(167 139 250 / 0.15) !important;
}
.stroke-violet-400\/20 {
  stroke: rgb(167 139 250 / 0.2) !important;
}
.stroke-violet-400\/25 {
  stroke: rgb(167 139 250 / 0.25) !important;
}
.stroke-violet-400\/30 {
  stroke: rgb(167 139 250 / 0.3) !important;
}
.stroke-violet-400\/35 {
  stroke: rgb(167 139 250 / 0.35) !important;
}
.stroke-violet-400\/40 {
  stroke: rgb(167 139 250 / 0.4) !important;
}
.stroke-violet-400\/45 {
  stroke: rgb(167 139 250 / 0.45) !important;
}
.stroke-violet-400\/5 {
  stroke: rgb(167 139 250 / 0.05) !important;
}
.stroke-violet-400\/50 {
  stroke: rgb(167 139 250 / 0.5) !important;
}
.stroke-violet-400\/55 {
  stroke: rgb(167 139 250 / 0.55) !important;
}
.stroke-violet-400\/60 {
  stroke: rgb(167 139 250 / 0.6) !important;
}
.stroke-violet-400\/65 {
  stroke: rgb(167 139 250 / 0.65) !important;
}
.stroke-violet-400\/70 {
  stroke: rgb(167 139 250 / 0.7) !important;
}
.stroke-violet-400\/75 {
  stroke: rgb(167 139 250 / 0.75) !important;
}
.stroke-violet-400\/80 {
  stroke: rgb(167 139 250 / 0.8) !important;
}
.stroke-violet-400\/85 {
  stroke: rgb(167 139 250 / 0.85) !important;
}
.stroke-violet-400\/90 {
  stroke: rgb(167 139 250 / 0.9) !important;
}
.stroke-violet-400\/95 {
  stroke: rgb(167 139 250 / 0.95) !important;
}
.stroke-violet-50 {
  stroke: #f5f3ff !important;
}
.stroke-violet-50\/0 {
  stroke: rgb(245 243 255 / 0) !important;
}
.stroke-violet-50\/10 {
  stroke: rgb(245 243 255 / 0.1) !important;
}
.stroke-violet-50\/100 {
  stroke: rgb(245 243 255 / 1) !important;
}
.stroke-violet-50\/15 {
  stroke: rgb(245 243 255 / 0.15) !important;
}
.stroke-violet-50\/20 {
  stroke: rgb(245 243 255 / 0.2) !important;
}
.stroke-violet-50\/25 {
  stroke: rgb(245 243 255 / 0.25) !important;
}
.stroke-violet-50\/30 {
  stroke: rgb(245 243 255 / 0.3) !important;
}
.stroke-violet-50\/35 {
  stroke: rgb(245 243 255 / 0.35) !important;
}
.stroke-violet-50\/40 {
  stroke: rgb(245 243 255 / 0.4) !important;
}
.stroke-violet-50\/45 {
  stroke: rgb(245 243 255 / 0.45) !important;
}
.stroke-violet-50\/5 {
  stroke: rgb(245 243 255 / 0.05) !important;
}
.stroke-violet-50\/50 {
  stroke: rgb(245 243 255 / 0.5) !important;
}
.stroke-violet-50\/55 {
  stroke: rgb(245 243 255 / 0.55) !important;
}
.stroke-violet-50\/60 {
  stroke: rgb(245 243 255 / 0.6) !important;
}
.stroke-violet-50\/65 {
  stroke: rgb(245 243 255 / 0.65) !important;
}
.stroke-violet-50\/70 {
  stroke: rgb(245 243 255 / 0.7) !important;
}
.stroke-violet-50\/75 {
  stroke: rgb(245 243 255 / 0.75) !important;
}
.stroke-violet-50\/80 {
  stroke: rgb(245 243 255 / 0.8) !important;
}
.stroke-violet-50\/85 {
  stroke: rgb(245 243 255 / 0.85) !important;
}
.stroke-violet-50\/90 {
  stroke: rgb(245 243 255 / 0.9) !important;
}
.stroke-violet-50\/95 {
  stroke: rgb(245 243 255 / 0.95) !important;
}
.stroke-violet-500 {
  stroke: #8b5cf6 !important;
}
.stroke-violet-500\/0 {
  stroke: rgb(139 92 246 / 0) !important;
}
.stroke-violet-500\/10 {
  stroke: rgb(139 92 246 / 0.1) !important;
}
.stroke-violet-500\/100 {
  stroke: rgb(139 92 246 / 1) !important;
}
.stroke-violet-500\/15 {
  stroke: rgb(139 92 246 / 0.15) !important;
}
.stroke-violet-500\/20 {
  stroke: rgb(139 92 246 / 0.2) !important;
}
.stroke-violet-500\/25 {
  stroke: rgb(139 92 246 / 0.25) !important;
}
.stroke-violet-500\/30 {
  stroke: rgb(139 92 246 / 0.3) !important;
}
.stroke-violet-500\/35 {
  stroke: rgb(139 92 246 / 0.35) !important;
}
.stroke-violet-500\/40 {
  stroke: rgb(139 92 246 / 0.4) !important;
}
.stroke-violet-500\/45 {
  stroke: rgb(139 92 246 / 0.45) !important;
}
.stroke-violet-500\/5 {
  stroke: rgb(139 92 246 / 0.05) !important;
}
.stroke-violet-500\/50 {
  stroke: rgb(139 92 246 / 0.5) !important;
}
.stroke-violet-500\/55 {
  stroke: rgb(139 92 246 / 0.55) !important;
}
.stroke-violet-500\/60 {
  stroke: rgb(139 92 246 / 0.6) !important;
}
.stroke-violet-500\/65 {
  stroke: rgb(139 92 246 / 0.65) !important;
}
.stroke-violet-500\/70 {
  stroke: rgb(139 92 246 / 0.7) !important;
}
.stroke-violet-500\/75 {
  stroke: rgb(139 92 246 / 0.75) !important;
}
.stroke-violet-500\/80 {
  stroke: rgb(139 92 246 / 0.8) !important;
}
.stroke-violet-500\/85 {
  stroke: rgb(139 92 246 / 0.85) !important;
}
.stroke-violet-500\/90 {
  stroke: rgb(139 92 246 / 0.9) !important;
}
.stroke-violet-500\/95 {
  stroke: rgb(139 92 246 / 0.95) !important;
}
.stroke-violet-600 {
  stroke: #7c3aed !important;
}
.stroke-violet-600\/0 {
  stroke: rgb(124 58 237 / 0) !important;
}
.stroke-violet-600\/10 {
  stroke: rgb(124 58 237 / 0.1) !important;
}
.stroke-violet-600\/100 {
  stroke: rgb(124 58 237 / 1) !important;
}
.stroke-violet-600\/15 {
  stroke: rgb(124 58 237 / 0.15) !important;
}
.stroke-violet-600\/20 {
  stroke: rgb(124 58 237 / 0.2) !important;
}
.stroke-violet-600\/25 {
  stroke: rgb(124 58 237 / 0.25) !important;
}
.stroke-violet-600\/30 {
  stroke: rgb(124 58 237 / 0.3) !important;
}
.stroke-violet-600\/35 {
  stroke: rgb(124 58 237 / 0.35) !important;
}
.stroke-violet-600\/40 {
  stroke: rgb(124 58 237 / 0.4) !important;
}
.stroke-violet-600\/45 {
  stroke: rgb(124 58 237 / 0.45) !important;
}
.stroke-violet-600\/5 {
  stroke: rgb(124 58 237 / 0.05) !important;
}
.stroke-violet-600\/50 {
  stroke: rgb(124 58 237 / 0.5) !important;
}
.stroke-violet-600\/55 {
  stroke: rgb(124 58 237 / 0.55) !important;
}
.stroke-violet-600\/60 {
  stroke: rgb(124 58 237 / 0.6) !important;
}
.stroke-violet-600\/65 {
  stroke: rgb(124 58 237 / 0.65) !important;
}
.stroke-violet-600\/70 {
  stroke: rgb(124 58 237 / 0.7) !important;
}
.stroke-violet-600\/75 {
  stroke: rgb(124 58 237 / 0.75) !important;
}
.stroke-violet-600\/80 {
  stroke: rgb(124 58 237 / 0.8) !important;
}
.stroke-violet-600\/85 {
  stroke: rgb(124 58 237 / 0.85) !important;
}
.stroke-violet-600\/90 {
  stroke: rgb(124 58 237 / 0.9) !important;
}
.stroke-violet-600\/95 {
  stroke: rgb(124 58 237 / 0.95) !important;
}
.stroke-violet-700 {
  stroke: #6d28d9 !important;
}
.stroke-violet-700\/0 {
  stroke: rgb(109 40 217 / 0) !important;
}
.stroke-violet-700\/10 {
  stroke: rgb(109 40 217 / 0.1) !important;
}
.stroke-violet-700\/100 {
  stroke: rgb(109 40 217 / 1) !important;
}
.stroke-violet-700\/15 {
  stroke: rgb(109 40 217 / 0.15) !important;
}
.stroke-violet-700\/20 {
  stroke: rgb(109 40 217 / 0.2) !important;
}
.stroke-violet-700\/25 {
  stroke: rgb(109 40 217 / 0.25) !important;
}
.stroke-violet-700\/30 {
  stroke: rgb(109 40 217 / 0.3) !important;
}
.stroke-violet-700\/35 {
  stroke: rgb(109 40 217 / 0.35) !important;
}
.stroke-violet-700\/40 {
  stroke: rgb(109 40 217 / 0.4) !important;
}
.stroke-violet-700\/45 {
  stroke: rgb(109 40 217 / 0.45) !important;
}
.stroke-violet-700\/5 {
  stroke: rgb(109 40 217 / 0.05) !important;
}
.stroke-violet-700\/50 {
  stroke: rgb(109 40 217 / 0.5) !important;
}
.stroke-violet-700\/55 {
  stroke: rgb(109 40 217 / 0.55) !important;
}
.stroke-violet-700\/60 {
  stroke: rgb(109 40 217 / 0.6) !important;
}
.stroke-violet-700\/65 {
  stroke: rgb(109 40 217 / 0.65) !important;
}
.stroke-violet-700\/70 {
  stroke: rgb(109 40 217 / 0.7) !important;
}
.stroke-violet-700\/75 {
  stroke: rgb(109 40 217 / 0.75) !important;
}
.stroke-violet-700\/80 {
  stroke: rgb(109 40 217 / 0.8) !important;
}
.stroke-violet-700\/85 {
  stroke: rgb(109 40 217 / 0.85) !important;
}
.stroke-violet-700\/90 {
  stroke: rgb(109 40 217 / 0.9) !important;
}
.stroke-violet-700\/95 {
  stroke: rgb(109 40 217 / 0.95) !important;
}
.stroke-violet-800 {
  stroke: #5b21b6 !important;
}
.stroke-violet-800\/0 {
  stroke: rgb(91 33 182 / 0) !important;
}
.stroke-violet-800\/10 {
  stroke: rgb(91 33 182 / 0.1) !important;
}
.stroke-violet-800\/100 {
  stroke: rgb(91 33 182 / 1) !important;
}
.stroke-violet-800\/15 {
  stroke: rgb(91 33 182 / 0.15) !important;
}
.stroke-violet-800\/20 {
  stroke: rgb(91 33 182 / 0.2) !important;
}
.stroke-violet-800\/25 {
  stroke: rgb(91 33 182 / 0.25) !important;
}
.stroke-violet-800\/30 {
  stroke: rgb(91 33 182 / 0.3) !important;
}
.stroke-violet-800\/35 {
  stroke: rgb(91 33 182 / 0.35) !important;
}
.stroke-violet-800\/40 {
  stroke: rgb(91 33 182 / 0.4) !important;
}
.stroke-violet-800\/45 {
  stroke: rgb(91 33 182 / 0.45) !important;
}
.stroke-violet-800\/5 {
  stroke: rgb(91 33 182 / 0.05) !important;
}
.stroke-violet-800\/50 {
  stroke: rgb(91 33 182 / 0.5) !important;
}
.stroke-violet-800\/55 {
  stroke: rgb(91 33 182 / 0.55) !important;
}
.stroke-violet-800\/60 {
  stroke: rgb(91 33 182 / 0.6) !important;
}
.stroke-violet-800\/65 {
  stroke: rgb(91 33 182 / 0.65) !important;
}
.stroke-violet-800\/70 {
  stroke: rgb(91 33 182 / 0.7) !important;
}
.stroke-violet-800\/75 {
  stroke: rgb(91 33 182 / 0.75) !important;
}
.stroke-violet-800\/80 {
  stroke: rgb(91 33 182 / 0.8) !important;
}
.stroke-violet-800\/85 {
  stroke: rgb(91 33 182 / 0.85) !important;
}
.stroke-violet-800\/90 {
  stroke: rgb(91 33 182 / 0.9) !important;
}
.stroke-violet-800\/95 {
  stroke: rgb(91 33 182 / 0.95) !important;
}
.stroke-violet-900 {
  stroke: #4c1d95 !important;
}
.stroke-violet-900\/0 {
  stroke: rgb(76 29 149 / 0) !important;
}
.stroke-violet-900\/10 {
  stroke: rgb(76 29 149 / 0.1) !important;
}
.stroke-violet-900\/100 {
  stroke: rgb(76 29 149 / 1) !important;
}
.stroke-violet-900\/15 {
  stroke: rgb(76 29 149 / 0.15) !important;
}
.stroke-violet-900\/20 {
  stroke: rgb(76 29 149 / 0.2) !important;
}
.stroke-violet-900\/25 {
  stroke: rgb(76 29 149 / 0.25) !important;
}
.stroke-violet-900\/30 {
  stroke: rgb(76 29 149 / 0.3) !important;
}
.stroke-violet-900\/35 {
  stroke: rgb(76 29 149 / 0.35) !important;
}
.stroke-violet-900\/40 {
  stroke: rgb(76 29 149 / 0.4) !important;
}
.stroke-violet-900\/45 {
  stroke: rgb(76 29 149 / 0.45) !important;
}
.stroke-violet-900\/5 {
  stroke: rgb(76 29 149 / 0.05) !important;
}
.stroke-violet-900\/50 {
  stroke: rgb(76 29 149 / 0.5) !important;
}
.stroke-violet-900\/55 {
  stroke: rgb(76 29 149 / 0.55) !important;
}
.stroke-violet-900\/60 {
  stroke: rgb(76 29 149 / 0.6) !important;
}
.stroke-violet-900\/65 {
  stroke: rgb(76 29 149 / 0.65) !important;
}
.stroke-violet-900\/70 {
  stroke: rgb(76 29 149 / 0.7) !important;
}
.stroke-violet-900\/75 {
  stroke: rgb(76 29 149 / 0.75) !important;
}
.stroke-violet-900\/80 {
  stroke: rgb(76 29 149 / 0.8) !important;
}
.stroke-violet-900\/85 {
  stroke: rgb(76 29 149 / 0.85) !important;
}
.stroke-violet-900\/90 {
  stroke: rgb(76 29 149 / 0.9) !important;
}
.stroke-violet-900\/95 {
  stroke: rgb(76 29 149 / 0.95) !important;
}
.stroke-violet-950 {
  stroke: #2e1065 !important;
}
.stroke-violet-950\/0 {
  stroke: rgb(46 16 101 / 0) !important;
}
.stroke-violet-950\/10 {
  stroke: rgb(46 16 101 / 0.1) !important;
}
.stroke-violet-950\/100 {
  stroke: rgb(46 16 101 / 1) !important;
}
.stroke-violet-950\/15 {
  stroke: rgb(46 16 101 / 0.15) !important;
}
.stroke-violet-950\/20 {
  stroke: rgb(46 16 101 / 0.2) !important;
}
.stroke-violet-950\/25 {
  stroke: rgb(46 16 101 / 0.25) !important;
}
.stroke-violet-950\/30 {
  stroke: rgb(46 16 101 / 0.3) !important;
}
.stroke-violet-950\/35 {
  stroke: rgb(46 16 101 / 0.35) !important;
}
.stroke-violet-950\/40 {
  stroke: rgb(46 16 101 / 0.4) !important;
}
.stroke-violet-950\/45 {
  stroke: rgb(46 16 101 / 0.45) !important;
}
.stroke-violet-950\/5 {
  stroke: rgb(46 16 101 / 0.05) !important;
}
.stroke-violet-950\/50 {
  stroke: rgb(46 16 101 / 0.5) !important;
}
.stroke-violet-950\/55 {
  stroke: rgb(46 16 101 / 0.55) !important;
}
.stroke-violet-950\/60 {
  stroke: rgb(46 16 101 / 0.6) !important;
}
.stroke-violet-950\/65 {
  stroke: rgb(46 16 101 / 0.65) !important;
}
.stroke-violet-950\/70 {
  stroke: rgb(46 16 101 / 0.7) !important;
}
.stroke-violet-950\/75 {
  stroke: rgb(46 16 101 / 0.75) !important;
}
.stroke-violet-950\/80 {
  stroke: rgb(46 16 101 / 0.8) !important;
}
.stroke-violet-950\/85 {
  stroke: rgb(46 16 101 / 0.85) !important;
}
.stroke-violet-950\/90 {
  stroke: rgb(46 16 101 / 0.9) !important;
}
.stroke-violet-950\/95 {
  stroke: rgb(46 16 101 / 0.95) !important;
}
.stroke-white {
  stroke: #fff !important;
}
.stroke-white\/0 {
  stroke: rgb(255 255 255 / 0) !important;
}
.stroke-white\/10 {
  stroke: rgb(255 255 255 / 0.1) !important;
}
.stroke-white\/100 {
  stroke: rgb(255 255 255 / 1) !important;
}
.stroke-white\/15 {
  stroke: rgb(255 255 255 / 0.15) !important;
}
.stroke-white\/20 {
  stroke: rgb(255 255 255 / 0.2) !important;
}
.stroke-white\/25 {
  stroke: rgb(255 255 255 / 0.25) !important;
}
.stroke-white\/30 {
  stroke: rgb(255 255 255 / 0.3) !important;
}
.stroke-white\/35 {
  stroke: rgb(255 255 255 / 0.35) !important;
}
.stroke-white\/40 {
  stroke: rgb(255 255 255 / 0.4) !important;
}
.stroke-white\/45 {
  stroke: rgb(255 255 255 / 0.45) !important;
}
.stroke-white\/5 {
  stroke: rgb(255 255 255 / 0.05) !important;
}
.stroke-white\/50 {
  stroke: rgb(255 255 255 / 0.5) !important;
}
.stroke-white\/55 {
  stroke: rgb(255 255 255 / 0.55) !important;
}
.stroke-white\/60 {
  stroke: rgb(255 255 255 / 0.6) !important;
}
.stroke-white\/65 {
  stroke: rgb(255 255 255 / 0.65) !important;
}
.stroke-white\/70 {
  stroke: rgb(255 255 255 / 0.7) !important;
}
.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75) !important;
}
.stroke-white\/80 {
  stroke: rgb(255 255 255 / 0.8) !important;
}
.stroke-white\/85 {
  stroke: rgb(255 255 255 / 0.85) !important;
}
.stroke-white\/90 {
  stroke: rgb(255 255 255 / 0.9) !important;
}
.stroke-white\/95 {
  stroke: rgb(255 255 255 / 0.95) !important;
}
.stroke-yellow-100 {
  stroke: #fef9c3 !important;
}
.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0) !important;
}
.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1) !important;
}
.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1) !important;
}
.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15) !important;
}
.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2) !important;
}
.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25) !important;
}
.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3) !important;
}
.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35) !important;
}
.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4) !important;
}
.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45) !important;
}
.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05) !important;
}
.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5) !important;
}
.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55) !important;
}
.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6) !important;
}
.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65) !important;
}
.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7) !important;
}
.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75) !important;
}
.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8) !important;
}
.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85) !important;
}
.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9) !important;
}
.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95) !important;
}
.stroke-yellow-200 {
  stroke: #fef08a !important;
}
.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0) !important;
}
.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1) !important;
}
.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1) !important;
}
.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15) !important;
}
.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2) !important;
}
.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25) !important;
}
.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3) !important;
}
.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35) !important;
}
.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4) !important;
}
.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45) !important;
}
.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05) !important;
}
.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5) !important;
}
.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55) !important;
}
.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6) !important;
}
.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65) !important;
}
.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7) !important;
}
.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75) !important;
}
.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8) !important;
}
.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85) !important;
}
.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9) !important;
}
.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95) !important;
}
.stroke-yellow-300 {
  stroke: #fde047 !important;
}
.stroke-yellow-300\/0 {
  stroke: rgb(253 224 71 / 0) !important;
}
.stroke-yellow-300\/10 {
  stroke: rgb(253 224 71 / 0.1) !important;
}
.stroke-yellow-300\/100 {
  stroke: rgb(253 224 71 / 1) !important;
}
.stroke-yellow-300\/15 {
  stroke: rgb(253 224 71 / 0.15) !important;
}
.stroke-yellow-300\/20 {
  stroke: rgb(253 224 71 / 0.2) !important;
}
.stroke-yellow-300\/25 {
  stroke: rgb(253 224 71 / 0.25) !important;
}
.stroke-yellow-300\/30 {
  stroke: rgb(253 224 71 / 0.3) !important;
}
.stroke-yellow-300\/35 {
  stroke: rgb(253 224 71 / 0.35) !important;
}
.stroke-yellow-300\/40 {
  stroke: rgb(253 224 71 / 0.4) !important;
}
.stroke-yellow-300\/45 {
  stroke: rgb(253 224 71 / 0.45) !important;
}
.stroke-yellow-300\/5 {
  stroke: rgb(253 224 71 / 0.05) !important;
}
.stroke-yellow-300\/50 {
  stroke: rgb(253 224 71 / 0.5) !important;
}
.stroke-yellow-300\/55 {
  stroke: rgb(253 224 71 / 0.55) !important;
}
.stroke-yellow-300\/60 {
  stroke: rgb(253 224 71 / 0.6) !important;
}
.stroke-yellow-300\/65 {
  stroke: rgb(253 224 71 / 0.65) !important;
}
.stroke-yellow-300\/70 {
  stroke: rgb(253 224 71 / 0.7) !important;
}
.stroke-yellow-300\/75 {
  stroke: rgb(253 224 71 / 0.75) !important;
}
.stroke-yellow-300\/80 {
  stroke: rgb(253 224 71 / 0.8) !important;
}
.stroke-yellow-300\/85 {
  stroke: rgb(253 224 71 / 0.85) !important;
}
.stroke-yellow-300\/90 {
  stroke: rgb(253 224 71 / 0.9) !important;
}
.stroke-yellow-300\/95 {
  stroke: rgb(253 224 71 / 0.95) !important;
}
.stroke-yellow-400 {
  stroke: #facc15 !important;
}
.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0) !important;
}
.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1) !important;
}
.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1) !important;
}
.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15) !important;
}
.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2) !important;
}
.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25) !important;
}
.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3) !important;
}
.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35) !important;
}
.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4) !important;
}
.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45) !important;
}
.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05) !important;
}
.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5) !important;
}
.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55) !important;
}
.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6) !important;
}
.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65) !important;
}
.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7) !important;
}
.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75) !important;
}
.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8) !important;
}
.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85) !important;
}
.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9) !important;
}
.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95) !important;
}
.stroke-yellow-50 {
  stroke: #fefce8 !important;
}
.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0) !important;
}
.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1) !important;
}
.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1) !important;
}
.stroke-yellow-50\/15 {
  stroke: rgb(254 252 232 / 0.15) !important;
}
.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2) !important;
}
.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25) !important;
}
.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3) !important;
}
.stroke-yellow-50\/35 {
  stroke: rgb(254 252 232 / 0.35) !important;
}
.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4) !important;
}
.stroke-yellow-50\/45 {
  stroke: rgb(254 252 232 / 0.45) !important;
}
.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05) !important;
}
.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5) !important;
}
.stroke-yellow-50\/55 {
  stroke: rgb(254 252 232 / 0.55) !important;
}
.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6) !important;
}
.stroke-yellow-50\/65 {
  stroke: rgb(254 252 232 / 0.65) !important;
}
.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7) !important;
}
.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75) !important;
}
.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8) !important;
}
.stroke-yellow-50\/85 {
  stroke: rgb(254 252 232 / 0.85) !important;
}
.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9) !important;
}
.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95) !important;
}
.stroke-yellow-500 {
  stroke: #eab308 !important;
}
.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0) !important;
}
.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1) !important;
}
.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1) !important;
}
.stroke-yellow-500\/15 {
  stroke: rgb(234 179 8 / 0.15) !important;
}
.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2) !important;
}
.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25) !important;
}
.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3) !important;
}
.stroke-yellow-500\/35 {
  stroke: rgb(234 179 8 / 0.35) !important;
}
.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4) !important;
}
.stroke-yellow-500\/45 {
  stroke: rgb(234 179 8 / 0.45) !important;
}
.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05) !important;
}
.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5) !important;
}
.stroke-yellow-500\/55 {
  stroke: rgb(234 179 8 / 0.55) !important;
}
.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6) !important;
}
.stroke-yellow-500\/65 {
  stroke: rgb(234 179 8 / 0.65) !important;
}
.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7) !important;
}
.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75) !important;
}
.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8) !important;
}
.stroke-yellow-500\/85 {
  stroke: rgb(234 179 8 / 0.85) !important;
}
.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9) !important;
}
.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95) !important;
}
.stroke-yellow-600 {
  stroke: #ca8a04 !important;
}
.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0) !important;
}
.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1) !important;
}
.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1) !important;
}
.stroke-yellow-600\/15 {
  stroke: rgb(202 138 4 / 0.15) !important;
}
.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2) !important;
}
.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25) !important;
}
.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3) !important;
}
.stroke-yellow-600\/35 {
  stroke: rgb(202 138 4 / 0.35) !important;
}
.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4) !important;
}
.stroke-yellow-600\/45 {
  stroke: rgb(202 138 4 / 0.45) !important;
}
.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05) !important;
}
.stroke-yellow-600\/50 {
  stroke: rgb(202 138 4 / 0.5) !important;
}
.stroke-yellow-600\/55 {
  stroke: rgb(202 138 4 / 0.55) !important;
}
.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6) !important;
}
.stroke-yellow-600\/65 {
  stroke: rgb(202 138 4 / 0.65) !important;
}
.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7) !important;
}
.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75) !important;
}
.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8) !important;
}
.stroke-yellow-600\/85 {
  stroke: rgb(202 138 4 / 0.85) !important;
}
.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9) !important;
}
.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95) !important;
}
.stroke-yellow-700 {
  stroke: #a16207 !important;
}
.stroke-yellow-700\/0 {
  stroke: rgb(161 98 7 / 0) !important;
}
.stroke-yellow-700\/10 {
  stroke: rgb(161 98 7 / 0.1) !important;
}
.stroke-yellow-700\/100 {
  stroke: rgb(161 98 7 / 1) !important;
}
.stroke-yellow-700\/15 {
  stroke: rgb(161 98 7 / 0.15) !important;
}
.stroke-yellow-700\/20 {
  stroke: rgb(161 98 7 / 0.2) !important;
}
.stroke-yellow-700\/25 {
  stroke: rgb(161 98 7 / 0.25) !important;
}
.stroke-yellow-700\/30 {
  stroke: rgb(161 98 7 / 0.3) !important;
}
.stroke-yellow-700\/35 {
  stroke: rgb(161 98 7 / 0.35) !important;
}
.stroke-yellow-700\/40 {
  stroke: rgb(161 98 7 / 0.4) !important;
}
.stroke-yellow-700\/45 {
  stroke: rgb(161 98 7 / 0.45) !important;
}
.stroke-yellow-700\/5 {
  stroke: rgb(161 98 7 / 0.05) !important;
}
.stroke-yellow-700\/50 {
  stroke: rgb(161 98 7 / 0.5) !important;
}
.stroke-yellow-700\/55 {
  stroke: rgb(161 98 7 / 0.55) !important;
}
.stroke-yellow-700\/60 {
  stroke: rgb(161 98 7 / 0.6) !important;
}
.stroke-yellow-700\/65 {
  stroke: rgb(161 98 7 / 0.65) !important;
}
.stroke-yellow-700\/70 {
  stroke: rgb(161 98 7 / 0.7) !important;
}
.stroke-yellow-700\/75 {
  stroke: rgb(161 98 7 / 0.75) !important;
}
.stroke-yellow-700\/80 {
  stroke: rgb(161 98 7 / 0.8) !important;
}
.stroke-yellow-700\/85 {
  stroke: rgb(161 98 7 / 0.85) !important;
}
.stroke-yellow-700\/90 {
  stroke: rgb(161 98 7 / 0.9) !important;
}
.stroke-yellow-700\/95 {
  stroke: rgb(161 98 7 / 0.95) !important;
}
.stroke-yellow-800 {
  stroke: #854d0e !important;
}
.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0) !important;
}
.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1) !important;
}
.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1) !important;
}
.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15) !important;
}
.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2) !important;
}
.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25) !important;
}
.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3) !important;
}
.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35) !important;
}
.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4) !important;
}
.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45) !important;
}
.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05) !important;
}
.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5) !important;
}
.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55) !important;
}
.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6) !important;
}
.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65) !important;
}
.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7) !important;
}
.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75) !important;
}
.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8) !important;
}
.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85) !important;
}
.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9) !important;
}
.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95) !important;
}
.stroke-yellow-900 {
  stroke: #713f12 !important;
}
.stroke-yellow-900\/0 {
  stroke: rgb(113 63 18 / 0) !important;
}
.stroke-yellow-900\/10 {
  stroke: rgb(113 63 18 / 0.1) !important;
}
.stroke-yellow-900\/100 {
  stroke: rgb(113 63 18 / 1) !important;
}
.stroke-yellow-900\/15 {
  stroke: rgb(113 63 18 / 0.15) !important;
}
.stroke-yellow-900\/20 {
  stroke: rgb(113 63 18 / 0.2) !important;
}
.stroke-yellow-900\/25 {
  stroke: rgb(113 63 18 / 0.25) !important;
}
.stroke-yellow-900\/30 {
  stroke: rgb(113 63 18 / 0.3) !important;
}
.stroke-yellow-900\/35 {
  stroke: rgb(113 63 18 / 0.35) !important;
}
.stroke-yellow-900\/40 {
  stroke: rgb(113 63 18 / 0.4) !important;
}
.stroke-yellow-900\/45 {
  stroke: rgb(113 63 18 / 0.45) !important;
}
.stroke-yellow-900\/5 {
  stroke: rgb(113 63 18 / 0.05) !important;
}
.stroke-yellow-900\/50 {
  stroke: rgb(113 63 18 / 0.5) !important;
}
.stroke-yellow-900\/55 {
  stroke: rgb(113 63 18 / 0.55) !important;
}
.stroke-yellow-900\/60 {
  stroke: rgb(113 63 18 / 0.6) !important;
}
.stroke-yellow-900\/65 {
  stroke: rgb(113 63 18 / 0.65) !important;
}
.stroke-yellow-900\/70 {
  stroke: rgb(113 63 18 / 0.7) !important;
}
.stroke-yellow-900\/75 {
  stroke: rgb(113 63 18 / 0.75) !important;
}
.stroke-yellow-900\/80 {
  stroke: rgb(113 63 18 / 0.8) !important;
}
.stroke-yellow-900\/85 {
  stroke: rgb(113 63 18 / 0.85) !important;
}
.stroke-yellow-900\/90 {
  stroke: rgb(113 63 18 / 0.9) !important;
}
.stroke-yellow-900\/95 {
  stroke: rgb(113 63 18 / 0.95) !important;
}
.stroke-yellow-950 {
  stroke: #422006 !important;
}
.stroke-yellow-950\/0 {
  stroke: rgb(66 32 6 / 0) !important;
}
.stroke-yellow-950\/10 {
  stroke: rgb(66 32 6 / 0.1) !important;
}
.stroke-yellow-950\/100 {
  stroke: rgb(66 32 6 / 1) !important;
}
.stroke-yellow-950\/15 {
  stroke: rgb(66 32 6 / 0.15) !important;
}
.stroke-yellow-950\/20 {
  stroke: rgb(66 32 6 / 0.2) !important;
}
.stroke-yellow-950\/25 {
  stroke: rgb(66 32 6 / 0.25) !important;
}
.stroke-yellow-950\/30 {
  stroke: rgb(66 32 6 / 0.3) !important;
}
.stroke-yellow-950\/35 {
  stroke: rgb(66 32 6 / 0.35) !important;
}
.stroke-yellow-950\/40 {
  stroke: rgb(66 32 6 / 0.4) !important;
}
.stroke-yellow-950\/45 {
  stroke: rgb(66 32 6 / 0.45) !important;
}
.stroke-yellow-950\/5 {
  stroke: rgb(66 32 6 / 0.05) !important;
}
.stroke-yellow-950\/50 {
  stroke: rgb(66 32 6 / 0.5) !important;
}
.stroke-yellow-950\/55 {
  stroke: rgb(66 32 6 / 0.55) !important;
}
.stroke-yellow-950\/60 {
  stroke: rgb(66 32 6 / 0.6) !important;
}
.stroke-yellow-950\/65 {
  stroke: rgb(66 32 6 / 0.65) !important;
}
.stroke-yellow-950\/70 {
  stroke: rgb(66 32 6 / 0.7) !important;
}
.stroke-yellow-950\/75 {
  stroke: rgb(66 32 6 / 0.75) !important;
}
.stroke-yellow-950\/80 {
  stroke: rgb(66 32 6 / 0.8) !important;
}
.stroke-yellow-950\/85 {
  stroke: rgb(66 32 6 / 0.85) !important;
}
.stroke-yellow-950\/90 {
  stroke: rgb(66 32 6 / 0.9) !important;
}
.stroke-yellow-950\/95 {
  stroke: rgb(66 32 6 / 0.95) !important;
}
.stroke-zinc-100 {
  stroke: #f4f4f5 !important;
}
.stroke-zinc-100\/0 {
  stroke: rgb(244 244 245 / 0) !important;
}
.stroke-zinc-100\/10 {
  stroke: rgb(244 244 245 / 0.1) !important;
}
.stroke-zinc-100\/100 {
  stroke: rgb(244 244 245 / 1) !important;
}
.stroke-zinc-100\/15 {
  stroke: rgb(244 244 245 / 0.15) !important;
}
.stroke-zinc-100\/20 {
  stroke: rgb(244 244 245 / 0.2) !important;
}
.stroke-zinc-100\/25 {
  stroke: rgb(244 244 245 / 0.25) !important;
}
.stroke-zinc-100\/30 {
  stroke: rgb(244 244 245 / 0.3) !important;
}
.stroke-zinc-100\/35 {
  stroke: rgb(244 244 245 / 0.35) !important;
}
.stroke-zinc-100\/40 {
  stroke: rgb(244 244 245 / 0.4) !important;
}
.stroke-zinc-100\/45 {
  stroke: rgb(244 244 245 / 0.45) !important;
}
.stroke-zinc-100\/5 {
  stroke: rgb(244 244 245 / 0.05) !important;
}
.stroke-zinc-100\/50 {
  stroke: rgb(244 244 245 / 0.5) !important;
}
.stroke-zinc-100\/55 {
  stroke: rgb(244 244 245 / 0.55) !important;
}
.stroke-zinc-100\/60 {
  stroke: rgb(244 244 245 / 0.6) !important;
}
.stroke-zinc-100\/65 {
  stroke: rgb(244 244 245 / 0.65) !important;
}
.stroke-zinc-100\/70 {
  stroke: rgb(244 244 245 / 0.7) !important;
}
.stroke-zinc-100\/75 {
  stroke: rgb(244 244 245 / 0.75) !important;
}
.stroke-zinc-100\/80 {
  stroke: rgb(244 244 245 / 0.8) !important;
}
.stroke-zinc-100\/85 {
  stroke: rgb(244 244 245 / 0.85) !important;
}
.stroke-zinc-100\/90 {
  stroke: rgb(244 244 245 / 0.9) !important;
}
.stroke-zinc-100\/95 {
  stroke: rgb(244 244 245 / 0.95) !important;
}
.stroke-zinc-200 {
  stroke: #e4e4e7 !important;
}
.stroke-zinc-200\/0 {
  stroke: rgb(228 228 231 / 0) !important;
}
.stroke-zinc-200\/10 {
  stroke: rgb(228 228 231 / 0.1) !important;
}
.stroke-zinc-200\/100 {
  stroke: rgb(228 228 231 / 1) !important;
}
.stroke-zinc-200\/15 {
  stroke: rgb(228 228 231 / 0.15) !important;
}
.stroke-zinc-200\/20 {
  stroke: rgb(228 228 231 / 0.2) !important;
}
.stroke-zinc-200\/25 {
  stroke: rgb(228 228 231 / 0.25) !important;
}
.stroke-zinc-200\/30 {
  stroke: rgb(228 228 231 / 0.3) !important;
}
.stroke-zinc-200\/35 {
  stroke: rgb(228 228 231 / 0.35) !important;
}
.stroke-zinc-200\/40 {
  stroke: rgb(228 228 231 / 0.4) !important;
}
.stroke-zinc-200\/45 {
  stroke: rgb(228 228 231 / 0.45) !important;
}
.stroke-zinc-200\/5 {
  stroke: rgb(228 228 231 / 0.05) !important;
}
.stroke-zinc-200\/50 {
  stroke: rgb(228 228 231 / 0.5) !important;
}
.stroke-zinc-200\/55 {
  stroke: rgb(228 228 231 / 0.55) !important;
}
.stroke-zinc-200\/60 {
  stroke: rgb(228 228 231 / 0.6) !important;
}
.stroke-zinc-200\/65 {
  stroke: rgb(228 228 231 / 0.65) !important;
}
.stroke-zinc-200\/70 {
  stroke: rgb(228 228 231 / 0.7) !important;
}
.stroke-zinc-200\/75 {
  stroke: rgb(228 228 231 / 0.75) !important;
}
.stroke-zinc-200\/80 {
  stroke: rgb(228 228 231 / 0.8) !important;
}
.stroke-zinc-200\/85 {
  stroke: rgb(228 228 231 / 0.85) !important;
}
.stroke-zinc-200\/90 {
  stroke: rgb(228 228 231 / 0.9) !important;
}
.stroke-zinc-200\/95 {
  stroke: rgb(228 228 231 / 0.95) !important;
}
.stroke-zinc-300 {
  stroke: #d4d4d8 !important;
}
.stroke-zinc-300\/0 {
  stroke: rgb(212 212 216 / 0) !important;
}
.stroke-zinc-300\/10 {
  stroke: rgb(212 212 216 / 0.1) !important;
}
.stroke-zinc-300\/100 {
  stroke: rgb(212 212 216 / 1) !important;
}
.stroke-zinc-300\/15 {
  stroke: rgb(212 212 216 / 0.15) !important;
}
.stroke-zinc-300\/20 {
  stroke: rgb(212 212 216 / 0.2) !important;
}
.stroke-zinc-300\/25 {
  stroke: rgb(212 212 216 / 0.25) !important;
}
.stroke-zinc-300\/30 {
  stroke: rgb(212 212 216 / 0.3) !important;
}
.stroke-zinc-300\/35 {
  stroke: rgb(212 212 216 / 0.35) !important;
}
.stroke-zinc-300\/40 {
  stroke: rgb(212 212 216 / 0.4) !important;
}
.stroke-zinc-300\/45 {
  stroke: rgb(212 212 216 / 0.45) !important;
}
.stroke-zinc-300\/5 {
  stroke: rgb(212 212 216 / 0.05) !important;
}
.stroke-zinc-300\/50 {
  stroke: rgb(212 212 216 / 0.5) !important;
}
.stroke-zinc-300\/55 {
  stroke: rgb(212 212 216 / 0.55) !important;
}
.stroke-zinc-300\/60 {
  stroke: rgb(212 212 216 / 0.6) !important;
}
.stroke-zinc-300\/65 {
  stroke: rgb(212 212 216 / 0.65) !important;
}
.stroke-zinc-300\/70 {
  stroke: rgb(212 212 216 / 0.7) !important;
}
.stroke-zinc-300\/75 {
  stroke: rgb(212 212 216 / 0.75) !important;
}
.stroke-zinc-300\/80 {
  stroke: rgb(212 212 216 / 0.8) !important;
}
.stroke-zinc-300\/85 {
  stroke: rgb(212 212 216 / 0.85) !important;
}
.stroke-zinc-300\/90 {
  stroke: rgb(212 212 216 / 0.9) !important;
}
.stroke-zinc-300\/95 {
  stroke: rgb(212 212 216 / 0.95) !important;
}
.stroke-zinc-400 {
  stroke: #a1a1aa !important;
}
.stroke-zinc-400\/0 {
  stroke: rgb(161 161 170 / 0) !important;
}
.stroke-zinc-400\/10 {
  stroke: rgb(161 161 170 / 0.1) !important;
}
.stroke-zinc-400\/100 {
  stroke: rgb(161 161 170 / 1) !important;
}
.stroke-zinc-400\/15 {
  stroke: rgb(161 161 170 / 0.15) !important;
}
.stroke-zinc-400\/20 {
  stroke: rgb(161 161 170 / 0.2) !important;
}
.stroke-zinc-400\/25 {
  stroke: rgb(161 161 170 / 0.25) !important;
}
.stroke-zinc-400\/30 {
  stroke: rgb(161 161 170 / 0.3) !important;
}
.stroke-zinc-400\/35 {
  stroke: rgb(161 161 170 / 0.35) !important;
}
.stroke-zinc-400\/40 {
  stroke: rgb(161 161 170 / 0.4) !important;
}
.stroke-zinc-400\/45 {
  stroke: rgb(161 161 170 / 0.45) !important;
}
.stroke-zinc-400\/5 {
  stroke: rgb(161 161 170 / 0.05) !important;
}
.stroke-zinc-400\/50 {
  stroke: rgb(161 161 170 / 0.5) !important;
}
.stroke-zinc-400\/55 {
  stroke: rgb(161 161 170 / 0.55) !important;
}
.stroke-zinc-400\/60 {
  stroke: rgb(161 161 170 / 0.6) !important;
}
.stroke-zinc-400\/65 {
  stroke: rgb(161 161 170 / 0.65) !important;
}
.stroke-zinc-400\/70 {
  stroke: rgb(161 161 170 / 0.7) !important;
}
.stroke-zinc-400\/75 {
  stroke: rgb(161 161 170 / 0.75) !important;
}
.stroke-zinc-400\/80 {
  stroke: rgb(161 161 170 / 0.8) !important;
}
.stroke-zinc-400\/85 {
  stroke: rgb(161 161 170 / 0.85) !important;
}
.stroke-zinc-400\/90 {
  stroke: rgb(161 161 170 / 0.9) !important;
}
.stroke-zinc-400\/95 {
  stroke: rgb(161 161 170 / 0.95) !important;
}
.stroke-zinc-50 {
  stroke: #fafafa !important;
}
.stroke-zinc-50\/0 {
  stroke: rgb(250 250 250 / 0) !important;
}
.stroke-zinc-50\/10 {
  stroke: rgb(250 250 250 / 0.1) !important;
}
.stroke-zinc-50\/100 {
  stroke: rgb(250 250 250 / 1) !important;
}
.stroke-zinc-50\/15 {
  stroke: rgb(250 250 250 / 0.15) !important;
}
.stroke-zinc-50\/20 {
  stroke: rgb(250 250 250 / 0.2) !important;
}
.stroke-zinc-50\/25 {
  stroke: rgb(250 250 250 / 0.25) !important;
}
.stroke-zinc-50\/30 {
  stroke: rgb(250 250 250 / 0.3) !important;
}
.stroke-zinc-50\/35 {
  stroke: rgb(250 250 250 / 0.35) !important;
}
.stroke-zinc-50\/40 {
  stroke: rgb(250 250 250 / 0.4) !important;
}
.stroke-zinc-50\/45 {
  stroke: rgb(250 250 250 / 0.45) !important;
}
.stroke-zinc-50\/5 {
  stroke: rgb(250 250 250 / 0.05) !important;
}
.stroke-zinc-50\/50 {
  stroke: rgb(250 250 250 / 0.5) !important;
}
.stroke-zinc-50\/55 {
  stroke: rgb(250 250 250 / 0.55) !important;
}
.stroke-zinc-50\/60 {
  stroke: rgb(250 250 250 / 0.6) !important;
}
.stroke-zinc-50\/65 {
  stroke: rgb(250 250 250 / 0.65) !important;
}
.stroke-zinc-50\/70 {
  stroke: rgb(250 250 250 / 0.7) !important;
}
.stroke-zinc-50\/75 {
  stroke: rgb(250 250 250 / 0.75) !important;
}
.stroke-zinc-50\/80 {
  stroke: rgb(250 250 250 / 0.8) !important;
}
.stroke-zinc-50\/85 {
  stroke: rgb(250 250 250 / 0.85) !important;
}
.stroke-zinc-50\/90 {
  stroke: rgb(250 250 250 / 0.9) !important;
}
.stroke-zinc-50\/95 {
  stroke: rgb(250 250 250 / 0.95) !important;
}
.stroke-zinc-500 {
  stroke: #71717a !important;
}
.stroke-zinc-500\/0 {
  stroke: rgb(113 113 122 / 0) !important;
}
.stroke-zinc-500\/10 {
  stroke: rgb(113 113 122 / 0.1) !important;
}
.stroke-zinc-500\/100 {
  stroke: rgb(113 113 122 / 1) !important;
}
.stroke-zinc-500\/15 {
  stroke: rgb(113 113 122 / 0.15) !important;
}
.stroke-zinc-500\/20 {
  stroke: rgb(113 113 122 / 0.2) !important;
}
.stroke-zinc-500\/25 {
  stroke: rgb(113 113 122 / 0.25) !important;
}
.stroke-zinc-500\/30 {
  stroke: rgb(113 113 122 / 0.3) !important;
}
.stroke-zinc-500\/35 {
  stroke: rgb(113 113 122 / 0.35) !important;
}
.stroke-zinc-500\/40 {
  stroke: rgb(113 113 122 / 0.4) !important;
}
.stroke-zinc-500\/45 {
  stroke: rgb(113 113 122 / 0.45) !important;
}
.stroke-zinc-500\/5 {
  stroke: rgb(113 113 122 / 0.05) !important;
}
.stroke-zinc-500\/50 {
  stroke: rgb(113 113 122 / 0.5) !important;
}
.stroke-zinc-500\/55 {
  stroke: rgb(113 113 122 / 0.55) !important;
}
.stroke-zinc-500\/60 {
  stroke: rgb(113 113 122 / 0.6) !important;
}
.stroke-zinc-500\/65 {
  stroke: rgb(113 113 122 / 0.65) !important;
}
.stroke-zinc-500\/70 {
  stroke: rgb(113 113 122 / 0.7) !important;
}
.stroke-zinc-500\/75 {
  stroke: rgb(113 113 122 / 0.75) !important;
}
.stroke-zinc-500\/80 {
  stroke: rgb(113 113 122 / 0.8) !important;
}
.stroke-zinc-500\/85 {
  stroke: rgb(113 113 122 / 0.85) !important;
}
.stroke-zinc-500\/90 {
  stroke: rgb(113 113 122 / 0.9) !important;
}
.stroke-zinc-500\/95 {
  stroke: rgb(113 113 122 / 0.95) !important;
}
.stroke-zinc-600 {
  stroke: #52525b !important;
}
.stroke-zinc-600\/0 {
  stroke: rgb(82 82 91 / 0) !important;
}
.stroke-zinc-600\/10 {
  stroke: rgb(82 82 91 / 0.1) !important;
}
.stroke-zinc-600\/100 {
  stroke: rgb(82 82 91 / 1) !important;
}
.stroke-zinc-600\/15 {
  stroke: rgb(82 82 91 / 0.15) !important;
}
.stroke-zinc-600\/20 {
  stroke: rgb(82 82 91 / 0.2) !important;
}
.stroke-zinc-600\/25 {
  stroke: rgb(82 82 91 / 0.25) !important;
}
.stroke-zinc-600\/30 {
  stroke: rgb(82 82 91 / 0.3) !important;
}
.stroke-zinc-600\/35 {
  stroke: rgb(82 82 91 / 0.35) !important;
}
.stroke-zinc-600\/40 {
  stroke: rgb(82 82 91 / 0.4) !important;
}
.stroke-zinc-600\/45 {
  stroke: rgb(82 82 91 / 0.45) !important;
}
.stroke-zinc-600\/5 {
  stroke: rgb(82 82 91 / 0.05) !important;
}
.stroke-zinc-600\/50 {
  stroke: rgb(82 82 91 / 0.5) !important;
}
.stroke-zinc-600\/55 {
  stroke: rgb(82 82 91 / 0.55) !important;
}
.stroke-zinc-600\/60 {
  stroke: rgb(82 82 91 / 0.6) !important;
}
.stroke-zinc-600\/65 {
  stroke: rgb(82 82 91 / 0.65) !important;
}
.stroke-zinc-600\/70 {
  stroke: rgb(82 82 91 / 0.7) !important;
}
.stroke-zinc-600\/75 {
  stroke: rgb(82 82 91 / 0.75) !important;
}
.stroke-zinc-600\/80 {
  stroke: rgb(82 82 91 / 0.8) !important;
}
.stroke-zinc-600\/85 {
  stroke: rgb(82 82 91 / 0.85) !important;
}
.stroke-zinc-600\/90 {
  stroke: rgb(82 82 91 / 0.9) !important;
}
.stroke-zinc-600\/95 {
  stroke: rgb(82 82 91 / 0.95) !important;
}
.stroke-zinc-700 {
  stroke: #3f3f46 !important;
}
.stroke-zinc-700\/0 {
  stroke: rgb(63 63 70 / 0) !important;
}
.stroke-zinc-700\/10 {
  stroke: rgb(63 63 70 / 0.1) !important;
}
.stroke-zinc-700\/100 {
  stroke: rgb(63 63 70 / 1) !important;
}
.stroke-zinc-700\/15 {
  stroke: rgb(63 63 70 / 0.15) !important;
}
.stroke-zinc-700\/20 {
  stroke: rgb(63 63 70 / 0.2) !important;
}
.stroke-zinc-700\/25 {
  stroke: rgb(63 63 70 / 0.25) !important;
}
.stroke-zinc-700\/30 {
  stroke: rgb(63 63 70 / 0.3) !important;
}
.stroke-zinc-700\/35 {
  stroke: rgb(63 63 70 / 0.35) !important;
}
.stroke-zinc-700\/40 {
  stroke: rgb(63 63 70 / 0.4) !important;
}
.stroke-zinc-700\/45 {
  stroke: rgb(63 63 70 / 0.45) !important;
}
.stroke-zinc-700\/5 {
  stroke: rgb(63 63 70 / 0.05) !important;
}
.stroke-zinc-700\/50 {
  stroke: rgb(63 63 70 / 0.5) !important;
}
.stroke-zinc-700\/55 {
  stroke: rgb(63 63 70 / 0.55) !important;
}
.stroke-zinc-700\/60 {
  stroke: rgb(63 63 70 / 0.6) !important;
}
.stroke-zinc-700\/65 {
  stroke: rgb(63 63 70 / 0.65) !important;
}
.stroke-zinc-700\/70 {
  stroke: rgb(63 63 70 / 0.7) !important;
}
.stroke-zinc-700\/75 {
  stroke: rgb(63 63 70 / 0.75) !important;
}
.stroke-zinc-700\/80 {
  stroke: rgb(63 63 70 / 0.8) !important;
}
.stroke-zinc-700\/85 {
  stroke: rgb(63 63 70 / 0.85) !important;
}
.stroke-zinc-700\/90 {
  stroke: rgb(63 63 70 / 0.9) !important;
}
.stroke-zinc-700\/95 {
  stroke: rgb(63 63 70 / 0.95) !important;
}
.stroke-zinc-800 {
  stroke: #27272a !important;
}
.stroke-zinc-800\/0 {
  stroke: rgb(39 39 42 / 0) !important;
}
.stroke-zinc-800\/10 {
  stroke: rgb(39 39 42 / 0.1) !important;
}
.stroke-zinc-800\/100 {
  stroke: rgb(39 39 42 / 1) !important;
}
.stroke-zinc-800\/15 {
  stroke: rgb(39 39 42 / 0.15) !important;
}
.stroke-zinc-800\/20 {
  stroke: rgb(39 39 42 / 0.2) !important;
}
.stroke-zinc-800\/25 {
  stroke: rgb(39 39 42 / 0.25) !important;
}
.stroke-zinc-800\/30 {
  stroke: rgb(39 39 42 / 0.3) !important;
}
.stroke-zinc-800\/35 {
  stroke: rgb(39 39 42 / 0.35) !important;
}
.stroke-zinc-800\/40 {
  stroke: rgb(39 39 42 / 0.4) !important;
}
.stroke-zinc-800\/45 {
  stroke: rgb(39 39 42 / 0.45) !important;
}
.stroke-zinc-800\/5 {
  stroke: rgb(39 39 42 / 0.05) !important;
}
.stroke-zinc-800\/50 {
  stroke: rgb(39 39 42 / 0.5) !important;
}
.stroke-zinc-800\/55 {
  stroke: rgb(39 39 42 / 0.55) !important;
}
.stroke-zinc-800\/60 {
  stroke: rgb(39 39 42 / 0.6) !important;
}
.stroke-zinc-800\/65 {
  stroke: rgb(39 39 42 / 0.65) !important;
}
.stroke-zinc-800\/70 {
  stroke: rgb(39 39 42 / 0.7) !important;
}
.stroke-zinc-800\/75 {
  stroke: rgb(39 39 42 / 0.75) !important;
}
.stroke-zinc-800\/80 {
  stroke: rgb(39 39 42 / 0.8) !important;
}
.stroke-zinc-800\/85 {
  stroke: rgb(39 39 42 / 0.85) !important;
}
.stroke-zinc-800\/90 {
  stroke: rgb(39 39 42 / 0.9) !important;
}
.stroke-zinc-800\/95 {
  stroke: rgb(39 39 42 / 0.95) !important;
}
.stroke-zinc-900 {
  stroke: #18181b !important;
}
.stroke-zinc-900\/0 {
  stroke: rgb(24 24 27 / 0) !important;
}
.stroke-zinc-900\/10 {
  stroke: rgb(24 24 27 / 0.1) !important;
}
.stroke-zinc-900\/100 {
  stroke: rgb(24 24 27 / 1) !important;
}
.stroke-zinc-900\/15 {
  stroke: rgb(24 24 27 / 0.15) !important;
}
.stroke-zinc-900\/20 {
  stroke: rgb(24 24 27 / 0.2) !important;
}
.stroke-zinc-900\/25 {
  stroke: rgb(24 24 27 / 0.25) !important;
}
.stroke-zinc-900\/30 {
  stroke: rgb(24 24 27 / 0.3) !important;
}
.stroke-zinc-900\/35 {
  stroke: rgb(24 24 27 / 0.35) !important;
}
.stroke-zinc-900\/40 {
  stroke: rgb(24 24 27 / 0.4) !important;
}
.stroke-zinc-900\/45 {
  stroke: rgb(24 24 27 / 0.45) !important;
}
.stroke-zinc-900\/5 {
  stroke: rgb(24 24 27 / 0.05) !important;
}
.stroke-zinc-900\/50 {
  stroke: rgb(24 24 27 / 0.5) !important;
}
.stroke-zinc-900\/55 {
  stroke: rgb(24 24 27 / 0.55) !important;
}
.stroke-zinc-900\/60 {
  stroke: rgb(24 24 27 / 0.6) !important;
}
.stroke-zinc-900\/65 {
  stroke: rgb(24 24 27 / 0.65) !important;
}
.stroke-zinc-900\/70 {
  stroke: rgb(24 24 27 / 0.7) !important;
}
.stroke-zinc-900\/75 {
  stroke: rgb(24 24 27 / 0.75) !important;
}
.stroke-zinc-900\/80 {
  stroke: rgb(24 24 27 / 0.8) !important;
}
.stroke-zinc-900\/85 {
  stroke: rgb(24 24 27 / 0.85) !important;
}
.stroke-zinc-900\/90 {
  stroke: rgb(24 24 27 / 0.9) !important;
}
.stroke-zinc-900\/95 {
  stroke: rgb(24 24 27 / 0.95) !important;
}
.stroke-zinc-950 {
  stroke: #09090b !important;
}
.stroke-zinc-950\/0 {
  stroke: rgb(9 9 11 / 0) !important;
}
.stroke-zinc-950\/10 {
  stroke: rgb(9 9 11 / 0.1) !important;
}
.stroke-zinc-950\/100 {
  stroke: rgb(9 9 11 / 1) !important;
}
.stroke-zinc-950\/15 {
  stroke: rgb(9 9 11 / 0.15) !important;
}
.stroke-zinc-950\/20 {
  stroke: rgb(9 9 11 / 0.2) !important;
}
.stroke-zinc-950\/25 {
  stroke: rgb(9 9 11 / 0.25) !important;
}
.stroke-zinc-950\/30 {
  stroke: rgb(9 9 11 / 0.3) !important;
}
.stroke-zinc-950\/35 {
  stroke: rgb(9 9 11 / 0.35) !important;
}
.stroke-zinc-950\/40 {
  stroke: rgb(9 9 11 / 0.4) !important;
}
.stroke-zinc-950\/45 {
  stroke: rgb(9 9 11 / 0.45) !important;
}
.stroke-zinc-950\/5 {
  stroke: rgb(9 9 11 / 0.05) !important;
}
.stroke-zinc-950\/50 {
  stroke: rgb(9 9 11 / 0.5) !important;
}
.stroke-zinc-950\/55 {
  stroke: rgb(9 9 11 / 0.55) !important;
}
.stroke-zinc-950\/60 {
  stroke: rgb(9 9 11 / 0.6) !important;
}
.stroke-zinc-950\/65 {
  stroke: rgb(9 9 11 / 0.65) !important;
}
.stroke-zinc-950\/70 {
  stroke: rgb(9 9 11 / 0.7) !important;
}
.stroke-zinc-950\/75 {
  stroke: rgb(9 9 11 / 0.75) !important;
}
.stroke-zinc-950\/80 {
  stroke: rgb(9 9 11 / 0.8) !important;
}
.stroke-zinc-950\/85 {
  stroke: rgb(9 9 11 / 0.85) !important;
}
.stroke-zinc-950\/90 {
  stroke: rgb(9 9 11 / 0.9) !important;
}
.stroke-zinc-950\/95 {
  stroke: rgb(9 9 11 / 0.95) !important;
}
.stroke-0 {
  stroke-width: 0 !important;
}
.stroke-1 {
  stroke-width: 1 !important;
}
.stroke-2 {
  stroke-width: 2 !important;
}
.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-\[2vw\] {
  padding-left: 2vw !important;
  padding-right: 2vw !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-32 {
  padding-top: 8rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.text-center {
  text-align: center !important;
}
.text-2xl {
  font-size: 3.5rem !important;
  line-height: 4rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}
.text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}
.text-\[16px\] {
  font-size: 16px !important;
}
.text-base {
  font-size: 1.5rem !important;
  line-height: 1.8rem !important;
}
.text-lg {
  font-size: 1.875rem !important;
  line-height: 2rem !important;
}
.text-sm {
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
}
.text-xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.not-italic {
  font-style: normal !important;
}
.leading-10 {
  line-height: 2.5rem !important;
}
.leading-4 {
  line-height: 1rem !important;
}
.leading-9 {
  line-height: 2.25rem !important;
}
.leading-loose {
  line-height: 2 !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.text-\[color\:var\(--e-global-color-primary\)\] {
  color: var(--e-global-color-primary) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(131 131 131 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
}
.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0) !important;
}
.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1) !important;
}
.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1) !important;
}
.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15) !important;
}
.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2) !important;
}
.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25) !important;
}
.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3) !important;
}
.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35) !important;
}
.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4) !important;
}
.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45) !important;
}
.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05) !important;
}
.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5) !important;
}
.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55) !important;
}
.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6) !important;
}
.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65) !important;
}
.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7) !important;
}
.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75) !important;
}
.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8) !important;
}
.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85) !important;
}
.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9) !important;
}
.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95) !important;
}
.text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
}
.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0) !important;
}
.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1) !important;
}
.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1) !important;
}
.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15) !important;
}
.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2) !important;
}
.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25) !important;
}
.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3) !important;
}
.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35) !important;
}
.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4) !important;
}
.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45) !important;
}
.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05) !important;
}
.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5) !important;
}
.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55) !important;
}
.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6) !important;
}
.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65) !important;
}
.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7) !important;
}
.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75) !important;
}
.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8) !important;
}
.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85) !important;
}
.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9) !important;
}
.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95) !important;
}
.text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
}
.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0) !important;
}
.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1) !important;
}
.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1) !important;
}
.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15) !important;
}
.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2) !important;
}
.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25) !important;
}
.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3) !important;
}
.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35) !important;
}
.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4) !important;
}
.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45) !important;
}
.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05) !important;
}
.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5) !important;
}
.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55) !important;
}
.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6) !important;
}
.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65) !important;
}
.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7) !important;
}
.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75) !important;
}
.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8) !important;
}
.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85) !important;
}
.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9) !important;
}
.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95) !important;
}
.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}
.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0) !important;
}
.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1) !important;
}
.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1) !important;
}
.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15) !important;
}
.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2) !important;
}
.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25) !important;
}
.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3) !important;
}
.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35) !important;
}
.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4) !important;
}
.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45) !important;
}
.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05) !important;
}
.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5) !important;
}
.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55) !important;
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6) !important;
}
.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65) !important;
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7) !important;
}
.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75) !important;
}
.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8) !important;
}
.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85) !important;
}
.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9) !important;
}
.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95) !important;
}
.text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}
.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0) !important;
}
.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1) !important;
}
.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1) !important;
}
.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15) !important;
}
.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2) !important;
}
.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25) !important;
}
.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3) !important;
}
.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35) !important;
}
.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4) !important;
}
.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45) !important;
}
.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05) !important;
}
.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5) !important;
}
.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55) !important;
}
.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6) !important;
}
.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65) !important;
}
.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7) !important;
}
.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75) !important;
}
.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8) !important;
}
.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85) !important;
}
.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9) !important;
}
.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95) !important;
}
.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0) !important;
}
.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1) !important;
}
.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1) !important;
}
.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15) !important;
}
.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2) !important;
}
.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25) !important;
}
.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3) !important;
}
.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35) !important;
}
.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4) !important;
}
.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45) !important;
}
.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05) !important;
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5) !important;
}
.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55) !important;
}
.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6) !important;
}
.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65) !important;
}
.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7) !important;
}
.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75) !important;
}
.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8) !important;
}
.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85) !important;
}
.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9) !important;
}
.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95) !important;
}
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0) !important;
}
.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1) !important;
}
.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1) !important;
}
.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15) !important;
}
.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2) !important;
}
.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25) !important;
}
.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3) !important;
}
.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35) !important;
}
.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4) !important;
}
.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45) !important;
}
.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05) !important;
}
.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5) !important;
}
.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55) !important;
}
.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6) !important;
}
.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65) !important;
}
.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7) !important;
}
.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75) !important;
}
.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8) !important;
}
.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85) !important;
}
.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9) !important;
}
.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95) !important;
}
.text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}
.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0) !important;
}
.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1) !important;
}
.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1) !important;
}
.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15) !important;
}
.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2) !important;
}
.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25) !important;
}
.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3) !important;
}
.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35) !important;
}
.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4) !important;
}
.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45) !important;
}
.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05) !important;
}
.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5) !important;
}
.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55) !important;
}
.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6) !important;
}
.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65) !important;
}
.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7) !important;
}
.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75) !important;
}
.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8) !important;
}
.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85) !important;
}
.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9) !important;
}
.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95) !important;
}
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0) !important;
}
.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1) !important;
}
.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1) !important;
}
.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15) !important;
}
.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2) !important;
}
.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25) !important;
}
.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3) !important;
}
.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35) !important;
}
.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4) !important;
}
.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45) !important;
}
.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05) !important;
}
.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5) !important;
}
.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55) !important;
}
.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6) !important;
}
.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65) !important;
}
.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7) !important;
}
.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75) !important;
}
.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8) !important;
}
.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85) !important;
}
.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9) !important;
}
.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95) !important;
}
.text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
}
.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0) !important;
}
.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1) !important;
}
.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1) !important;
}
.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15) !important;
}
.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2) !important;
}
.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25) !important;
}
.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3) !important;
}
.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35) !important;
}
.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4) !important;
}
.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45) !important;
}
.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05) !important;
}
.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5) !important;
}
.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55) !important;
}
.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6) !important;
}
.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65) !important;
}
.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7) !important;
}
.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75) !important;
}
.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8) !important;
}
.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85) !important;
}
.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9) !important;
}
.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95) !important;
}
.text-yellow-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(66 32 6 / var(--tw-text-opacity)) !important;
}
.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0) !important;
}
.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1) !important;
}
.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1) !important;
}
.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15) !important;
}
.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2) !important;
}
.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25) !important;
}
.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3) !important;
}
.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35) !important;
}
.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4) !important;
}
.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45) !important;
}
.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05) !important;
}
.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5) !important;
}
.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55) !important;
}
.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6) !important;
}
.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65) !important;
}
.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7) !important;
}
.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75) !important;
}
.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8) !important;
}
.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85) !important;
}
.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9) !important;
}
.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95) !important;
}
.decoration-yellow-100 {
  text-decoration-color: #fef9c3 !important;
}
.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0) !important;
}
.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1) !important;
}
.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1) !important;
}
.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15) !important;
}
.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2) !important;
}
.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25) !important;
}
.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3) !important;
}
.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35) !important;
}
.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4) !important;
}
.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45) !important;
}
.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05) !important;
}
.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5) !important;
}
.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55) !important;
}
.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6) !important;
}
.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65) !important;
}
.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7) !important;
}
.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75) !important;
}
.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8) !important;
}
.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85) !important;
}
.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9) !important;
}
.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95) !important;
}
.decoration-yellow-200 {
  text-decoration-color: #fef08a !important;
}
.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0) !important;
}
.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1) !important;
}
.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1) !important;
}
.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15) !important;
}
.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2) !important;
}
.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25) !important;
}
.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3) !important;
}
.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35) !important;
}
.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4) !important;
}
.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45) !important;
}
.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05) !important;
}
.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5) !important;
}
.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55) !important;
}
.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6) !important;
}
.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65) !important;
}
.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7) !important;
}
.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75) !important;
}
.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8) !important;
}
.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85) !important;
}
.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9) !important;
}
.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95) !important;
}
.decoration-yellow-300 {
  text-decoration-color: #fde047 !important;
}
.decoration-yellow-300\/0 {
  text-decoration-color: rgb(253 224 71 / 0) !important;
}
.decoration-yellow-300\/10 {
  text-decoration-color: rgb(253 224 71 / 0.1) !important;
}
.decoration-yellow-300\/100 {
  text-decoration-color: rgb(253 224 71 / 1) !important;
}
.decoration-yellow-300\/15 {
  text-decoration-color: rgb(253 224 71 / 0.15) !important;
}
.decoration-yellow-300\/20 {
  text-decoration-color: rgb(253 224 71 / 0.2) !important;
}
.decoration-yellow-300\/25 {
  text-decoration-color: rgb(253 224 71 / 0.25) !important;
}
.decoration-yellow-300\/30 {
  text-decoration-color: rgb(253 224 71 / 0.3) !important;
}
.decoration-yellow-300\/35 {
  text-decoration-color: rgb(253 224 71 / 0.35) !important;
}
.decoration-yellow-300\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4) !important;
}
.decoration-yellow-300\/45 {
  text-decoration-color: rgb(253 224 71 / 0.45) !important;
}
.decoration-yellow-300\/5 {
  text-decoration-color: rgb(253 224 71 / 0.05) !important;
}
.decoration-yellow-300\/50 {
  text-decoration-color: rgb(253 224 71 / 0.5) !important;
}
.decoration-yellow-300\/55 {
  text-decoration-color: rgb(253 224 71 / 0.55) !important;
}
.decoration-yellow-300\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6) !important;
}
.decoration-yellow-300\/65 {
  text-decoration-color: rgb(253 224 71 / 0.65) !important;
}
.decoration-yellow-300\/70 {
  text-decoration-color: rgb(253 224 71 / 0.7) !important;
}
.decoration-yellow-300\/75 {
  text-decoration-color: rgb(253 224 71 / 0.75) !important;
}
.decoration-yellow-300\/80 {
  text-decoration-color: rgb(253 224 71 / 0.8) !important;
}
.decoration-yellow-300\/85 {
  text-decoration-color: rgb(253 224 71 / 0.85) !important;
}
.decoration-yellow-300\/90 {
  text-decoration-color: rgb(253 224 71 / 0.9) !important;
}
.decoration-yellow-300\/95 {
  text-decoration-color: rgb(253 224 71 / 0.95) !important;
}
.decoration-yellow-400 {
  text-decoration-color: #facc15 !important;
}
.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0) !important;
}
.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1) !important;
}
.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1) !important;
}
.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15) !important;
}
.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2) !important;
}
.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25) !important;
}
.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3) !important;
}
.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35) !important;
}
.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4) !important;
}
.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45) !important;
}
.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05) !important;
}
.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5) !important;
}
.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55) !important;
}
.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6) !important;
}
.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65) !important;
}
.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7) !important;
}
.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75) !important;
}
.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8) !important;
}
.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85) !important;
}
.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9) !important;
}
.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95) !important;
}
.decoration-yellow-50 {
  text-decoration-color: #fefce8 !important;
}
.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0) !important;
}
.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1) !important;
}
.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1) !important;
}
.decoration-yellow-50\/15 {
  text-decoration-color: rgb(254 252 232 / 0.15) !important;
}
.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2) !important;
}
.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25) !important;
}
.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3) !important;
}
.decoration-yellow-50\/35 {
  text-decoration-color: rgb(254 252 232 / 0.35) !important;
}
.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4) !important;
}
.decoration-yellow-50\/45 {
  text-decoration-color: rgb(254 252 232 / 0.45) !important;
}
.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05) !important;
}
.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5) !important;
}
.decoration-yellow-50\/55 {
  text-decoration-color: rgb(254 252 232 / 0.55) !important;
}
.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6) !important;
}
.decoration-yellow-50\/65 {
  text-decoration-color: rgb(254 252 232 / 0.65) !important;
}
.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7) !important;
}
.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75) !important;
}
.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8) !important;
}
.decoration-yellow-50\/85 {
  text-decoration-color: rgb(254 252 232 / 0.85) !important;
}
.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9) !important;
}
.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95) !important;
}
.decoration-yellow-500 {
  text-decoration-color: #eab308 !important;
}
.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0) !important;
}
.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1) !important;
}
.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1) !important;
}
.decoration-yellow-500\/15 {
  text-decoration-color: rgb(234 179 8 / 0.15) !important;
}
.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2) !important;
}
.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25) !important;
}
.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3) !important;
}
.decoration-yellow-500\/35 {
  text-decoration-color: rgb(234 179 8 / 0.35) !important;
}
.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4) !important;
}
.decoration-yellow-500\/45 {
  text-decoration-color: rgb(234 179 8 / 0.45) !important;
}
.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05) !important;
}
.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5) !important;
}
.decoration-yellow-500\/55 {
  text-decoration-color: rgb(234 179 8 / 0.55) !important;
}
.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6) !important;
}
.decoration-yellow-500\/65 {
  text-decoration-color: rgb(234 179 8 / 0.65) !important;
}
.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7) !important;
}
.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75) !important;
}
.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8) !important;
}
.decoration-yellow-500\/85 {
  text-decoration-color: rgb(234 179 8 / 0.85) !important;
}
.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9) !important;
}
.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95) !important;
}
.decoration-yellow-600 {
  text-decoration-color: #ca8a04 !important;
}
.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0) !important;
}
.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1) !important;
}
.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1) !important;
}
.decoration-yellow-600\/15 {
  text-decoration-color: rgb(202 138 4 / 0.15) !important;
}
.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2) !important;
}
.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25) !important;
}
.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3) !important;
}
.decoration-yellow-600\/35 {
  text-decoration-color: rgb(202 138 4 / 0.35) !important;
}
.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4) !important;
}
.decoration-yellow-600\/45 {
  text-decoration-color: rgb(202 138 4 / 0.45) !important;
}
.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05) !important;
}
.decoration-yellow-600\/50 {
  text-decoration-color: rgb(202 138 4 / 0.5) !important;
}
.decoration-yellow-600\/55 {
  text-decoration-color: rgb(202 138 4 / 0.55) !important;
}
.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6) !important;
}
.decoration-yellow-600\/65 {
  text-decoration-color: rgb(202 138 4 / 0.65) !important;
}
.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7) !important;
}
.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75) !important;
}
.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8) !important;
}
.decoration-yellow-600\/85 {
  text-decoration-color: rgb(202 138 4 / 0.85) !important;
}
.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9) !important;
}
.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95) !important;
}
.decoration-yellow-700 {
  text-decoration-color: #a16207 !important;
}
.decoration-yellow-700\/0 {
  text-decoration-color: rgb(161 98 7 / 0) !important;
}
.decoration-yellow-700\/10 {
  text-decoration-color: rgb(161 98 7 / 0.1) !important;
}
.decoration-yellow-700\/100 {
  text-decoration-color: rgb(161 98 7 / 1) !important;
}
.decoration-yellow-700\/15 {
  text-decoration-color: rgb(161 98 7 / 0.15) !important;
}
.decoration-yellow-700\/20 {
  text-decoration-color: rgb(161 98 7 / 0.2) !important;
}
.decoration-yellow-700\/25 {
  text-decoration-color: rgb(161 98 7 / 0.25) !important;
}
.decoration-yellow-700\/30 {
  text-decoration-color: rgb(161 98 7 / 0.3) !important;
}
.decoration-yellow-700\/35 {
  text-decoration-color: rgb(161 98 7 / 0.35) !important;
}
.decoration-yellow-700\/40 {
  text-decoration-color: rgb(161 98 7 / 0.4) !important;
}
.decoration-yellow-700\/45 {
  text-decoration-color: rgb(161 98 7 / 0.45) !important;
}
.decoration-yellow-700\/5 {
  text-decoration-color: rgb(161 98 7 / 0.05) !important;
}
.decoration-yellow-700\/50 {
  text-decoration-color: rgb(161 98 7 / 0.5) !important;
}
.decoration-yellow-700\/55 {
  text-decoration-color: rgb(161 98 7 / 0.55) !important;
}
.decoration-yellow-700\/60 {
  text-decoration-color: rgb(161 98 7 / 0.6) !important;
}
.decoration-yellow-700\/65 {
  text-decoration-color: rgb(161 98 7 / 0.65) !important;
}
.decoration-yellow-700\/70 {
  text-decoration-color: rgb(161 98 7 / 0.7) !important;
}
.decoration-yellow-700\/75 {
  text-decoration-color: rgb(161 98 7 / 0.75) !important;
}
.decoration-yellow-700\/80 {
  text-decoration-color: rgb(161 98 7 / 0.8) !important;
}
.decoration-yellow-700\/85 {
  text-decoration-color: rgb(161 98 7 / 0.85) !important;
}
.decoration-yellow-700\/90 {
  text-decoration-color: rgb(161 98 7 / 0.9) !important;
}
.decoration-yellow-700\/95 {
  text-decoration-color: rgb(161 98 7 / 0.95) !important;
}
.decoration-yellow-800 {
  text-decoration-color: #854d0e !important;
}
.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0) !important;
}
.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1) !important;
}
.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1) !important;
}
.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15) !important;
}
.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2) !important;
}
.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25) !important;
}
.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3) !important;
}
.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35) !important;
}
.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4) !important;
}
.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45) !important;
}
.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05) !important;
}
.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5) !important;
}
.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55) !important;
}
.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6) !important;
}
.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65) !important;
}
.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7) !important;
}
.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75) !important;
}
.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8) !important;
}
.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85) !important;
}
.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9) !important;
}
.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95) !important;
}
.decoration-yellow-900 {
  text-decoration-color: #713f12 !important;
}
.decoration-yellow-900\/0 {
  text-decoration-color: rgb(113 63 18 / 0) !important;
}
.decoration-yellow-900\/10 {
  text-decoration-color: rgb(113 63 18 / 0.1) !important;
}
.decoration-yellow-900\/100 {
  text-decoration-color: rgb(113 63 18 / 1) !important;
}
.decoration-yellow-900\/15 {
  text-decoration-color: rgb(113 63 18 / 0.15) !important;
}
.decoration-yellow-900\/20 {
  text-decoration-color: rgb(113 63 18 / 0.2) !important;
}
.decoration-yellow-900\/25 {
  text-decoration-color: rgb(113 63 18 / 0.25) !important;
}
.decoration-yellow-900\/30 {
  text-decoration-color: rgb(113 63 18 / 0.3) !important;
}
.decoration-yellow-900\/35 {
  text-decoration-color: rgb(113 63 18 / 0.35) !important;
}
.decoration-yellow-900\/40 {
  text-decoration-color: rgb(113 63 18 / 0.4) !important;
}
.decoration-yellow-900\/45 {
  text-decoration-color: rgb(113 63 18 / 0.45) !important;
}
.decoration-yellow-900\/5 {
  text-decoration-color: rgb(113 63 18 / 0.05) !important;
}
.decoration-yellow-900\/50 {
  text-decoration-color: rgb(113 63 18 / 0.5) !important;
}
.decoration-yellow-900\/55 {
  text-decoration-color: rgb(113 63 18 / 0.55) !important;
}
.decoration-yellow-900\/60 {
  text-decoration-color: rgb(113 63 18 / 0.6) !important;
}
.decoration-yellow-900\/65 {
  text-decoration-color: rgb(113 63 18 / 0.65) !important;
}
.decoration-yellow-900\/70 {
  text-decoration-color: rgb(113 63 18 / 0.7) !important;
}
.decoration-yellow-900\/75 {
  text-decoration-color: rgb(113 63 18 / 0.75) !important;
}
.decoration-yellow-900\/80 {
  text-decoration-color: rgb(113 63 18 / 0.8) !important;
}
.decoration-yellow-900\/85 {
  text-decoration-color: rgb(113 63 18 / 0.85) !important;
}
.decoration-yellow-900\/90 {
  text-decoration-color: rgb(113 63 18 / 0.9) !important;
}
.decoration-yellow-900\/95 {
  text-decoration-color: rgb(113 63 18 / 0.95) !important;
}
.decoration-yellow-950 {
  text-decoration-color: #422006 !important;
}
.decoration-yellow-950\/0 {
  text-decoration-color: rgb(66 32 6 / 0) !important;
}
.decoration-yellow-950\/10 {
  text-decoration-color: rgb(66 32 6 / 0.1) !important;
}
.decoration-yellow-950\/100 {
  text-decoration-color: rgb(66 32 6 / 1) !important;
}
.decoration-yellow-950\/15 {
  text-decoration-color: rgb(66 32 6 / 0.15) !important;
}
.decoration-yellow-950\/20 {
  text-decoration-color: rgb(66 32 6 / 0.2) !important;
}
.decoration-yellow-950\/25 {
  text-decoration-color: rgb(66 32 6 / 0.25) !important;
}
.decoration-yellow-950\/30 {
  text-decoration-color: rgb(66 32 6 / 0.3) !important;
}
.decoration-yellow-950\/35 {
  text-decoration-color: rgb(66 32 6 / 0.35) !important;
}
.decoration-yellow-950\/40 {
  text-decoration-color: rgb(66 32 6 / 0.4) !important;
}
.decoration-yellow-950\/45 {
  text-decoration-color: rgb(66 32 6 / 0.45) !important;
}
.decoration-yellow-950\/5 {
  text-decoration-color: rgb(66 32 6 / 0.05) !important;
}
.decoration-yellow-950\/50 {
  text-decoration-color: rgb(66 32 6 / 0.5) !important;
}
.decoration-yellow-950\/55 {
  text-decoration-color: rgb(66 32 6 / 0.55) !important;
}
.decoration-yellow-950\/60 {
  text-decoration-color: rgb(66 32 6 / 0.6) !important;
}
.decoration-yellow-950\/65 {
  text-decoration-color: rgb(66 32 6 / 0.65) !important;
}
.decoration-yellow-950\/70 {
  text-decoration-color: rgb(66 32 6 / 0.7) !important;
}
.decoration-yellow-950\/75 {
  text-decoration-color: rgb(66 32 6 / 0.75) !important;
}
.decoration-yellow-950\/80 {
  text-decoration-color: rgb(66 32 6 / 0.8) !important;
}
.decoration-yellow-950\/85 {
  text-decoration-color: rgb(66 32 6 / 0.85) !important;
}
.decoration-yellow-950\/90 {
  text-decoration-color: rgb(66 32 6 / 0.9) !important;
}
.decoration-yellow-950\/95 {
  text-decoration-color: rgb(66 32 6 / 0.95) !important;
}
.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-100\/0::-moz-placeholder {
  color: rgb(254 249 195 / 0) !important;
}
.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0) !important;
}
.placeholder-yellow-100\/10::-moz-placeholder {
  color: rgb(254 249 195 / 0.1) !important;
}
.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1) !important;
}
.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1) !important;
}
.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1) !important;
}
.placeholder-yellow-100\/15::-moz-placeholder {
  color: rgb(254 249 195 / 0.15) !important;
}
.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15) !important;
}
.placeholder-yellow-100\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2) !important;
}
.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2) !important;
}
.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25) !important;
}
.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25) !important;
}
.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3) !important;
}
.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3) !important;
}
.placeholder-yellow-100\/35::-moz-placeholder {
  color: rgb(254 249 195 / 0.35) !important;
}
.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35) !important;
}
.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4) !important;
}
.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4) !important;
}
.placeholder-yellow-100\/45::-moz-placeholder {
  color: rgb(254 249 195 / 0.45) !important;
}
.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45) !important;
}
.placeholder-yellow-100\/5::-moz-placeholder {
  color: rgb(254 249 195 / 0.05) !important;
}
.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05) !important;
}
.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5) !important;
}
.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5) !important;
}
.placeholder-yellow-100\/55::-moz-placeholder {
  color: rgb(254 249 195 / 0.55) !important;
}
.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55) !important;
}
.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6) !important;
}
.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6) !important;
}
.placeholder-yellow-100\/65::-moz-placeholder {
  color: rgb(254 249 195 / 0.65) !important;
}
.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65) !important;
}
.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7) !important;
}
.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7) !important;
}
.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75) !important;
}
.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75) !important;
}
.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8) !important;
}
.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8) !important;
}
.placeholder-yellow-100\/85::-moz-placeholder {
  color: rgb(254 249 195 / 0.85) !important;
}
.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85) !important;
}
.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9) !important;
}
.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9) !important;
}
.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95) !important;
}
.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95) !important;
}
.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-200\/0::-moz-placeholder {
  color: rgb(254 240 138 / 0) !important;
}
.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0) !important;
}
.placeholder-yellow-200\/10::-moz-placeholder {
  color: rgb(254 240 138 / 0.1) !important;
}
.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1) !important;
}
.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1) !important;
}
.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1) !important;
}
.placeholder-yellow-200\/15::-moz-placeholder {
  color: rgb(254 240 138 / 0.15) !important;
}
.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15) !important;
}
.placeholder-yellow-200\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2) !important;
}
.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2) !important;
}
.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25) !important;
}
.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25) !important;
}
.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3) !important;
}
.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3) !important;
}
.placeholder-yellow-200\/35::-moz-placeholder {
  color: rgb(254 240 138 / 0.35) !important;
}
.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35) !important;
}
.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4) !important;
}
.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4) !important;
}
.placeholder-yellow-200\/45::-moz-placeholder {
  color: rgb(254 240 138 / 0.45) !important;
}
.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45) !important;
}
.placeholder-yellow-200\/5::-moz-placeholder {
  color: rgb(254 240 138 / 0.05) !important;
}
.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05) !important;
}
.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5) !important;
}
.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5) !important;
}
.placeholder-yellow-200\/55::-moz-placeholder {
  color: rgb(254 240 138 / 0.55) !important;
}
.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55) !important;
}
.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6) !important;
}
.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6) !important;
}
.placeholder-yellow-200\/65::-moz-placeholder {
  color: rgb(254 240 138 / 0.65) !important;
}
.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65) !important;
}
.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7) !important;
}
.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7) !important;
}
.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75) !important;
}
.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75) !important;
}
.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8) !important;
}
.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8) !important;
}
.placeholder-yellow-200\/85::-moz-placeholder {
  color: rgb(254 240 138 / 0.85) !important;
}
.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85) !important;
}
.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9) !important;
}
.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9) !important;
}
.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95) !important;
}
.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95) !important;
}
.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-300\/0::-moz-placeholder {
  color: rgb(253 224 71 / 0) !important;
}
.placeholder-yellow-300\/0::placeholder {
  color: rgb(253 224 71 / 0) !important;
}
.placeholder-yellow-300\/10::-moz-placeholder {
  color: rgb(253 224 71 / 0.1) !important;
}
.placeholder-yellow-300\/10::placeholder {
  color: rgb(253 224 71 / 0.1) !important;
}
.placeholder-yellow-300\/100::-moz-placeholder {
  color: rgb(253 224 71 / 1) !important;
}
.placeholder-yellow-300\/100::placeholder {
  color: rgb(253 224 71 / 1) !important;
}
.placeholder-yellow-300\/15::-moz-placeholder {
  color: rgb(253 224 71 / 0.15) !important;
}
.placeholder-yellow-300\/15::placeholder {
  color: rgb(253 224 71 / 0.15) !important;
}
.placeholder-yellow-300\/20::-moz-placeholder {
  color: rgb(253 224 71 / 0.2) !important;
}
.placeholder-yellow-300\/20::placeholder {
  color: rgb(253 224 71 / 0.2) !important;
}
.placeholder-yellow-300\/25::-moz-placeholder {
  color: rgb(253 224 71 / 0.25) !important;
}
.placeholder-yellow-300\/25::placeholder {
  color: rgb(253 224 71 / 0.25) !important;
}
.placeholder-yellow-300\/30::-moz-placeholder {
  color: rgb(253 224 71 / 0.3) !important;
}
.placeholder-yellow-300\/30::placeholder {
  color: rgb(253 224 71 / 0.3) !important;
}
.placeholder-yellow-300\/35::-moz-placeholder {
  color: rgb(253 224 71 / 0.35) !important;
}
.placeholder-yellow-300\/35::placeholder {
  color: rgb(253 224 71 / 0.35) !important;
}
.placeholder-yellow-300\/40::-moz-placeholder {
  color: rgb(253 224 71 / 0.4) !important;
}
.placeholder-yellow-300\/40::placeholder {
  color: rgb(253 224 71 / 0.4) !important;
}
.placeholder-yellow-300\/45::-moz-placeholder {
  color: rgb(253 224 71 / 0.45) !important;
}
.placeholder-yellow-300\/45::placeholder {
  color: rgb(253 224 71 / 0.45) !important;
}
.placeholder-yellow-300\/5::-moz-placeholder {
  color: rgb(253 224 71 / 0.05) !important;
}
.placeholder-yellow-300\/5::placeholder {
  color: rgb(253 224 71 / 0.05) !important;
}
.placeholder-yellow-300\/50::-moz-placeholder {
  color: rgb(253 224 71 / 0.5) !important;
}
.placeholder-yellow-300\/50::placeholder {
  color: rgb(253 224 71 / 0.5) !important;
}
.placeholder-yellow-300\/55::-moz-placeholder {
  color: rgb(253 224 71 / 0.55) !important;
}
.placeholder-yellow-300\/55::placeholder {
  color: rgb(253 224 71 / 0.55) !important;
}
.placeholder-yellow-300\/60::-moz-placeholder {
  color: rgb(253 224 71 / 0.6) !important;
}
.placeholder-yellow-300\/60::placeholder {
  color: rgb(253 224 71 / 0.6) !important;
}
.placeholder-yellow-300\/65::-moz-placeholder {
  color: rgb(253 224 71 / 0.65) !important;
}
.placeholder-yellow-300\/65::placeholder {
  color: rgb(253 224 71 / 0.65) !important;
}
.placeholder-yellow-300\/70::-moz-placeholder {
  color: rgb(253 224 71 / 0.7) !important;
}
.placeholder-yellow-300\/70::placeholder {
  color: rgb(253 224 71 / 0.7) !important;
}
.placeholder-yellow-300\/75::-moz-placeholder {
  color: rgb(253 224 71 / 0.75) !important;
}
.placeholder-yellow-300\/75::placeholder {
  color: rgb(253 224 71 / 0.75) !important;
}
.placeholder-yellow-300\/80::-moz-placeholder {
  color: rgb(253 224 71 / 0.8) !important;
}
.placeholder-yellow-300\/80::placeholder {
  color: rgb(253 224 71 / 0.8) !important;
}
.placeholder-yellow-300\/85::-moz-placeholder {
  color: rgb(253 224 71 / 0.85) !important;
}
.placeholder-yellow-300\/85::placeholder {
  color: rgb(253 224 71 / 0.85) !important;
}
.placeholder-yellow-300\/90::-moz-placeholder {
  color: rgb(253 224 71 / 0.9) !important;
}
.placeholder-yellow-300\/90::placeholder {
  color: rgb(253 224 71 / 0.9) !important;
}
.placeholder-yellow-300\/95::-moz-placeholder {
  color: rgb(253 224 71 / 0.95) !important;
}
.placeholder-yellow-300\/95::placeholder {
  color: rgb(253 224 71 / 0.95) !important;
}
.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-400\/0::-moz-placeholder {
  color: rgb(250 204 21 / 0) !important;
}
.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0) !important;
}
.placeholder-yellow-400\/10::-moz-placeholder {
  color: rgb(250 204 21 / 0.1) !important;
}
.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1) !important;
}
.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1) !important;
}
.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1) !important;
}
.placeholder-yellow-400\/15::-moz-placeholder {
  color: rgb(250 204 21 / 0.15) !important;
}
.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15) !important;
}
.placeholder-yellow-400\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2) !important;
}
.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2) !important;
}
.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25) !important;
}
.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25) !important;
}
.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3) !important;
}
.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3) !important;
}
.placeholder-yellow-400\/35::-moz-placeholder {
  color: rgb(250 204 21 / 0.35) !important;
}
.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35) !important;
}
.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4) !important;
}
.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4) !important;
}
.placeholder-yellow-400\/45::-moz-placeholder {
  color: rgb(250 204 21 / 0.45) !important;
}
.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45) !important;
}
.placeholder-yellow-400\/5::-moz-placeholder {
  color: rgb(250 204 21 / 0.05) !important;
}
.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05) !important;
}
.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5) !important;
}
.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5) !important;
}
.placeholder-yellow-400\/55::-moz-placeholder {
  color: rgb(250 204 21 / 0.55) !important;
}
.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55) !important;
}
.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6) !important;
}
.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6) !important;
}
.placeholder-yellow-400\/65::-moz-placeholder {
  color: rgb(250 204 21 / 0.65) !important;
}
.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65) !important;
}
.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7) !important;
}
.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7) !important;
}
.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75) !important;
}
.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75) !important;
}
.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8) !important;
}
.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8) !important;
}
.placeholder-yellow-400\/85::-moz-placeholder {
  color: rgb(250 204 21 / 0.85) !important;
}
.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85) !important;
}
.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9) !important;
}
.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9) !important;
}
.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95) !important;
}
.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95) !important;
}
.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-50\/0::-moz-placeholder {
  color: rgb(254 252 232 / 0) !important;
}
.placeholder-yellow-50\/0::placeholder {
  color: rgb(254 252 232 / 0) !important;
}
.placeholder-yellow-50\/10::-moz-placeholder {
  color: rgb(254 252 232 / 0.1) !important;
}
.placeholder-yellow-50\/10::placeholder {
  color: rgb(254 252 232 / 0.1) !important;
}
.placeholder-yellow-50\/100::-moz-placeholder {
  color: rgb(254 252 232 / 1) !important;
}
.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 1) !important;
}
.placeholder-yellow-50\/15::-moz-placeholder {
  color: rgb(254 252 232 / 0.15) !important;
}
.placeholder-yellow-50\/15::placeholder {
  color: rgb(254 252 232 / 0.15) !important;
}
.placeholder-yellow-50\/20::-moz-placeholder {
  color: rgb(254 252 232 / 0.2) !important;
}
.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2) !important;
}
.placeholder-yellow-50\/25::-moz-placeholder {
  color: rgb(254 252 232 / 0.25) !important;
}
.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25) !important;
}
.placeholder-yellow-50\/30::-moz-placeholder {
  color: rgb(254 252 232 / 0.3) !important;
}
.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3) !important;
}
.placeholder-yellow-50\/35::-moz-placeholder {
  color: rgb(254 252 232 / 0.35) !important;
}
.placeholder-yellow-50\/35::placeholder {
  color: rgb(254 252 232 / 0.35) !important;
}
.placeholder-yellow-50\/40::-moz-placeholder {
  color: rgb(254 252 232 / 0.4) !important;
}
.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4) !important;
}
.placeholder-yellow-50\/45::-moz-placeholder {
  color: rgb(254 252 232 / 0.45) !important;
}
.placeholder-yellow-50\/45::placeholder {
  color: rgb(254 252 232 / 0.45) !important;
}
.placeholder-yellow-50\/5::-moz-placeholder {
  color: rgb(254 252 232 / 0.05) !important;
}
.placeholder-yellow-50\/5::placeholder {
  color: rgb(254 252 232 / 0.05) !important;
}
.placeholder-yellow-50\/50::-moz-placeholder {
  color: rgb(254 252 232 / 0.5) !important;
}
.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5) !important;
}
.placeholder-yellow-50\/55::-moz-placeholder {
  color: rgb(254 252 232 / 0.55) !important;
}
.placeholder-yellow-50\/55::placeholder {
  color: rgb(254 252 232 / 0.55) !important;
}
.placeholder-yellow-50\/60::-moz-placeholder {
  color: rgb(254 252 232 / 0.6) !important;
}
.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6) !important;
}
.placeholder-yellow-50\/65::-moz-placeholder {
  color: rgb(254 252 232 / 0.65) !important;
}
.placeholder-yellow-50\/65::placeholder {
  color: rgb(254 252 232 / 0.65) !important;
}
.placeholder-yellow-50\/70::-moz-placeholder {
  color: rgb(254 252 232 / 0.7) !important;
}
.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7) !important;
}
.placeholder-yellow-50\/75::-moz-placeholder {
  color: rgb(254 252 232 / 0.75) !important;
}
.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75) !important;
}
.placeholder-yellow-50\/80::-moz-placeholder {
  color: rgb(254 252 232 / 0.8) !important;
}
.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8) !important;
}
.placeholder-yellow-50\/85::-moz-placeholder {
  color: rgb(254 252 232 / 0.85) !important;
}
.placeholder-yellow-50\/85::placeholder {
  color: rgb(254 252 232 / 0.85) !important;
}
.placeholder-yellow-50\/90::-moz-placeholder {
  color: rgb(254 252 232 / 0.9) !important;
}
.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9) !important;
}
.placeholder-yellow-50\/95::-moz-placeholder {
  color: rgb(254 252 232 / 0.95) !important;
}
.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95) !important;
}
.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-500\/0::-moz-placeholder {
  color: rgb(234 179 8 / 0) !important;
}
.placeholder-yellow-500\/0::placeholder {
  color: rgb(234 179 8 / 0) !important;
}
.placeholder-yellow-500\/10::-moz-placeholder {
  color: rgb(234 179 8 / 0.1) !important;
}
.placeholder-yellow-500\/10::placeholder {
  color: rgb(234 179 8 / 0.1) !important;
}
.placeholder-yellow-500\/100::-moz-placeholder {
  color: rgb(234 179 8 / 1) !important;
}
.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 1) !important;
}
.placeholder-yellow-500\/15::-moz-placeholder {
  color: rgb(234 179 8 / 0.15) !important;
}
.placeholder-yellow-500\/15::placeholder {
  color: rgb(234 179 8 / 0.15) !important;
}
.placeholder-yellow-500\/20::-moz-placeholder {
  color: rgb(234 179 8 / 0.2) !important;
}
.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2) !important;
}
.placeholder-yellow-500\/25::-moz-placeholder {
  color: rgb(234 179 8 / 0.25) !important;
}
.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25) !important;
}
.placeholder-yellow-500\/30::-moz-placeholder {
  color: rgb(234 179 8 / 0.3) !important;
}
.placeholder-yellow-500\/30::placeholder {
  color: rgb(234 179 8 / 0.3) !important;
}
.placeholder-yellow-500\/35::-moz-placeholder {
  color: rgb(234 179 8 / 0.35) !important;
}
.placeholder-yellow-500\/35::placeholder {
  color: rgb(234 179 8 / 0.35) !important;
}
.placeholder-yellow-500\/40::-moz-placeholder {
  color: rgb(234 179 8 / 0.4) !important;
}
.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4) !important;
}
.placeholder-yellow-500\/45::-moz-placeholder {
  color: rgb(234 179 8 / 0.45) !important;
}
.placeholder-yellow-500\/45::placeholder {
  color: rgb(234 179 8 / 0.45) !important;
}
.placeholder-yellow-500\/5::-moz-placeholder {
  color: rgb(234 179 8 / 0.05) !important;
}
.placeholder-yellow-500\/5::placeholder {
  color: rgb(234 179 8 / 0.05) !important;
}
.placeholder-yellow-500\/50::-moz-placeholder {
  color: rgb(234 179 8 / 0.5) !important;
}
.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5) !important;
}
.placeholder-yellow-500\/55::-moz-placeholder {
  color: rgb(234 179 8 / 0.55) !important;
}
.placeholder-yellow-500\/55::placeholder {
  color: rgb(234 179 8 / 0.55) !important;
}
.placeholder-yellow-500\/60::-moz-placeholder {
  color: rgb(234 179 8 / 0.6) !important;
}
.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6) !important;
}
.placeholder-yellow-500\/65::-moz-placeholder {
  color: rgb(234 179 8 / 0.65) !important;
}
.placeholder-yellow-500\/65::placeholder {
  color: rgb(234 179 8 / 0.65) !important;
}
.placeholder-yellow-500\/70::-moz-placeholder {
  color: rgb(234 179 8 / 0.7) !important;
}
.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7) !important;
}
.placeholder-yellow-500\/75::-moz-placeholder {
  color: rgb(234 179 8 / 0.75) !important;
}
.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75) !important;
}
.placeholder-yellow-500\/80::-moz-placeholder {
  color: rgb(234 179 8 / 0.8) !important;
}
.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8) !important;
}
.placeholder-yellow-500\/85::-moz-placeholder {
  color: rgb(234 179 8 / 0.85) !important;
}
.placeholder-yellow-500\/85::placeholder {
  color: rgb(234 179 8 / 0.85) !important;
}
.placeholder-yellow-500\/90::-moz-placeholder {
  color: rgb(234 179 8 / 0.9) !important;
}
.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9) !important;
}
.placeholder-yellow-500\/95::-moz-placeholder {
  color: rgb(234 179 8 / 0.95) !important;
}
.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95) !important;
}
.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-600\/0::-moz-placeholder {
  color: rgb(202 138 4 / 0) !important;
}
.placeholder-yellow-600\/0::placeholder {
  color: rgb(202 138 4 / 0) !important;
}
.placeholder-yellow-600\/10::-moz-placeholder {
  color: rgb(202 138 4 / 0.1) !important;
}
.placeholder-yellow-600\/10::placeholder {
  color: rgb(202 138 4 / 0.1) !important;
}
.placeholder-yellow-600\/100::-moz-placeholder {
  color: rgb(202 138 4 / 1) !important;
}
.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1) !important;
}
.placeholder-yellow-600\/15::-moz-placeholder {
  color: rgb(202 138 4 / 0.15) !important;
}
.placeholder-yellow-600\/15::placeholder {
  color: rgb(202 138 4 / 0.15) !important;
}
.placeholder-yellow-600\/20::-moz-placeholder {
  color: rgb(202 138 4 / 0.2) !important;
}
.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2) !important;
}
.placeholder-yellow-600\/25::-moz-placeholder {
  color: rgb(202 138 4 / 0.25) !important;
}
.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25) !important;
}
.placeholder-yellow-600\/30::-moz-placeholder {
  color: rgb(202 138 4 / 0.3) !important;
}
.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3) !important;
}
.placeholder-yellow-600\/35::-moz-placeholder {
  color: rgb(202 138 4 / 0.35) !important;
}
.placeholder-yellow-600\/35::placeholder {
  color: rgb(202 138 4 / 0.35) !important;
}
.placeholder-yellow-600\/40::-moz-placeholder {
  color: rgb(202 138 4 / 0.4) !important;
}
.placeholder-yellow-600\/40::placeholder {
  color: rgb(202 138 4 / 0.4) !important;
}
.placeholder-yellow-600\/45::-moz-placeholder {
  color: rgb(202 138 4 / 0.45) !important;
}
.placeholder-yellow-600\/45::placeholder {
  color: rgb(202 138 4 / 0.45) !important;
}
.placeholder-yellow-600\/5::-moz-placeholder {
  color: rgb(202 138 4 / 0.05) !important;
}
.placeholder-yellow-600\/5::placeholder {
  color: rgb(202 138 4 / 0.05) !important;
}
.placeholder-yellow-600\/50::-moz-placeholder {
  color: rgb(202 138 4 / 0.5) !important;
}
.placeholder-yellow-600\/50::placeholder {
  color: rgb(202 138 4 / 0.5) !important;
}
.placeholder-yellow-600\/55::-moz-placeholder {
  color: rgb(202 138 4 / 0.55) !important;
}
.placeholder-yellow-600\/55::placeholder {
  color: rgb(202 138 4 / 0.55) !important;
}
.placeholder-yellow-600\/60::-moz-placeholder {
  color: rgb(202 138 4 / 0.6) !important;
}
.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6) !important;
}
.placeholder-yellow-600\/65::-moz-placeholder {
  color: rgb(202 138 4 / 0.65) !important;
}
.placeholder-yellow-600\/65::placeholder {
  color: rgb(202 138 4 / 0.65) !important;
}
.placeholder-yellow-600\/70::-moz-placeholder {
  color: rgb(202 138 4 / 0.7) !important;
}
.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7) !important;
}
.placeholder-yellow-600\/75::-moz-placeholder {
  color: rgb(202 138 4 / 0.75) !important;
}
.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75) !important;
}
.placeholder-yellow-600\/80::-moz-placeholder {
  color: rgb(202 138 4 / 0.8) !important;
}
.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8) !important;
}
.placeholder-yellow-600\/85::-moz-placeholder {
  color: rgb(202 138 4 / 0.85) !important;
}
.placeholder-yellow-600\/85::placeholder {
  color: rgb(202 138 4 / 0.85) !important;
}
.placeholder-yellow-600\/90::-moz-placeholder {
  color: rgb(202 138 4 / 0.9) !important;
}
.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9) !important;
}
.placeholder-yellow-600\/95::-moz-placeholder {
  color: rgb(202 138 4 / 0.95) !important;
}
.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95) !important;
}
.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-700\/0::-moz-placeholder {
  color: rgb(161 98 7 / 0) !important;
}
.placeholder-yellow-700\/0::placeholder {
  color: rgb(161 98 7 / 0) !important;
}
.placeholder-yellow-700\/10::-moz-placeholder {
  color: rgb(161 98 7 / 0.1) !important;
}
.placeholder-yellow-700\/10::placeholder {
  color: rgb(161 98 7 / 0.1) !important;
}
.placeholder-yellow-700\/100::-moz-placeholder {
  color: rgb(161 98 7 / 1) !important;
}
.placeholder-yellow-700\/100::placeholder {
  color: rgb(161 98 7 / 1) !important;
}
.placeholder-yellow-700\/15::-moz-placeholder {
  color: rgb(161 98 7 / 0.15) !important;
}
.placeholder-yellow-700\/15::placeholder {
  color: rgb(161 98 7 / 0.15) !important;
}
.placeholder-yellow-700\/20::-moz-placeholder {
  color: rgb(161 98 7 / 0.2) !important;
}
.placeholder-yellow-700\/20::placeholder {
  color: rgb(161 98 7 / 0.2) !important;
}
.placeholder-yellow-700\/25::-moz-placeholder {
  color: rgb(161 98 7 / 0.25) !important;
}
.placeholder-yellow-700\/25::placeholder {
  color: rgb(161 98 7 / 0.25) !important;
}
.placeholder-yellow-700\/30::-moz-placeholder {
  color: rgb(161 98 7 / 0.3) !important;
}
.placeholder-yellow-700\/30::placeholder {
  color: rgb(161 98 7 / 0.3) !important;
}
.placeholder-yellow-700\/35::-moz-placeholder {
  color: rgb(161 98 7 / 0.35) !important;
}
.placeholder-yellow-700\/35::placeholder {
  color: rgb(161 98 7 / 0.35) !important;
}
.placeholder-yellow-700\/40::-moz-placeholder {
  color: rgb(161 98 7 / 0.4) !important;
}
.placeholder-yellow-700\/40::placeholder {
  color: rgb(161 98 7 / 0.4) !important;
}
.placeholder-yellow-700\/45::-moz-placeholder {
  color: rgb(161 98 7 / 0.45) !important;
}
.placeholder-yellow-700\/45::placeholder {
  color: rgb(161 98 7 / 0.45) !important;
}
.placeholder-yellow-700\/5::-moz-placeholder {
  color: rgb(161 98 7 / 0.05) !important;
}
.placeholder-yellow-700\/5::placeholder {
  color: rgb(161 98 7 / 0.05) !important;
}
.placeholder-yellow-700\/50::-moz-placeholder {
  color: rgb(161 98 7 / 0.5) !important;
}
.placeholder-yellow-700\/50::placeholder {
  color: rgb(161 98 7 / 0.5) !important;
}
.placeholder-yellow-700\/55::-moz-placeholder {
  color: rgb(161 98 7 / 0.55) !important;
}
.placeholder-yellow-700\/55::placeholder {
  color: rgb(161 98 7 / 0.55) !important;
}
.placeholder-yellow-700\/60::-moz-placeholder {
  color: rgb(161 98 7 / 0.6) !important;
}
.placeholder-yellow-700\/60::placeholder {
  color: rgb(161 98 7 / 0.6) !important;
}
.placeholder-yellow-700\/65::-moz-placeholder {
  color: rgb(161 98 7 / 0.65) !important;
}
.placeholder-yellow-700\/65::placeholder {
  color: rgb(161 98 7 / 0.65) !important;
}
.placeholder-yellow-700\/70::-moz-placeholder {
  color: rgb(161 98 7 / 0.7) !important;
}
.placeholder-yellow-700\/70::placeholder {
  color: rgb(161 98 7 / 0.7) !important;
}
.placeholder-yellow-700\/75::-moz-placeholder {
  color: rgb(161 98 7 / 0.75) !important;
}
.placeholder-yellow-700\/75::placeholder {
  color: rgb(161 98 7 / 0.75) !important;
}
.placeholder-yellow-700\/80::-moz-placeholder {
  color: rgb(161 98 7 / 0.8) !important;
}
.placeholder-yellow-700\/80::placeholder {
  color: rgb(161 98 7 / 0.8) !important;
}
.placeholder-yellow-700\/85::-moz-placeholder {
  color: rgb(161 98 7 / 0.85) !important;
}
.placeholder-yellow-700\/85::placeholder {
  color: rgb(161 98 7 / 0.85) !important;
}
.placeholder-yellow-700\/90::-moz-placeholder {
  color: rgb(161 98 7 / 0.9) !important;
}
.placeholder-yellow-700\/90::placeholder {
  color: rgb(161 98 7 / 0.9) !important;
}
.placeholder-yellow-700\/95::-moz-placeholder {
  color: rgb(161 98 7 / 0.95) !important;
}
.placeholder-yellow-700\/95::placeholder {
  color: rgb(161 98 7 / 0.95) !important;
}
.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-800\/0::-moz-placeholder {
  color: rgb(133 77 14 / 0) !important;
}
.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0) !important;
}
.placeholder-yellow-800\/10::-moz-placeholder {
  color: rgb(133 77 14 / 0.1) !important;
}
.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1) !important;
}
.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1) !important;
}
.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1) !important;
}
.placeholder-yellow-800\/15::-moz-placeholder {
  color: rgb(133 77 14 / 0.15) !important;
}
.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15) !important;
}
.placeholder-yellow-800\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2) !important;
}
.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2) !important;
}
.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25) !important;
}
.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25) !important;
}
.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3) !important;
}
.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3) !important;
}
.placeholder-yellow-800\/35::-moz-placeholder {
  color: rgb(133 77 14 / 0.35) !important;
}
.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35) !important;
}
.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4) !important;
}
.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4) !important;
}
.placeholder-yellow-800\/45::-moz-placeholder {
  color: rgb(133 77 14 / 0.45) !important;
}
.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45) !important;
}
.placeholder-yellow-800\/5::-moz-placeholder {
  color: rgb(133 77 14 / 0.05) !important;
}
.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05) !important;
}
.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5) !important;
}
.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5) !important;
}
.placeholder-yellow-800\/55::-moz-placeholder {
  color: rgb(133 77 14 / 0.55) !important;
}
.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55) !important;
}
.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6) !important;
}
.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6) !important;
}
.placeholder-yellow-800\/65::-moz-placeholder {
  color: rgb(133 77 14 / 0.65) !important;
}
.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65) !important;
}
.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7) !important;
}
.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7) !important;
}
.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75) !important;
}
.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75) !important;
}
.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8) !important;
}
.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8) !important;
}
.placeholder-yellow-800\/85::-moz-placeholder {
  color: rgb(133 77 14 / 0.85) !important;
}
.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85) !important;
}
.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9) !important;
}
.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9) !important;
}
.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95) !important;
}
.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95) !important;
}
.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-900\/0::-moz-placeholder {
  color: rgb(113 63 18 / 0) !important;
}
.placeholder-yellow-900\/0::placeholder {
  color: rgb(113 63 18 / 0) !important;
}
.placeholder-yellow-900\/10::-moz-placeholder {
  color: rgb(113 63 18 / 0.1) !important;
}
.placeholder-yellow-900\/10::placeholder {
  color: rgb(113 63 18 / 0.1) !important;
}
.placeholder-yellow-900\/100::-moz-placeholder {
  color: rgb(113 63 18 / 1) !important;
}
.placeholder-yellow-900\/100::placeholder {
  color: rgb(113 63 18 / 1) !important;
}
.placeholder-yellow-900\/15::-moz-placeholder {
  color: rgb(113 63 18 / 0.15) !important;
}
.placeholder-yellow-900\/15::placeholder {
  color: rgb(113 63 18 / 0.15) !important;
}
.placeholder-yellow-900\/20::-moz-placeholder {
  color: rgb(113 63 18 / 0.2) !important;
}
.placeholder-yellow-900\/20::placeholder {
  color: rgb(113 63 18 / 0.2) !important;
}
.placeholder-yellow-900\/25::-moz-placeholder {
  color: rgb(113 63 18 / 0.25) !important;
}
.placeholder-yellow-900\/25::placeholder {
  color: rgb(113 63 18 / 0.25) !important;
}
.placeholder-yellow-900\/30::-moz-placeholder {
  color: rgb(113 63 18 / 0.3) !important;
}
.placeholder-yellow-900\/30::placeholder {
  color: rgb(113 63 18 / 0.3) !important;
}
.placeholder-yellow-900\/35::-moz-placeholder {
  color: rgb(113 63 18 / 0.35) !important;
}
.placeholder-yellow-900\/35::placeholder {
  color: rgb(113 63 18 / 0.35) !important;
}
.placeholder-yellow-900\/40::-moz-placeholder {
  color: rgb(113 63 18 / 0.4) !important;
}
.placeholder-yellow-900\/40::placeholder {
  color: rgb(113 63 18 / 0.4) !important;
}
.placeholder-yellow-900\/45::-moz-placeholder {
  color: rgb(113 63 18 / 0.45) !important;
}
.placeholder-yellow-900\/45::placeholder {
  color: rgb(113 63 18 / 0.45) !important;
}
.placeholder-yellow-900\/5::-moz-placeholder {
  color: rgb(113 63 18 / 0.05) !important;
}
.placeholder-yellow-900\/5::placeholder {
  color: rgb(113 63 18 / 0.05) !important;
}
.placeholder-yellow-900\/50::-moz-placeholder {
  color: rgb(113 63 18 / 0.5) !important;
}
.placeholder-yellow-900\/50::placeholder {
  color: rgb(113 63 18 / 0.5) !important;
}
.placeholder-yellow-900\/55::-moz-placeholder {
  color: rgb(113 63 18 / 0.55) !important;
}
.placeholder-yellow-900\/55::placeholder {
  color: rgb(113 63 18 / 0.55) !important;
}
.placeholder-yellow-900\/60::-moz-placeholder {
  color: rgb(113 63 18 / 0.6) !important;
}
.placeholder-yellow-900\/60::placeholder {
  color: rgb(113 63 18 / 0.6) !important;
}
.placeholder-yellow-900\/65::-moz-placeholder {
  color: rgb(113 63 18 / 0.65) !important;
}
.placeholder-yellow-900\/65::placeholder {
  color: rgb(113 63 18 / 0.65) !important;
}
.placeholder-yellow-900\/70::-moz-placeholder {
  color: rgb(113 63 18 / 0.7) !important;
}
.placeholder-yellow-900\/70::placeholder {
  color: rgb(113 63 18 / 0.7) !important;
}
.placeholder-yellow-900\/75::-moz-placeholder {
  color: rgb(113 63 18 / 0.75) !important;
}
.placeholder-yellow-900\/75::placeholder {
  color: rgb(113 63 18 / 0.75) !important;
}
.placeholder-yellow-900\/80::-moz-placeholder {
  color: rgb(113 63 18 / 0.8) !important;
}
.placeholder-yellow-900\/80::placeholder {
  color: rgb(113 63 18 / 0.8) !important;
}
.placeholder-yellow-900\/85::-moz-placeholder {
  color: rgb(113 63 18 / 0.85) !important;
}
.placeholder-yellow-900\/85::placeholder {
  color: rgb(113 63 18 / 0.85) !important;
}
.placeholder-yellow-900\/90::-moz-placeholder {
  color: rgb(113 63 18 / 0.9) !important;
}
.placeholder-yellow-900\/90::placeholder {
  color: rgb(113 63 18 / 0.9) !important;
}
.placeholder-yellow-900\/95::-moz-placeholder {
  color: rgb(113 63 18 / 0.95) !important;
}
.placeholder-yellow-900\/95::placeholder {
  color: rgb(113 63 18 / 0.95) !important;
}
.placeholder-yellow-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-yellow-950\/0::-moz-placeholder {
  color: rgb(66 32 6 / 0) !important;
}
.placeholder-yellow-950\/0::placeholder {
  color: rgb(66 32 6 / 0) !important;
}
.placeholder-yellow-950\/10::-moz-placeholder {
  color: rgb(66 32 6 / 0.1) !important;
}
.placeholder-yellow-950\/10::placeholder {
  color: rgb(66 32 6 / 0.1) !important;
}
.placeholder-yellow-950\/100::-moz-placeholder {
  color: rgb(66 32 6 / 1) !important;
}
.placeholder-yellow-950\/100::placeholder {
  color: rgb(66 32 6 / 1) !important;
}
.placeholder-yellow-950\/15::-moz-placeholder {
  color: rgb(66 32 6 / 0.15) !important;
}
.placeholder-yellow-950\/15::placeholder {
  color: rgb(66 32 6 / 0.15) !important;
}
.placeholder-yellow-950\/20::-moz-placeholder {
  color: rgb(66 32 6 / 0.2) !important;
}
.placeholder-yellow-950\/20::placeholder {
  color: rgb(66 32 6 / 0.2) !important;
}
.placeholder-yellow-950\/25::-moz-placeholder {
  color: rgb(66 32 6 / 0.25) !important;
}
.placeholder-yellow-950\/25::placeholder {
  color: rgb(66 32 6 / 0.25) !important;
}
.placeholder-yellow-950\/30::-moz-placeholder {
  color: rgb(66 32 6 / 0.3) !important;
}
.placeholder-yellow-950\/30::placeholder {
  color: rgb(66 32 6 / 0.3) !important;
}
.placeholder-yellow-950\/35::-moz-placeholder {
  color: rgb(66 32 6 / 0.35) !important;
}
.placeholder-yellow-950\/35::placeholder {
  color: rgb(66 32 6 / 0.35) !important;
}
.placeholder-yellow-950\/40::-moz-placeholder {
  color: rgb(66 32 6 / 0.4) !important;
}
.placeholder-yellow-950\/40::placeholder {
  color: rgb(66 32 6 / 0.4) !important;
}
.placeholder-yellow-950\/45::-moz-placeholder {
  color: rgb(66 32 6 / 0.45) !important;
}
.placeholder-yellow-950\/45::placeholder {
  color: rgb(66 32 6 / 0.45) !important;
}
.placeholder-yellow-950\/5::-moz-placeholder {
  color: rgb(66 32 6 / 0.05) !important;
}
.placeholder-yellow-950\/5::placeholder {
  color: rgb(66 32 6 / 0.05) !important;
}
.placeholder-yellow-950\/50::-moz-placeholder {
  color: rgb(66 32 6 / 0.5) !important;
}
.placeholder-yellow-950\/50::placeholder {
  color: rgb(66 32 6 / 0.5) !important;
}
.placeholder-yellow-950\/55::-moz-placeholder {
  color: rgb(66 32 6 / 0.55) !important;
}
.placeholder-yellow-950\/55::placeholder {
  color: rgb(66 32 6 / 0.55) !important;
}
.placeholder-yellow-950\/60::-moz-placeholder {
  color: rgb(66 32 6 / 0.6) !important;
}
.placeholder-yellow-950\/60::placeholder {
  color: rgb(66 32 6 / 0.6) !important;
}
.placeholder-yellow-950\/65::-moz-placeholder {
  color: rgb(66 32 6 / 0.65) !important;
}
.placeholder-yellow-950\/65::placeholder {
  color: rgb(66 32 6 / 0.65) !important;
}
.placeholder-yellow-950\/70::-moz-placeholder {
  color: rgb(66 32 6 / 0.7) !important;
}
.placeholder-yellow-950\/70::placeholder {
  color: rgb(66 32 6 / 0.7) !important;
}
.placeholder-yellow-950\/75::-moz-placeholder {
  color: rgb(66 32 6 / 0.75) !important;
}
.placeholder-yellow-950\/75::placeholder {
  color: rgb(66 32 6 / 0.75) !important;
}
.placeholder-yellow-950\/80::-moz-placeholder {
  color: rgb(66 32 6 / 0.8) !important;
}
.placeholder-yellow-950\/80::placeholder {
  color: rgb(66 32 6 / 0.8) !important;
}
.placeholder-yellow-950\/85::-moz-placeholder {
  color: rgb(66 32 6 / 0.85) !important;
}
.placeholder-yellow-950\/85::placeholder {
  color: rgb(66 32 6 / 0.85) !important;
}
.placeholder-yellow-950\/90::-moz-placeholder {
  color: rgb(66 32 6 / 0.9) !important;
}
.placeholder-yellow-950\/90::placeholder {
  color: rgb(66 32 6 / 0.9) !important;
}
.placeholder-yellow-950\/95::-moz-placeholder {
  color: rgb(66 32 6 / 0.95) !important;
}
.placeholder-yellow-950\/95::placeholder {
  color: rgb(66 32 6 / 0.95) !important;
}
.caret-yellow-100 {
  caret-color: #fef9c3 !important;
}
.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0) !important;
}
.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1) !important;
}
.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1) !important;
}
.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15) !important;
}
.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2) !important;
}
.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25) !important;
}
.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3) !important;
}
.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35) !important;
}
.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4) !important;
}
.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45) !important;
}
.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05) !important;
}
.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5) !important;
}
.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55) !important;
}
.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6) !important;
}
.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65) !important;
}
.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7) !important;
}
.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75) !important;
}
.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8) !important;
}
.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85) !important;
}
.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9) !important;
}
.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95) !important;
}
.caret-yellow-200 {
  caret-color: #fef08a !important;
}
.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0) !important;
}
.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1) !important;
}
.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1) !important;
}
.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15) !important;
}
.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2) !important;
}
.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25) !important;
}
.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3) !important;
}
.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35) !important;
}
.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4) !important;
}
.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45) !important;
}
.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05) !important;
}
.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5) !important;
}
.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55) !important;
}
.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6) !important;
}
.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65) !important;
}
.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7) !important;
}
.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75) !important;
}
.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8) !important;
}
.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85) !important;
}
.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9) !important;
}
.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95) !important;
}
.caret-yellow-300 {
  caret-color: #fde047 !important;
}
.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0) !important;
}
.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1) !important;
}
.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1) !important;
}
.caret-yellow-300\/15 {
  caret-color: rgb(253 224 71 / 0.15) !important;
}
.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2) !important;
}
.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25) !important;
}
.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3) !important;
}
.caret-yellow-300\/35 {
  caret-color: rgb(253 224 71 / 0.35) !important;
}
.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4) !important;
}
.caret-yellow-300\/45 {
  caret-color: rgb(253 224 71 / 0.45) !important;
}
.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05) !important;
}
.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5) !important;
}
.caret-yellow-300\/55 {
  caret-color: rgb(253 224 71 / 0.55) !important;
}
.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6) !important;
}
.caret-yellow-300\/65 {
  caret-color: rgb(253 224 71 / 0.65) !important;
}
.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7) !important;
}
.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75) !important;
}
.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8) !important;
}
.caret-yellow-300\/85 {
  caret-color: rgb(253 224 71 / 0.85) !important;
}
.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9) !important;
}
.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95) !important;
}
.caret-yellow-400 {
  caret-color: #facc15 !important;
}
.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0) !important;
}
.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1) !important;
}
.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1) !important;
}
.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15) !important;
}
.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2) !important;
}
.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25) !important;
}
.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3) !important;
}
.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35) !important;
}
.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4) !important;
}
.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45) !important;
}
.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05) !important;
}
.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5) !important;
}
.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55) !important;
}
.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6) !important;
}
.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65) !important;
}
.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7) !important;
}
.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75) !important;
}
.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8) !important;
}
.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85) !important;
}
.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9) !important;
}
.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95) !important;
}
.caret-yellow-50 {
  caret-color: #fefce8 !important;
}
.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0) !important;
}
.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1) !important;
}
.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1) !important;
}
.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15) !important;
}
.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2) !important;
}
.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25) !important;
}
.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3) !important;
}
.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35) !important;
}
.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4) !important;
}
.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45) !important;
}
.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05) !important;
}
.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5) !important;
}
.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55) !important;
}
.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6) !important;
}
.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65) !important;
}
.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7) !important;
}
.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75) !important;
}
.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8) !important;
}
.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85) !important;
}
.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9) !important;
}
.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95) !important;
}
.caret-yellow-500 {
  caret-color: #eab308 !important;
}
.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0) !important;
}
.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1) !important;
}
.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1) !important;
}
.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15) !important;
}
.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2) !important;
}
.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25) !important;
}
.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3) !important;
}
.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35) !important;
}
.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4) !important;
}
.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45) !important;
}
.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05) !important;
}
.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5) !important;
}
.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55) !important;
}
.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6) !important;
}
.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65) !important;
}
.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7) !important;
}
.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75) !important;
}
.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8) !important;
}
.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85) !important;
}
.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9) !important;
}
.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95) !important;
}
.caret-yellow-600 {
  caret-color: #ca8a04 !important;
}
.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0) !important;
}
.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1) !important;
}
.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1) !important;
}
.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15) !important;
}
.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2) !important;
}
.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25) !important;
}
.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3) !important;
}
.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35) !important;
}
.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4) !important;
}
.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45) !important;
}
.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05) !important;
}
.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5) !important;
}
.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55) !important;
}
.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6) !important;
}
.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65) !important;
}
.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7) !important;
}
.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75) !important;
}
.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8) !important;
}
.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85) !important;
}
.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9) !important;
}
.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95) !important;
}
.caret-yellow-700 {
  caret-color: #a16207 !important;
}
.caret-yellow-700\/0 {
  caret-color: rgb(161 98 7 / 0) !important;
}
.caret-yellow-700\/10 {
  caret-color: rgb(161 98 7 / 0.1) !important;
}
.caret-yellow-700\/100 {
  caret-color: rgb(161 98 7 / 1) !important;
}
.caret-yellow-700\/15 {
  caret-color: rgb(161 98 7 / 0.15) !important;
}
.caret-yellow-700\/20 {
  caret-color: rgb(161 98 7 / 0.2) !important;
}
.caret-yellow-700\/25 {
  caret-color: rgb(161 98 7 / 0.25) !important;
}
.caret-yellow-700\/30 {
  caret-color: rgb(161 98 7 / 0.3) !important;
}
.caret-yellow-700\/35 {
  caret-color: rgb(161 98 7 / 0.35) !important;
}
.caret-yellow-700\/40 {
  caret-color: rgb(161 98 7 / 0.4) !important;
}
.caret-yellow-700\/45 {
  caret-color: rgb(161 98 7 / 0.45) !important;
}
.caret-yellow-700\/5 {
  caret-color: rgb(161 98 7 / 0.05) !important;
}
.caret-yellow-700\/50 {
  caret-color: rgb(161 98 7 / 0.5) !important;
}
.caret-yellow-700\/55 {
  caret-color: rgb(161 98 7 / 0.55) !important;
}
.caret-yellow-700\/60 {
  caret-color: rgb(161 98 7 / 0.6) !important;
}
.caret-yellow-700\/65 {
  caret-color: rgb(161 98 7 / 0.65) !important;
}
.caret-yellow-700\/70 {
  caret-color: rgb(161 98 7 / 0.7) !important;
}
.caret-yellow-700\/75 {
  caret-color: rgb(161 98 7 / 0.75) !important;
}
.caret-yellow-700\/80 {
  caret-color: rgb(161 98 7 / 0.8) !important;
}
.caret-yellow-700\/85 {
  caret-color: rgb(161 98 7 / 0.85) !important;
}
.caret-yellow-700\/90 {
  caret-color: rgb(161 98 7 / 0.9) !important;
}
.caret-yellow-700\/95 {
  caret-color: rgb(161 98 7 / 0.95) !important;
}
.caret-yellow-800 {
  caret-color: #854d0e !important;
}
.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0) !important;
}
.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1) !important;
}
.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1) !important;
}
.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15) !important;
}
.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2) !important;
}
.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25) !important;
}
.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3) !important;
}
.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35) !important;
}
.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4) !important;
}
.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45) !important;
}
.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05) !important;
}
.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5) !important;
}
.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55) !important;
}
.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6) !important;
}
.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65) !important;
}
.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7) !important;
}
.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75) !important;
}
.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8) !important;
}
.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85) !important;
}
.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9) !important;
}
.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95) !important;
}
.caret-yellow-900 {
  caret-color: #713f12 !important;
}
.caret-yellow-900\/0 {
  caret-color: rgb(113 63 18 / 0) !important;
}
.caret-yellow-900\/10 {
  caret-color: rgb(113 63 18 / 0.1) !important;
}
.caret-yellow-900\/100 {
  caret-color: rgb(113 63 18 / 1) !important;
}
.caret-yellow-900\/15 {
  caret-color: rgb(113 63 18 / 0.15) !important;
}
.caret-yellow-900\/20 {
  caret-color: rgb(113 63 18 / 0.2) !important;
}
.caret-yellow-900\/25 {
  caret-color: rgb(113 63 18 / 0.25) !important;
}
.caret-yellow-900\/30 {
  caret-color: rgb(113 63 18 / 0.3) !important;
}
.caret-yellow-900\/35 {
  caret-color: rgb(113 63 18 / 0.35) !important;
}
.caret-yellow-900\/40 {
  caret-color: rgb(113 63 18 / 0.4) !important;
}
.caret-yellow-900\/45 {
  caret-color: rgb(113 63 18 / 0.45) !important;
}
.caret-yellow-900\/5 {
  caret-color: rgb(113 63 18 / 0.05) !important;
}
.caret-yellow-900\/50 {
  caret-color: rgb(113 63 18 / 0.5) !important;
}
.caret-yellow-900\/55 {
  caret-color: rgb(113 63 18 / 0.55) !important;
}
.caret-yellow-900\/60 {
  caret-color: rgb(113 63 18 / 0.6) !important;
}
.caret-yellow-900\/65 {
  caret-color: rgb(113 63 18 / 0.65) !important;
}
.caret-yellow-900\/70 {
  caret-color: rgb(113 63 18 / 0.7) !important;
}
.caret-yellow-900\/75 {
  caret-color: rgb(113 63 18 / 0.75) !important;
}
.caret-yellow-900\/80 {
  caret-color: rgb(113 63 18 / 0.8) !important;
}
.caret-yellow-900\/85 {
  caret-color: rgb(113 63 18 / 0.85) !important;
}
.caret-yellow-900\/90 {
  caret-color: rgb(113 63 18 / 0.9) !important;
}
.caret-yellow-900\/95 {
  caret-color: rgb(113 63 18 / 0.95) !important;
}
.caret-yellow-950 {
  caret-color: #422006 !important;
}
.caret-yellow-950\/0 {
  caret-color: rgb(66 32 6 / 0) !important;
}
.caret-yellow-950\/10 {
  caret-color: rgb(66 32 6 / 0.1) !important;
}
.caret-yellow-950\/100 {
  caret-color: rgb(66 32 6 / 1) !important;
}
.caret-yellow-950\/15 {
  caret-color: rgb(66 32 6 / 0.15) !important;
}
.caret-yellow-950\/20 {
  caret-color: rgb(66 32 6 / 0.2) !important;
}
.caret-yellow-950\/25 {
  caret-color: rgb(66 32 6 / 0.25) !important;
}
.caret-yellow-950\/30 {
  caret-color: rgb(66 32 6 / 0.3) !important;
}
.caret-yellow-950\/35 {
  caret-color: rgb(66 32 6 / 0.35) !important;
}
.caret-yellow-950\/40 {
  caret-color: rgb(66 32 6 / 0.4) !important;
}
.caret-yellow-950\/45 {
  caret-color: rgb(66 32 6 / 0.45) !important;
}
.caret-yellow-950\/5 {
  caret-color: rgb(66 32 6 / 0.05) !important;
}
.caret-yellow-950\/50 {
  caret-color: rgb(66 32 6 / 0.5) !important;
}
.caret-yellow-950\/55 {
  caret-color: rgb(66 32 6 / 0.55) !important;
}
.caret-yellow-950\/60 {
  caret-color: rgb(66 32 6 / 0.6) !important;
}
.caret-yellow-950\/65 {
  caret-color: rgb(66 32 6 / 0.65) !important;
}
.caret-yellow-950\/70 {
  caret-color: rgb(66 32 6 / 0.7) !important;
}
.caret-yellow-950\/75 {
  caret-color: rgb(66 32 6 / 0.75) !important;
}
.caret-yellow-950\/80 {
  caret-color: rgb(66 32 6 / 0.8) !important;
}
.caret-yellow-950\/85 {
  caret-color: rgb(66 32 6 / 0.85) !important;
}
.caret-yellow-950\/90 {
  caret-color: rgb(66 32 6 / 0.9) !important;
}
.caret-yellow-950\/95 {
  caret-color: rgb(66 32 6 / 0.95) !important;
}
.accent-yellow-100 {
  accent-color: #fef9c3 !important;
}
.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0) !important;
}
.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1) !important;
}
.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1) !important;
}
.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15) !important;
}
.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2) !important;
}
.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25) !important;
}
.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3) !important;
}
.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35) !important;
}
.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4) !important;
}
.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45) !important;
}
.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05) !important;
}
.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5) !important;
}
.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55) !important;
}
.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6) !important;
}
.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65) !important;
}
.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7) !important;
}
.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75) !important;
}
.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8) !important;
}
.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85) !important;
}
.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9) !important;
}
.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95) !important;
}
.accent-yellow-200 {
  accent-color: #fef08a !important;
}
.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0) !important;
}
.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1) !important;
}
.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1) !important;
}
.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15) !important;
}
.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2) !important;
}
.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25) !important;
}
.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3) !important;
}
.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35) !important;
}
.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4) !important;
}
.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45) !important;
}
.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05) !important;
}
.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5) !important;
}
.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55) !important;
}
.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6) !important;
}
.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65) !important;
}
.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7) !important;
}
.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75) !important;
}
.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8) !important;
}
.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85) !important;
}
.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9) !important;
}
.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95) !important;
}
.accent-yellow-300 {
  accent-color: #fde047 !important;
}
.accent-yellow-300\/0 {
  accent-color: rgb(253 224 71 / 0) !important;
}
.accent-yellow-300\/10 {
  accent-color: rgb(253 224 71 / 0.1) !important;
}
.accent-yellow-300\/100 {
  accent-color: rgb(253 224 71 / 1) !important;
}
.accent-yellow-300\/15 {
  accent-color: rgb(253 224 71 / 0.15) !important;
}
.accent-yellow-300\/20 {
  accent-color: rgb(253 224 71 / 0.2) !important;
}
.accent-yellow-300\/25 {
  accent-color: rgb(253 224 71 / 0.25) !important;
}
.accent-yellow-300\/30 {
  accent-color: rgb(253 224 71 / 0.3) !important;
}
.accent-yellow-300\/35 {
  accent-color: rgb(253 224 71 / 0.35) !important;
}
.accent-yellow-300\/40 {
  accent-color: rgb(253 224 71 / 0.4) !important;
}
.accent-yellow-300\/45 {
  accent-color: rgb(253 224 71 / 0.45) !important;
}
.accent-yellow-300\/5 {
  accent-color: rgb(253 224 71 / 0.05) !important;
}
.accent-yellow-300\/50 {
  accent-color: rgb(253 224 71 / 0.5) !important;
}
.accent-yellow-300\/55 {
  accent-color: rgb(253 224 71 / 0.55) !important;
}
.accent-yellow-300\/60 {
  accent-color: rgb(253 224 71 / 0.6) !important;
}
.accent-yellow-300\/65 {
  accent-color: rgb(253 224 71 / 0.65) !important;
}
.accent-yellow-300\/70 {
  accent-color: rgb(253 224 71 / 0.7) !important;
}
.accent-yellow-300\/75 {
  accent-color: rgb(253 224 71 / 0.75) !important;
}
.accent-yellow-300\/80 {
  accent-color: rgb(253 224 71 / 0.8) !important;
}
.accent-yellow-300\/85 {
  accent-color: rgb(253 224 71 / 0.85) !important;
}
.accent-yellow-300\/90 {
  accent-color: rgb(253 224 71 / 0.9) !important;
}
.accent-yellow-300\/95 {
  accent-color: rgb(253 224 71 / 0.95) !important;
}
.accent-yellow-400 {
  accent-color: #facc15 !important;
}
.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0) !important;
}
.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1) !important;
}
.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1) !important;
}
.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15) !important;
}
.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2) !important;
}
.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25) !important;
}
.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3) !important;
}
.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35) !important;
}
.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4) !important;
}
.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45) !important;
}
.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05) !important;
}
.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5) !important;
}
.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55) !important;
}
.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6) !important;
}
.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65) !important;
}
.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7) !important;
}
.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75) !important;
}
.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8) !important;
}
.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85) !important;
}
.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9) !important;
}
.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95) !important;
}
.accent-yellow-50 {
  accent-color: #fefce8 !important;
}
.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0) !important;
}
.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1) !important;
}
.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1) !important;
}
.accent-yellow-50\/15 {
  accent-color: rgb(254 252 232 / 0.15) !important;
}
.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2) !important;
}
.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25) !important;
}
.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3) !important;
}
.accent-yellow-50\/35 {
  accent-color: rgb(254 252 232 / 0.35) !important;
}
.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4) !important;
}
.accent-yellow-50\/45 {
  accent-color: rgb(254 252 232 / 0.45) !important;
}
.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05) !important;
}
.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5) !important;
}
.accent-yellow-50\/55 {
  accent-color: rgb(254 252 232 / 0.55) !important;
}
.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6) !important;
}
.accent-yellow-50\/65 {
  accent-color: rgb(254 252 232 / 0.65) !important;
}
.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7) !important;
}
.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75) !important;
}
.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8) !important;
}
.accent-yellow-50\/85 {
  accent-color: rgb(254 252 232 / 0.85) !important;
}
.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9) !important;
}
.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95) !important;
}
.accent-yellow-500 {
  accent-color: #eab308 !important;
}
.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0) !important;
}
.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1) !important;
}
.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1) !important;
}
.accent-yellow-500\/15 {
  accent-color: rgb(234 179 8 / 0.15) !important;
}
.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2) !important;
}
.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25) !important;
}
.accent-yellow-500\/30 {
  accent-color: rgb(234 179 8 / 0.3) !important;
}
.accent-yellow-500\/35 {
  accent-color: rgb(234 179 8 / 0.35) !important;
}
.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4) !important;
}
.accent-yellow-500\/45 {
  accent-color: rgb(234 179 8 / 0.45) !important;
}
.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05) !important;
}
.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5) !important;
}
.accent-yellow-500\/55 {
  accent-color: rgb(234 179 8 / 0.55) !important;
}
.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6) !important;
}
.accent-yellow-500\/65 {
  accent-color: rgb(234 179 8 / 0.65) !important;
}
.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7) !important;
}
.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75) !important;
}
.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8) !important;
}
.accent-yellow-500\/85 {
  accent-color: rgb(234 179 8 / 0.85) !important;
}
.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9) !important;
}
.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95) !important;
}
.accent-yellow-600 {
  accent-color: #ca8a04 !important;
}
.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0) !important;
}
.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1) !important;
}
.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1) !important;
}
.accent-yellow-600\/15 {
  accent-color: rgb(202 138 4 / 0.15) !important;
}
.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2) !important;
}
.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25) !important;
}
.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3) !important;
}
.accent-yellow-600\/35 {
  accent-color: rgb(202 138 4 / 0.35) !important;
}
.accent-yellow-600\/40 {
  accent-color: rgb(202 138 4 / 0.4) !important;
}
.accent-yellow-600\/45 {
  accent-color: rgb(202 138 4 / 0.45) !important;
}
.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05) !important;
}
.accent-yellow-600\/50 {
  accent-color: rgb(202 138 4 / 0.5) !important;
}
.accent-yellow-600\/55 {
  accent-color: rgb(202 138 4 / 0.55) !important;
}
.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6) !important;
}
.accent-yellow-600\/65 {
  accent-color: rgb(202 138 4 / 0.65) !important;
}
.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7) !important;
}
.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75) !important;
}
.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8) !important;
}
.accent-yellow-600\/85 {
  accent-color: rgb(202 138 4 / 0.85) !important;
}
.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9) !important;
}
.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95) !important;
}
.accent-yellow-700 {
  accent-color: #a16207 !important;
}
.accent-yellow-700\/0 {
  accent-color: rgb(161 98 7 / 0) !important;
}
.accent-yellow-700\/10 {
  accent-color: rgb(161 98 7 / 0.1) !important;
}
.accent-yellow-700\/100 {
  accent-color: rgb(161 98 7 / 1) !important;
}
.accent-yellow-700\/15 {
  accent-color: rgb(161 98 7 / 0.15) !important;
}
.accent-yellow-700\/20 {
  accent-color: rgb(161 98 7 / 0.2) !important;
}
.accent-yellow-700\/25 {
  accent-color: rgb(161 98 7 / 0.25) !important;
}
.accent-yellow-700\/30 {
  accent-color: rgb(161 98 7 / 0.3) !important;
}
.accent-yellow-700\/35 {
  accent-color: rgb(161 98 7 / 0.35) !important;
}
.accent-yellow-700\/40 {
  accent-color: rgb(161 98 7 / 0.4) !important;
}
.accent-yellow-700\/45 {
  accent-color: rgb(161 98 7 / 0.45) !important;
}
.accent-yellow-700\/5 {
  accent-color: rgb(161 98 7 / 0.05) !important;
}
.accent-yellow-700\/50 {
  accent-color: rgb(161 98 7 / 0.5) !important;
}
.accent-yellow-700\/55 {
  accent-color: rgb(161 98 7 / 0.55) !important;
}
.accent-yellow-700\/60 {
  accent-color: rgb(161 98 7 / 0.6) !important;
}
.accent-yellow-700\/65 {
  accent-color: rgb(161 98 7 / 0.65) !important;
}
.accent-yellow-700\/70 {
  accent-color: rgb(161 98 7 / 0.7) !important;
}
.accent-yellow-700\/75 {
  accent-color: rgb(161 98 7 / 0.75) !important;
}
.accent-yellow-700\/80 {
  accent-color: rgb(161 98 7 / 0.8) !important;
}
.accent-yellow-700\/85 {
  accent-color: rgb(161 98 7 / 0.85) !important;
}
.accent-yellow-700\/90 {
  accent-color: rgb(161 98 7 / 0.9) !important;
}
.accent-yellow-700\/95 {
  accent-color: rgb(161 98 7 / 0.95) !important;
}
.accent-yellow-800 {
  accent-color: #854d0e !important;
}
.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0) !important;
}
.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1) !important;
}
.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1) !important;
}
.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15) !important;
}
.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2) !important;
}
.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25) !important;
}
.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3) !important;
}
.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35) !important;
}
.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4) !important;
}
.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45) !important;
}
.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05) !important;
}
.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5) !important;
}
.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55) !important;
}
.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6) !important;
}
.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65) !important;
}
.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7) !important;
}
.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75) !important;
}
.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8) !important;
}
.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85) !important;
}
.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9) !important;
}
.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95) !important;
}
.accent-yellow-900 {
  accent-color: #713f12 !important;
}
.accent-yellow-900\/0 {
  accent-color: rgb(113 63 18 / 0) !important;
}
.accent-yellow-900\/10 {
  accent-color: rgb(113 63 18 / 0.1) !important;
}
.accent-yellow-900\/100 {
  accent-color: rgb(113 63 18 / 1) !important;
}
.accent-yellow-900\/15 {
  accent-color: rgb(113 63 18 / 0.15) !important;
}
.accent-yellow-900\/20 {
  accent-color: rgb(113 63 18 / 0.2) !important;
}
.accent-yellow-900\/25 {
  accent-color: rgb(113 63 18 / 0.25) !important;
}
.accent-yellow-900\/30 {
  accent-color: rgb(113 63 18 / 0.3) !important;
}
.accent-yellow-900\/35 {
  accent-color: rgb(113 63 18 / 0.35) !important;
}
.accent-yellow-900\/40 {
  accent-color: rgb(113 63 18 / 0.4) !important;
}
.accent-yellow-900\/45 {
  accent-color: rgb(113 63 18 / 0.45) !important;
}
.accent-yellow-900\/5 {
  accent-color: rgb(113 63 18 / 0.05) !important;
}
.accent-yellow-900\/50 {
  accent-color: rgb(113 63 18 / 0.5) !important;
}
.accent-yellow-900\/55 {
  accent-color: rgb(113 63 18 / 0.55) !important;
}
.accent-yellow-900\/60 {
  accent-color: rgb(113 63 18 / 0.6) !important;
}
.accent-yellow-900\/65 {
  accent-color: rgb(113 63 18 / 0.65) !important;
}
.accent-yellow-900\/70 {
  accent-color: rgb(113 63 18 / 0.7) !important;
}
.accent-yellow-900\/75 {
  accent-color: rgb(113 63 18 / 0.75) !important;
}
.accent-yellow-900\/80 {
  accent-color: rgb(113 63 18 / 0.8) !important;
}
.accent-yellow-900\/85 {
  accent-color: rgb(113 63 18 / 0.85) !important;
}
.accent-yellow-900\/90 {
  accent-color: rgb(113 63 18 / 0.9) !important;
}
.accent-yellow-900\/95 {
  accent-color: rgb(113 63 18 / 0.95) !important;
}
.accent-yellow-950 {
  accent-color: #422006 !important;
}
.accent-yellow-950\/0 {
  accent-color: rgb(66 32 6 / 0) !important;
}
.accent-yellow-950\/10 {
  accent-color: rgb(66 32 6 / 0.1) !important;
}
.accent-yellow-950\/100 {
  accent-color: rgb(66 32 6 / 1) !important;
}
.accent-yellow-950\/15 {
  accent-color: rgb(66 32 6 / 0.15) !important;
}
.accent-yellow-950\/20 {
  accent-color: rgb(66 32 6 / 0.2) !important;
}
.accent-yellow-950\/25 {
  accent-color: rgb(66 32 6 / 0.25) !important;
}
.accent-yellow-950\/30 {
  accent-color: rgb(66 32 6 / 0.3) !important;
}
.accent-yellow-950\/35 {
  accent-color: rgb(66 32 6 / 0.35) !important;
}
.accent-yellow-950\/40 {
  accent-color: rgb(66 32 6 / 0.4) !important;
}
.accent-yellow-950\/45 {
  accent-color: rgb(66 32 6 / 0.45) !important;
}
.accent-yellow-950\/5 {
  accent-color: rgb(66 32 6 / 0.05) !important;
}
.accent-yellow-950\/50 {
  accent-color: rgb(66 32 6 / 0.5) !important;
}
.accent-yellow-950\/55 {
  accent-color: rgb(66 32 6 / 0.55) !important;
}
.accent-yellow-950\/60 {
  accent-color: rgb(66 32 6 / 0.6) !important;
}
.accent-yellow-950\/65 {
  accent-color: rgb(66 32 6 / 0.65) !important;
}
.accent-yellow-950\/70 {
  accent-color: rgb(66 32 6 / 0.7) !important;
}
.accent-yellow-950\/75 {
  accent-color: rgb(66 32 6 / 0.75) !important;
}
.accent-yellow-950\/80 {
  accent-color: rgb(66 32 6 / 0.8) !important;
}
.accent-yellow-950\/85 {
  accent-color: rgb(66 32 6 / 0.85) !important;
}
.accent-yellow-950\/90 {
  accent-color: rgb(66 32 6 / 0.9) !important;
}
.accent-yellow-950\/95 {
  accent-color: rgb(66 32 6 / 0.95) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-amber-100 {
  --tw-shadow-color: #fef3c7 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/0 {
  --tw-shadow-color: rgb(254 243 199 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/10 {
  --tw-shadow-color: rgb(254 243 199 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/100 {
  --tw-shadow-color: rgb(254 243 199 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/15 {
  --tw-shadow-color: rgb(254 243 199 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/20 {
  --tw-shadow-color: rgb(254 243 199 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/25 {
  --tw-shadow-color: rgb(254 243 199 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/30 {
  --tw-shadow-color: rgb(254 243 199 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/35 {
  --tw-shadow-color: rgb(254 243 199 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/40 {
  --tw-shadow-color: rgb(254 243 199 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/45 {
  --tw-shadow-color: rgb(254 243 199 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/5 {
  --tw-shadow-color: rgb(254 243 199 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/50 {
  --tw-shadow-color: rgb(254 243 199 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/55 {
  --tw-shadow-color: rgb(254 243 199 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/60 {
  --tw-shadow-color: rgb(254 243 199 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/65 {
  --tw-shadow-color: rgb(254 243 199 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/70 {
  --tw-shadow-color: rgb(254 243 199 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/75 {
  --tw-shadow-color: rgb(254 243 199 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/80 {
  --tw-shadow-color: rgb(254 243 199 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/85 {
  --tw-shadow-color: rgb(254 243 199 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/90 {
  --tw-shadow-color: rgb(254 243 199 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-100\/95 {
  --tw-shadow-color: rgb(254 243 199 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200 {
  --tw-shadow-color: #fde68a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/0 {
  --tw-shadow-color: rgb(253 230 138 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/10 {
  --tw-shadow-color: rgb(253 230 138 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/100 {
  --tw-shadow-color: rgb(253 230 138 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/15 {
  --tw-shadow-color: rgb(253 230 138 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/20 {
  --tw-shadow-color: rgb(253 230 138 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/25 {
  --tw-shadow-color: rgb(253 230 138 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/30 {
  --tw-shadow-color: rgb(253 230 138 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/35 {
  --tw-shadow-color: rgb(253 230 138 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/40 {
  --tw-shadow-color: rgb(253 230 138 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/45 {
  --tw-shadow-color: rgb(253 230 138 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/5 {
  --tw-shadow-color: rgb(253 230 138 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/50 {
  --tw-shadow-color: rgb(253 230 138 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/55 {
  --tw-shadow-color: rgb(253 230 138 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/60 {
  --tw-shadow-color: rgb(253 230 138 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/65 {
  --tw-shadow-color: rgb(253 230 138 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/70 {
  --tw-shadow-color: rgb(253 230 138 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/75 {
  --tw-shadow-color: rgb(253 230 138 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/80 {
  --tw-shadow-color: rgb(253 230 138 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/85 {
  --tw-shadow-color: rgb(253 230 138 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/90 {
  --tw-shadow-color: rgb(253 230 138 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-200\/95 {
  --tw-shadow-color: rgb(253 230 138 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300 {
  --tw-shadow-color: #fcd34d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/0 {
  --tw-shadow-color: rgb(252 211 77 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/10 {
  --tw-shadow-color: rgb(252 211 77 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/100 {
  --tw-shadow-color: rgb(252 211 77 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/15 {
  --tw-shadow-color: rgb(252 211 77 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/20 {
  --tw-shadow-color: rgb(252 211 77 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/25 {
  --tw-shadow-color: rgb(252 211 77 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/30 {
  --tw-shadow-color: rgb(252 211 77 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/35 {
  --tw-shadow-color: rgb(252 211 77 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/40 {
  --tw-shadow-color: rgb(252 211 77 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/45 {
  --tw-shadow-color: rgb(252 211 77 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/5 {
  --tw-shadow-color: rgb(252 211 77 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/50 {
  --tw-shadow-color: rgb(252 211 77 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/55 {
  --tw-shadow-color: rgb(252 211 77 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/60 {
  --tw-shadow-color: rgb(252 211 77 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/65 {
  --tw-shadow-color: rgb(252 211 77 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/70 {
  --tw-shadow-color: rgb(252 211 77 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/75 {
  --tw-shadow-color: rgb(252 211 77 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/80 {
  --tw-shadow-color: rgb(252 211 77 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/85 {
  --tw-shadow-color: rgb(252 211 77 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/90 {
  --tw-shadow-color: rgb(252 211 77 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-300\/95 {
  --tw-shadow-color: rgb(252 211 77 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400 {
  --tw-shadow-color: #fbbf24 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/0 {
  --tw-shadow-color: rgb(251 191 36 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/10 {
  --tw-shadow-color: rgb(251 191 36 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/100 {
  --tw-shadow-color: rgb(251 191 36 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/15 {
  --tw-shadow-color: rgb(251 191 36 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/20 {
  --tw-shadow-color: rgb(251 191 36 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/25 {
  --tw-shadow-color: rgb(251 191 36 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/30 {
  --tw-shadow-color: rgb(251 191 36 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/35 {
  --tw-shadow-color: rgb(251 191 36 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/40 {
  --tw-shadow-color: rgb(251 191 36 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/45 {
  --tw-shadow-color: rgb(251 191 36 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/5 {
  --tw-shadow-color: rgb(251 191 36 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/50 {
  --tw-shadow-color: rgb(251 191 36 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/55 {
  --tw-shadow-color: rgb(251 191 36 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/60 {
  --tw-shadow-color: rgb(251 191 36 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/65 {
  --tw-shadow-color: rgb(251 191 36 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/70 {
  --tw-shadow-color: rgb(251 191 36 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/75 {
  --tw-shadow-color: rgb(251 191 36 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/80 {
  --tw-shadow-color: rgb(251 191 36 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/85 {
  --tw-shadow-color: rgb(251 191 36 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/90 {
  --tw-shadow-color: rgb(251 191 36 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-400\/95 {
  --tw-shadow-color: rgb(251 191 36 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50 {
  --tw-shadow-color: #fffbeb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/0 {
  --tw-shadow-color: rgb(255 251 235 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/10 {
  --tw-shadow-color: rgb(255 251 235 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/100 {
  --tw-shadow-color: rgb(255 251 235 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/15 {
  --tw-shadow-color: rgb(255 251 235 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/20 {
  --tw-shadow-color: rgb(255 251 235 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/25 {
  --tw-shadow-color: rgb(255 251 235 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/30 {
  --tw-shadow-color: rgb(255 251 235 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/35 {
  --tw-shadow-color: rgb(255 251 235 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/40 {
  --tw-shadow-color: rgb(255 251 235 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/45 {
  --tw-shadow-color: rgb(255 251 235 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/5 {
  --tw-shadow-color: rgb(255 251 235 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/50 {
  --tw-shadow-color: rgb(255 251 235 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/55 {
  --tw-shadow-color: rgb(255 251 235 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/60 {
  --tw-shadow-color: rgb(255 251 235 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/65 {
  --tw-shadow-color: rgb(255 251 235 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/70 {
  --tw-shadow-color: rgb(255 251 235 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/75 {
  --tw-shadow-color: rgb(255 251 235 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/80 {
  --tw-shadow-color: rgb(255 251 235 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/85 {
  --tw-shadow-color: rgb(255 251 235 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/90 {
  --tw-shadow-color: rgb(255 251 235 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-50\/95 {
  --tw-shadow-color: rgb(255 251 235 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500 {
  --tw-shadow-color: #f59e0b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/0 {
  --tw-shadow-color: rgb(245 158 11 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/10 {
  --tw-shadow-color: rgb(245 158 11 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/100 {
  --tw-shadow-color: rgb(245 158 11 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/15 {
  --tw-shadow-color: rgb(245 158 11 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/25 {
  --tw-shadow-color: rgb(245 158 11 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/30 {
  --tw-shadow-color: rgb(245 158 11 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/35 {
  --tw-shadow-color: rgb(245 158 11 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/40 {
  --tw-shadow-color: rgb(245 158 11 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/45 {
  --tw-shadow-color: rgb(245 158 11 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/5 {
  --tw-shadow-color: rgb(245 158 11 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/50 {
  --tw-shadow-color: rgb(245 158 11 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/55 {
  --tw-shadow-color: rgb(245 158 11 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/60 {
  --tw-shadow-color: rgb(245 158 11 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/65 {
  --tw-shadow-color: rgb(245 158 11 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/70 {
  --tw-shadow-color: rgb(245 158 11 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/75 {
  --tw-shadow-color: rgb(245 158 11 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/80 {
  --tw-shadow-color: rgb(245 158 11 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/85 {
  --tw-shadow-color: rgb(245 158 11 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/90 {
  --tw-shadow-color: rgb(245 158 11 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-500\/95 {
  --tw-shadow-color: rgb(245 158 11 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600 {
  --tw-shadow-color: #d97706 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/0 {
  --tw-shadow-color: rgb(217 119 6 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/10 {
  --tw-shadow-color: rgb(217 119 6 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/100 {
  --tw-shadow-color: rgb(217 119 6 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/15 {
  --tw-shadow-color: rgb(217 119 6 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/20 {
  --tw-shadow-color: rgb(217 119 6 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/25 {
  --tw-shadow-color: rgb(217 119 6 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/30 {
  --tw-shadow-color: rgb(217 119 6 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/35 {
  --tw-shadow-color: rgb(217 119 6 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/40 {
  --tw-shadow-color: rgb(217 119 6 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/45 {
  --tw-shadow-color: rgb(217 119 6 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/5 {
  --tw-shadow-color: rgb(217 119 6 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/50 {
  --tw-shadow-color: rgb(217 119 6 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/55 {
  --tw-shadow-color: rgb(217 119 6 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/60 {
  --tw-shadow-color: rgb(217 119 6 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/65 {
  --tw-shadow-color: rgb(217 119 6 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/70 {
  --tw-shadow-color: rgb(217 119 6 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/75 {
  --tw-shadow-color: rgb(217 119 6 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/80 {
  --tw-shadow-color: rgb(217 119 6 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/85 {
  --tw-shadow-color: rgb(217 119 6 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/90 {
  --tw-shadow-color: rgb(217 119 6 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-600\/95 {
  --tw-shadow-color: rgb(217 119 6 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700 {
  --tw-shadow-color: #b45309 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/0 {
  --tw-shadow-color: rgb(180 83 9 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/10 {
  --tw-shadow-color: rgb(180 83 9 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/100 {
  --tw-shadow-color: rgb(180 83 9 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/15 {
  --tw-shadow-color: rgb(180 83 9 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/20 {
  --tw-shadow-color: rgb(180 83 9 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/25 {
  --tw-shadow-color: rgb(180 83 9 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/30 {
  --tw-shadow-color: rgb(180 83 9 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/35 {
  --tw-shadow-color: rgb(180 83 9 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/40 {
  --tw-shadow-color: rgb(180 83 9 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/45 {
  --tw-shadow-color: rgb(180 83 9 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/5 {
  --tw-shadow-color: rgb(180 83 9 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/50 {
  --tw-shadow-color: rgb(180 83 9 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/55 {
  --tw-shadow-color: rgb(180 83 9 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/60 {
  --tw-shadow-color: rgb(180 83 9 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/65 {
  --tw-shadow-color: rgb(180 83 9 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/70 {
  --tw-shadow-color: rgb(180 83 9 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/75 {
  --tw-shadow-color: rgb(180 83 9 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/80 {
  --tw-shadow-color: rgb(180 83 9 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/85 {
  --tw-shadow-color: rgb(180 83 9 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/90 {
  --tw-shadow-color: rgb(180 83 9 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-700\/95 {
  --tw-shadow-color: rgb(180 83 9 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800 {
  --tw-shadow-color: #92400e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/0 {
  --tw-shadow-color: rgb(146 64 14 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/10 {
  --tw-shadow-color: rgb(146 64 14 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/100 {
  --tw-shadow-color: rgb(146 64 14 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/15 {
  --tw-shadow-color: rgb(146 64 14 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/20 {
  --tw-shadow-color: rgb(146 64 14 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/25 {
  --tw-shadow-color: rgb(146 64 14 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/30 {
  --tw-shadow-color: rgb(146 64 14 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/35 {
  --tw-shadow-color: rgb(146 64 14 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/40 {
  --tw-shadow-color: rgb(146 64 14 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/45 {
  --tw-shadow-color: rgb(146 64 14 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/5 {
  --tw-shadow-color: rgb(146 64 14 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/50 {
  --tw-shadow-color: rgb(146 64 14 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/55 {
  --tw-shadow-color: rgb(146 64 14 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/60 {
  --tw-shadow-color: rgb(146 64 14 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/65 {
  --tw-shadow-color: rgb(146 64 14 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/70 {
  --tw-shadow-color: rgb(146 64 14 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/75 {
  --tw-shadow-color: rgb(146 64 14 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/80 {
  --tw-shadow-color: rgb(146 64 14 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/85 {
  --tw-shadow-color: rgb(146 64 14 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/90 {
  --tw-shadow-color: rgb(146 64 14 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-800\/95 {
  --tw-shadow-color: rgb(146 64 14 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900 {
  --tw-shadow-color: #78350f !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/0 {
  --tw-shadow-color: rgb(120 53 15 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/10 {
  --tw-shadow-color: rgb(120 53 15 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/100 {
  --tw-shadow-color: rgb(120 53 15 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/15 {
  --tw-shadow-color: rgb(120 53 15 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/20 {
  --tw-shadow-color: rgb(120 53 15 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/25 {
  --tw-shadow-color: rgb(120 53 15 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/30 {
  --tw-shadow-color: rgb(120 53 15 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/35 {
  --tw-shadow-color: rgb(120 53 15 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/40 {
  --tw-shadow-color: rgb(120 53 15 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/45 {
  --tw-shadow-color: rgb(120 53 15 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/5 {
  --tw-shadow-color: rgb(120 53 15 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/50 {
  --tw-shadow-color: rgb(120 53 15 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/55 {
  --tw-shadow-color: rgb(120 53 15 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/60 {
  --tw-shadow-color: rgb(120 53 15 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/65 {
  --tw-shadow-color: rgb(120 53 15 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/70 {
  --tw-shadow-color: rgb(120 53 15 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/75 {
  --tw-shadow-color: rgb(120 53 15 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/80 {
  --tw-shadow-color: rgb(120 53 15 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/85 {
  --tw-shadow-color: rgb(120 53 15 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/90 {
  --tw-shadow-color: rgb(120 53 15 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-900\/95 {
  --tw-shadow-color: rgb(120 53 15 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950 {
  --tw-shadow-color: #451a03 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/0 {
  --tw-shadow-color: rgb(69 26 3 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/10 {
  --tw-shadow-color: rgb(69 26 3 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/100 {
  --tw-shadow-color: rgb(69 26 3 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/15 {
  --tw-shadow-color: rgb(69 26 3 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/20 {
  --tw-shadow-color: rgb(69 26 3 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/25 {
  --tw-shadow-color: rgb(69 26 3 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/30 {
  --tw-shadow-color: rgb(69 26 3 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/35 {
  --tw-shadow-color: rgb(69 26 3 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/40 {
  --tw-shadow-color: rgb(69 26 3 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/45 {
  --tw-shadow-color: rgb(69 26 3 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/5 {
  --tw-shadow-color: rgb(69 26 3 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/50 {
  --tw-shadow-color: rgb(69 26 3 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/55 {
  --tw-shadow-color: rgb(69 26 3 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/60 {
  --tw-shadow-color: rgb(69 26 3 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/65 {
  --tw-shadow-color: rgb(69 26 3 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/70 {
  --tw-shadow-color: rgb(69 26 3 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/75 {
  --tw-shadow-color: rgb(69 26 3 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/80 {
  --tw-shadow-color: rgb(69 26 3 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/85 {
  --tw-shadow-color: rgb(69 26 3 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/90 {
  --tw-shadow-color: rgb(69 26 3 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-amber-950\/95 {
  --tw-shadow-color: rgb(69 26 3 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black {
  --tw-shadow-color: #000 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-black\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100 {
  --tw-shadow-color: #dbeafe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/0 {
  --tw-shadow-color: rgb(219 234 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/10 {
  --tw-shadow-color: rgb(219 234 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/100 {
  --tw-shadow-color: rgb(219 234 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/15 {
  --tw-shadow-color: rgb(219 234 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/20 {
  --tw-shadow-color: rgb(219 234 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/25 {
  --tw-shadow-color: rgb(219 234 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/30 {
  --tw-shadow-color: rgb(219 234 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/35 {
  --tw-shadow-color: rgb(219 234 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/40 {
  --tw-shadow-color: rgb(219 234 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/45 {
  --tw-shadow-color: rgb(219 234 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/5 {
  --tw-shadow-color: rgb(219 234 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/50 {
  --tw-shadow-color: rgb(219 234 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/55 {
  --tw-shadow-color: rgb(219 234 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/60 {
  --tw-shadow-color: rgb(219 234 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/65 {
  --tw-shadow-color: rgb(219 234 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/70 {
  --tw-shadow-color: rgb(219 234 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/75 {
  --tw-shadow-color: rgb(219 234 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/80 {
  --tw-shadow-color: rgb(219 234 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/85 {
  --tw-shadow-color: rgb(219 234 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/90 {
  --tw-shadow-color: rgb(219 234 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-100\/95 {
  --tw-shadow-color: rgb(219 234 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/0 {
  --tw-shadow-color: rgb(191 219 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/10 {
  --tw-shadow-color: rgb(191 219 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/100 {
  --tw-shadow-color: rgb(191 219 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/15 {
  --tw-shadow-color: rgb(191 219 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/20 {
  --tw-shadow-color: rgb(191 219 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/25 {
  --tw-shadow-color: rgb(191 219 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/30 {
  --tw-shadow-color: rgb(191 219 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/35 {
  --tw-shadow-color: rgb(191 219 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/40 {
  --tw-shadow-color: rgb(191 219 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/45 {
  --tw-shadow-color: rgb(191 219 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/5 {
  --tw-shadow-color: rgb(191 219 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/50 {
  --tw-shadow-color: rgb(191 219 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/55 {
  --tw-shadow-color: rgb(191 219 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/60 {
  --tw-shadow-color: rgb(191 219 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/65 {
  --tw-shadow-color: rgb(191 219 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/70 {
  --tw-shadow-color: rgb(191 219 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/75 {
  --tw-shadow-color: rgb(191 219 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/80 {
  --tw-shadow-color: rgb(191 219 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/85 {
  --tw-shadow-color: rgb(191 219 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/90 {
  --tw-shadow-color: rgb(191 219 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-200\/95 {
  --tw-shadow-color: rgb(191 219 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300 {
  --tw-shadow-color: #93c5fd !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/0 {
  --tw-shadow-color: rgb(147 197 253 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/10 {
  --tw-shadow-color: rgb(147 197 253 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/100 {
  --tw-shadow-color: rgb(147 197 253 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/15 {
  --tw-shadow-color: rgb(147 197 253 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/20 {
  --tw-shadow-color: rgb(147 197 253 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/25 {
  --tw-shadow-color: rgb(147 197 253 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/30 {
  --tw-shadow-color: rgb(147 197 253 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/35 {
  --tw-shadow-color: rgb(147 197 253 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/40 {
  --tw-shadow-color: rgb(147 197 253 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/45 {
  --tw-shadow-color: rgb(147 197 253 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/5 {
  --tw-shadow-color: rgb(147 197 253 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/50 {
  --tw-shadow-color: rgb(147 197 253 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/55 {
  --tw-shadow-color: rgb(147 197 253 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/60 {
  --tw-shadow-color: rgb(147 197 253 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/65 {
  --tw-shadow-color: rgb(147 197 253 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/70 {
  --tw-shadow-color: rgb(147 197 253 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/75 {
  --tw-shadow-color: rgb(147 197 253 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/80 {
  --tw-shadow-color: rgb(147 197 253 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/85 {
  --tw-shadow-color: rgb(147 197 253 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/90 {
  --tw-shadow-color: rgb(147 197 253 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-300\/95 {
  --tw-shadow-color: rgb(147 197 253 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400 {
  --tw-shadow-color: #60a5fa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/0 {
  --tw-shadow-color: rgb(96 165 250 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/10 {
  --tw-shadow-color: rgb(96 165 250 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/100 {
  --tw-shadow-color: rgb(96 165 250 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/15 {
  --tw-shadow-color: rgb(96 165 250 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/20 {
  --tw-shadow-color: rgb(96 165 250 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/25 {
  --tw-shadow-color: rgb(96 165 250 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/30 {
  --tw-shadow-color: rgb(96 165 250 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/35 {
  --tw-shadow-color: rgb(96 165 250 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/40 {
  --tw-shadow-color: rgb(96 165 250 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/45 {
  --tw-shadow-color: rgb(96 165 250 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/5 {
  --tw-shadow-color: rgb(96 165 250 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/50 {
  --tw-shadow-color: rgb(96 165 250 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/55 {
  --tw-shadow-color: rgb(96 165 250 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/60 {
  --tw-shadow-color: rgb(96 165 250 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/65 {
  --tw-shadow-color: rgb(96 165 250 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/70 {
  --tw-shadow-color: rgb(96 165 250 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/75 {
  --tw-shadow-color: rgb(96 165 250 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/80 {
  --tw-shadow-color: rgb(96 165 250 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/85 {
  --tw-shadow-color: rgb(96 165 250 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/90 {
  --tw-shadow-color: rgb(96 165 250 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-400\/95 {
  --tw-shadow-color: rgb(96 165 250 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50 {
  --tw-shadow-color: #eff6ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/0 {
  --tw-shadow-color: rgb(239 246 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/10 {
  --tw-shadow-color: rgb(239 246 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/100 {
  --tw-shadow-color: rgb(239 246 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/15 {
  --tw-shadow-color: rgb(239 246 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/20 {
  --tw-shadow-color: rgb(239 246 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/25 {
  --tw-shadow-color: rgb(239 246 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/30 {
  --tw-shadow-color: rgb(239 246 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/35 {
  --tw-shadow-color: rgb(239 246 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/40 {
  --tw-shadow-color: rgb(239 246 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/45 {
  --tw-shadow-color: rgb(239 246 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/5 {
  --tw-shadow-color: rgb(239 246 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/50 {
  --tw-shadow-color: rgb(239 246 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/55 {
  --tw-shadow-color: rgb(239 246 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/60 {
  --tw-shadow-color: rgb(239 246 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/65 {
  --tw-shadow-color: rgb(239 246 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/70 {
  --tw-shadow-color: rgb(239 246 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/75 {
  --tw-shadow-color: rgb(239 246 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/80 {
  --tw-shadow-color: rgb(239 246 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/85 {
  --tw-shadow-color: rgb(239 246 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/90 {
  --tw-shadow-color: rgb(239 246 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-50\/95 {
  --tw-shadow-color: rgb(239 246 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500 {
  --tw-shadow-color: #3b82f6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/0 {
  --tw-shadow-color: rgb(59 130 246 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/10 {
  --tw-shadow-color: rgb(59 130 246 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/100 {
  --tw-shadow-color: rgb(59 130 246 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/15 {
  --tw-shadow-color: rgb(59 130 246 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/30 {
  --tw-shadow-color: rgb(59 130 246 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/35 {
  --tw-shadow-color: rgb(59 130 246 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/40 {
  --tw-shadow-color: rgb(59 130 246 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/45 {
  --tw-shadow-color: rgb(59 130 246 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/5 {
  --tw-shadow-color: rgb(59 130 246 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/50 {
  --tw-shadow-color: rgb(59 130 246 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/55 {
  --tw-shadow-color: rgb(59 130 246 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/60 {
  --tw-shadow-color: rgb(59 130 246 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/65 {
  --tw-shadow-color: rgb(59 130 246 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/70 {
  --tw-shadow-color: rgb(59 130 246 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/75 {
  --tw-shadow-color: rgb(59 130 246 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/80 {
  --tw-shadow-color: rgb(59 130 246 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/85 {
  --tw-shadow-color: rgb(59 130 246 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/90 {
  --tw-shadow-color: rgb(59 130 246 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-500\/95 {
  --tw-shadow-color: rgb(59 130 246 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600 {
  --tw-shadow-color: #2563eb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/0 {
  --tw-shadow-color: rgb(37 99 235 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/10 {
  --tw-shadow-color: rgb(37 99 235 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/100 {
  --tw-shadow-color: rgb(37 99 235 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/15 {
  --tw-shadow-color: rgb(37 99 235 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/20 {
  --tw-shadow-color: rgb(37 99 235 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/25 {
  --tw-shadow-color: rgb(37 99 235 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/30 {
  --tw-shadow-color: rgb(37 99 235 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/35 {
  --tw-shadow-color: rgb(37 99 235 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/40 {
  --tw-shadow-color: rgb(37 99 235 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/45 {
  --tw-shadow-color: rgb(37 99 235 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/5 {
  --tw-shadow-color: rgb(37 99 235 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/50 {
  --tw-shadow-color: rgb(37 99 235 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/55 {
  --tw-shadow-color: rgb(37 99 235 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/60 {
  --tw-shadow-color: rgb(37 99 235 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/65 {
  --tw-shadow-color: rgb(37 99 235 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/70 {
  --tw-shadow-color: rgb(37 99 235 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/75 {
  --tw-shadow-color: rgb(37 99 235 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/80 {
  --tw-shadow-color: rgb(37 99 235 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/85 {
  --tw-shadow-color: rgb(37 99 235 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/90 {
  --tw-shadow-color: rgb(37 99 235 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-600\/95 {
  --tw-shadow-color: rgb(37 99 235 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700 {
  --tw-shadow-color: #1d4ed8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/0 {
  --tw-shadow-color: rgb(29 78 216 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/10 {
  --tw-shadow-color: rgb(29 78 216 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/100 {
  --tw-shadow-color: rgb(29 78 216 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/15 {
  --tw-shadow-color: rgb(29 78 216 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/20 {
  --tw-shadow-color: rgb(29 78 216 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/25 {
  --tw-shadow-color: rgb(29 78 216 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/30 {
  --tw-shadow-color: rgb(29 78 216 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/35 {
  --tw-shadow-color: rgb(29 78 216 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/40 {
  --tw-shadow-color: rgb(29 78 216 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/45 {
  --tw-shadow-color: rgb(29 78 216 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/5 {
  --tw-shadow-color: rgb(29 78 216 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/50 {
  --tw-shadow-color: rgb(29 78 216 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/55 {
  --tw-shadow-color: rgb(29 78 216 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/60 {
  --tw-shadow-color: rgb(29 78 216 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/65 {
  --tw-shadow-color: rgb(29 78 216 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/70 {
  --tw-shadow-color: rgb(29 78 216 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/75 {
  --tw-shadow-color: rgb(29 78 216 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/80 {
  --tw-shadow-color: rgb(29 78 216 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/85 {
  --tw-shadow-color: rgb(29 78 216 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/90 {
  --tw-shadow-color: rgb(29 78 216 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-700\/95 {
  --tw-shadow-color: rgb(29 78 216 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800 {
  --tw-shadow-color: #1e40af !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/0 {
  --tw-shadow-color: rgb(30 64 175 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/10 {
  --tw-shadow-color: rgb(30 64 175 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/100 {
  --tw-shadow-color: rgb(30 64 175 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/15 {
  --tw-shadow-color: rgb(30 64 175 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/20 {
  --tw-shadow-color: rgb(30 64 175 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/25 {
  --tw-shadow-color: rgb(30 64 175 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/30 {
  --tw-shadow-color: rgb(30 64 175 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/35 {
  --tw-shadow-color: rgb(30 64 175 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/40 {
  --tw-shadow-color: rgb(30 64 175 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/45 {
  --tw-shadow-color: rgb(30 64 175 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/5 {
  --tw-shadow-color: rgb(30 64 175 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/50 {
  --tw-shadow-color: rgb(30 64 175 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/55 {
  --tw-shadow-color: rgb(30 64 175 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/60 {
  --tw-shadow-color: rgb(30 64 175 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/65 {
  --tw-shadow-color: rgb(30 64 175 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/70 {
  --tw-shadow-color: rgb(30 64 175 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/75 {
  --tw-shadow-color: rgb(30 64 175 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/80 {
  --tw-shadow-color: rgb(30 64 175 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/85 {
  --tw-shadow-color: rgb(30 64 175 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/90 {
  --tw-shadow-color: rgb(30 64 175 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-800\/95 {
  --tw-shadow-color: rgb(30 64 175 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900 {
  --tw-shadow-color: #1e3a8a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/0 {
  --tw-shadow-color: rgb(30 58 138 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/10 {
  --tw-shadow-color: rgb(30 58 138 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/100 {
  --tw-shadow-color: rgb(30 58 138 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/15 {
  --tw-shadow-color: rgb(30 58 138 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/20 {
  --tw-shadow-color: rgb(30 58 138 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/25 {
  --tw-shadow-color: rgb(30 58 138 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/30 {
  --tw-shadow-color: rgb(30 58 138 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/35 {
  --tw-shadow-color: rgb(30 58 138 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/40 {
  --tw-shadow-color: rgb(30 58 138 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/45 {
  --tw-shadow-color: rgb(30 58 138 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/5 {
  --tw-shadow-color: rgb(30 58 138 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/50 {
  --tw-shadow-color: rgb(30 58 138 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/55 {
  --tw-shadow-color: rgb(30 58 138 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/60 {
  --tw-shadow-color: rgb(30 58 138 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/65 {
  --tw-shadow-color: rgb(30 58 138 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/70 {
  --tw-shadow-color: rgb(30 58 138 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/75 {
  --tw-shadow-color: rgb(30 58 138 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/80 {
  --tw-shadow-color: rgb(30 58 138 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/85 {
  --tw-shadow-color: rgb(30 58 138 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/90 {
  --tw-shadow-color: rgb(30 58 138 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-900\/95 {
  --tw-shadow-color: rgb(30 58 138 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950 {
  --tw-shadow-color: #172554 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/0 {
  --tw-shadow-color: rgb(23 37 84 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/10 {
  --tw-shadow-color: rgb(23 37 84 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/100 {
  --tw-shadow-color: rgb(23 37 84 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/15 {
  --tw-shadow-color: rgb(23 37 84 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/20 {
  --tw-shadow-color: rgb(23 37 84 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/25 {
  --tw-shadow-color: rgb(23 37 84 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/30 {
  --tw-shadow-color: rgb(23 37 84 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/35 {
  --tw-shadow-color: rgb(23 37 84 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/40 {
  --tw-shadow-color: rgb(23 37 84 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/45 {
  --tw-shadow-color: rgb(23 37 84 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/5 {
  --tw-shadow-color: rgb(23 37 84 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/50 {
  --tw-shadow-color: rgb(23 37 84 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/55 {
  --tw-shadow-color: rgb(23 37 84 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/60 {
  --tw-shadow-color: rgb(23 37 84 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/65 {
  --tw-shadow-color: rgb(23 37 84 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/70 {
  --tw-shadow-color: rgb(23 37 84 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/75 {
  --tw-shadow-color: rgb(23 37 84 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/80 {
  --tw-shadow-color: rgb(23 37 84 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/85 {
  --tw-shadow-color: rgb(23 37 84 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/90 {
  --tw-shadow-color: rgb(23 37 84 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-blue-950\/95 {
  --tw-shadow-color: rgb(23 37 84 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-current {
  --tw-shadow-color: currentColor !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100 {
  --tw-shadow-color: #cffafe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/0 {
  --tw-shadow-color: rgb(207 250 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/10 {
  --tw-shadow-color: rgb(207 250 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/100 {
  --tw-shadow-color: rgb(207 250 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/15 {
  --tw-shadow-color: rgb(207 250 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/20 {
  --tw-shadow-color: rgb(207 250 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/25 {
  --tw-shadow-color: rgb(207 250 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/30 {
  --tw-shadow-color: rgb(207 250 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/35 {
  --tw-shadow-color: rgb(207 250 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/40 {
  --tw-shadow-color: rgb(207 250 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/45 {
  --tw-shadow-color: rgb(207 250 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/5 {
  --tw-shadow-color: rgb(207 250 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/50 {
  --tw-shadow-color: rgb(207 250 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/55 {
  --tw-shadow-color: rgb(207 250 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/60 {
  --tw-shadow-color: rgb(207 250 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/65 {
  --tw-shadow-color: rgb(207 250 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/70 {
  --tw-shadow-color: rgb(207 250 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/75 {
  --tw-shadow-color: rgb(207 250 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/80 {
  --tw-shadow-color: rgb(207 250 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/85 {
  --tw-shadow-color: rgb(207 250 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/90 {
  --tw-shadow-color: rgb(207 250 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-100\/95 {
  --tw-shadow-color: rgb(207 250 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200 {
  --tw-shadow-color: #a5f3fc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/0 {
  --tw-shadow-color: rgb(165 243 252 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/10 {
  --tw-shadow-color: rgb(165 243 252 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/100 {
  --tw-shadow-color: rgb(165 243 252 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/15 {
  --tw-shadow-color: rgb(165 243 252 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/20 {
  --tw-shadow-color: rgb(165 243 252 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/25 {
  --tw-shadow-color: rgb(165 243 252 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/30 {
  --tw-shadow-color: rgb(165 243 252 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/35 {
  --tw-shadow-color: rgb(165 243 252 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/40 {
  --tw-shadow-color: rgb(165 243 252 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/45 {
  --tw-shadow-color: rgb(165 243 252 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/5 {
  --tw-shadow-color: rgb(165 243 252 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/50 {
  --tw-shadow-color: rgb(165 243 252 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/55 {
  --tw-shadow-color: rgb(165 243 252 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/60 {
  --tw-shadow-color: rgb(165 243 252 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/65 {
  --tw-shadow-color: rgb(165 243 252 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/70 {
  --tw-shadow-color: rgb(165 243 252 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/75 {
  --tw-shadow-color: rgb(165 243 252 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/80 {
  --tw-shadow-color: rgb(165 243 252 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/85 {
  --tw-shadow-color: rgb(165 243 252 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/90 {
  --tw-shadow-color: rgb(165 243 252 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-200\/95 {
  --tw-shadow-color: rgb(165 243 252 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300 {
  --tw-shadow-color: #67e8f9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/0 {
  --tw-shadow-color: rgb(103 232 249 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/10 {
  --tw-shadow-color: rgb(103 232 249 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/100 {
  --tw-shadow-color: rgb(103 232 249 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/15 {
  --tw-shadow-color: rgb(103 232 249 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/20 {
  --tw-shadow-color: rgb(103 232 249 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/25 {
  --tw-shadow-color: rgb(103 232 249 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/30 {
  --tw-shadow-color: rgb(103 232 249 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/35 {
  --tw-shadow-color: rgb(103 232 249 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/40 {
  --tw-shadow-color: rgb(103 232 249 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/45 {
  --tw-shadow-color: rgb(103 232 249 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/5 {
  --tw-shadow-color: rgb(103 232 249 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/50 {
  --tw-shadow-color: rgb(103 232 249 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/55 {
  --tw-shadow-color: rgb(103 232 249 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/60 {
  --tw-shadow-color: rgb(103 232 249 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/65 {
  --tw-shadow-color: rgb(103 232 249 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/70 {
  --tw-shadow-color: rgb(103 232 249 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/75 {
  --tw-shadow-color: rgb(103 232 249 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/80 {
  --tw-shadow-color: rgb(103 232 249 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/85 {
  --tw-shadow-color: rgb(103 232 249 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/90 {
  --tw-shadow-color: rgb(103 232 249 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-300\/95 {
  --tw-shadow-color: rgb(103 232 249 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400 {
  --tw-shadow-color: #22d3ee !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/0 {
  --tw-shadow-color: rgb(34 211 238 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/10 {
  --tw-shadow-color: rgb(34 211 238 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/100 {
  --tw-shadow-color: rgb(34 211 238 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/15 {
  --tw-shadow-color: rgb(34 211 238 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/20 {
  --tw-shadow-color: rgb(34 211 238 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/25 {
  --tw-shadow-color: rgb(34 211 238 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/30 {
  --tw-shadow-color: rgb(34 211 238 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/35 {
  --tw-shadow-color: rgb(34 211 238 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/40 {
  --tw-shadow-color: rgb(34 211 238 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/45 {
  --tw-shadow-color: rgb(34 211 238 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/5 {
  --tw-shadow-color: rgb(34 211 238 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/50 {
  --tw-shadow-color: rgb(34 211 238 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/55 {
  --tw-shadow-color: rgb(34 211 238 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/60 {
  --tw-shadow-color: rgb(34 211 238 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/65 {
  --tw-shadow-color: rgb(34 211 238 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/70 {
  --tw-shadow-color: rgb(34 211 238 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/75 {
  --tw-shadow-color: rgb(34 211 238 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/80 {
  --tw-shadow-color: rgb(34 211 238 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/85 {
  --tw-shadow-color: rgb(34 211 238 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/90 {
  --tw-shadow-color: rgb(34 211 238 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-400\/95 {
  --tw-shadow-color: rgb(34 211 238 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50 {
  --tw-shadow-color: #ecfeff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/0 {
  --tw-shadow-color: rgb(236 254 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/10 {
  --tw-shadow-color: rgb(236 254 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/100 {
  --tw-shadow-color: rgb(236 254 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/15 {
  --tw-shadow-color: rgb(236 254 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/20 {
  --tw-shadow-color: rgb(236 254 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/25 {
  --tw-shadow-color: rgb(236 254 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/30 {
  --tw-shadow-color: rgb(236 254 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/35 {
  --tw-shadow-color: rgb(236 254 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/40 {
  --tw-shadow-color: rgb(236 254 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/45 {
  --tw-shadow-color: rgb(236 254 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/5 {
  --tw-shadow-color: rgb(236 254 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/50 {
  --tw-shadow-color: rgb(236 254 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/55 {
  --tw-shadow-color: rgb(236 254 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/60 {
  --tw-shadow-color: rgb(236 254 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/65 {
  --tw-shadow-color: rgb(236 254 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/70 {
  --tw-shadow-color: rgb(236 254 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/75 {
  --tw-shadow-color: rgb(236 254 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/80 {
  --tw-shadow-color: rgb(236 254 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/85 {
  --tw-shadow-color: rgb(236 254 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/90 {
  --tw-shadow-color: rgb(236 254 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-50\/95 {
  --tw-shadow-color: rgb(236 254 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500 {
  --tw-shadow-color: #06b6d4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/15 {
  --tw-shadow-color: rgb(6 182 212 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/35 {
  --tw-shadow-color: rgb(6 182 212 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/45 {
  --tw-shadow-color: rgb(6 182 212 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/55 {
  --tw-shadow-color: rgb(6 182 212 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/65 {
  --tw-shadow-color: rgb(6 182 212 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/85 {
  --tw-shadow-color: rgb(6 182 212 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-500\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600 {
  --tw-shadow-color: #0891b2 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/0 {
  --tw-shadow-color: rgb(8 145 178 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/10 {
  --tw-shadow-color: rgb(8 145 178 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/100 {
  --tw-shadow-color: rgb(8 145 178 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/15 {
  --tw-shadow-color: rgb(8 145 178 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/20 {
  --tw-shadow-color: rgb(8 145 178 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/25 {
  --tw-shadow-color: rgb(8 145 178 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/30 {
  --tw-shadow-color: rgb(8 145 178 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/35 {
  --tw-shadow-color: rgb(8 145 178 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/40 {
  --tw-shadow-color: rgb(8 145 178 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/45 {
  --tw-shadow-color: rgb(8 145 178 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/5 {
  --tw-shadow-color: rgb(8 145 178 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/50 {
  --tw-shadow-color: rgb(8 145 178 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/55 {
  --tw-shadow-color: rgb(8 145 178 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/60 {
  --tw-shadow-color: rgb(8 145 178 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/65 {
  --tw-shadow-color: rgb(8 145 178 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/70 {
  --tw-shadow-color: rgb(8 145 178 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/75 {
  --tw-shadow-color: rgb(8 145 178 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/80 {
  --tw-shadow-color: rgb(8 145 178 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/85 {
  --tw-shadow-color: rgb(8 145 178 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/90 {
  --tw-shadow-color: rgb(8 145 178 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-600\/95 {
  --tw-shadow-color: rgb(8 145 178 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700 {
  --tw-shadow-color: #0e7490 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/0 {
  --tw-shadow-color: rgb(14 116 144 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/10 {
  --tw-shadow-color: rgb(14 116 144 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/100 {
  --tw-shadow-color: rgb(14 116 144 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/15 {
  --tw-shadow-color: rgb(14 116 144 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/20 {
  --tw-shadow-color: rgb(14 116 144 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/25 {
  --tw-shadow-color: rgb(14 116 144 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/30 {
  --tw-shadow-color: rgb(14 116 144 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/35 {
  --tw-shadow-color: rgb(14 116 144 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/40 {
  --tw-shadow-color: rgb(14 116 144 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/45 {
  --tw-shadow-color: rgb(14 116 144 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/5 {
  --tw-shadow-color: rgb(14 116 144 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/50 {
  --tw-shadow-color: rgb(14 116 144 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/55 {
  --tw-shadow-color: rgb(14 116 144 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/60 {
  --tw-shadow-color: rgb(14 116 144 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/65 {
  --tw-shadow-color: rgb(14 116 144 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/70 {
  --tw-shadow-color: rgb(14 116 144 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/75 {
  --tw-shadow-color: rgb(14 116 144 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/80 {
  --tw-shadow-color: rgb(14 116 144 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/85 {
  --tw-shadow-color: rgb(14 116 144 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/90 {
  --tw-shadow-color: rgb(14 116 144 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-700\/95 {
  --tw-shadow-color: rgb(14 116 144 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800 {
  --tw-shadow-color: #155e75 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/0 {
  --tw-shadow-color: rgb(21 94 117 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/10 {
  --tw-shadow-color: rgb(21 94 117 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/100 {
  --tw-shadow-color: rgb(21 94 117 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/15 {
  --tw-shadow-color: rgb(21 94 117 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/20 {
  --tw-shadow-color: rgb(21 94 117 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/25 {
  --tw-shadow-color: rgb(21 94 117 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/30 {
  --tw-shadow-color: rgb(21 94 117 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/35 {
  --tw-shadow-color: rgb(21 94 117 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/40 {
  --tw-shadow-color: rgb(21 94 117 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/45 {
  --tw-shadow-color: rgb(21 94 117 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/5 {
  --tw-shadow-color: rgb(21 94 117 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/50 {
  --tw-shadow-color: rgb(21 94 117 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/55 {
  --tw-shadow-color: rgb(21 94 117 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/60 {
  --tw-shadow-color: rgb(21 94 117 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/65 {
  --tw-shadow-color: rgb(21 94 117 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/70 {
  --tw-shadow-color: rgb(21 94 117 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/75 {
  --tw-shadow-color: rgb(21 94 117 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/80 {
  --tw-shadow-color: rgb(21 94 117 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/85 {
  --tw-shadow-color: rgb(21 94 117 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/90 {
  --tw-shadow-color: rgb(21 94 117 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-800\/95 {
  --tw-shadow-color: rgb(21 94 117 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900 {
  --tw-shadow-color: #164e63 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/0 {
  --tw-shadow-color: rgb(22 78 99 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/10 {
  --tw-shadow-color: rgb(22 78 99 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/100 {
  --tw-shadow-color: rgb(22 78 99 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/15 {
  --tw-shadow-color: rgb(22 78 99 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/20 {
  --tw-shadow-color: rgb(22 78 99 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/25 {
  --tw-shadow-color: rgb(22 78 99 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/30 {
  --tw-shadow-color: rgb(22 78 99 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/35 {
  --tw-shadow-color: rgb(22 78 99 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/40 {
  --tw-shadow-color: rgb(22 78 99 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/45 {
  --tw-shadow-color: rgb(22 78 99 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/5 {
  --tw-shadow-color: rgb(22 78 99 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/50 {
  --tw-shadow-color: rgb(22 78 99 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/55 {
  --tw-shadow-color: rgb(22 78 99 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/60 {
  --tw-shadow-color: rgb(22 78 99 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/65 {
  --tw-shadow-color: rgb(22 78 99 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/70 {
  --tw-shadow-color: rgb(22 78 99 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/75 {
  --tw-shadow-color: rgb(22 78 99 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/80 {
  --tw-shadow-color: rgb(22 78 99 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/85 {
  --tw-shadow-color: rgb(22 78 99 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/90 {
  --tw-shadow-color: rgb(22 78 99 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-900\/95 {
  --tw-shadow-color: rgb(22 78 99 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950 {
  --tw-shadow-color: #083344 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/0 {
  --tw-shadow-color: rgb(8 51 68 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/10 {
  --tw-shadow-color: rgb(8 51 68 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/100 {
  --tw-shadow-color: rgb(8 51 68 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/15 {
  --tw-shadow-color: rgb(8 51 68 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/20 {
  --tw-shadow-color: rgb(8 51 68 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/25 {
  --tw-shadow-color: rgb(8 51 68 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/30 {
  --tw-shadow-color: rgb(8 51 68 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/35 {
  --tw-shadow-color: rgb(8 51 68 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/40 {
  --tw-shadow-color: rgb(8 51 68 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/45 {
  --tw-shadow-color: rgb(8 51 68 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/5 {
  --tw-shadow-color: rgb(8 51 68 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/50 {
  --tw-shadow-color: rgb(8 51 68 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/55 {
  --tw-shadow-color: rgb(8 51 68 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/60 {
  --tw-shadow-color: rgb(8 51 68 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/65 {
  --tw-shadow-color: rgb(8 51 68 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/70 {
  --tw-shadow-color: rgb(8 51 68 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/75 {
  --tw-shadow-color: rgb(8 51 68 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/80 {
  --tw-shadow-color: rgb(8 51 68 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/85 {
  --tw-shadow-color: rgb(8 51 68 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/90 {
  --tw-shadow-color: rgb(8 51 68 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-cyan-950\/95 {
  --tw-shadow-color: rgb(8 51 68 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey {
  --tw-shadow-color: #2f2f2f !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/0 {
  --tw-shadow-color: rgb(47 47 47 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/10 {
  --tw-shadow-color: rgb(47 47 47 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/100 {
  --tw-shadow-color: rgb(47 47 47 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/15 {
  --tw-shadow-color: rgb(47 47 47 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/20 {
  --tw-shadow-color: rgb(47 47 47 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/25 {
  --tw-shadow-color: rgb(47 47 47 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/30 {
  --tw-shadow-color: rgb(47 47 47 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/35 {
  --tw-shadow-color: rgb(47 47 47 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/40 {
  --tw-shadow-color: rgb(47 47 47 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/45 {
  --tw-shadow-color: rgb(47 47 47 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/5 {
  --tw-shadow-color: rgb(47 47 47 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/50 {
  --tw-shadow-color: rgb(47 47 47 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/55 {
  --tw-shadow-color: rgb(47 47 47 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/60 {
  --tw-shadow-color: rgb(47 47 47 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/65 {
  --tw-shadow-color: rgb(47 47 47 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/70 {
  --tw-shadow-color: rgb(47 47 47 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/75 {
  --tw-shadow-color: rgb(47 47 47 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/80 {
  --tw-shadow-color: rgb(47 47 47 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/85 {
  --tw-shadow-color: rgb(47 47 47 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/90 {
  --tw-shadow-color: rgb(47 47 47 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey\/95 {
  --tw-shadow-color: rgb(47 47 47 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt {
  --tw-shadow-color: #3f6359 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/0 {
  --tw-shadow-color: rgb(63 99 89 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/10 {
  --tw-shadow-color: rgb(63 99 89 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/100 {
  --tw-shadow-color: rgb(63 99 89 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/15 {
  --tw-shadow-color: rgb(63 99 89 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/20 {
  --tw-shadow-color: rgb(63 99 89 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/25 {
  --tw-shadow-color: rgb(63 99 89 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/30 {
  --tw-shadow-color: rgb(63 99 89 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/35 {
  --tw-shadow-color: rgb(63 99 89 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/40 {
  --tw-shadow-color: rgb(63 99 89 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/45 {
  --tw-shadow-color: rgb(63 99 89 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/5 {
  --tw-shadow-color: rgb(63 99 89 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/50 {
  --tw-shadow-color: rgb(63 99 89 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/55 {
  --tw-shadow-color: rgb(63 99 89 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/60 {
  --tw-shadow-color: rgb(63 99 89 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/65 {
  --tw-shadow-color: rgb(63 99 89 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/70 {
  --tw-shadow-color: rgb(63 99 89 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/75 {
  --tw-shadow-color: rgb(63 99 89 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/80 {
  --tw-shadow-color: rgb(63 99 89 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/85 {
  --tw-shadow-color: rgb(63 99 89 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/90 {
  --tw-shadow-color: rgb(63 99 89 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-dark_grey_alt\/95 {
  --tw-shadow-color: rgb(63 99 89 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100 {
  --tw-shadow-color: #d1fae5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/0 {
  --tw-shadow-color: rgb(209 250 229 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/10 {
  --tw-shadow-color: rgb(209 250 229 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/100 {
  --tw-shadow-color: rgb(209 250 229 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/15 {
  --tw-shadow-color: rgb(209 250 229 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/20 {
  --tw-shadow-color: rgb(209 250 229 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/25 {
  --tw-shadow-color: rgb(209 250 229 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/30 {
  --tw-shadow-color: rgb(209 250 229 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/35 {
  --tw-shadow-color: rgb(209 250 229 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/40 {
  --tw-shadow-color: rgb(209 250 229 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/45 {
  --tw-shadow-color: rgb(209 250 229 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/5 {
  --tw-shadow-color: rgb(209 250 229 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/50 {
  --tw-shadow-color: rgb(209 250 229 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/55 {
  --tw-shadow-color: rgb(209 250 229 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/60 {
  --tw-shadow-color: rgb(209 250 229 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/65 {
  --tw-shadow-color: rgb(209 250 229 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/70 {
  --tw-shadow-color: rgb(209 250 229 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/75 {
  --tw-shadow-color: rgb(209 250 229 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/80 {
  --tw-shadow-color: rgb(209 250 229 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/85 {
  --tw-shadow-color: rgb(209 250 229 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/90 {
  --tw-shadow-color: rgb(209 250 229 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-100\/95 {
  --tw-shadow-color: rgb(209 250 229 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200 {
  --tw-shadow-color: #a7f3d0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/0 {
  --tw-shadow-color: rgb(167 243 208 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/10 {
  --tw-shadow-color: rgb(167 243 208 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/100 {
  --tw-shadow-color: rgb(167 243 208 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/15 {
  --tw-shadow-color: rgb(167 243 208 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/20 {
  --tw-shadow-color: rgb(167 243 208 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/25 {
  --tw-shadow-color: rgb(167 243 208 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/30 {
  --tw-shadow-color: rgb(167 243 208 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/35 {
  --tw-shadow-color: rgb(167 243 208 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/40 {
  --tw-shadow-color: rgb(167 243 208 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/45 {
  --tw-shadow-color: rgb(167 243 208 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/5 {
  --tw-shadow-color: rgb(167 243 208 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/50 {
  --tw-shadow-color: rgb(167 243 208 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/55 {
  --tw-shadow-color: rgb(167 243 208 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/60 {
  --tw-shadow-color: rgb(167 243 208 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/65 {
  --tw-shadow-color: rgb(167 243 208 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/70 {
  --tw-shadow-color: rgb(167 243 208 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/75 {
  --tw-shadow-color: rgb(167 243 208 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/80 {
  --tw-shadow-color: rgb(167 243 208 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/85 {
  --tw-shadow-color: rgb(167 243 208 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/90 {
  --tw-shadow-color: rgb(167 243 208 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-200\/95 {
  --tw-shadow-color: rgb(167 243 208 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300 {
  --tw-shadow-color: #6ee7b7 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/0 {
  --tw-shadow-color: rgb(110 231 183 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/10 {
  --tw-shadow-color: rgb(110 231 183 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/100 {
  --tw-shadow-color: rgb(110 231 183 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/15 {
  --tw-shadow-color: rgb(110 231 183 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/20 {
  --tw-shadow-color: rgb(110 231 183 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/25 {
  --tw-shadow-color: rgb(110 231 183 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/30 {
  --tw-shadow-color: rgb(110 231 183 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/35 {
  --tw-shadow-color: rgb(110 231 183 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/40 {
  --tw-shadow-color: rgb(110 231 183 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/45 {
  --tw-shadow-color: rgb(110 231 183 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/5 {
  --tw-shadow-color: rgb(110 231 183 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/50 {
  --tw-shadow-color: rgb(110 231 183 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/55 {
  --tw-shadow-color: rgb(110 231 183 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/60 {
  --tw-shadow-color: rgb(110 231 183 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/65 {
  --tw-shadow-color: rgb(110 231 183 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/70 {
  --tw-shadow-color: rgb(110 231 183 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/75 {
  --tw-shadow-color: rgb(110 231 183 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/80 {
  --tw-shadow-color: rgb(110 231 183 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/85 {
  --tw-shadow-color: rgb(110 231 183 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/90 {
  --tw-shadow-color: rgb(110 231 183 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-300\/95 {
  --tw-shadow-color: rgb(110 231 183 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400 {
  --tw-shadow-color: #34d399 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/0 {
  --tw-shadow-color: rgb(52 211 153 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/10 {
  --tw-shadow-color: rgb(52 211 153 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/100 {
  --tw-shadow-color: rgb(52 211 153 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/15 {
  --tw-shadow-color: rgb(52 211 153 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/20 {
  --tw-shadow-color: rgb(52 211 153 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/25 {
  --tw-shadow-color: rgb(52 211 153 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/30 {
  --tw-shadow-color: rgb(52 211 153 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/35 {
  --tw-shadow-color: rgb(52 211 153 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/40 {
  --tw-shadow-color: rgb(52 211 153 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/45 {
  --tw-shadow-color: rgb(52 211 153 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/5 {
  --tw-shadow-color: rgb(52 211 153 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/50 {
  --tw-shadow-color: rgb(52 211 153 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/55 {
  --tw-shadow-color: rgb(52 211 153 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/60 {
  --tw-shadow-color: rgb(52 211 153 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/65 {
  --tw-shadow-color: rgb(52 211 153 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/70 {
  --tw-shadow-color: rgb(52 211 153 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/75 {
  --tw-shadow-color: rgb(52 211 153 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/80 {
  --tw-shadow-color: rgb(52 211 153 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/85 {
  --tw-shadow-color: rgb(52 211 153 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/90 {
  --tw-shadow-color: rgb(52 211 153 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-400\/95 {
  --tw-shadow-color: rgb(52 211 153 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50 {
  --tw-shadow-color: #ecfdf5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/0 {
  --tw-shadow-color: rgb(236 253 245 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/10 {
  --tw-shadow-color: rgb(236 253 245 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/100 {
  --tw-shadow-color: rgb(236 253 245 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/15 {
  --tw-shadow-color: rgb(236 253 245 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/20 {
  --tw-shadow-color: rgb(236 253 245 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/25 {
  --tw-shadow-color: rgb(236 253 245 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/30 {
  --tw-shadow-color: rgb(236 253 245 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/35 {
  --tw-shadow-color: rgb(236 253 245 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/40 {
  --tw-shadow-color: rgb(236 253 245 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/45 {
  --tw-shadow-color: rgb(236 253 245 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/5 {
  --tw-shadow-color: rgb(236 253 245 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/50 {
  --tw-shadow-color: rgb(236 253 245 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/55 {
  --tw-shadow-color: rgb(236 253 245 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/60 {
  --tw-shadow-color: rgb(236 253 245 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/65 {
  --tw-shadow-color: rgb(236 253 245 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/70 {
  --tw-shadow-color: rgb(236 253 245 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/75 {
  --tw-shadow-color: rgb(236 253 245 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/80 {
  --tw-shadow-color: rgb(236 253 245 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/85 {
  --tw-shadow-color: rgb(236 253 245 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/90 {
  --tw-shadow-color: rgb(236 253 245 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-50\/95 {
  --tw-shadow-color: rgb(236 253 245 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500 {
  --tw-shadow-color: #10b981 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/0 {
  --tw-shadow-color: rgb(16 185 129 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/10 {
  --tw-shadow-color: rgb(16 185 129 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/100 {
  --tw-shadow-color: rgb(16 185 129 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/15 {
  --tw-shadow-color: rgb(16 185 129 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/30 {
  --tw-shadow-color: rgb(16 185 129 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/35 {
  --tw-shadow-color: rgb(16 185 129 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/40 {
  --tw-shadow-color: rgb(16 185 129 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/45 {
  --tw-shadow-color: rgb(16 185 129 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/5 {
  --tw-shadow-color: rgb(16 185 129 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/50 {
  --tw-shadow-color: rgb(16 185 129 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/55 {
  --tw-shadow-color: rgb(16 185 129 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/60 {
  --tw-shadow-color: rgb(16 185 129 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/65 {
  --tw-shadow-color: rgb(16 185 129 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/70 {
  --tw-shadow-color: rgb(16 185 129 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/75 {
  --tw-shadow-color: rgb(16 185 129 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/80 {
  --tw-shadow-color: rgb(16 185 129 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/85 {
  --tw-shadow-color: rgb(16 185 129 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/90 {
  --tw-shadow-color: rgb(16 185 129 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-500\/95 {
  --tw-shadow-color: rgb(16 185 129 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600 {
  --tw-shadow-color: #059669 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/0 {
  --tw-shadow-color: rgb(5 150 105 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/10 {
  --tw-shadow-color: rgb(5 150 105 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/100 {
  --tw-shadow-color: rgb(5 150 105 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/15 {
  --tw-shadow-color: rgb(5 150 105 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/20 {
  --tw-shadow-color: rgb(5 150 105 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/25 {
  --tw-shadow-color: rgb(5 150 105 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/30 {
  --tw-shadow-color: rgb(5 150 105 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/35 {
  --tw-shadow-color: rgb(5 150 105 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/40 {
  --tw-shadow-color: rgb(5 150 105 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/45 {
  --tw-shadow-color: rgb(5 150 105 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/5 {
  --tw-shadow-color: rgb(5 150 105 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/50 {
  --tw-shadow-color: rgb(5 150 105 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/55 {
  --tw-shadow-color: rgb(5 150 105 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/60 {
  --tw-shadow-color: rgb(5 150 105 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/65 {
  --tw-shadow-color: rgb(5 150 105 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/70 {
  --tw-shadow-color: rgb(5 150 105 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/75 {
  --tw-shadow-color: rgb(5 150 105 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/80 {
  --tw-shadow-color: rgb(5 150 105 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/85 {
  --tw-shadow-color: rgb(5 150 105 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/90 {
  --tw-shadow-color: rgb(5 150 105 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-600\/95 {
  --tw-shadow-color: rgb(5 150 105 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700 {
  --tw-shadow-color: #047857 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/0 {
  --tw-shadow-color: rgb(4 120 87 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/10 {
  --tw-shadow-color: rgb(4 120 87 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/100 {
  --tw-shadow-color: rgb(4 120 87 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/15 {
  --tw-shadow-color: rgb(4 120 87 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/20 {
  --tw-shadow-color: rgb(4 120 87 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/25 {
  --tw-shadow-color: rgb(4 120 87 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/30 {
  --tw-shadow-color: rgb(4 120 87 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/35 {
  --tw-shadow-color: rgb(4 120 87 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/40 {
  --tw-shadow-color: rgb(4 120 87 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/45 {
  --tw-shadow-color: rgb(4 120 87 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/5 {
  --tw-shadow-color: rgb(4 120 87 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/50 {
  --tw-shadow-color: rgb(4 120 87 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/55 {
  --tw-shadow-color: rgb(4 120 87 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/60 {
  --tw-shadow-color: rgb(4 120 87 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/65 {
  --tw-shadow-color: rgb(4 120 87 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/70 {
  --tw-shadow-color: rgb(4 120 87 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/75 {
  --tw-shadow-color: rgb(4 120 87 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/80 {
  --tw-shadow-color: rgb(4 120 87 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/85 {
  --tw-shadow-color: rgb(4 120 87 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/90 {
  --tw-shadow-color: rgb(4 120 87 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-700\/95 {
  --tw-shadow-color: rgb(4 120 87 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800 {
  --tw-shadow-color: #065f46 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/0 {
  --tw-shadow-color: rgb(6 95 70 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/10 {
  --tw-shadow-color: rgb(6 95 70 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/100 {
  --tw-shadow-color: rgb(6 95 70 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/15 {
  --tw-shadow-color: rgb(6 95 70 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/20 {
  --tw-shadow-color: rgb(6 95 70 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/25 {
  --tw-shadow-color: rgb(6 95 70 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/30 {
  --tw-shadow-color: rgb(6 95 70 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/35 {
  --tw-shadow-color: rgb(6 95 70 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/40 {
  --tw-shadow-color: rgb(6 95 70 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/45 {
  --tw-shadow-color: rgb(6 95 70 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/5 {
  --tw-shadow-color: rgb(6 95 70 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/50 {
  --tw-shadow-color: rgb(6 95 70 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/55 {
  --tw-shadow-color: rgb(6 95 70 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/60 {
  --tw-shadow-color: rgb(6 95 70 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/65 {
  --tw-shadow-color: rgb(6 95 70 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/70 {
  --tw-shadow-color: rgb(6 95 70 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/75 {
  --tw-shadow-color: rgb(6 95 70 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/80 {
  --tw-shadow-color: rgb(6 95 70 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/85 {
  --tw-shadow-color: rgb(6 95 70 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/90 {
  --tw-shadow-color: rgb(6 95 70 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-800\/95 {
  --tw-shadow-color: rgb(6 95 70 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900 {
  --tw-shadow-color: #064e3b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/0 {
  --tw-shadow-color: rgb(6 78 59 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/10 {
  --tw-shadow-color: rgb(6 78 59 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/100 {
  --tw-shadow-color: rgb(6 78 59 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/15 {
  --tw-shadow-color: rgb(6 78 59 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/20 {
  --tw-shadow-color: rgb(6 78 59 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/25 {
  --tw-shadow-color: rgb(6 78 59 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/30 {
  --tw-shadow-color: rgb(6 78 59 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/35 {
  --tw-shadow-color: rgb(6 78 59 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/40 {
  --tw-shadow-color: rgb(6 78 59 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/45 {
  --tw-shadow-color: rgb(6 78 59 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/5 {
  --tw-shadow-color: rgb(6 78 59 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/50 {
  --tw-shadow-color: rgb(6 78 59 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/55 {
  --tw-shadow-color: rgb(6 78 59 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/60 {
  --tw-shadow-color: rgb(6 78 59 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/65 {
  --tw-shadow-color: rgb(6 78 59 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/70 {
  --tw-shadow-color: rgb(6 78 59 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/75 {
  --tw-shadow-color: rgb(6 78 59 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/80 {
  --tw-shadow-color: rgb(6 78 59 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/85 {
  --tw-shadow-color: rgb(6 78 59 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/90 {
  --tw-shadow-color: rgb(6 78 59 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-900\/95 {
  --tw-shadow-color: rgb(6 78 59 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950 {
  --tw-shadow-color: #022c22 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/0 {
  --tw-shadow-color: rgb(2 44 34 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/10 {
  --tw-shadow-color: rgb(2 44 34 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/100 {
  --tw-shadow-color: rgb(2 44 34 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/15 {
  --tw-shadow-color: rgb(2 44 34 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/20 {
  --tw-shadow-color: rgb(2 44 34 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/25 {
  --tw-shadow-color: rgb(2 44 34 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/30 {
  --tw-shadow-color: rgb(2 44 34 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/35 {
  --tw-shadow-color: rgb(2 44 34 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/40 {
  --tw-shadow-color: rgb(2 44 34 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/45 {
  --tw-shadow-color: rgb(2 44 34 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/5 {
  --tw-shadow-color: rgb(2 44 34 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/50 {
  --tw-shadow-color: rgb(2 44 34 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/55 {
  --tw-shadow-color: rgb(2 44 34 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/60 {
  --tw-shadow-color: rgb(2 44 34 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/65 {
  --tw-shadow-color: rgb(2 44 34 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/70 {
  --tw-shadow-color: rgb(2 44 34 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/75 {
  --tw-shadow-color: rgb(2 44 34 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/80 {
  --tw-shadow-color: rgb(2 44 34 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/85 {
  --tw-shadow-color: rgb(2 44 34 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/90 {
  --tw-shadow-color: rgb(2 44 34 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-emerald-950\/95 {
  --tw-shadow-color: rgb(2 44 34 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100 {
  --tw-shadow-color: #fae8ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/0 {
  --tw-shadow-color: rgb(250 232 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/10 {
  --tw-shadow-color: rgb(250 232 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/100 {
  --tw-shadow-color: rgb(250 232 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/15 {
  --tw-shadow-color: rgb(250 232 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/20 {
  --tw-shadow-color: rgb(250 232 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/25 {
  --tw-shadow-color: rgb(250 232 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/30 {
  --tw-shadow-color: rgb(250 232 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/35 {
  --tw-shadow-color: rgb(250 232 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/40 {
  --tw-shadow-color: rgb(250 232 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/45 {
  --tw-shadow-color: rgb(250 232 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/5 {
  --tw-shadow-color: rgb(250 232 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/50 {
  --tw-shadow-color: rgb(250 232 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/55 {
  --tw-shadow-color: rgb(250 232 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/60 {
  --tw-shadow-color: rgb(250 232 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/65 {
  --tw-shadow-color: rgb(250 232 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/70 {
  --tw-shadow-color: rgb(250 232 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/75 {
  --tw-shadow-color: rgb(250 232 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/80 {
  --tw-shadow-color: rgb(250 232 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/85 {
  --tw-shadow-color: rgb(250 232 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/90 {
  --tw-shadow-color: rgb(250 232 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-100\/95 {
  --tw-shadow-color: rgb(250 232 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200 {
  --tw-shadow-color: #f5d0fe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/0 {
  --tw-shadow-color: rgb(245 208 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/10 {
  --tw-shadow-color: rgb(245 208 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/100 {
  --tw-shadow-color: rgb(245 208 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/15 {
  --tw-shadow-color: rgb(245 208 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/20 {
  --tw-shadow-color: rgb(245 208 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/25 {
  --tw-shadow-color: rgb(245 208 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/30 {
  --tw-shadow-color: rgb(245 208 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/35 {
  --tw-shadow-color: rgb(245 208 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/40 {
  --tw-shadow-color: rgb(245 208 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/45 {
  --tw-shadow-color: rgb(245 208 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/5 {
  --tw-shadow-color: rgb(245 208 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/50 {
  --tw-shadow-color: rgb(245 208 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/55 {
  --tw-shadow-color: rgb(245 208 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/60 {
  --tw-shadow-color: rgb(245 208 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/65 {
  --tw-shadow-color: rgb(245 208 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/70 {
  --tw-shadow-color: rgb(245 208 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/75 {
  --tw-shadow-color: rgb(245 208 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/80 {
  --tw-shadow-color: rgb(245 208 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/85 {
  --tw-shadow-color: rgb(245 208 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/90 {
  --tw-shadow-color: rgb(245 208 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-200\/95 {
  --tw-shadow-color: rgb(245 208 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300 {
  --tw-shadow-color: #f0abfc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/0 {
  --tw-shadow-color: rgb(240 171 252 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/10 {
  --tw-shadow-color: rgb(240 171 252 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/100 {
  --tw-shadow-color: rgb(240 171 252 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/15 {
  --tw-shadow-color: rgb(240 171 252 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/20 {
  --tw-shadow-color: rgb(240 171 252 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/25 {
  --tw-shadow-color: rgb(240 171 252 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/30 {
  --tw-shadow-color: rgb(240 171 252 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/35 {
  --tw-shadow-color: rgb(240 171 252 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/40 {
  --tw-shadow-color: rgb(240 171 252 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/45 {
  --tw-shadow-color: rgb(240 171 252 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/5 {
  --tw-shadow-color: rgb(240 171 252 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/50 {
  --tw-shadow-color: rgb(240 171 252 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/55 {
  --tw-shadow-color: rgb(240 171 252 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/60 {
  --tw-shadow-color: rgb(240 171 252 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/65 {
  --tw-shadow-color: rgb(240 171 252 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/70 {
  --tw-shadow-color: rgb(240 171 252 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/75 {
  --tw-shadow-color: rgb(240 171 252 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/80 {
  --tw-shadow-color: rgb(240 171 252 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/85 {
  --tw-shadow-color: rgb(240 171 252 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/90 {
  --tw-shadow-color: rgb(240 171 252 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-300\/95 {
  --tw-shadow-color: rgb(240 171 252 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400 {
  --tw-shadow-color: #e879f9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/0 {
  --tw-shadow-color: rgb(232 121 249 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/10 {
  --tw-shadow-color: rgb(232 121 249 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/100 {
  --tw-shadow-color: rgb(232 121 249 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/15 {
  --tw-shadow-color: rgb(232 121 249 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/20 {
  --tw-shadow-color: rgb(232 121 249 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/25 {
  --tw-shadow-color: rgb(232 121 249 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/30 {
  --tw-shadow-color: rgb(232 121 249 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/35 {
  --tw-shadow-color: rgb(232 121 249 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/40 {
  --tw-shadow-color: rgb(232 121 249 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/45 {
  --tw-shadow-color: rgb(232 121 249 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/5 {
  --tw-shadow-color: rgb(232 121 249 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/50 {
  --tw-shadow-color: rgb(232 121 249 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/55 {
  --tw-shadow-color: rgb(232 121 249 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/60 {
  --tw-shadow-color: rgb(232 121 249 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/65 {
  --tw-shadow-color: rgb(232 121 249 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/70 {
  --tw-shadow-color: rgb(232 121 249 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/75 {
  --tw-shadow-color: rgb(232 121 249 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/80 {
  --tw-shadow-color: rgb(232 121 249 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/85 {
  --tw-shadow-color: rgb(232 121 249 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/90 {
  --tw-shadow-color: rgb(232 121 249 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-400\/95 {
  --tw-shadow-color: rgb(232 121 249 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50 {
  --tw-shadow-color: #fdf4ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/0 {
  --tw-shadow-color: rgb(253 244 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/10 {
  --tw-shadow-color: rgb(253 244 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/100 {
  --tw-shadow-color: rgb(253 244 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/15 {
  --tw-shadow-color: rgb(253 244 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/20 {
  --tw-shadow-color: rgb(253 244 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/25 {
  --tw-shadow-color: rgb(253 244 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/30 {
  --tw-shadow-color: rgb(253 244 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/35 {
  --tw-shadow-color: rgb(253 244 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/40 {
  --tw-shadow-color: rgb(253 244 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/45 {
  --tw-shadow-color: rgb(253 244 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/5 {
  --tw-shadow-color: rgb(253 244 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/50 {
  --tw-shadow-color: rgb(253 244 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/55 {
  --tw-shadow-color: rgb(253 244 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/60 {
  --tw-shadow-color: rgb(253 244 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/65 {
  --tw-shadow-color: rgb(253 244 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/70 {
  --tw-shadow-color: rgb(253 244 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/75 {
  --tw-shadow-color: rgb(253 244 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/80 {
  --tw-shadow-color: rgb(253 244 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/85 {
  --tw-shadow-color: rgb(253 244 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/90 {
  --tw-shadow-color: rgb(253 244 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-50\/95 {
  --tw-shadow-color: rgb(253 244 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500 {
  --tw-shadow-color: #d946ef !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/0 {
  --tw-shadow-color: rgb(217 70 239 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/10 {
  --tw-shadow-color: rgb(217 70 239 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/100 {
  --tw-shadow-color: rgb(217 70 239 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/15 {
  --tw-shadow-color: rgb(217 70 239 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/20 {
  --tw-shadow-color: rgb(217 70 239 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/25 {
  --tw-shadow-color: rgb(217 70 239 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/30 {
  --tw-shadow-color: rgb(217 70 239 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/35 {
  --tw-shadow-color: rgb(217 70 239 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/40 {
  --tw-shadow-color: rgb(217 70 239 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/45 {
  --tw-shadow-color: rgb(217 70 239 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/5 {
  --tw-shadow-color: rgb(217 70 239 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/50 {
  --tw-shadow-color: rgb(217 70 239 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/55 {
  --tw-shadow-color: rgb(217 70 239 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/60 {
  --tw-shadow-color: rgb(217 70 239 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/65 {
  --tw-shadow-color: rgb(217 70 239 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/70 {
  --tw-shadow-color: rgb(217 70 239 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/75 {
  --tw-shadow-color: rgb(217 70 239 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/80 {
  --tw-shadow-color: rgb(217 70 239 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/85 {
  --tw-shadow-color: rgb(217 70 239 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/90 {
  --tw-shadow-color: rgb(217 70 239 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-500\/95 {
  --tw-shadow-color: rgb(217 70 239 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600 {
  --tw-shadow-color: #c026d3 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/0 {
  --tw-shadow-color: rgb(192 38 211 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/10 {
  --tw-shadow-color: rgb(192 38 211 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/100 {
  --tw-shadow-color: rgb(192 38 211 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/15 {
  --tw-shadow-color: rgb(192 38 211 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/20 {
  --tw-shadow-color: rgb(192 38 211 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/25 {
  --tw-shadow-color: rgb(192 38 211 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/30 {
  --tw-shadow-color: rgb(192 38 211 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/35 {
  --tw-shadow-color: rgb(192 38 211 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/40 {
  --tw-shadow-color: rgb(192 38 211 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/45 {
  --tw-shadow-color: rgb(192 38 211 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/5 {
  --tw-shadow-color: rgb(192 38 211 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/50 {
  --tw-shadow-color: rgb(192 38 211 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/55 {
  --tw-shadow-color: rgb(192 38 211 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/60 {
  --tw-shadow-color: rgb(192 38 211 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/65 {
  --tw-shadow-color: rgb(192 38 211 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/70 {
  --tw-shadow-color: rgb(192 38 211 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/75 {
  --tw-shadow-color: rgb(192 38 211 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/80 {
  --tw-shadow-color: rgb(192 38 211 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/85 {
  --tw-shadow-color: rgb(192 38 211 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/90 {
  --tw-shadow-color: rgb(192 38 211 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-600\/95 {
  --tw-shadow-color: rgb(192 38 211 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700 {
  --tw-shadow-color: #a21caf !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/0 {
  --tw-shadow-color: rgb(162 28 175 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/10 {
  --tw-shadow-color: rgb(162 28 175 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/100 {
  --tw-shadow-color: rgb(162 28 175 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/15 {
  --tw-shadow-color: rgb(162 28 175 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/20 {
  --tw-shadow-color: rgb(162 28 175 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/25 {
  --tw-shadow-color: rgb(162 28 175 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/30 {
  --tw-shadow-color: rgb(162 28 175 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/35 {
  --tw-shadow-color: rgb(162 28 175 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/40 {
  --tw-shadow-color: rgb(162 28 175 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/45 {
  --tw-shadow-color: rgb(162 28 175 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/5 {
  --tw-shadow-color: rgb(162 28 175 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/50 {
  --tw-shadow-color: rgb(162 28 175 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/55 {
  --tw-shadow-color: rgb(162 28 175 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/60 {
  --tw-shadow-color: rgb(162 28 175 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/65 {
  --tw-shadow-color: rgb(162 28 175 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/70 {
  --tw-shadow-color: rgb(162 28 175 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/75 {
  --tw-shadow-color: rgb(162 28 175 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/80 {
  --tw-shadow-color: rgb(162 28 175 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/85 {
  --tw-shadow-color: rgb(162 28 175 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/90 {
  --tw-shadow-color: rgb(162 28 175 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-700\/95 {
  --tw-shadow-color: rgb(162 28 175 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800 {
  --tw-shadow-color: #86198f !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/0 {
  --tw-shadow-color: rgb(134 25 143 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/10 {
  --tw-shadow-color: rgb(134 25 143 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/100 {
  --tw-shadow-color: rgb(134 25 143 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/15 {
  --tw-shadow-color: rgb(134 25 143 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/20 {
  --tw-shadow-color: rgb(134 25 143 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/25 {
  --tw-shadow-color: rgb(134 25 143 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/30 {
  --tw-shadow-color: rgb(134 25 143 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/35 {
  --tw-shadow-color: rgb(134 25 143 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/40 {
  --tw-shadow-color: rgb(134 25 143 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/45 {
  --tw-shadow-color: rgb(134 25 143 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/5 {
  --tw-shadow-color: rgb(134 25 143 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/50 {
  --tw-shadow-color: rgb(134 25 143 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/55 {
  --tw-shadow-color: rgb(134 25 143 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/60 {
  --tw-shadow-color: rgb(134 25 143 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/65 {
  --tw-shadow-color: rgb(134 25 143 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/70 {
  --tw-shadow-color: rgb(134 25 143 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/75 {
  --tw-shadow-color: rgb(134 25 143 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/80 {
  --tw-shadow-color: rgb(134 25 143 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/85 {
  --tw-shadow-color: rgb(134 25 143 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/90 {
  --tw-shadow-color: rgb(134 25 143 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-800\/95 {
  --tw-shadow-color: rgb(134 25 143 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900 {
  --tw-shadow-color: #701a75 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/0 {
  --tw-shadow-color: rgb(112 26 117 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/10 {
  --tw-shadow-color: rgb(112 26 117 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/100 {
  --tw-shadow-color: rgb(112 26 117 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/15 {
  --tw-shadow-color: rgb(112 26 117 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/20 {
  --tw-shadow-color: rgb(112 26 117 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/25 {
  --tw-shadow-color: rgb(112 26 117 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/30 {
  --tw-shadow-color: rgb(112 26 117 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/35 {
  --tw-shadow-color: rgb(112 26 117 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/40 {
  --tw-shadow-color: rgb(112 26 117 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/45 {
  --tw-shadow-color: rgb(112 26 117 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/5 {
  --tw-shadow-color: rgb(112 26 117 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/50 {
  --tw-shadow-color: rgb(112 26 117 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/55 {
  --tw-shadow-color: rgb(112 26 117 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/60 {
  --tw-shadow-color: rgb(112 26 117 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/65 {
  --tw-shadow-color: rgb(112 26 117 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/70 {
  --tw-shadow-color: rgb(112 26 117 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/75 {
  --tw-shadow-color: rgb(112 26 117 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/80 {
  --tw-shadow-color: rgb(112 26 117 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/85 {
  --tw-shadow-color: rgb(112 26 117 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/90 {
  --tw-shadow-color: rgb(112 26 117 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-900\/95 {
  --tw-shadow-color: rgb(112 26 117 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950 {
  --tw-shadow-color: #4a044e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/0 {
  --tw-shadow-color: rgb(74 4 78 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/10 {
  --tw-shadow-color: rgb(74 4 78 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/100 {
  --tw-shadow-color: rgb(74 4 78 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/15 {
  --tw-shadow-color: rgb(74 4 78 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/20 {
  --tw-shadow-color: rgb(74 4 78 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/25 {
  --tw-shadow-color: rgb(74 4 78 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/30 {
  --tw-shadow-color: rgb(74 4 78 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/35 {
  --tw-shadow-color: rgb(74 4 78 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/40 {
  --tw-shadow-color: rgb(74 4 78 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/45 {
  --tw-shadow-color: rgb(74 4 78 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/5 {
  --tw-shadow-color: rgb(74 4 78 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/50 {
  --tw-shadow-color: rgb(74 4 78 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/55 {
  --tw-shadow-color: rgb(74 4 78 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/60 {
  --tw-shadow-color: rgb(74 4 78 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/65 {
  --tw-shadow-color: rgb(74 4 78 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/70 {
  --tw-shadow-color: rgb(74 4 78 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/75 {
  --tw-shadow-color: rgb(74 4 78 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/80 {
  --tw-shadow-color: rgb(74 4 78 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/85 {
  --tw-shadow-color: rgb(74 4 78 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/90 {
  --tw-shadow-color: rgb(74 4 78 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-fuchsia-950\/95 {
  --tw-shadow-color: rgb(74 4 78 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/0 {
  --tw-shadow-color: rgb(243 244 246 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/10 {
  --tw-shadow-color: rgb(243 244 246 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/100 {
  --tw-shadow-color: rgb(243 244 246 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/15 {
  --tw-shadow-color: rgb(243 244 246 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/20 {
  --tw-shadow-color: rgb(243 244 246 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/25 {
  --tw-shadow-color: rgb(243 244 246 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/30 {
  --tw-shadow-color: rgb(243 244 246 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/35 {
  --tw-shadow-color: rgb(243 244 246 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/40 {
  --tw-shadow-color: rgb(243 244 246 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/45 {
  --tw-shadow-color: rgb(243 244 246 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/5 {
  --tw-shadow-color: rgb(243 244 246 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/50 {
  --tw-shadow-color: rgb(243 244 246 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/55 {
  --tw-shadow-color: rgb(243 244 246 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/60 {
  --tw-shadow-color: rgb(243 244 246 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/65 {
  --tw-shadow-color: rgb(243 244 246 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/70 {
  --tw-shadow-color: rgb(243 244 246 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/75 {
  --tw-shadow-color: rgb(243 244 246 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/80 {
  --tw-shadow-color: rgb(243 244 246 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/85 {
  --tw-shadow-color: rgb(243 244 246 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/90 {
  --tw-shadow-color: rgb(243 244 246 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-100\/95 {
  --tw-shadow-color: rgb(243 244 246 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/0 {
  --tw-shadow-color: rgb(229 231 235 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/10 {
  --tw-shadow-color: rgb(229 231 235 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/100 {
  --tw-shadow-color: rgb(229 231 235 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/15 {
  --tw-shadow-color: rgb(229 231 235 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/20 {
  --tw-shadow-color: rgb(229 231 235 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/25 {
  --tw-shadow-color: rgb(229 231 235 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/30 {
  --tw-shadow-color: rgb(229 231 235 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/35 {
  --tw-shadow-color: rgb(229 231 235 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/40 {
  --tw-shadow-color: rgb(229 231 235 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/45 {
  --tw-shadow-color: rgb(229 231 235 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/5 {
  --tw-shadow-color: rgb(229 231 235 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/55 {
  --tw-shadow-color: rgb(229 231 235 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/60 {
  --tw-shadow-color: rgb(229 231 235 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/65 {
  --tw-shadow-color: rgb(229 231 235 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/70 {
  --tw-shadow-color: rgb(229 231 235 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/75 {
  --tw-shadow-color: rgb(229 231 235 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/80 {
  --tw-shadow-color: rgb(229 231 235 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/85 {
  --tw-shadow-color: rgb(229 231 235 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/90 {
  --tw-shadow-color: rgb(229 231 235 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200\/95 {
  --tw-shadow-color: rgb(229 231 235 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300 {
  --tw-shadow-color: #d1d5db !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/0 {
  --tw-shadow-color: rgb(209 213 219 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/10 {
  --tw-shadow-color: rgb(209 213 219 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/100 {
  --tw-shadow-color: rgb(209 213 219 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/15 {
  --tw-shadow-color: rgb(209 213 219 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/20 {
  --tw-shadow-color: rgb(209 213 219 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/25 {
  --tw-shadow-color: rgb(209 213 219 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/30 {
  --tw-shadow-color: rgb(209 213 219 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/35 {
  --tw-shadow-color: rgb(209 213 219 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/40 {
  --tw-shadow-color: rgb(209 213 219 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/45 {
  --tw-shadow-color: rgb(209 213 219 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/5 {
  --tw-shadow-color: rgb(209 213 219 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/50 {
  --tw-shadow-color: rgb(209 213 219 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/55 {
  --tw-shadow-color: rgb(209 213 219 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/60 {
  --tw-shadow-color: rgb(209 213 219 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/65 {
  --tw-shadow-color: rgb(209 213 219 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/70 {
  --tw-shadow-color: rgb(209 213 219 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/75 {
  --tw-shadow-color: rgb(209 213 219 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/80 {
  --tw-shadow-color: rgb(209 213 219 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/85 {
  --tw-shadow-color: rgb(209 213 219 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/90 {
  --tw-shadow-color: rgb(209 213 219 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300\/95 {
  --tw-shadow-color: rgb(209 213 219 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400 {
  --tw-shadow-color: #9ca3af !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/0 {
  --tw-shadow-color: rgb(156 163 175 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/10 {
  --tw-shadow-color: rgb(156 163 175 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/15 {
  --tw-shadow-color: rgb(156 163 175 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/20 {
  --tw-shadow-color: rgb(156 163 175 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/25 {
  --tw-shadow-color: rgb(156 163 175 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/30 {
  --tw-shadow-color: rgb(156 163 175 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/35 {
  --tw-shadow-color: rgb(156 163 175 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/45 {
  --tw-shadow-color: rgb(156 163 175 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/50 {
  --tw-shadow-color: rgb(156 163 175 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/55 {
  --tw-shadow-color: rgb(156 163 175 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/65 {
  --tw-shadow-color: rgb(156 163 175 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/70 {
  --tw-shadow-color: rgb(156 163 175 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/75 {
  --tw-shadow-color: rgb(156 163 175 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/80 {
  --tw-shadow-color: rgb(156 163 175 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/85 {
  --tw-shadow-color: rgb(156 163 175 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/90 {
  --tw-shadow-color: rgb(156 163 175 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-400\/95 {
  --tw-shadow-color: rgb(156 163 175 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50 {
  --tw-shadow-color: #f9fafb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/0 {
  --tw-shadow-color: rgb(249 250 251 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/10 {
  --tw-shadow-color: rgb(249 250 251 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/100 {
  --tw-shadow-color: rgb(249 250 251 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/15 {
  --tw-shadow-color: rgb(249 250 251 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/20 {
  --tw-shadow-color: rgb(249 250 251 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/25 {
  --tw-shadow-color: rgb(249 250 251 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/30 {
  --tw-shadow-color: rgb(249 250 251 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/35 {
  --tw-shadow-color: rgb(249 250 251 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/40 {
  --tw-shadow-color: rgb(249 250 251 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/45 {
  --tw-shadow-color: rgb(249 250 251 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/5 {
  --tw-shadow-color: rgb(249 250 251 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/50 {
  --tw-shadow-color: rgb(249 250 251 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/55 {
  --tw-shadow-color: rgb(249 250 251 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/60 {
  --tw-shadow-color: rgb(249 250 251 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/65 {
  --tw-shadow-color: rgb(249 250 251 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/70 {
  --tw-shadow-color: rgb(249 250 251 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/75 {
  --tw-shadow-color: rgb(249 250 251 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/80 {
  --tw-shadow-color: rgb(249 250 251 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/85 {
  --tw-shadow-color: rgb(249 250 251 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/90 {
  --tw-shadow-color: rgb(249 250 251 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50\/95 {
  --tw-shadow-color: rgb(249 250 251 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500 {
  --tw-shadow-color: #6b7280 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/0 {
  --tw-shadow-color: rgb(107 114 128 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/10 {
  --tw-shadow-color: rgb(107 114 128 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/100 {
  --tw-shadow-color: rgb(107 114 128 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/15 {
  --tw-shadow-color: rgb(107 114 128 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/25 {
  --tw-shadow-color: rgb(107 114 128 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/30 {
  --tw-shadow-color: rgb(107 114 128 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/35 {
  --tw-shadow-color: rgb(107 114 128 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/45 {
  --tw-shadow-color: rgb(107 114 128 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/5 {
  --tw-shadow-color: rgb(107 114 128 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/50 {
  --tw-shadow-color: rgb(107 114 128 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/55 {
  --tw-shadow-color: rgb(107 114 128 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/60 {
  --tw-shadow-color: rgb(107 114 128 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/65 {
  --tw-shadow-color: rgb(107 114 128 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/70 {
  --tw-shadow-color: rgb(107 114 128 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/75 {
  --tw-shadow-color: rgb(107 114 128 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/80 {
  --tw-shadow-color: rgb(107 114 128 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/85 {
  --tw-shadow-color: rgb(107 114 128 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/90 {
  --tw-shadow-color: rgb(107 114 128 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-500\/95 {
  --tw-shadow-color: rgb(107 114 128 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600 {
  --tw-shadow-color: #4b5563 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/0 {
  --tw-shadow-color: rgb(75 85 99 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/10 {
  --tw-shadow-color: rgb(75 85 99 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/100 {
  --tw-shadow-color: rgb(75 85 99 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/15 {
  --tw-shadow-color: rgb(75 85 99 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/20 {
  --tw-shadow-color: rgb(75 85 99 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/25 {
  --tw-shadow-color: rgb(75 85 99 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/30 {
  --tw-shadow-color: rgb(75 85 99 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/35 {
  --tw-shadow-color: rgb(75 85 99 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/40 {
  --tw-shadow-color: rgb(75 85 99 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/45 {
  --tw-shadow-color: rgb(75 85 99 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/5 {
  --tw-shadow-color: rgb(75 85 99 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/50 {
  --tw-shadow-color: rgb(75 85 99 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/55 {
  --tw-shadow-color: rgb(75 85 99 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/60 {
  --tw-shadow-color: rgb(75 85 99 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/65 {
  --tw-shadow-color: rgb(75 85 99 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/70 {
  --tw-shadow-color: rgb(75 85 99 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/75 {
  --tw-shadow-color: rgb(75 85 99 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/80 {
  --tw-shadow-color: rgb(75 85 99 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/85 {
  --tw-shadow-color: rgb(75 85 99 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/90 {
  --tw-shadow-color: rgb(75 85 99 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-600\/95 {
  --tw-shadow-color: rgb(75 85 99 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700 {
  --tw-shadow-color: #374151 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/0 {
  --tw-shadow-color: rgb(55 65 81 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/10 {
  --tw-shadow-color: rgb(55 65 81 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/100 {
  --tw-shadow-color: rgb(55 65 81 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/15 {
  --tw-shadow-color: rgb(55 65 81 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/20 {
  --tw-shadow-color: rgb(55 65 81 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/25 {
  --tw-shadow-color: rgb(55 65 81 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/30 {
  --tw-shadow-color: rgb(55 65 81 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/35 {
  --tw-shadow-color: rgb(55 65 81 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/40 {
  --tw-shadow-color: rgb(55 65 81 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/45 {
  --tw-shadow-color: rgb(55 65 81 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/5 {
  --tw-shadow-color: rgb(55 65 81 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/50 {
  --tw-shadow-color: rgb(55 65 81 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/55 {
  --tw-shadow-color: rgb(55 65 81 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/60 {
  --tw-shadow-color: rgb(55 65 81 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/65 {
  --tw-shadow-color: rgb(55 65 81 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/70 {
  --tw-shadow-color: rgb(55 65 81 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/75 {
  --tw-shadow-color: rgb(55 65 81 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/80 {
  --tw-shadow-color: rgb(55 65 81 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/85 {
  --tw-shadow-color: rgb(55 65 81 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/90 {
  --tw-shadow-color: rgb(55 65 81 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-700\/95 {
  --tw-shadow-color: rgb(55 65 81 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800 {
  --tw-shadow-color: #1f2937 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/0 {
  --tw-shadow-color: rgb(31 41 55 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/10 {
  --tw-shadow-color: rgb(31 41 55 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/100 {
  --tw-shadow-color: rgb(31 41 55 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/15 {
  --tw-shadow-color: rgb(31 41 55 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/20 {
  --tw-shadow-color: rgb(31 41 55 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/25 {
  --tw-shadow-color: rgb(31 41 55 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/30 {
  --tw-shadow-color: rgb(31 41 55 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/35 {
  --tw-shadow-color: rgb(31 41 55 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/40 {
  --tw-shadow-color: rgb(31 41 55 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/45 {
  --tw-shadow-color: rgb(31 41 55 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/5 {
  --tw-shadow-color: rgb(31 41 55 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/50 {
  --tw-shadow-color: rgb(31 41 55 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/55 {
  --tw-shadow-color: rgb(31 41 55 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/60 {
  --tw-shadow-color: rgb(31 41 55 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/65 {
  --tw-shadow-color: rgb(31 41 55 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/70 {
  --tw-shadow-color: rgb(31 41 55 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/75 {
  --tw-shadow-color: rgb(31 41 55 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/80 {
  --tw-shadow-color: rgb(31 41 55 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/85 {
  --tw-shadow-color: rgb(31 41 55 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/90 {
  --tw-shadow-color: rgb(31 41 55 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-800\/95 {
  --tw-shadow-color: rgb(31 41 55 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900 {
  --tw-shadow-color: #111827 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/0 {
  --tw-shadow-color: rgb(17 24 39 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/10 {
  --tw-shadow-color: rgb(17 24 39 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/100 {
  --tw-shadow-color: rgb(17 24 39 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/15 {
  --tw-shadow-color: rgb(17 24 39 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/20 {
  --tw-shadow-color: rgb(17 24 39 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/25 {
  --tw-shadow-color: rgb(17 24 39 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/30 {
  --tw-shadow-color: rgb(17 24 39 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/35 {
  --tw-shadow-color: rgb(17 24 39 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/40 {
  --tw-shadow-color: rgb(17 24 39 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/45 {
  --tw-shadow-color: rgb(17 24 39 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/5 {
  --tw-shadow-color: rgb(17 24 39 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/50 {
  --tw-shadow-color: rgb(17 24 39 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/55 {
  --tw-shadow-color: rgb(17 24 39 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/60 {
  --tw-shadow-color: rgb(17 24 39 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/65 {
  --tw-shadow-color: rgb(17 24 39 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/70 {
  --tw-shadow-color: rgb(17 24 39 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/75 {
  --tw-shadow-color: rgb(17 24 39 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/80 {
  --tw-shadow-color: rgb(17 24 39 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/85 {
  --tw-shadow-color: rgb(17 24 39 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/90 {
  --tw-shadow-color: rgb(17 24 39 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-900\/95 {
  --tw-shadow-color: rgb(17 24 39 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950 {
  --tw-shadow-color: #030712 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/0 {
  --tw-shadow-color: rgb(3 7 18 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/10 {
  --tw-shadow-color: rgb(3 7 18 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/100 {
  --tw-shadow-color: rgb(3 7 18 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/15 {
  --tw-shadow-color: rgb(3 7 18 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/20 {
  --tw-shadow-color: rgb(3 7 18 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/25 {
  --tw-shadow-color: rgb(3 7 18 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/30 {
  --tw-shadow-color: rgb(3 7 18 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/35 {
  --tw-shadow-color: rgb(3 7 18 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/40 {
  --tw-shadow-color: rgb(3 7 18 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/45 {
  --tw-shadow-color: rgb(3 7 18 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/5 {
  --tw-shadow-color: rgb(3 7 18 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/50 {
  --tw-shadow-color: rgb(3 7 18 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/55 {
  --tw-shadow-color: rgb(3 7 18 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/60 {
  --tw-shadow-color: rgb(3 7 18 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/65 {
  --tw-shadow-color: rgb(3 7 18 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/70 {
  --tw-shadow-color: rgb(3 7 18 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/75 {
  --tw-shadow-color: rgb(3 7 18 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/80 {
  --tw-shadow-color: rgb(3 7 18 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/85 {
  --tw-shadow-color: rgb(3 7 18 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/90 {
  --tw-shadow-color: rgb(3 7 18 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-950\/95 {
  --tw-shadow-color: rgb(3 7 18 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100 {
  --tw-shadow-color: #dcfce7 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/0 {
  --tw-shadow-color: rgb(220 252 231 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/10 {
  --tw-shadow-color: rgb(220 252 231 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/100 {
  --tw-shadow-color: rgb(220 252 231 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/15 {
  --tw-shadow-color: rgb(220 252 231 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/20 {
  --tw-shadow-color: rgb(220 252 231 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/25 {
  --tw-shadow-color: rgb(220 252 231 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/30 {
  --tw-shadow-color: rgb(220 252 231 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/35 {
  --tw-shadow-color: rgb(220 252 231 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/40 {
  --tw-shadow-color: rgb(220 252 231 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/45 {
  --tw-shadow-color: rgb(220 252 231 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/5 {
  --tw-shadow-color: rgb(220 252 231 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/50 {
  --tw-shadow-color: rgb(220 252 231 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/55 {
  --tw-shadow-color: rgb(220 252 231 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/60 {
  --tw-shadow-color: rgb(220 252 231 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/65 {
  --tw-shadow-color: rgb(220 252 231 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/70 {
  --tw-shadow-color: rgb(220 252 231 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/75 {
  --tw-shadow-color: rgb(220 252 231 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/80 {
  --tw-shadow-color: rgb(220 252 231 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/85 {
  --tw-shadow-color: rgb(220 252 231 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/90 {
  --tw-shadow-color: rgb(220 252 231 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100\/95 {
  --tw-shadow-color: rgb(220 252 231 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200 {
  --tw-shadow-color: #bbf7d0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/0 {
  --tw-shadow-color: rgb(187 247 208 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/10 {
  --tw-shadow-color: rgb(187 247 208 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/100 {
  --tw-shadow-color: rgb(187 247 208 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/15 {
  --tw-shadow-color: rgb(187 247 208 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/20 {
  --tw-shadow-color: rgb(187 247 208 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/25 {
  --tw-shadow-color: rgb(187 247 208 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/30 {
  --tw-shadow-color: rgb(187 247 208 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/35 {
  --tw-shadow-color: rgb(187 247 208 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/40 {
  --tw-shadow-color: rgb(187 247 208 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/45 {
  --tw-shadow-color: rgb(187 247 208 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/5 {
  --tw-shadow-color: rgb(187 247 208 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/50 {
  --tw-shadow-color: rgb(187 247 208 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/55 {
  --tw-shadow-color: rgb(187 247 208 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/60 {
  --tw-shadow-color: rgb(187 247 208 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/65 {
  --tw-shadow-color: rgb(187 247 208 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/70 {
  --tw-shadow-color: rgb(187 247 208 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/75 {
  --tw-shadow-color: rgb(187 247 208 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/80 {
  --tw-shadow-color: rgb(187 247 208 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/85 {
  --tw-shadow-color: rgb(187 247 208 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/90 {
  --tw-shadow-color: rgb(187 247 208 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200\/95 {
  --tw-shadow-color: rgb(187 247 208 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300 {
  --tw-shadow-color: #86efac !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/0 {
  --tw-shadow-color: rgb(134 239 172 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/10 {
  --tw-shadow-color: rgb(134 239 172 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/100 {
  --tw-shadow-color: rgb(134 239 172 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/15 {
  --tw-shadow-color: rgb(134 239 172 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/20 {
  --tw-shadow-color: rgb(134 239 172 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/25 {
  --tw-shadow-color: rgb(134 239 172 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/30 {
  --tw-shadow-color: rgb(134 239 172 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/35 {
  --tw-shadow-color: rgb(134 239 172 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/40 {
  --tw-shadow-color: rgb(134 239 172 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/45 {
  --tw-shadow-color: rgb(134 239 172 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/5 {
  --tw-shadow-color: rgb(134 239 172 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/50 {
  --tw-shadow-color: rgb(134 239 172 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/55 {
  --tw-shadow-color: rgb(134 239 172 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/60 {
  --tw-shadow-color: rgb(134 239 172 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/65 {
  --tw-shadow-color: rgb(134 239 172 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/70 {
  --tw-shadow-color: rgb(134 239 172 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/75 {
  --tw-shadow-color: rgb(134 239 172 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/80 {
  --tw-shadow-color: rgb(134 239 172 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/85 {
  --tw-shadow-color: rgb(134 239 172 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/90 {
  --tw-shadow-color: rgb(134 239 172 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-300\/95 {
  --tw-shadow-color: rgb(134 239 172 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400 {
  --tw-shadow-color: #4ade80 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/0 {
  --tw-shadow-color: rgb(74 222 128 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/10 {
  --tw-shadow-color: rgb(74 222 128 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/100 {
  --tw-shadow-color: rgb(74 222 128 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/15 {
  --tw-shadow-color: rgb(74 222 128 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/20 {
  --tw-shadow-color: rgb(74 222 128 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/25 {
  --tw-shadow-color: rgb(74 222 128 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/30 {
  --tw-shadow-color: rgb(74 222 128 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/35 {
  --tw-shadow-color: rgb(74 222 128 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/40 {
  --tw-shadow-color: rgb(74 222 128 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/45 {
  --tw-shadow-color: rgb(74 222 128 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/5 {
  --tw-shadow-color: rgb(74 222 128 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/50 {
  --tw-shadow-color: rgb(74 222 128 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/55 {
  --tw-shadow-color: rgb(74 222 128 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/60 {
  --tw-shadow-color: rgb(74 222 128 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/65 {
  --tw-shadow-color: rgb(74 222 128 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/70 {
  --tw-shadow-color: rgb(74 222 128 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/75 {
  --tw-shadow-color: rgb(74 222 128 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/80 {
  --tw-shadow-color: rgb(74 222 128 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/85 {
  --tw-shadow-color: rgb(74 222 128 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/90 {
  --tw-shadow-color: rgb(74 222 128 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-400\/95 {
  --tw-shadow-color: rgb(74 222 128 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50 {
  --tw-shadow-color: #f0fdf4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/0 {
  --tw-shadow-color: rgb(240 253 244 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/10 {
  --tw-shadow-color: rgb(240 253 244 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/100 {
  --tw-shadow-color: rgb(240 253 244 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/15 {
  --tw-shadow-color: rgb(240 253 244 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/20 {
  --tw-shadow-color: rgb(240 253 244 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/25 {
  --tw-shadow-color: rgb(240 253 244 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/30 {
  --tw-shadow-color: rgb(240 253 244 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/35 {
  --tw-shadow-color: rgb(240 253 244 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/40 {
  --tw-shadow-color: rgb(240 253 244 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/45 {
  --tw-shadow-color: rgb(240 253 244 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/5 {
  --tw-shadow-color: rgb(240 253 244 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/50 {
  --tw-shadow-color: rgb(240 253 244 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/55 {
  --tw-shadow-color: rgb(240 253 244 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/60 {
  --tw-shadow-color: rgb(240 253 244 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/65 {
  --tw-shadow-color: rgb(240 253 244 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/70 {
  --tw-shadow-color: rgb(240 253 244 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/75 {
  --tw-shadow-color: rgb(240 253 244 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/80 {
  --tw-shadow-color: rgb(240 253 244 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/85 {
  --tw-shadow-color: rgb(240 253 244 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/90 {
  --tw-shadow-color: rgb(240 253 244 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-50\/95 {
  --tw-shadow-color: rgb(240 253 244 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500 {
  --tw-shadow-color: #22c55e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/0 {
  --tw-shadow-color: rgb(34 197 94 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/10 {
  --tw-shadow-color: rgb(34 197 94 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/100 {
  --tw-shadow-color: rgb(34 197 94 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/15 {
  --tw-shadow-color: rgb(34 197 94 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/20 {
  --tw-shadow-color: rgb(34 197 94 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/25 {
  --tw-shadow-color: rgb(34 197 94 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/35 {
  --tw-shadow-color: rgb(34 197 94 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/40 {
  --tw-shadow-color: rgb(34 197 94 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/45 {
  --tw-shadow-color: rgb(34 197 94 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/5 {
  --tw-shadow-color: rgb(34 197 94 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/50 {
  --tw-shadow-color: rgb(34 197 94 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/55 {
  --tw-shadow-color: rgb(34 197 94 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/60 {
  --tw-shadow-color: rgb(34 197 94 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/65 {
  --tw-shadow-color: rgb(34 197 94 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/70 {
  --tw-shadow-color: rgb(34 197 94 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/75 {
  --tw-shadow-color: rgb(34 197 94 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/80 {
  --tw-shadow-color: rgb(34 197 94 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/85 {
  --tw-shadow-color: rgb(34 197 94 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/90 {
  --tw-shadow-color: rgb(34 197 94 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-500\/95 {
  --tw-shadow-color: rgb(34 197 94 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600 {
  --tw-shadow-color: #16a34a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/0 {
  --tw-shadow-color: rgb(22 163 74 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/10 {
  --tw-shadow-color: rgb(22 163 74 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/100 {
  --tw-shadow-color: rgb(22 163 74 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/15 {
  --tw-shadow-color: rgb(22 163 74 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/20 {
  --tw-shadow-color: rgb(22 163 74 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/25 {
  --tw-shadow-color: rgb(22 163 74 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/30 {
  --tw-shadow-color: rgb(22 163 74 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/35 {
  --tw-shadow-color: rgb(22 163 74 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/40 {
  --tw-shadow-color: rgb(22 163 74 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/45 {
  --tw-shadow-color: rgb(22 163 74 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/5 {
  --tw-shadow-color: rgb(22 163 74 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/50 {
  --tw-shadow-color: rgb(22 163 74 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/55 {
  --tw-shadow-color: rgb(22 163 74 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/60 {
  --tw-shadow-color: rgb(22 163 74 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/65 {
  --tw-shadow-color: rgb(22 163 74 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/70 {
  --tw-shadow-color: rgb(22 163 74 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/75 {
  --tw-shadow-color: rgb(22 163 74 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/80 {
  --tw-shadow-color: rgb(22 163 74 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/85 {
  --tw-shadow-color: rgb(22 163 74 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/90 {
  --tw-shadow-color: rgb(22 163 74 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-600\/95 {
  --tw-shadow-color: rgb(22 163 74 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700 {
  --tw-shadow-color: #15803d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/0 {
  --tw-shadow-color: rgb(21 128 61 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/10 {
  --tw-shadow-color: rgb(21 128 61 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/100 {
  --tw-shadow-color: rgb(21 128 61 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/15 {
  --tw-shadow-color: rgb(21 128 61 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/20 {
  --tw-shadow-color: rgb(21 128 61 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/25 {
  --tw-shadow-color: rgb(21 128 61 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/30 {
  --tw-shadow-color: rgb(21 128 61 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/35 {
  --tw-shadow-color: rgb(21 128 61 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/40 {
  --tw-shadow-color: rgb(21 128 61 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/45 {
  --tw-shadow-color: rgb(21 128 61 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/5 {
  --tw-shadow-color: rgb(21 128 61 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/50 {
  --tw-shadow-color: rgb(21 128 61 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/55 {
  --tw-shadow-color: rgb(21 128 61 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/60 {
  --tw-shadow-color: rgb(21 128 61 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/65 {
  --tw-shadow-color: rgb(21 128 61 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/70 {
  --tw-shadow-color: rgb(21 128 61 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/75 {
  --tw-shadow-color: rgb(21 128 61 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/80 {
  --tw-shadow-color: rgb(21 128 61 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/85 {
  --tw-shadow-color: rgb(21 128 61 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/90 {
  --tw-shadow-color: rgb(21 128 61 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-700\/95 {
  --tw-shadow-color: rgb(21 128 61 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800 {
  --tw-shadow-color: #166534 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/0 {
  --tw-shadow-color: rgb(22 101 52 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/10 {
  --tw-shadow-color: rgb(22 101 52 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/100 {
  --tw-shadow-color: rgb(22 101 52 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/15 {
  --tw-shadow-color: rgb(22 101 52 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/20 {
  --tw-shadow-color: rgb(22 101 52 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/25 {
  --tw-shadow-color: rgb(22 101 52 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/30 {
  --tw-shadow-color: rgb(22 101 52 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/35 {
  --tw-shadow-color: rgb(22 101 52 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/40 {
  --tw-shadow-color: rgb(22 101 52 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/45 {
  --tw-shadow-color: rgb(22 101 52 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/5 {
  --tw-shadow-color: rgb(22 101 52 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/50 {
  --tw-shadow-color: rgb(22 101 52 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/55 {
  --tw-shadow-color: rgb(22 101 52 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/60 {
  --tw-shadow-color: rgb(22 101 52 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/65 {
  --tw-shadow-color: rgb(22 101 52 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/70 {
  --tw-shadow-color: rgb(22 101 52 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/75 {
  --tw-shadow-color: rgb(22 101 52 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/80 {
  --tw-shadow-color: rgb(22 101 52 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/85 {
  --tw-shadow-color: rgb(22 101 52 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/90 {
  --tw-shadow-color: rgb(22 101 52 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-800\/95 {
  --tw-shadow-color: rgb(22 101 52 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900 {
  --tw-shadow-color: #14532d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/0 {
  --tw-shadow-color: rgb(20 83 45 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/10 {
  --tw-shadow-color: rgb(20 83 45 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/100 {
  --tw-shadow-color: rgb(20 83 45 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/15 {
  --tw-shadow-color: rgb(20 83 45 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/20 {
  --tw-shadow-color: rgb(20 83 45 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/25 {
  --tw-shadow-color: rgb(20 83 45 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/30 {
  --tw-shadow-color: rgb(20 83 45 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/35 {
  --tw-shadow-color: rgb(20 83 45 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/40 {
  --tw-shadow-color: rgb(20 83 45 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/45 {
  --tw-shadow-color: rgb(20 83 45 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/5 {
  --tw-shadow-color: rgb(20 83 45 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/50 {
  --tw-shadow-color: rgb(20 83 45 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/55 {
  --tw-shadow-color: rgb(20 83 45 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/60 {
  --tw-shadow-color: rgb(20 83 45 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/65 {
  --tw-shadow-color: rgb(20 83 45 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/70 {
  --tw-shadow-color: rgb(20 83 45 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/75 {
  --tw-shadow-color: rgb(20 83 45 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/80 {
  --tw-shadow-color: rgb(20 83 45 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/85 {
  --tw-shadow-color: rgb(20 83 45 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/90 {
  --tw-shadow-color: rgb(20 83 45 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-900\/95 {
  --tw-shadow-color: rgb(20 83 45 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950 {
  --tw-shadow-color: #052e16 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/0 {
  --tw-shadow-color: rgb(5 46 22 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/10 {
  --tw-shadow-color: rgb(5 46 22 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/100 {
  --tw-shadow-color: rgb(5 46 22 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/15 {
  --tw-shadow-color: rgb(5 46 22 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/20 {
  --tw-shadow-color: rgb(5 46 22 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/25 {
  --tw-shadow-color: rgb(5 46 22 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/30 {
  --tw-shadow-color: rgb(5 46 22 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/35 {
  --tw-shadow-color: rgb(5 46 22 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/40 {
  --tw-shadow-color: rgb(5 46 22 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/45 {
  --tw-shadow-color: rgb(5 46 22 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/5 {
  --tw-shadow-color: rgb(5 46 22 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/50 {
  --tw-shadow-color: rgb(5 46 22 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/55 {
  --tw-shadow-color: rgb(5 46 22 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/60 {
  --tw-shadow-color: rgb(5 46 22 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/65 {
  --tw-shadow-color: rgb(5 46 22 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/70 {
  --tw-shadow-color: rgb(5 46 22 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/75 {
  --tw-shadow-color: rgb(5 46 22 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/80 {
  --tw-shadow-color: rgb(5 46 22 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/85 {
  --tw-shadow-color: rgb(5 46 22 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/90 {
  --tw-shadow-color: rgb(5 46 22 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-950\/95 {
  --tw-shadow-color: rgb(5 46 22 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey {
  --tw-shadow-color: #838383 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/0 {
  --tw-shadow-color: rgb(131 131 131 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/10 {
  --tw-shadow-color: rgb(131 131 131 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/100 {
  --tw-shadow-color: rgb(131 131 131 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/15 {
  --tw-shadow-color: rgb(131 131 131 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/20 {
  --tw-shadow-color: rgb(131 131 131 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/25 {
  --tw-shadow-color: rgb(131 131 131 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/30 {
  --tw-shadow-color: rgb(131 131 131 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/35 {
  --tw-shadow-color: rgb(131 131 131 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/40 {
  --tw-shadow-color: rgb(131 131 131 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/45 {
  --tw-shadow-color: rgb(131 131 131 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/5 {
  --tw-shadow-color: rgb(131 131 131 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/50 {
  --tw-shadow-color: rgb(131 131 131 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/55 {
  --tw-shadow-color: rgb(131 131 131 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/60 {
  --tw-shadow-color: rgb(131 131 131 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/65 {
  --tw-shadow-color: rgb(131 131 131 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/70 {
  --tw-shadow-color: rgb(131 131 131 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/75 {
  --tw-shadow-color: rgb(131 131 131 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/80 {
  --tw-shadow-color: rgb(131 131 131 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/85 {
  --tw-shadow-color: rgb(131 131 131 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/90 {
  --tw-shadow-color: rgb(131 131 131 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey\/95 {
  --tw-shadow-color: rgb(131 131 131 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border {
  --tw-shadow-color: #979797 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/0 {
  --tw-shadow-color: rgb(151 151 151 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/10 {
  --tw-shadow-color: rgb(151 151 151 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/100 {
  --tw-shadow-color: rgb(151 151 151 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/15 {
  --tw-shadow-color: rgb(151 151 151 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/20 {
  --tw-shadow-color: rgb(151 151 151 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/25 {
  --tw-shadow-color: rgb(151 151 151 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/30 {
  --tw-shadow-color: rgb(151 151 151 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/35 {
  --tw-shadow-color: rgb(151 151 151 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/40 {
  --tw-shadow-color: rgb(151 151 151 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/45 {
  --tw-shadow-color: rgb(151 151 151 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/5 {
  --tw-shadow-color: rgb(151 151 151 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/50 {
  --tw-shadow-color: rgb(151 151 151 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/55 {
  --tw-shadow-color: rgb(151 151 151 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/60 {
  --tw-shadow-color: rgb(151 151 151 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/65 {
  --tw-shadow-color: rgb(151 151 151 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/70 {
  --tw-shadow-color: rgb(151 151 151 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/75 {
  --tw-shadow-color: rgb(151 151 151 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/80 {
  --tw-shadow-color: rgb(151 151 151 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/85 {
  --tw-shadow-color: rgb(151 151 151 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/90 {
  --tw-shadow-color: rgb(151 151 151 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-grey_border\/95 {
  --tw-shadow-color: rgb(151 151 151 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100 {
  --tw-shadow-color: #e0e7ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/0 {
  --tw-shadow-color: rgb(224 231 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/10 {
  --tw-shadow-color: rgb(224 231 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/100 {
  --tw-shadow-color: rgb(224 231 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/15 {
  --tw-shadow-color: rgb(224 231 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/20 {
  --tw-shadow-color: rgb(224 231 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/25 {
  --tw-shadow-color: rgb(224 231 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/30 {
  --tw-shadow-color: rgb(224 231 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/35 {
  --tw-shadow-color: rgb(224 231 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/40 {
  --tw-shadow-color: rgb(224 231 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/45 {
  --tw-shadow-color: rgb(224 231 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/5 {
  --tw-shadow-color: rgb(224 231 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/50 {
  --tw-shadow-color: rgb(224 231 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/55 {
  --tw-shadow-color: rgb(224 231 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/60 {
  --tw-shadow-color: rgb(224 231 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/65 {
  --tw-shadow-color: rgb(224 231 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/70 {
  --tw-shadow-color: rgb(224 231 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/75 {
  --tw-shadow-color: rgb(224 231 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/80 {
  --tw-shadow-color: rgb(224 231 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/85 {
  --tw-shadow-color: rgb(224 231 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/90 {
  --tw-shadow-color: rgb(224 231 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-100\/95 {
  --tw-shadow-color: rgb(224 231 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/0 {
  --tw-shadow-color: rgb(199 210 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/10 {
  --tw-shadow-color: rgb(199 210 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/100 {
  --tw-shadow-color: rgb(199 210 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/15 {
  --tw-shadow-color: rgb(199 210 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/20 {
  --tw-shadow-color: rgb(199 210 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/25 {
  --tw-shadow-color: rgb(199 210 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/30 {
  --tw-shadow-color: rgb(199 210 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/35 {
  --tw-shadow-color: rgb(199 210 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/40 {
  --tw-shadow-color: rgb(199 210 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/45 {
  --tw-shadow-color: rgb(199 210 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/5 {
  --tw-shadow-color: rgb(199 210 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/50 {
  --tw-shadow-color: rgb(199 210 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/55 {
  --tw-shadow-color: rgb(199 210 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/60 {
  --tw-shadow-color: rgb(199 210 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/65 {
  --tw-shadow-color: rgb(199 210 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/70 {
  --tw-shadow-color: rgb(199 210 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/75 {
  --tw-shadow-color: rgb(199 210 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/80 {
  --tw-shadow-color: rgb(199 210 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/85 {
  --tw-shadow-color: rgb(199 210 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/90 {
  --tw-shadow-color: rgb(199 210 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-200\/95 {
  --tw-shadow-color: rgb(199 210 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300 {
  --tw-shadow-color: #a5b4fc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/0 {
  --tw-shadow-color: rgb(165 180 252 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/10 {
  --tw-shadow-color: rgb(165 180 252 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/100 {
  --tw-shadow-color: rgb(165 180 252 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/15 {
  --tw-shadow-color: rgb(165 180 252 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/20 {
  --tw-shadow-color: rgb(165 180 252 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/25 {
  --tw-shadow-color: rgb(165 180 252 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/30 {
  --tw-shadow-color: rgb(165 180 252 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/35 {
  --tw-shadow-color: rgb(165 180 252 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/40 {
  --tw-shadow-color: rgb(165 180 252 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/45 {
  --tw-shadow-color: rgb(165 180 252 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/5 {
  --tw-shadow-color: rgb(165 180 252 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/50 {
  --tw-shadow-color: rgb(165 180 252 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/55 {
  --tw-shadow-color: rgb(165 180 252 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/60 {
  --tw-shadow-color: rgb(165 180 252 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/65 {
  --tw-shadow-color: rgb(165 180 252 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/70 {
  --tw-shadow-color: rgb(165 180 252 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/75 {
  --tw-shadow-color: rgb(165 180 252 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/80 {
  --tw-shadow-color: rgb(165 180 252 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/85 {
  --tw-shadow-color: rgb(165 180 252 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/90 {
  --tw-shadow-color: rgb(165 180 252 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-300\/95 {
  --tw-shadow-color: rgb(165 180 252 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400 {
  --tw-shadow-color: #818cf8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/0 {
  --tw-shadow-color: rgb(129 140 248 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/10 {
  --tw-shadow-color: rgb(129 140 248 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/100 {
  --tw-shadow-color: rgb(129 140 248 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/15 {
  --tw-shadow-color: rgb(129 140 248 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/20 {
  --tw-shadow-color: rgb(129 140 248 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/25 {
  --tw-shadow-color: rgb(129 140 248 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/30 {
  --tw-shadow-color: rgb(129 140 248 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/35 {
  --tw-shadow-color: rgb(129 140 248 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/40 {
  --tw-shadow-color: rgb(129 140 248 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/45 {
  --tw-shadow-color: rgb(129 140 248 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/5 {
  --tw-shadow-color: rgb(129 140 248 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/50 {
  --tw-shadow-color: rgb(129 140 248 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/55 {
  --tw-shadow-color: rgb(129 140 248 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/60 {
  --tw-shadow-color: rgb(129 140 248 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/65 {
  --tw-shadow-color: rgb(129 140 248 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/70 {
  --tw-shadow-color: rgb(129 140 248 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/75 {
  --tw-shadow-color: rgb(129 140 248 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/80 {
  --tw-shadow-color: rgb(129 140 248 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/85 {
  --tw-shadow-color: rgb(129 140 248 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/90 {
  --tw-shadow-color: rgb(129 140 248 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-400\/95 {
  --tw-shadow-color: rgb(129 140 248 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50 {
  --tw-shadow-color: #eef2ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/0 {
  --tw-shadow-color: rgb(238 242 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/10 {
  --tw-shadow-color: rgb(238 242 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/100 {
  --tw-shadow-color: rgb(238 242 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/15 {
  --tw-shadow-color: rgb(238 242 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/20 {
  --tw-shadow-color: rgb(238 242 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/25 {
  --tw-shadow-color: rgb(238 242 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/30 {
  --tw-shadow-color: rgb(238 242 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/35 {
  --tw-shadow-color: rgb(238 242 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/40 {
  --tw-shadow-color: rgb(238 242 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/45 {
  --tw-shadow-color: rgb(238 242 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/5 {
  --tw-shadow-color: rgb(238 242 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/50 {
  --tw-shadow-color: rgb(238 242 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/55 {
  --tw-shadow-color: rgb(238 242 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/60 {
  --tw-shadow-color: rgb(238 242 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/65 {
  --tw-shadow-color: rgb(238 242 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/70 {
  --tw-shadow-color: rgb(238 242 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/75 {
  --tw-shadow-color: rgb(238 242 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/80 {
  --tw-shadow-color: rgb(238 242 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/85 {
  --tw-shadow-color: rgb(238 242 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/90 {
  --tw-shadow-color: rgb(238 242 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-50\/95 {
  --tw-shadow-color: rgb(238 242 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500 {
  --tw-shadow-color: #6366f1 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/0 {
  --tw-shadow-color: rgb(99 102 241 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/10 {
  --tw-shadow-color: rgb(99 102 241 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/100 {
  --tw-shadow-color: rgb(99 102 241 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/15 {
  --tw-shadow-color: rgb(99 102 241 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/20 {
  --tw-shadow-color: rgb(99 102 241 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/25 {
  --tw-shadow-color: rgb(99 102 241 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/30 {
  --tw-shadow-color: rgb(99 102 241 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/35 {
  --tw-shadow-color: rgb(99 102 241 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/40 {
  --tw-shadow-color: rgb(99 102 241 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/45 {
  --tw-shadow-color: rgb(99 102 241 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/5 {
  --tw-shadow-color: rgb(99 102 241 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/50 {
  --tw-shadow-color: rgb(99 102 241 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/55 {
  --tw-shadow-color: rgb(99 102 241 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/60 {
  --tw-shadow-color: rgb(99 102 241 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/65 {
  --tw-shadow-color: rgb(99 102 241 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/70 {
  --tw-shadow-color: rgb(99 102 241 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/75 {
  --tw-shadow-color: rgb(99 102 241 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/80 {
  --tw-shadow-color: rgb(99 102 241 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/85 {
  --tw-shadow-color: rgb(99 102 241 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/90 {
  --tw-shadow-color: rgb(99 102 241 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-500\/95 {
  --tw-shadow-color: rgb(99 102 241 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600 {
  --tw-shadow-color: #4f46e5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/0 {
  --tw-shadow-color: rgb(79 70 229 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/10 {
  --tw-shadow-color: rgb(79 70 229 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/100 {
  --tw-shadow-color: rgb(79 70 229 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/15 {
  --tw-shadow-color: rgb(79 70 229 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/20 {
  --tw-shadow-color: rgb(79 70 229 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/25 {
  --tw-shadow-color: rgb(79 70 229 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/30 {
  --tw-shadow-color: rgb(79 70 229 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/35 {
  --tw-shadow-color: rgb(79 70 229 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/40 {
  --tw-shadow-color: rgb(79 70 229 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/45 {
  --tw-shadow-color: rgb(79 70 229 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/5 {
  --tw-shadow-color: rgb(79 70 229 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/50 {
  --tw-shadow-color: rgb(79 70 229 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/55 {
  --tw-shadow-color: rgb(79 70 229 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/60 {
  --tw-shadow-color: rgb(79 70 229 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/65 {
  --tw-shadow-color: rgb(79 70 229 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/70 {
  --tw-shadow-color: rgb(79 70 229 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/75 {
  --tw-shadow-color: rgb(79 70 229 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/80 {
  --tw-shadow-color: rgb(79 70 229 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/85 {
  --tw-shadow-color: rgb(79 70 229 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/90 {
  --tw-shadow-color: rgb(79 70 229 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-600\/95 {
  --tw-shadow-color: rgb(79 70 229 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700 {
  --tw-shadow-color: #4338ca !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/0 {
  --tw-shadow-color: rgb(67 56 202 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/10 {
  --tw-shadow-color: rgb(67 56 202 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/100 {
  --tw-shadow-color: rgb(67 56 202 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/15 {
  --tw-shadow-color: rgb(67 56 202 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/20 {
  --tw-shadow-color: rgb(67 56 202 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/25 {
  --tw-shadow-color: rgb(67 56 202 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/30 {
  --tw-shadow-color: rgb(67 56 202 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/35 {
  --tw-shadow-color: rgb(67 56 202 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/40 {
  --tw-shadow-color: rgb(67 56 202 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/45 {
  --tw-shadow-color: rgb(67 56 202 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/5 {
  --tw-shadow-color: rgb(67 56 202 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/50 {
  --tw-shadow-color: rgb(67 56 202 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/55 {
  --tw-shadow-color: rgb(67 56 202 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/60 {
  --tw-shadow-color: rgb(67 56 202 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/65 {
  --tw-shadow-color: rgb(67 56 202 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/70 {
  --tw-shadow-color: rgb(67 56 202 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/75 {
  --tw-shadow-color: rgb(67 56 202 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/80 {
  --tw-shadow-color: rgb(67 56 202 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/85 {
  --tw-shadow-color: rgb(67 56 202 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/90 {
  --tw-shadow-color: rgb(67 56 202 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-700\/95 {
  --tw-shadow-color: rgb(67 56 202 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800 {
  --tw-shadow-color: #3730a3 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/0 {
  --tw-shadow-color: rgb(55 48 163 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/10 {
  --tw-shadow-color: rgb(55 48 163 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/100 {
  --tw-shadow-color: rgb(55 48 163 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/15 {
  --tw-shadow-color: rgb(55 48 163 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/20 {
  --tw-shadow-color: rgb(55 48 163 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/25 {
  --tw-shadow-color: rgb(55 48 163 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/30 {
  --tw-shadow-color: rgb(55 48 163 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/35 {
  --tw-shadow-color: rgb(55 48 163 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/40 {
  --tw-shadow-color: rgb(55 48 163 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/45 {
  --tw-shadow-color: rgb(55 48 163 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/5 {
  --tw-shadow-color: rgb(55 48 163 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/50 {
  --tw-shadow-color: rgb(55 48 163 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/55 {
  --tw-shadow-color: rgb(55 48 163 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/60 {
  --tw-shadow-color: rgb(55 48 163 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/65 {
  --tw-shadow-color: rgb(55 48 163 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/70 {
  --tw-shadow-color: rgb(55 48 163 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/75 {
  --tw-shadow-color: rgb(55 48 163 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/80 {
  --tw-shadow-color: rgb(55 48 163 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/85 {
  --tw-shadow-color: rgb(55 48 163 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/90 {
  --tw-shadow-color: rgb(55 48 163 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-800\/95 {
  --tw-shadow-color: rgb(55 48 163 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900 {
  --tw-shadow-color: #312e81 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/0 {
  --tw-shadow-color: rgb(49 46 129 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/10 {
  --tw-shadow-color: rgb(49 46 129 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/100 {
  --tw-shadow-color: rgb(49 46 129 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/15 {
  --tw-shadow-color: rgb(49 46 129 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/20 {
  --tw-shadow-color: rgb(49 46 129 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/25 {
  --tw-shadow-color: rgb(49 46 129 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/30 {
  --tw-shadow-color: rgb(49 46 129 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/35 {
  --tw-shadow-color: rgb(49 46 129 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/40 {
  --tw-shadow-color: rgb(49 46 129 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/45 {
  --tw-shadow-color: rgb(49 46 129 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/5 {
  --tw-shadow-color: rgb(49 46 129 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/50 {
  --tw-shadow-color: rgb(49 46 129 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/55 {
  --tw-shadow-color: rgb(49 46 129 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/60 {
  --tw-shadow-color: rgb(49 46 129 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/65 {
  --tw-shadow-color: rgb(49 46 129 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/70 {
  --tw-shadow-color: rgb(49 46 129 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/75 {
  --tw-shadow-color: rgb(49 46 129 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/80 {
  --tw-shadow-color: rgb(49 46 129 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/85 {
  --tw-shadow-color: rgb(49 46 129 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/90 {
  --tw-shadow-color: rgb(49 46 129 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-900\/95 {
  --tw-shadow-color: rgb(49 46 129 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950 {
  --tw-shadow-color: #1e1b4b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/0 {
  --tw-shadow-color: rgb(30 27 75 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/10 {
  --tw-shadow-color: rgb(30 27 75 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/100 {
  --tw-shadow-color: rgb(30 27 75 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/15 {
  --tw-shadow-color: rgb(30 27 75 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/20 {
  --tw-shadow-color: rgb(30 27 75 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/25 {
  --tw-shadow-color: rgb(30 27 75 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/30 {
  --tw-shadow-color: rgb(30 27 75 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/35 {
  --tw-shadow-color: rgb(30 27 75 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/40 {
  --tw-shadow-color: rgb(30 27 75 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/45 {
  --tw-shadow-color: rgb(30 27 75 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/5 {
  --tw-shadow-color: rgb(30 27 75 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/50 {
  --tw-shadow-color: rgb(30 27 75 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/55 {
  --tw-shadow-color: rgb(30 27 75 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/60 {
  --tw-shadow-color: rgb(30 27 75 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/65 {
  --tw-shadow-color: rgb(30 27 75 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/70 {
  --tw-shadow-color: rgb(30 27 75 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/75 {
  --tw-shadow-color: rgb(30 27 75 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/80 {
  --tw-shadow-color: rgb(30 27 75 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/85 {
  --tw-shadow-color: rgb(30 27 75 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/90 {
  --tw-shadow-color: rgb(30 27 75 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-indigo-950\/95 {
  --tw-shadow-color: rgb(30 27 75 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-inherit {
  --tw-shadow-color: inherit !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey {
  --tw-shadow-color: #d8d8d8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/0 {
  --tw-shadow-color: rgb(216 216 216 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/10 {
  --tw-shadow-color: rgb(216 216 216 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/100 {
  --tw-shadow-color: rgb(216 216 216 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/15 {
  --tw-shadow-color: rgb(216 216 216 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/20 {
  --tw-shadow-color: rgb(216 216 216 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/25 {
  --tw-shadow-color: rgb(216 216 216 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/30 {
  --tw-shadow-color: rgb(216 216 216 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/35 {
  --tw-shadow-color: rgb(216 216 216 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/40 {
  --tw-shadow-color: rgb(216 216 216 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/45 {
  --tw-shadow-color: rgb(216 216 216 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/5 {
  --tw-shadow-color: rgb(216 216 216 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/50 {
  --tw-shadow-color: rgb(216 216 216 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/55 {
  --tw-shadow-color: rgb(216 216 216 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/60 {
  --tw-shadow-color: rgb(216 216 216 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/65 {
  --tw-shadow-color: rgb(216 216 216 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/70 {
  --tw-shadow-color: rgb(216 216 216 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/75 {
  --tw-shadow-color: rgb(216 216 216 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/80 {
  --tw-shadow-color: rgb(216 216 216 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/85 {
  --tw-shadow-color: rgb(216 216 216 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/90 {
  --tw-shadow-color: rgb(216 216 216 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-light_grey\/95 {
  --tw-shadow-color: rgb(216 216 216 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100 {
  --tw-shadow-color: #ecfccb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/0 {
  --tw-shadow-color: rgb(236 252 203 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/10 {
  --tw-shadow-color: rgb(236 252 203 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/100 {
  --tw-shadow-color: rgb(236 252 203 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/15 {
  --tw-shadow-color: rgb(236 252 203 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/20 {
  --tw-shadow-color: rgb(236 252 203 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/25 {
  --tw-shadow-color: rgb(236 252 203 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/30 {
  --tw-shadow-color: rgb(236 252 203 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/35 {
  --tw-shadow-color: rgb(236 252 203 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/40 {
  --tw-shadow-color: rgb(236 252 203 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/45 {
  --tw-shadow-color: rgb(236 252 203 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/5 {
  --tw-shadow-color: rgb(236 252 203 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/50 {
  --tw-shadow-color: rgb(236 252 203 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/55 {
  --tw-shadow-color: rgb(236 252 203 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/60 {
  --tw-shadow-color: rgb(236 252 203 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/65 {
  --tw-shadow-color: rgb(236 252 203 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/70 {
  --tw-shadow-color: rgb(236 252 203 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/75 {
  --tw-shadow-color: rgb(236 252 203 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/80 {
  --tw-shadow-color: rgb(236 252 203 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/85 {
  --tw-shadow-color: rgb(236 252 203 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/90 {
  --tw-shadow-color: rgb(236 252 203 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/95 {
  --tw-shadow-color: rgb(236 252 203 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200 {
  --tw-shadow-color: #d9f99d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/0 {
  --tw-shadow-color: rgb(217 249 157 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/10 {
  --tw-shadow-color: rgb(217 249 157 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/100 {
  --tw-shadow-color: rgb(217 249 157 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/15 {
  --tw-shadow-color: rgb(217 249 157 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/20 {
  --tw-shadow-color: rgb(217 249 157 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/25 {
  --tw-shadow-color: rgb(217 249 157 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/30 {
  --tw-shadow-color: rgb(217 249 157 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/35 {
  --tw-shadow-color: rgb(217 249 157 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/40 {
  --tw-shadow-color: rgb(217 249 157 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/45 {
  --tw-shadow-color: rgb(217 249 157 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/5 {
  --tw-shadow-color: rgb(217 249 157 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/50 {
  --tw-shadow-color: rgb(217 249 157 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/55 {
  --tw-shadow-color: rgb(217 249 157 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/60 {
  --tw-shadow-color: rgb(217 249 157 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/65 {
  --tw-shadow-color: rgb(217 249 157 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/70 {
  --tw-shadow-color: rgb(217 249 157 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/75 {
  --tw-shadow-color: rgb(217 249 157 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/80 {
  --tw-shadow-color: rgb(217 249 157 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/85 {
  --tw-shadow-color: rgb(217 249 157 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/90 {
  --tw-shadow-color: rgb(217 249 157 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/95 {
  --tw-shadow-color: rgb(217 249 157 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300 {
  --tw-shadow-color: #bef264 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/0 {
  --tw-shadow-color: rgb(190 242 100 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/10 {
  --tw-shadow-color: rgb(190 242 100 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/100 {
  --tw-shadow-color: rgb(190 242 100 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/15 {
  --tw-shadow-color: rgb(190 242 100 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/20 {
  --tw-shadow-color: rgb(190 242 100 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/25 {
  --tw-shadow-color: rgb(190 242 100 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/30 {
  --tw-shadow-color: rgb(190 242 100 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/35 {
  --tw-shadow-color: rgb(190 242 100 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/40 {
  --tw-shadow-color: rgb(190 242 100 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/45 {
  --tw-shadow-color: rgb(190 242 100 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/5 {
  --tw-shadow-color: rgb(190 242 100 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/50 {
  --tw-shadow-color: rgb(190 242 100 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/55 {
  --tw-shadow-color: rgb(190 242 100 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/60 {
  --tw-shadow-color: rgb(190 242 100 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/65 {
  --tw-shadow-color: rgb(190 242 100 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/70 {
  --tw-shadow-color: rgb(190 242 100 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/75 {
  --tw-shadow-color: rgb(190 242 100 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/80 {
  --tw-shadow-color: rgb(190 242 100 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/85 {
  --tw-shadow-color: rgb(190 242 100 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/90 {
  --tw-shadow-color: rgb(190 242 100 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-300\/95 {
  --tw-shadow-color: rgb(190 242 100 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400 {
  --tw-shadow-color: #a3e635 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/0 {
  --tw-shadow-color: rgb(163 230 53 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/10 {
  --tw-shadow-color: rgb(163 230 53 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/100 {
  --tw-shadow-color: rgb(163 230 53 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/15 {
  --tw-shadow-color: rgb(163 230 53 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/20 {
  --tw-shadow-color: rgb(163 230 53 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/25 {
  --tw-shadow-color: rgb(163 230 53 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/30 {
  --tw-shadow-color: rgb(163 230 53 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/35 {
  --tw-shadow-color: rgb(163 230 53 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/40 {
  --tw-shadow-color: rgb(163 230 53 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/45 {
  --tw-shadow-color: rgb(163 230 53 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/5 {
  --tw-shadow-color: rgb(163 230 53 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/50 {
  --tw-shadow-color: rgb(163 230 53 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/55 {
  --tw-shadow-color: rgb(163 230 53 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/60 {
  --tw-shadow-color: rgb(163 230 53 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/65 {
  --tw-shadow-color: rgb(163 230 53 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/70 {
  --tw-shadow-color: rgb(163 230 53 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/75 {
  --tw-shadow-color: rgb(163 230 53 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/80 {
  --tw-shadow-color: rgb(163 230 53 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/85 {
  --tw-shadow-color: rgb(163 230 53 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/90 {
  --tw-shadow-color: rgb(163 230 53 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/95 {
  --tw-shadow-color: rgb(163 230 53 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50 {
  --tw-shadow-color: #f7fee7 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/0 {
  --tw-shadow-color: rgb(247 254 231 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/10 {
  --tw-shadow-color: rgb(247 254 231 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/100 {
  --tw-shadow-color: rgb(247 254 231 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/15 {
  --tw-shadow-color: rgb(247 254 231 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/20 {
  --tw-shadow-color: rgb(247 254 231 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/25 {
  --tw-shadow-color: rgb(247 254 231 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/30 {
  --tw-shadow-color: rgb(247 254 231 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/35 {
  --tw-shadow-color: rgb(247 254 231 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/40 {
  --tw-shadow-color: rgb(247 254 231 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/45 {
  --tw-shadow-color: rgb(247 254 231 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/5 {
  --tw-shadow-color: rgb(247 254 231 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/50 {
  --tw-shadow-color: rgb(247 254 231 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/55 {
  --tw-shadow-color: rgb(247 254 231 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/60 {
  --tw-shadow-color: rgb(247 254 231 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/65 {
  --tw-shadow-color: rgb(247 254 231 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/70 {
  --tw-shadow-color: rgb(247 254 231 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/75 {
  --tw-shadow-color: rgb(247 254 231 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/80 {
  --tw-shadow-color: rgb(247 254 231 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/85 {
  --tw-shadow-color: rgb(247 254 231 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/90 {
  --tw-shadow-color: rgb(247 254 231 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-50\/95 {
  --tw-shadow-color: rgb(247 254 231 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500 {
  --tw-shadow-color: #84cc16 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/0 {
  --tw-shadow-color: rgb(132 204 22 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/10 {
  --tw-shadow-color: rgb(132 204 22 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/100 {
  --tw-shadow-color: rgb(132 204 22 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/15 {
  --tw-shadow-color: rgb(132 204 22 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/20 {
  --tw-shadow-color: rgb(132 204 22 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/25 {
  --tw-shadow-color: rgb(132 204 22 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/30 {
  --tw-shadow-color: rgb(132 204 22 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/35 {
  --tw-shadow-color: rgb(132 204 22 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/40 {
  --tw-shadow-color: rgb(132 204 22 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/45 {
  --tw-shadow-color: rgb(132 204 22 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/5 {
  --tw-shadow-color: rgb(132 204 22 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/50 {
  --tw-shadow-color: rgb(132 204 22 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/55 {
  --tw-shadow-color: rgb(132 204 22 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/60 {
  --tw-shadow-color: rgb(132 204 22 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/65 {
  --tw-shadow-color: rgb(132 204 22 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/70 {
  --tw-shadow-color: rgb(132 204 22 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/75 {
  --tw-shadow-color: rgb(132 204 22 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/80 {
  --tw-shadow-color: rgb(132 204 22 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/85 {
  --tw-shadow-color: rgb(132 204 22 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/90 {
  --tw-shadow-color: rgb(132 204 22 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-500\/95 {
  --tw-shadow-color: rgb(132 204 22 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600 {
  --tw-shadow-color: #65a30d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/0 {
  --tw-shadow-color: rgb(101 163 13 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/10 {
  --tw-shadow-color: rgb(101 163 13 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/100 {
  --tw-shadow-color: rgb(101 163 13 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/15 {
  --tw-shadow-color: rgb(101 163 13 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/20 {
  --tw-shadow-color: rgb(101 163 13 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/25 {
  --tw-shadow-color: rgb(101 163 13 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/30 {
  --tw-shadow-color: rgb(101 163 13 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/35 {
  --tw-shadow-color: rgb(101 163 13 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/40 {
  --tw-shadow-color: rgb(101 163 13 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/45 {
  --tw-shadow-color: rgb(101 163 13 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/5 {
  --tw-shadow-color: rgb(101 163 13 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/50 {
  --tw-shadow-color: rgb(101 163 13 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/55 {
  --tw-shadow-color: rgb(101 163 13 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/60 {
  --tw-shadow-color: rgb(101 163 13 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/65 {
  --tw-shadow-color: rgb(101 163 13 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/70 {
  --tw-shadow-color: rgb(101 163 13 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/75 {
  --tw-shadow-color: rgb(101 163 13 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/80 {
  --tw-shadow-color: rgb(101 163 13 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/85 {
  --tw-shadow-color: rgb(101 163 13 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/90 {
  --tw-shadow-color: rgb(101 163 13 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/95 {
  --tw-shadow-color: rgb(101 163 13 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700 {
  --tw-shadow-color: #4d7c0f !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/0 {
  --tw-shadow-color: rgb(77 124 15 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/10 {
  --tw-shadow-color: rgb(77 124 15 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/100 {
  --tw-shadow-color: rgb(77 124 15 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/15 {
  --tw-shadow-color: rgb(77 124 15 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/20 {
  --tw-shadow-color: rgb(77 124 15 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/25 {
  --tw-shadow-color: rgb(77 124 15 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/30 {
  --tw-shadow-color: rgb(77 124 15 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/35 {
  --tw-shadow-color: rgb(77 124 15 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/40 {
  --tw-shadow-color: rgb(77 124 15 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/45 {
  --tw-shadow-color: rgb(77 124 15 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/5 {
  --tw-shadow-color: rgb(77 124 15 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/50 {
  --tw-shadow-color: rgb(77 124 15 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/55 {
  --tw-shadow-color: rgb(77 124 15 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/60 {
  --tw-shadow-color: rgb(77 124 15 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/65 {
  --tw-shadow-color: rgb(77 124 15 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/70 {
  --tw-shadow-color: rgb(77 124 15 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/75 {
  --tw-shadow-color: rgb(77 124 15 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/80 {
  --tw-shadow-color: rgb(77 124 15 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/85 {
  --tw-shadow-color: rgb(77 124 15 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/90 {
  --tw-shadow-color: rgb(77 124 15 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-700\/95 {
  --tw-shadow-color: rgb(77 124 15 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800 {
  --tw-shadow-color: #3f6212 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/0 {
  --tw-shadow-color: rgb(63 98 18 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/10 {
  --tw-shadow-color: rgb(63 98 18 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/100 {
  --tw-shadow-color: rgb(63 98 18 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/15 {
  --tw-shadow-color: rgb(63 98 18 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/20 {
  --tw-shadow-color: rgb(63 98 18 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/25 {
  --tw-shadow-color: rgb(63 98 18 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/30 {
  --tw-shadow-color: rgb(63 98 18 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/35 {
  --tw-shadow-color: rgb(63 98 18 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/40 {
  --tw-shadow-color: rgb(63 98 18 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/45 {
  --tw-shadow-color: rgb(63 98 18 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/5 {
  --tw-shadow-color: rgb(63 98 18 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/50 {
  --tw-shadow-color: rgb(63 98 18 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/55 {
  --tw-shadow-color: rgb(63 98 18 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/60 {
  --tw-shadow-color: rgb(63 98 18 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/65 {
  --tw-shadow-color: rgb(63 98 18 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/70 {
  --tw-shadow-color: rgb(63 98 18 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/75 {
  --tw-shadow-color: rgb(63 98 18 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/80 {
  --tw-shadow-color: rgb(63 98 18 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/85 {
  --tw-shadow-color: rgb(63 98 18 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/90 {
  --tw-shadow-color: rgb(63 98 18 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/95 {
  --tw-shadow-color: rgb(63 98 18 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900 {
  --tw-shadow-color: #365314 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/0 {
  --tw-shadow-color: rgb(54 83 20 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/10 {
  --tw-shadow-color: rgb(54 83 20 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/100 {
  --tw-shadow-color: rgb(54 83 20 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/15 {
  --tw-shadow-color: rgb(54 83 20 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/20 {
  --tw-shadow-color: rgb(54 83 20 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/25 {
  --tw-shadow-color: rgb(54 83 20 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/30 {
  --tw-shadow-color: rgb(54 83 20 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/35 {
  --tw-shadow-color: rgb(54 83 20 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/40 {
  --tw-shadow-color: rgb(54 83 20 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/45 {
  --tw-shadow-color: rgb(54 83 20 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/5 {
  --tw-shadow-color: rgb(54 83 20 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/50 {
  --tw-shadow-color: rgb(54 83 20 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/55 {
  --tw-shadow-color: rgb(54 83 20 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/60 {
  --tw-shadow-color: rgb(54 83 20 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/65 {
  --tw-shadow-color: rgb(54 83 20 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/70 {
  --tw-shadow-color: rgb(54 83 20 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/75 {
  --tw-shadow-color: rgb(54 83 20 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/80 {
  --tw-shadow-color: rgb(54 83 20 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/85 {
  --tw-shadow-color: rgb(54 83 20 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/90 {
  --tw-shadow-color: rgb(54 83 20 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-900\/95 {
  --tw-shadow-color: rgb(54 83 20 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950 {
  --tw-shadow-color: #1a2e05 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/0 {
  --tw-shadow-color: rgb(26 46 5 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/10 {
  --tw-shadow-color: rgb(26 46 5 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/100 {
  --tw-shadow-color: rgb(26 46 5 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/15 {
  --tw-shadow-color: rgb(26 46 5 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/20 {
  --tw-shadow-color: rgb(26 46 5 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/25 {
  --tw-shadow-color: rgb(26 46 5 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/30 {
  --tw-shadow-color: rgb(26 46 5 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/35 {
  --tw-shadow-color: rgb(26 46 5 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/40 {
  --tw-shadow-color: rgb(26 46 5 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/45 {
  --tw-shadow-color: rgb(26 46 5 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/5 {
  --tw-shadow-color: rgb(26 46 5 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/50 {
  --tw-shadow-color: rgb(26 46 5 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/55 {
  --tw-shadow-color: rgb(26 46 5 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/60 {
  --tw-shadow-color: rgb(26 46 5 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/65 {
  --tw-shadow-color: rgb(26 46 5 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/70 {
  --tw-shadow-color: rgb(26 46 5 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/75 {
  --tw-shadow-color: rgb(26 46 5 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/80 {
  --tw-shadow-color: rgb(26 46 5 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/85 {
  --tw-shadow-color: rgb(26 46 5 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/90 {
  --tw-shadow-color: rgb(26 46 5 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-950\/95 {
  --tw-shadow-color: rgb(26 46 5 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100 {
  --tw-shadow-color: #f5f5f5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/0 {
  --tw-shadow-color: rgb(245 245 245 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/10 {
  --tw-shadow-color: rgb(245 245 245 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/100 {
  --tw-shadow-color: rgb(245 245 245 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/15 {
  --tw-shadow-color: rgb(245 245 245 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/20 {
  --tw-shadow-color: rgb(245 245 245 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/25 {
  --tw-shadow-color: rgb(245 245 245 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/30 {
  --tw-shadow-color: rgb(245 245 245 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/35 {
  --tw-shadow-color: rgb(245 245 245 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/40 {
  --tw-shadow-color: rgb(245 245 245 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/45 {
  --tw-shadow-color: rgb(245 245 245 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/5 {
  --tw-shadow-color: rgb(245 245 245 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/50 {
  --tw-shadow-color: rgb(245 245 245 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/55 {
  --tw-shadow-color: rgb(245 245 245 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/60 {
  --tw-shadow-color: rgb(245 245 245 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/65 {
  --tw-shadow-color: rgb(245 245 245 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/70 {
  --tw-shadow-color: rgb(245 245 245 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/75 {
  --tw-shadow-color: rgb(245 245 245 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/80 {
  --tw-shadow-color: rgb(245 245 245 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/85 {
  --tw-shadow-color: rgb(245 245 245 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/90 {
  --tw-shadow-color: rgb(245 245 245 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-100\/95 {
  --tw-shadow-color: rgb(245 245 245 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200 {
  --tw-shadow-color: #e5e5e5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/0 {
  --tw-shadow-color: rgb(229 229 229 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/10 {
  --tw-shadow-color: rgb(229 229 229 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/100 {
  --tw-shadow-color: rgb(229 229 229 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/15 {
  --tw-shadow-color: rgb(229 229 229 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/20 {
  --tw-shadow-color: rgb(229 229 229 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/25 {
  --tw-shadow-color: rgb(229 229 229 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/30 {
  --tw-shadow-color: rgb(229 229 229 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/35 {
  --tw-shadow-color: rgb(229 229 229 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/40 {
  --tw-shadow-color: rgb(229 229 229 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/45 {
  --tw-shadow-color: rgb(229 229 229 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/5 {
  --tw-shadow-color: rgb(229 229 229 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/50 {
  --tw-shadow-color: rgb(229 229 229 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/55 {
  --tw-shadow-color: rgb(229 229 229 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/60 {
  --tw-shadow-color: rgb(229 229 229 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/65 {
  --tw-shadow-color: rgb(229 229 229 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/70 {
  --tw-shadow-color: rgb(229 229 229 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/75 {
  --tw-shadow-color: rgb(229 229 229 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/80 {
  --tw-shadow-color: rgb(229 229 229 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/85 {
  --tw-shadow-color: rgb(229 229 229 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/90 {
  --tw-shadow-color: rgb(229 229 229 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-200\/95 {
  --tw-shadow-color: rgb(229 229 229 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300 {
  --tw-shadow-color: #d4d4d4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/0 {
  --tw-shadow-color: rgb(212 212 212 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/10 {
  --tw-shadow-color: rgb(212 212 212 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/100 {
  --tw-shadow-color: rgb(212 212 212 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/15 {
  --tw-shadow-color: rgb(212 212 212 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/20 {
  --tw-shadow-color: rgb(212 212 212 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/25 {
  --tw-shadow-color: rgb(212 212 212 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/30 {
  --tw-shadow-color: rgb(212 212 212 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/35 {
  --tw-shadow-color: rgb(212 212 212 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/40 {
  --tw-shadow-color: rgb(212 212 212 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/45 {
  --tw-shadow-color: rgb(212 212 212 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/5 {
  --tw-shadow-color: rgb(212 212 212 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/50 {
  --tw-shadow-color: rgb(212 212 212 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/55 {
  --tw-shadow-color: rgb(212 212 212 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/60 {
  --tw-shadow-color: rgb(212 212 212 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/65 {
  --tw-shadow-color: rgb(212 212 212 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/70 {
  --tw-shadow-color: rgb(212 212 212 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/75 {
  --tw-shadow-color: rgb(212 212 212 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/80 {
  --tw-shadow-color: rgb(212 212 212 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/85 {
  --tw-shadow-color: rgb(212 212 212 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/90 {
  --tw-shadow-color: rgb(212 212 212 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-300\/95 {
  --tw-shadow-color: rgb(212 212 212 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400 {
  --tw-shadow-color: #a3a3a3 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/0 {
  --tw-shadow-color: rgb(163 163 163 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/10 {
  --tw-shadow-color: rgb(163 163 163 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/100 {
  --tw-shadow-color: rgb(163 163 163 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/15 {
  --tw-shadow-color: rgb(163 163 163 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/20 {
  --tw-shadow-color: rgb(163 163 163 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/25 {
  --tw-shadow-color: rgb(163 163 163 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/30 {
  --tw-shadow-color: rgb(163 163 163 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/35 {
  --tw-shadow-color: rgb(163 163 163 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/40 {
  --tw-shadow-color: rgb(163 163 163 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/45 {
  --tw-shadow-color: rgb(163 163 163 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/5 {
  --tw-shadow-color: rgb(163 163 163 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/50 {
  --tw-shadow-color: rgb(163 163 163 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/55 {
  --tw-shadow-color: rgb(163 163 163 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/60 {
  --tw-shadow-color: rgb(163 163 163 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/65 {
  --tw-shadow-color: rgb(163 163 163 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/70 {
  --tw-shadow-color: rgb(163 163 163 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/75 {
  --tw-shadow-color: rgb(163 163 163 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/80 {
  --tw-shadow-color: rgb(163 163 163 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/85 {
  --tw-shadow-color: rgb(163 163 163 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/90 {
  --tw-shadow-color: rgb(163 163 163 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-400\/95 {
  --tw-shadow-color: rgb(163 163 163 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50 {
  --tw-shadow-color: #fafafa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500 {
  --tw-shadow-color: #737373 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/0 {
  --tw-shadow-color: rgb(115 115 115 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/10 {
  --tw-shadow-color: rgb(115 115 115 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/100 {
  --tw-shadow-color: rgb(115 115 115 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/15 {
  --tw-shadow-color: rgb(115 115 115 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/20 {
  --tw-shadow-color: rgb(115 115 115 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/25 {
  --tw-shadow-color: rgb(115 115 115 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/30 {
  --tw-shadow-color: rgb(115 115 115 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/35 {
  --tw-shadow-color: rgb(115 115 115 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/40 {
  --tw-shadow-color: rgb(115 115 115 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/45 {
  --tw-shadow-color: rgb(115 115 115 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/5 {
  --tw-shadow-color: rgb(115 115 115 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/50 {
  --tw-shadow-color: rgb(115 115 115 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/55 {
  --tw-shadow-color: rgb(115 115 115 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/60 {
  --tw-shadow-color: rgb(115 115 115 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/65 {
  --tw-shadow-color: rgb(115 115 115 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/70 {
  --tw-shadow-color: rgb(115 115 115 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/75 {
  --tw-shadow-color: rgb(115 115 115 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/80 {
  --tw-shadow-color: rgb(115 115 115 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/85 {
  --tw-shadow-color: rgb(115 115 115 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/90 {
  --tw-shadow-color: rgb(115 115 115 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-500\/95 {
  --tw-shadow-color: rgb(115 115 115 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600 {
  --tw-shadow-color: #525252 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/0 {
  --tw-shadow-color: rgb(82 82 82 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/10 {
  --tw-shadow-color: rgb(82 82 82 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/100 {
  --tw-shadow-color: rgb(82 82 82 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/15 {
  --tw-shadow-color: rgb(82 82 82 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/20 {
  --tw-shadow-color: rgb(82 82 82 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/25 {
  --tw-shadow-color: rgb(82 82 82 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/30 {
  --tw-shadow-color: rgb(82 82 82 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/35 {
  --tw-shadow-color: rgb(82 82 82 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/40 {
  --tw-shadow-color: rgb(82 82 82 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/45 {
  --tw-shadow-color: rgb(82 82 82 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/5 {
  --tw-shadow-color: rgb(82 82 82 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/50 {
  --tw-shadow-color: rgb(82 82 82 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/55 {
  --tw-shadow-color: rgb(82 82 82 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/60 {
  --tw-shadow-color: rgb(82 82 82 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/65 {
  --tw-shadow-color: rgb(82 82 82 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/70 {
  --tw-shadow-color: rgb(82 82 82 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/75 {
  --tw-shadow-color: rgb(82 82 82 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/80 {
  --tw-shadow-color: rgb(82 82 82 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/85 {
  --tw-shadow-color: rgb(82 82 82 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/90 {
  --tw-shadow-color: rgb(82 82 82 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-600\/95 {
  --tw-shadow-color: rgb(82 82 82 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700 {
  --tw-shadow-color: #404040 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/15 {
  --tw-shadow-color: rgb(64 64 64 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/35 {
  --tw-shadow-color: rgb(64 64 64 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/45 {
  --tw-shadow-color: rgb(64 64 64 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/55 {
  --tw-shadow-color: rgb(64 64 64 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/65 {
  --tw-shadow-color: rgb(64 64 64 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/85 {
  --tw-shadow-color: rgb(64 64 64 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-700\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800 {
  --tw-shadow-color: #262626 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/0 {
  --tw-shadow-color: rgb(38 38 38 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/10 {
  --tw-shadow-color: rgb(38 38 38 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/100 {
  --tw-shadow-color: rgb(38 38 38 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/15 {
  --tw-shadow-color: rgb(38 38 38 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/20 {
  --tw-shadow-color: rgb(38 38 38 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/25 {
  --tw-shadow-color: rgb(38 38 38 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/30 {
  --tw-shadow-color: rgb(38 38 38 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/35 {
  --tw-shadow-color: rgb(38 38 38 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/40 {
  --tw-shadow-color: rgb(38 38 38 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/45 {
  --tw-shadow-color: rgb(38 38 38 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/5 {
  --tw-shadow-color: rgb(38 38 38 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/50 {
  --tw-shadow-color: rgb(38 38 38 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/55 {
  --tw-shadow-color: rgb(38 38 38 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/60 {
  --tw-shadow-color: rgb(38 38 38 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/65 {
  --tw-shadow-color: rgb(38 38 38 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/70 {
  --tw-shadow-color: rgb(38 38 38 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/75 {
  --tw-shadow-color: rgb(38 38 38 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/80 {
  --tw-shadow-color: rgb(38 38 38 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/85 {
  --tw-shadow-color: rgb(38 38 38 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/90 {
  --tw-shadow-color: rgb(38 38 38 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-800\/95 {
  --tw-shadow-color: rgb(38 38 38 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900 {
  --tw-shadow-color: #171717 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/0 {
  --tw-shadow-color: rgb(23 23 23 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/10 {
  --tw-shadow-color: rgb(23 23 23 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/100 {
  --tw-shadow-color: rgb(23 23 23 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/15 {
  --tw-shadow-color: rgb(23 23 23 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/20 {
  --tw-shadow-color: rgb(23 23 23 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/25 {
  --tw-shadow-color: rgb(23 23 23 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/30 {
  --tw-shadow-color: rgb(23 23 23 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/35 {
  --tw-shadow-color: rgb(23 23 23 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/40 {
  --tw-shadow-color: rgb(23 23 23 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/45 {
  --tw-shadow-color: rgb(23 23 23 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/5 {
  --tw-shadow-color: rgb(23 23 23 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/50 {
  --tw-shadow-color: rgb(23 23 23 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/55 {
  --tw-shadow-color: rgb(23 23 23 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/60 {
  --tw-shadow-color: rgb(23 23 23 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/65 {
  --tw-shadow-color: rgb(23 23 23 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/70 {
  --tw-shadow-color: rgb(23 23 23 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/75 {
  --tw-shadow-color: rgb(23 23 23 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/80 {
  --tw-shadow-color: rgb(23 23 23 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/85 {
  --tw-shadow-color: rgb(23 23 23 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/90 {
  --tw-shadow-color: rgb(23 23 23 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-900\/95 {
  --tw-shadow-color: rgb(23 23 23 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950 {
  --tw-shadow-color: #0a0a0a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/0 {
  --tw-shadow-color: rgb(10 10 10 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/10 {
  --tw-shadow-color: rgb(10 10 10 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/100 {
  --tw-shadow-color: rgb(10 10 10 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/15 {
  --tw-shadow-color: rgb(10 10 10 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/20 {
  --tw-shadow-color: rgb(10 10 10 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/25 {
  --tw-shadow-color: rgb(10 10 10 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/30 {
  --tw-shadow-color: rgb(10 10 10 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/35 {
  --tw-shadow-color: rgb(10 10 10 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/40 {
  --tw-shadow-color: rgb(10 10 10 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/45 {
  --tw-shadow-color: rgb(10 10 10 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/5 {
  --tw-shadow-color: rgb(10 10 10 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/50 {
  --tw-shadow-color: rgb(10 10 10 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/55 {
  --tw-shadow-color: rgb(10 10 10 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/60 {
  --tw-shadow-color: rgb(10 10 10 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/65 {
  --tw-shadow-color: rgb(10 10 10 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/70 {
  --tw-shadow-color: rgb(10 10 10 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/75 {
  --tw-shadow-color: rgb(10 10 10 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/80 {
  --tw-shadow-color: rgb(10 10 10 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/85 {
  --tw-shadow-color: rgb(10 10 10 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/90 {
  --tw-shadow-color: rgb(10 10 10 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-neutral-950\/95 {
  --tw-shadow-color: rgb(10 10 10 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100 {
  --tw-shadow-color: #ffedd5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/0 {
  --tw-shadow-color: rgb(255 237 213 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/10 {
  --tw-shadow-color: rgb(255 237 213 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/100 {
  --tw-shadow-color: rgb(255 237 213 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/15 {
  --tw-shadow-color: rgb(255 237 213 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/20 {
  --tw-shadow-color: rgb(255 237 213 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/25 {
  --tw-shadow-color: rgb(255 237 213 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/30 {
  --tw-shadow-color: rgb(255 237 213 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/35 {
  --tw-shadow-color: rgb(255 237 213 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/40 {
  --tw-shadow-color: rgb(255 237 213 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/45 {
  --tw-shadow-color: rgb(255 237 213 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/5 {
  --tw-shadow-color: rgb(255 237 213 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/50 {
  --tw-shadow-color: rgb(255 237 213 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/55 {
  --tw-shadow-color: rgb(255 237 213 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/60 {
  --tw-shadow-color: rgb(255 237 213 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/65 {
  --tw-shadow-color: rgb(255 237 213 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/70 {
  --tw-shadow-color: rgb(255 237 213 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/75 {
  --tw-shadow-color: rgb(255 237 213 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/80 {
  --tw-shadow-color: rgb(255 237 213 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/85 {
  --tw-shadow-color: rgb(255 237 213 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/90 {
  --tw-shadow-color: rgb(255 237 213 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-100\/95 {
  --tw-shadow-color: rgb(255 237 213 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200 {
  --tw-shadow-color: #fed7aa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/0 {
  --tw-shadow-color: rgb(254 215 170 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/10 {
  --tw-shadow-color: rgb(254 215 170 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/100 {
  --tw-shadow-color: rgb(254 215 170 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/15 {
  --tw-shadow-color: rgb(254 215 170 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/20 {
  --tw-shadow-color: rgb(254 215 170 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/25 {
  --tw-shadow-color: rgb(254 215 170 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/30 {
  --tw-shadow-color: rgb(254 215 170 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/35 {
  --tw-shadow-color: rgb(254 215 170 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/40 {
  --tw-shadow-color: rgb(254 215 170 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/45 {
  --tw-shadow-color: rgb(254 215 170 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/5 {
  --tw-shadow-color: rgb(254 215 170 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/50 {
  --tw-shadow-color: rgb(254 215 170 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/55 {
  --tw-shadow-color: rgb(254 215 170 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/60 {
  --tw-shadow-color: rgb(254 215 170 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/65 {
  --tw-shadow-color: rgb(254 215 170 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/70 {
  --tw-shadow-color: rgb(254 215 170 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/75 {
  --tw-shadow-color: rgb(254 215 170 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/80 {
  --tw-shadow-color: rgb(254 215 170 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/85 {
  --tw-shadow-color: rgb(254 215 170 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/90 {
  --tw-shadow-color: rgb(254 215 170 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-200\/95 {
  --tw-shadow-color: rgb(254 215 170 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300 {
  --tw-shadow-color: #fdba74 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/0 {
  --tw-shadow-color: rgb(253 186 116 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/10 {
  --tw-shadow-color: rgb(253 186 116 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/100 {
  --tw-shadow-color: rgb(253 186 116 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/15 {
  --tw-shadow-color: rgb(253 186 116 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/20 {
  --tw-shadow-color: rgb(253 186 116 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/25 {
  --tw-shadow-color: rgb(253 186 116 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/30 {
  --tw-shadow-color: rgb(253 186 116 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/35 {
  --tw-shadow-color: rgb(253 186 116 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/40 {
  --tw-shadow-color: rgb(253 186 116 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/45 {
  --tw-shadow-color: rgb(253 186 116 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/5 {
  --tw-shadow-color: rgb(253 186 116 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/50 {
  --tw-shadow-color: rgb(253 186 116 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/55 {
  --tw-shadow-color: rgb(253 186 116 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/60 {
  --tw-shadow-color: rgb(253 186 116 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/65 {
  --tw-shadow-color: rgb(253 186 116 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/70 {
  --tw-shadow-color: rgb(253 186 116 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/75 {
  --tw-shadow-color: rgb(253 186 116 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/80 {
  --tw-shadow-color: rgb(253 186 116 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/85 {
  --tw-shadow-color: rgb(253 186 116 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/90 {
  --tw-shadow-color: rgb(253 186 116 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-300\/95 {
  --tw-shadow-color: rgb(253 186 116 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400 {
  --tw-shadow-color: #fb923c !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/0 {
  --tw-shadow-color: rgb(251 146 60 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/10 {
  --tw-shadow-color: rgb(251 146 60 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/100 {
  --tw-shadow-color: rgb(251 146 60 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/15 {
  --tw-shadow-color: rgb(251 146 60 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/20 {
  --tw-shadow-color: rgb(251 146 60 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/25 {
  --tw-shadow-color: rgb(251 146 60 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/30 {
  --tw-shadow-color: rgb(251 146 60 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/35 {
  --tw-shadow-color: rgb(251 146 60 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/40 {
  --tw-shadow-color: rgb(251 146 60 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/45 {
  --tw-shadow-color: rgb(251 146 60 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/5 {
  --tw-shadow-color: rgb(251 146 60 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/50 {
  --tw-shadow-color: rgb(251 146 60 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/55 {
  --tw-shadow-color: rgb(251 146 60 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/60 {
  --tw-shadow-color: rgb(251 146 60 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/65 {
  --tw-shadow-color: rgb(251 146 60 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/70 {
  --tw-shadow-color: rgb(251 146 60 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/75 {
  --tw-shadow-color: rgb(251 146 60 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/80 {
  --tw-shadow-color: rgb(251 146 60 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/85 {
  --tw-shadow-color: rgb(251 146 60 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/90 {
  --tw-shadow-color: rgb(251 146 60 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-400\/95 {
  --tw-shadow-color: rgb(251 146 60 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50 {
  --tw-shadow-color: #fff7ed !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/0 {
  --tw-shadow-color: rgb(255 247 237 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/10 {
  --tw-shadow-color: rgb(255 247 237 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/100 {
  --tw-shadow-color: rgb(255 247 237 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/15 {
  --tw-shadow-color: rgb(255 247 237 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/20 {
  --tw-shadow-color: rgb(255 247 237 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/25 {
  --tw-shadow-color: rgb(255 247 237 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/30 {
  --tw-shadow-color: rgb(255 247 237 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/35 {
  --tw-shadow-color: rgb(255 247 237 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/40 {
  --tw-shadow-color: rgb(255 247 237 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/45 {
  --tw-shadow-color: rgb(255 247 237 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/5 {
  --tw-shadow-color: rgb(255 247 237 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/50 {
  --tw-shadow-color: rgb(255 247 237 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/55 {
  --tw-shadow-color: rgb(255 247 237 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/60 {
  --tw-shadow-color: rgb(255 247 237 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/65 {
  --tw-shadow-color: rgb(255 247 237 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/70 {
  --tw-shadow-color: rgb(255 247 237 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/75 {
  --tw-shadow-color: rgb(255 247 237 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/80 {
  --tw-shadow-color: rgb(255 247 237 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/85 {
  --tw-shadow-color: rgb(255 247 237 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/90 {
  --tw-shadow-color: rgb(255 247 237 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-50\/95 {
  --tw-shadow-color: rgb(255 247 237 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500 {
  --tw-shadow-color: #f97316 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/0 {
  --tw-shadow-color: rgb(249 115 22 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/10 {
  --tw-shadow-color: rgb(249 115 22 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/100 {
  --tw-shadow-color: rgb(249 115 22 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/15 {
  --tw-shadow-color: rgb(249 115 22 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/25 {
  --tw-shadow-color: rgb(249 115 22 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/30 {
  --tw-shadow-color: rgb(249 115 22 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/35 {
  --tw-shadow-color: rgb(249 115 22 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/40 {
  --tw-shadow-color: rgb(249 115 22 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/45 {
  --tw-shadow-color: rgb(249 115 22 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/5 {
  --tw-shadow-color: rgb(249 115 22 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/50 {
  --tw-shadow-color: rgb(249 115 22 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/55 {
  --tw-shadow-color: rgb(249 115 22 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/60 {
  --tw-shadow-color: rgb(249 115 22 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/65 {
  --tw-shadow-color: rgb(249 115 22 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/70 {
  --tw-shadow-color: rgb(249 115 22 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/75 {
  --tw-shadow-color: rgb(249 115 22 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/80 {
  --tw-shadow-color: rgb(249 115 22 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/85 {
  --tw-shadow-color: rgb(249 115 22 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/90 {
  --tw-shadow-color: rgb(249 115 22 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-500\/95 {
  --tw-shadow-color: rgb(249 115 22 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600 {
  --tw-shadow-color: #ea580c !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/0 {
  --tw-shadow-color: rgb(234 88 12 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/10 {
  --tw-shadow-color: rgb(234 88 12 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/100 {
  --tw-shadow-color: rgb(234 88 12 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/15 {
  --tw-shadow-color: rgb(234 88 12 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/20 {
  --tw-shadow-color: rgb(234 88 12 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/25 {
  --tw-shadow-color: rgb(234 88 12 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/30 {
  --tw-shadow-color: rgb(234 88 12 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/35 {
  --tw-shadow-color: rgb(234 88 12 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/40 {
  --tw-shadow-color: rgb(234 88 12 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/45 {
  --tw-shadow-color: rgb(234 88 12 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/5 {
  --tw-shadow-color: rgb(234 88 12 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/50 {
  --tw-shadow-color: rgb(234 88 12 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/55 {
  --tw-shadow-color: rgb(234 88 12 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/60 {
  --tw-shadow-color: rgb(234 88 12 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/65 {
  --tw-shadow-color: rgb(234 88 12 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/70 {
  --tw-shadow-color: rgb(234 88 12 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/75 {
  --tw-shadow-color: rgb(234 88 12 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/80 {
  --tw-shadow-color: rgb(234 88 12 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/85 {
  --tw-shadow-color: rgb(234 88 12 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/90 {
  --tw-shadow-color: rgb(234 88 12 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-600\/95 {
  --tw-shadow-color: rgb(234 88 12 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700 {
  --tw-shadow-color: #c2410c !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/0 {
  --tw-shadow-color: rgb(194 65 12 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/10 {
  --tw-shadow-color: rgb(194 65 12 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/100 {
  --tw-shadow-color: rgb(194 65 12 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/15 {
  --tw-shadow-color: rgb(194 65 12 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/20 {
  --tw-shadow-color: rgb(194 65 12 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/25 {
  --tw-shadow-color: rgb(194 65 12 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/30 {
  --tw-shadow-color: rgb(194 65 12 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/35 {
  --tw-shadow-color: rgb(194 65 12 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/40 {
  --tw-shadow-color: rgb(194 65 12 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/45 {
  --tw-shadow-color: rgb(194 65 12 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/5 {
  --tw-shadow-color: rgb(194 65 12 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/50 {
  --tw-shadow-color: rgb(194 65 12 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/55 {
  --tw-shadow-color: rgb(194 65 12 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/60 {
  --tw-shadow-color: rgb(194 65 12 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/65 {
  --tw-shadow-color: rgb(194 65 12 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/70 {
  --tw-shadow-color: rgb(194 65 12 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/75 {
  --tw-shadow-color: rgb(194 65 12 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/80 {
  --tw-shadow-color: rgb(194 65 12 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/85 {
  --tw-shadow-color: rgb(194 65 12 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/90 {
  --tw-shadow-color: rgb(194 65 12 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-700\/95 {
  --tw-shadow-color: rgb(194 65 12 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800 {
  --tw-shadow-color: #9a3412 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/0 {
  --tw-shadow-color: rgb(154 52 18 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/10 {
  --tw-shadow-color: rgb(154 52 18 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/100 {
  --tw-shadow-color: rgb(154 52 18 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/15 {
  --tw-shadow-color: rgb(154 52 18 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/20 {
  --tw-shadow-color: rgb(154 52 18 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/25 {
  --tw-shadow-color: rgb(154 52 18 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/30 {
  --tw-shadow-color: rgb(154 52 18 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/35 {
  --tw-shadow-color: rgb(154 52 18 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/40 {
  --tw-shadow-color: rgb(154 52 18 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/45 {
  --tw-shadow-color: rgb(154 52 18 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/5 {
  --tw-shadow-color: rgb(154 52 18 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/50 {
  --tw-shadow-color: rgb(154 52 18 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/55 {
  --tw-shadow-color: rgb(154 52 18 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/60 {
  --tw-shadow-color: rgb(154 52 18 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/65 {
  --tw-shadow-color: rgb(154 52 18 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/70 {
  --tw-shadow-color: rgb(154 52 18 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/75 {
  --tw-shadow-color: rgb(154 52 18 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/80 {
  --tw-shadow-color: rgb(154 52 18 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/85 {
  --tw-shadow-color: rgb(154 52 18 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/90 {
  --tw-shadow-color: rgb(154 52 18 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-800\/95 {
  --tw-shadow-color: rgb(154 52 18 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900 {
  --tw-shadow-color: #7c2d12 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/0 {
  --tw-shadow-color: rgb(124 45 18 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/10 {
  --tw-shadow-color: rgb(124 45 18 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/100 {
  --tw-shadow-color: rgb(124 45 18 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/15 {
  --tw-shadow-color: rgb(124 45 18 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/20 {
  --tw-shadow-color: rgb(124 45 18 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/25 {
  --tw-shadow-color: rgb(124 45 18 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/30 {
  --tw-shadow-color: rgb(124 45 18 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/35 {
  --tw-shadow-color: rgb(124 45 18 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/40 {
  --tw-shadow-color: rgb(124 45 18 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/45 {
  --tw-shadow-color: rgb(124 45 18 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/5 {
  --tw-shadow-color: rgb(124 45 18 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/50 {
  --tw-shadow-color: rgb(124 45 18 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/55 {
  --tw-shadow-color: rgb(124 45 18 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/60 {
  --tw-shadow-color: rgb(124 45 18 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/65 {
  --tw-shadow-color: rgb(124 45 18 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/70 {
  --tw-shadow-color: rgb(124 45 18 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/75 {
  --tw-shadow-color: rgb(124 45 18 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/80 {
  --tw-shadow-color: rgb(124 45 18 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/85 {
  --tw-shadow-color: rgb(124 45 18 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/90 {
  --tw-shadow-color: rgb(124 45 18 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-900\/95 {
  --tw-shadow-color: rgb(124 45 18 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950 {
  --tw-shadow-color: #431407 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/0 {
  --tw-shadow-color: rgb(67 20 7 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/10 {
  --tw-shadow-color: rgb(67 20 7 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/100 {
  --tw-shadow-color: rgb(67 20 7 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/15 {
  --tw-shadow-color: rgb(67 20 7 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/20 {
  --tw-shadow-color: rgb(67 20 7 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/25 {
  --tw-shadow-color: rgb(67 20 7 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/30 {
  --tw-shadow-color: rgb(67 20 7 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/35 {
  --tw-shadow-color: rgb(67 20 7 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/40 {
  --tw-shadow-color: rgb(67 20 7 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/45 {
  --tw-shadow-color: rgb(67 20 7 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/5 {
  --tw-shadow-color: rgb(67 20 7 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/50 {
  --tw-shadow-color: rgb(67 20 7 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/55 {
  --tw-shadow-color: rgb(67 20 7 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/60 {
  --tw-shadow-color: rgb(67 20 7 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/65 {
  --tw-shadow-color: rgb(67 20 7 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/70 {
  --tw-shadow-color: rgb(67 20 7 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/75 {
  --tw-shadow-color: rgb(67 20 7 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/80 {
  --tw-shadow-color: rgb(67 20 7 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/85 {
  --tw-shadow-color: rgb(67 20 7 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/90 {
  --tw-shadow-color: rgb(67 20 7 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-orange-950\/95 {
  --tw-shadow-color: rgb(67 20 7 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100 {
  --tw-shadow-color: #fce7f3 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/0 {
  --tw-shadow-color: rgb(252 231 243 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/10 {
  --tw-shadow-color: rgb(252 231 243 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/100 {
  --tw-shadow-color: rgb(252 231 243 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/15 {
  --tw-shadow-color: rgb(252 231 243 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/20 {
  --tw-shadow-color: rgb(252 231 243 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/25 {
  --tw-shadow-color: rgb(252 231 243 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/30 {
  --tw-shadow-color: rgb(252 231 243 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/35 {
  --tw-shadow-color: rgb(252 231 243 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/40 {
  --tw-shadow-color: rgb(252 231 243 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/45 {
  --tw-shadow-color: rgb(252 231 243 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/5 {
  --tw-shadow-color: rgb(252 231 243 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/50 {
  --tw-shadow-color: rgb(252 231 243 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/55 {
  --tw-shadow-color: rgb(252 231 243 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/60 {
  --tw-shadow-color: rgb(252 231 243 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/65 {
  --tw-shadow-color: rgb(252 231 243 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/70 {
  --tw-shadow-color: rgb(252 231 243 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/75 {
  --tw-shadow-color: rgb(252 231 243 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/80 {
  --tw-shadow-color: rgb(252 231 243 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/85 {
  --tw-shadow-color: rgb(252 231 243 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/90 {
  --tw-shadow-color: rgb(252 231 243 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-100\/95 {
  --tw-shadow-color: rgb(252 231 243 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200 {
  --tw-shadow-color: #fbcfe8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/0 {
  --tw-shadow-color: rgb(251 207 232 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/10 {
  --tw-shadow-color: rgb(251 207 232 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/100 {
  --tw-shadow-color: rgb(251 207 232 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/15 {
  --tw-shadow-color: rgb(251 207 232 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/20 {
  --tw-shadow-color: rgb(251 207 232 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/25 {
  --tw-shadow-color: rgb(251 207 232 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/30 {
  --tw-shadow-color: rgb(251 207 232 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/35 {
  --tw-shadow-color: rgb(251 207 232 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/40 {
  --tw-shadow-color: rgb(251 207 232 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/45 {
  --tw-shadow-color: rgb(251 207 232 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/5 {
  --tw-shadow-color: rgb(251 207 232 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/50 {
  --tw-shadow-color: rgb(251 207 232 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/55 {
  --tw-shadow-color: rgb(251 207 232 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/60 {
  --tw-shadow-color: rgb(251 207 232 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/65 {
  --tw-shadow-color: rgb(251 207 232 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/70 {
  --tw-shadow-color: rgb(251 207 232 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/75 {
  --tw-shadow-color: rgb(251 207 232 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/80 {
  --tw-shadow-color: rgb(251 207 232 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/85 {
  --tw-shadow-color: rgb(251 207 232 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/90 {
  --tw-shadow-color: rgb(251 207 232 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-200\/95 {
  --tw-shadow-color: rgb(251 207 232 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300 {
  --tw-shadow-color: #f9a8d4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/0 {
  --tw-shadow-color: rgb(249 168 212 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/10 {
  --tw-shadow-color: rgb(249 168 212 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/100 {
  --tw-shadow-color: rgb(249 168 212 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/15 {
  --tw-shadow-color: rgb(249 168 212 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/20 {
  --tw-shadow-color: rgb(249 168 212 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/25 {
  --tw-shadow-color: rgb(249 168 212 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/30 {
  --tw-shadow-color: rgb(249 168 212 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/35 {
  --tw-shadow-color: rgb(249 168 212 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/40 {
  --tw-shadow-color: rgb(249 168 212 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/45 {
  --tw-shadow-color: rgb(249 168 212 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/5 {
  --tw-shadow-color: rgb(249 168 212 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/50 {
  --tw-shadow-color: rgb(249 168 212 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/55 {
  --tw-shadow-color: rgb(249 168 212 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/60 {
  --tw-shadow-color: rgb(249 168 212 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/65 {
  --tw-shadow-color: rgb(249 168 212 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/70 {
  --tw-shadow-color: rgb(249 168 212 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/75 {
  --tw-shadow-color: rgb(249 168 212 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/80 {
  --tw-shadow-color: rgb(249 168 212 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/85 {
  --tw-shadow-color: rgb(249 168 212 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/90 {
  --tw-shadow-color: rgb(249 168 212 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-300\/95 {
  --tw-shadow-color: rgb(249 168 212 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400 {
  --tw-shadow-color: #f472b6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/0 {
  --tw-shadow-color: rgb(244 114 182 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/10 {
  --tw-shadow-color: rgb(244 114 182 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/100 {
  --tw-shadow-color: rgb(244 114 182 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/15 {
  --tw-shadow-color: rgb(244 114 182 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/20 {
  --tw-shadow-color: rgb(244 114 182 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/25 {
  --tw-shadow-color: rgb(244 114 182 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/30 {
  --tw-shadow-color: rgb(244 114 182 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/35 {
  --tw-shadow-color: rgb(244 114 182 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/40 {
  --tw-shadow-color: rgb(244 114 182 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/45 {
  --tw-shadow-color: rgb(244 114 182 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/5 {
  --tw-shadow-color: rgb(244 114 182 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/50 {
  --tw-shadow-color: rgb(244 114 182 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/55 {
  --tw-shadow-color: rgb(244 114 182 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/60 {
  --tw-shadow-color: rgb(244 114 182 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/65 {
  --tw-shadow-color: rgb(244 114 182 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/70 {
  --tw-shadow-color: rgb(244 114 182 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/75 {
  --tw-shadow-color: rgb(244 114 182 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/80 {
  --tw-shadow-color: rgb(244 114 182 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/85 {
  --tw-shadow-color: rgb(244 114 182 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/90 {
  --tw-shadow-color: rgb(244 114 182 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-400\/95 {
  --tw-shadow-color: rgb(244 114 182 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50 {
  --tw-shadow-color: #fdf2f8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/0 {
  --tw-shadow-color: rgb(253 242 248 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/10 {
  --tw-shadow-color: rgb(253 242 248 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/100 {
  --tw-shadow-color: rgb(253 242 248 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/15 {
  --tw-shadow-color: rgb(253 242 248 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/20 {
  --tw-shadow-color: rgb(253 242 248 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/25 {
  --tw-shadow-color: rgb(253 242 248 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/30 {
  --tw-shadow-color: rgb(253 242 248 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/35 {
  --tw-shadow-color: rgb(253 242 248 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/40 {
  --tw-shadow-color: rgb(253 242 248 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/45 {
  --tw-shadow-color: rgb(253 242 248 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/5 {
  --tw-shadow-color: rgb(253 242 248 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/50 {
  --tw-shadow-color: rgb(253 242 248 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/55 {
  --tw-shadow-color: rgb(253 242 248 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/60 {
  --tw-shadow-color: rgb(253 242 248 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/65 {
  --tw-shadow-color: rgb(253 242 248 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/70 {
  --tw-shadow-color: rgb(253 242 248 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/75 {
  --tw-shadow-color: rgb(253 242 248 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/80 {
  --tw-shadow-color: rgb(253 242 248 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/85 {
  --tw-shadow-color: rgb(253 242 248 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/90 {
  --tw-shadow-color: rgb(253 242 248 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-50\/95 {
  --tw-shadow-color: rgb(253 242 248 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500 {
  --tw-shadow-color: #ec4899 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/0 {
  --tw-shadow-color: rgb(236 72 153 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/10 {
  --tw-shadow-color: rgb(236 72 153 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/100 {
  --tw-shadow-color: rgb(236 72 153 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/15 {
  --tw-shadow-color: rgb(236 72 153 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/20 {
  --tw-shadow-color: rgb(236 72 153 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/25 {
  --tw-shadow-color: rgb(236 72 153 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/30 {
  --tw-shadow-color: rgb(236 72 153 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/35 {
  --tw-shadow-color: rgb(236 72 153 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/40 {
  --tw-shadow-color: rgb(236 72 153 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/45 {
  --tw-shadow-color: rgb(236 72 153 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/5 {
  --tw-shadow-color: rgb(236 72 153 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/50 {
  --tw-shadow-color: rgb(236 72 153 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/55 {
  --tw-shadow-color: rgb(236 72 153 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/60 {
  --tw-shadow-color: rgb(236 72 153 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/65 {
  --tw-shadow-color: rgb(236 72 153 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/70 {
  --tw-shadow-color: rgb(236 72 153 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/75 {
  --tw-shadow-color: rgb(236 72 153 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/80 {
  --tw-shadow-color: rgb(236 72 153 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/85 {
  --tw-shadow-color: rgb(236 72 153 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/90 {
  --tw-shadow-color: rgb(236 72 153 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-500\/95 {
  --tw-shadow-color: rgb(236 72 153 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600 {
  --tw-shadow-color: #db2777 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/0 {
  --tw-shadow-color: rgb(219 39 119 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/10 {
  --tw-shadow-color: rgb(219 39 119 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/100 {
  --tw-shadow-color: rgb(219 39 119 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/15 {
  --tw-shadow-color: rgb(219 39 119 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/20 {
  --tw-shadow-color: rgb(219 39 119 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/25 {
  --tw-shadow-color: rgb(219 39 119 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/30 {
  --tw-shadow-color: rgb(219 39 119 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/35 {
  --tw-shadow-color: rgb(219 39 119 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/40 {
  --tw-shadow-color: rgb(219 39 119 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/45 {
  --tw-shadow-color: rgb(219 39 119 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/5 {
  --tw-shadow-color: rgb(219 39 119 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/50 {
  --tw-shadow-color: rgb(219 39 119 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/55 {
  --tw-shadow-color: rgb(219 39 119 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/60 {
  --tw-shadow-color: rgb(219 39 119 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/65 {
  --tw-shadow-color: rgb(219 39 119 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/70 {
  --tw-shadow-color: rgb(219 39 119 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/75 {
  --tw-shadow-color: rgb(219 39 119 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/80 {
  --tw-shadow-color: rgb(219 39 119 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/85 {
  --tw-shadow-color: rgb(219 39 119 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/90 {
  --tw-shadow-color: rgb(219 39 119 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-600\/95 {
  --tw-shadow-color: rgb(219 39 119 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700 {
  --tw-shadow-color: #be185d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/0 {
  --tw-shadow-color: rgb(190 24 93 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/10 {
  --tw-shadow-color: rgb(190 24 93 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/100 {
  --tw-shadow-color: rgb(190 24 93 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/15 {
  --tw-shadow-color: rgb(190 24 93 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/20 {
  --tw-shadow-color: rgb(190 24 93 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/25 {
  --tw-shadow-color: rgb(190 24 93 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/30 {
  --tw-shadow-color: rgb(190 24 93 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/35 {
  --tw-shadow-color: rgb(190 24 93 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/40 {
  --tw-shadow-color: rgb(190 24 93 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/45 {
  --tw-shadow-color: rgb(190 24 93 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/5 {
  --tw-shadow-color: rgb(190 24 93 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/50 {
  --tw-shadow-color: rgb(190 24 93 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/55 {
  --tw-shadow-color: rgb(190 24 93 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/60 {
  --tw-shadow-color: rgb(190 24 93 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/65 {
  --tw-shadow-color: rgb(190 24 93 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/70 {
  --tw-shadow-color: rgb(190 24 93 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/75 {
  --tw-shadow-color: rgb(190 24 93 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/80 {
  --tw-shadow-color: rgb(190 24 93 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/85 {
  --tw-shadow-color: rgb(190 24 93 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/90 {
  --tw-shadow-color: rgb(190 24 93 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-700\/95 {
  --tw-shadow-color: rgb(190 24 93 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800 {
  --tw-shadow-color: #9d174d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/0 {
  --tw-shadow-color: rgb(157 23 77 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/10 {
  --tw-shadow-color: rgb(157 23 77 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/100 {
  --tw-shadow-color: rgb(157 23 77 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/15 {
  --tw-shadow-color: rgb(157 23 77 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/20 {
  --tw-shadow-color: rgb(157 23 77 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/25 {
  --tw-shadow-color: rgb(157 23 77 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/30 {
  --tw-shadow-color: rgb(157 23 77 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/35 {
  --tw-shadow-color: rgb(157 23 77 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/40 {
  --tw-shadow-color: rgb(157 23 77 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/45 {
  --tw-shadow-color: rgb(157 23 77 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/5 {
  --tw-shadow-color: rgb(157 23 77 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/50 {
  --tw-shadow-color: rgb(157 23 77 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/55 {
  --tw-shadow-color: rgb(157 23 77 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/60 {
  --tw-shadow-color: rgb(157 23 77 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/65 {
  --tw-shadow-color: rgb(157 23 77 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/70 {
  --tw-shadow-color: rgb(157 23 77 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/75 {
  --tw-shadow-color: rgb(157 23 77 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/80 {
  --tw-shadow-color: rgb(157 23 77 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/85 {
  --tw-shadow-color: rgb(157 23 77 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/90 {
  --tw-shadow-color: rgb(157 23 77 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-800\/95 {
  --tw-shadow-color: rgb(157 23 77 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900 {
  --tw-shadow-color: #831843 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/0 {
  --tw-shadow-color: rgb(131 24 67 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/10 {
  --tw-shadow-color: rgb(131 24 67 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/100 {
  --tw-shadow-color: rgb(131 24 67 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/15 {
  --tw-shadow-color: rgb(131 24 67 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/20 {
  --tw-shadow-color: rgb(131 24 67 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/25 {
  --tw-shadow-color: rgb(131 24 67 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/30 {
  --tw-shadow-color: rgb(131 24 67 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/35 {
  --tw-shadow-color: rgb(131 24 67 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/40 {
  --tw-shadow-color: rgb(131 24 67 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/45 {
  --tw-shadow-color: rgb(131 24 67 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/5 {
  --tw-shadow-color: rgb(131 24 67 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/50 {
  --tw-shadow-color: rgb(131 24 67 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/55 {
  --tw-shadow-color: rgb(131 24 67 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/60 {
  --tw-shadow-color: rgb(131 24 67 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/65 {
  --tw-shadow-color: rgb(131 24 67 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/70 {
  --tw-shadow-color: rgb(131 24 67 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/75 {
  --tw-shadow-color: rgb(131 24 67 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/80 {
  --tw-shadow-color: rgb(131 24 67 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/85 {
  --tw-shadow-color: rgb(131 24 67 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/90 {
  --tw-shadow-color: rgb(131 24 67 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-900\/95 {
  --tw-shadow-color: rgb(131 24 67 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950 {
  --tw-shadow-color: #500724 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/0 {
  --tw-shadow-color: rgb(80 7 36 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/10 {
  --tw-shadow-color: rgb(80 7 36 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/100 {
  --tw-shadow-color: rgb(80 7 36 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/15 {
  --tw-shadow-color: rgb(80 7 36 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/20 {
  --tw-shadow-color: rgb(80 7 36 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/25 {
  --tw-shadow-color: rgb(80 7 36 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/30 {
  --tw-shadow-color: rgb(80 7 36 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/35 {
  --tw-shadow-color: rgb(80 7 36 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/40 {
  --tw-shadow-color: rgb(80 7 36 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/45 {
  --tw-shadow-color: rgb(80 7 36 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/5 {
  --tw-shadow-color: rgb(80 7 36 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/50 {
  --tw-shadow-color: rgb(80 7 36 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/55 {
  --tw-shadow-color: rgb(80 7 36 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/60 {
  --tw-shadow-color: rgb(80 7 36 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/65 {
  --tw-shadow-color: rgb(80 7 36 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/70 {
  --tw-shadow-color: rgb(80 7 36 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/75 {
  --tw-shadow-color: rgb(80 7 36 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/80 {
  --tw-shadow-color: rgb(80 7 36 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/85 {
  --tw-shadow-color: rgb(80 7 36 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/90 {
  --tw-shadow-color: rgb(80 7 36 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-pink-950\/95 {
  --tw-shadow-color: rgb(80 7 36 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100 {
  --tw-shadow-color: #f3e8ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/0 {
  --tw-shadow-color: rgb(243 232 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/10 {
  --tw-shadow-color: rgb(243 232 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/100 {
  --tw-shadow-color: rgb(243 232 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/15 {
  --tw-shadow-color: rgb(243 232 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/20 {
  --tw-shadow-color: rgb(243 232 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/25 {
  --tw-shadow-color: rgb(243 232 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/30 {
  --tw-shadow-color: rgb(243 232 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/35 {
  --tw-shadow-color: rgb(243 232 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/40 {
  --tw-shadow-color: rgb(243 232 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/45 {
  --tw-shadow-color: rgb(243 232 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/5 {
  --tw-shadow-color: rgb(243 232 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/50 {
  --tw-shadow-color: rgb(243 232 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/55 {
  --tw-shadow-color: rgb(243 232 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/60 {
  --tw-shadow-color: rgb(243 232 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/65 {
  --tw-shadow-color: rgb(243 232 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/70 {
  --tw-shadow-color: rgb(243 232 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/75 {
  --tw-shadow-color: rgb(243 232 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/80 {
  --tw-shadow-color: rgb(243 232 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/85 {
  --tw-shadow-color: rgb(243 232 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/90 {
  --tw-shadow-color: rgb(243 232 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-100\/95 {
  --tw-shadow-color: rgb(243 232 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200 {
  --tw-shadow-color: #e9d5ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/0 {
  --tw-shadow-color: rgb(233 213 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/10 {
  --tw-shadow-color: rgb(233 213 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/100 {
  --tw-shadow-color: rgb(233 213 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/15 {
  --tw-shadow-color: rgb(233 213 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/20 {
  --tw-shadow-color: rgb(233 213 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/25 {
  --tw-shadow-color: rgb(233 213 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/30 {
  --tw-shadow-color: rgb(233 213 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/35 {
  --tw-shadow-color: rgb(233 213 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/40 {
  --tw-shadow-color: rgb(233 213 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/45 {
  --tw-shadow-color: rgb(233 213 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/5 {
  --tw-shadow-color: rgb(233 213 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/50 {
  --tw-shadow-color: rgb(233 213 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/55 {
  --tw-shadow-color: rgb(233 213 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/60 {
  --tw-shadow-color: rgb(233 213 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/65 {
  --tw-shadow-color: rgb(233 213 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/70 {
  --tw-shadow-color: rgb(233 213 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/75 {
  --tw-shadow-color: rgb(233 213 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/80 {
  --tw-shadow-color: rgb(233 213 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/85 {
  --tw-shadow-color: rgb(233 213 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/90 {
  --tw-shadow-color: rgb(233 213 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-200\/95 {
  --tw-shadow-color: rgb(233 213 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300 {
  --tw-shadow-color: #d8b4fe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/0 {
  --tw-shadow-color: rgb(216 180 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/10 {
  --tw-shadow-color: rgb(216 180 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/100 {
  --tw-shadow-color: rgb(216 180 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/15 {
  --tw-shadow-color: rgb(216 180 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/20 {
  --tw-shadow-color: rgb(216 180 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/25 {
  --tw-shadow-color: rgb(216 180 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/30 {
  --tw-shadow-color: rgb(216 180 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/35 {
  --tw-shadow-color: rgb(216 180 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/40 {
  --tw-shadow-color: rgb(216 180 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/45 {
  --tw-shadow-color: rgb(216 180 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/5 {
  --tw-shadow-color: rgb(216 180 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/50 {
  --tw-shadow-color: rgb(216 180 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/55 {
  --tw-shadow-color: rgb(216 180 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/60 {
  --tw-shadow-color: rgb(216 180 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/65 {
  --tw-shadow-color: rgb(216 180 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/70 {
  --tw-shadow-color: rgb(216 180 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/75 {
  --tw-shadow-color: rgb(216 180 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/80 {
  --tw-shadow-color: rgb(216 180 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/85 {
  --tw-shadow-color: rgb(216 180 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/90 {
  --tw-shadow-color: rgb(216 180 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-300\/95 {
  --tw-shadow-color: rgb(216 180 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400 {
  --tw-shadow-color: #c084fc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/0 {
  --tw-shadow-color: rgb(192 132 252 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/10 {
  --tw-shadow-color: rgb(192 132 252 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/100 {
  --tw-shadow-color: rgb(192 132 252 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/15 {
  --tw-shadow-color: rgb(192 132 252 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/20 {
  --tw-shadow-color: rgb(192 132 252 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/25 {
  --tw-shadow-color: rgb(192 132 252 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/30 {
  --tw-shadow-color: rgb(192 132 252 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/35 {
  --tw-shadow-color: rgb(192 132 252 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/40 {
  --tw-shadow-color: rgb(192 132 252 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/45 {
  --tw-shadow-color: rgb(192 132 252 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/5 {
  --tw-shadow-color: rgb(192 132 252 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/50 {
  --tw-shadow-color: rgb(192 132 252 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/55 {
  --tw-shadow-color: rgb(192 132 252 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/60 {
  --tw-shadow-color: rgb(192 132 252 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/65 {
  --tw-shadow-color: rgb(192 132 252 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/70 {
  --tw-shadow-color: rgb(192 132 252 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/75 {
  --tw-shadow-color: rgb(192 132 252 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/80 {
  --tw-shadow-color: rgb(192 132 252 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/85 {
  --tw-shadow-color: rgb(192 132 252 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/90 {
  --tw-shadow-color: rgb(192 132 252 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-400\/95 {
  --tw-shadow-color: rgb(192 132 252 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50 {
  --tw-shadow-color: #faf5ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/0 {
  --tw-shadow-color: rgb(250 245 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/10 {
  --tw-shadow-color: rgb(250 245 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/100 {
  --tw-shadow-color: rgb(250 245 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/15 {
  --tw-shadow-color: rgb(250 245 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/20 {
  --tw-shadow-color: rgb(250 245 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/25 {
  --tw-shadow-color: rgb(250 245 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/30 {
  --tw-shadow-color: rgb(250 245 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/35 {
  --tw-shadow-color: rgb(250 245 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/40 {
  --tw-shadow-color: rgb(250 245 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/45 {
  --tw-shadow-color: rgb(250 245 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/5 {
  --tw-shadow-color: rgb(250 245 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/50 {
  --tw-shadow-color: rgb(250 245 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/55 {
  --tw-shadow-color: rgb(250 245 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/60 {
  --tw-shadow-color: rgb(250 245 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/65 {
  --tw-shadow-color: rgb(250 245 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/70 {
  --tw-shadow-color: rgb(250 245 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/75 {
  --tw-shadow-color: rgb(250 245 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/80 {
  --tw-shadow-color: rgb(250 245 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/85 {
  --tw-shadow-color: rgb(250 245 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/90 {
  --tw-shadow-color: rgb(250 245 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-50\/95 {
  --tw-shadow-color: rgb(250 245 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500 {
  --tw-shadow-color: #a855f7 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/0 {
  --tw-shadow-color: rgb(168 85 247 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/10 {
  --tw-shadow-color: rgb(168 85 247 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/100 {
  --tw-shadow-color: rgb(168 85 247 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/15 {
  --tw-shadow-color: rgb(168 85 247 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/35 {
  --tw-shadow-color: rgb(168 85 247 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/40 {
  --tw-shadow-color: rgb(168 85 247 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/45 {
  --tw-shadow-color: rgb(168 85 247 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/5 {
  --tw-shadow-color: rgb(168 85 247 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/50 {
  --tw-shadow-color: rgb(168 85 247 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/55 {
  --tw-shadow-color: rgb(168 85 247 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/60 {
  --tw-shadow-color: rgb(168 85 247 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/65 {
  --tw-shadow-color: rgb(168 85 247 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/70 {
  --tw-shadow-color: rgb(168 85 247 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/75 {
  --tw-shadow-color: rgb(168 85 247 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/80 {
  --tw-shadow-color: rgb(168 85 247 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/85 {
  --tw-shadow-color: rgb(168 85 247 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/90 {
  --tw-shadow-color: rgb(168 85 247 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-500\/95 {
  --tw-shadow-color: rgb(168 85 247 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600 {
  --tw-shadow-color: #9333ea !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/0 {
  --tw-shadow-color: rgb(147 51 234 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/10 {
  --tw-shadow-color: rgb(147 51 234 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/100 {
  --tw-shadow-color: rgb(147 51 234 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/15 {
  --tw-shadow-color: rgb(147 51 234 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/20 {
  --tw-shadow-color: rgb(147 51 234 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/25 {
  --tw-shadow-color: rgb(147 51 234 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/30 {
  --tw-shadow-color: rgb(147 51 234 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/35 {
  --tw-shadow-color: rgb(147 51 234 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/40 {
  --tw-shadow-color: rgb(147 51 234 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/45 {
  --tw-shadow-color: rgb(147 51 234 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/5 {
  --tw-shadow-color: rgb(147 51 234 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/50 {
  --tw-shadow-color: rgb(147 51 234 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/55 {
  --tw-shadow-color: rgb(147 51 234 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/60 {
  --tw-shadow-color: rgb(147 51 234 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/65 {
  --tw-shadow-color: rgb(147 51 234 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/70 {
  --tw-shadow-color: rgb(147 51 234 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/75 {
  --tw-shadow-color: rgb(147 51 234 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/80 {
  --tw-shadow-color: rgb(147 51 234 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/85 {
  --tw-shadow-color: rgb(147 51 234 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/90 {
  --tw-shadow-color: rgb(147 51 234 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-600\/95 {
  --tw-shadow-color: rgb(147 51 234 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700 {
  --tw-shadow-color: #7e22ce !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/0 {
  --tw-shadow-color: rgb(126 34 206 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/10 {
  --tw-shadow-color: rgb(126 34 206 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/100 {
  --tw-shadow-color: rgb(126 34 206 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/15 {
  --tw-shadow-color: rgb(126 34 206 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/20 {
  --tw-shadow-color: rgb(126 34 206 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/25 {
  --tw-shadow-color: rgb(126 34 206 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/30 {
  --tw-shadow-color: rgb(126 34 206 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/35 {
  --tw-shadow-color: rgb(126 34 206 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/40 {
  --tw-shadow-color: rgb(126 34 206 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/45 {
  --tw-shadow-color: rgb(126 34 206 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/5 {
  --tw-shadow-color: rgb(126 34 206 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/50 {
  --tw-shadow-color: rgb(126 34 206 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/55 {
  --tw-shadow-color: rgb(126 34 206 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/60 {
  --tw-shadow-color: rgb(126 34 206 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/65 {
  --tw-shadow-color: rgb(126 34 206 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/70 {
  --tw-shadow-color: rgb(126 34 206 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/75 {
  --tw-shadow-color: rgb(126 34 206 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/80 {
  --tw-shadow-color: rgb(126 34 206 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/85 {
  --tw-shadow-color: rgb(126 34 206 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/90 {
  --tw-shadow-color: rgb(126 34 206 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-700\/95 {
  --tw-shadow-color: rgb(126 34 206 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800 {
  --tw-shadow-color: #6b21a8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/0 {
  --tw-shadow-color: rgb(107 33 168 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/10 {
  --tw-shadow-color: rgb(107 33 168 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/100 {
  --tw-shadow-color: rgb(107 33 168 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/15 {
  --tw-shadow-color: rgb(107 33 168 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/20 {
  --tw-shadow-color: rgb(107 33 168 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/25 {
  --tw-shadow-color: rgb(107 33 168 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/30 {
  --tw-shadow-color: rgb(107 33 168 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/35 {
  --tw-shadow-color: rgb(107 33 168 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/40 {
  --tw-shadow-color: rgb(107 33 168 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/45 {
  --tw-shadow-color: rgb(107 33 168 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/5 {
  --tw-shadow-color: rgb(107 33 168 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/50 {
  --tw-shadow-color: rgb(107 33 168 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/55 {
  --tw-shadow-color: rgb(107 33 168 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/60 {
  --tw-shadow-color: rgb(107 33 168 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/65 {
  --tw-shadow-color: rgb(107 33 168 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/70 {
  --tw-shadow-color: rgb(107 33 168 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/75 {
  --tw-shadow-color: rgb(107 33 168 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/80 {
  --tw-shadow-color: rgb(107 33 168 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/85 {
  --tw-shadow-color: rgb(107 33 168 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/90 {
  --tw-shadow-color: rgb(107 33 168 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-800\/95 {
  --tw-shadow-color: rgb(107 33 168 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900 {
  --tw-shadow-color: #581c87 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/0 {
  --tw-shadow-color: rgb(88 28 135 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/10 {
  --tw-shadow-color: rgb(88 28 135 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/100 {
  --tw-shadow-color: rgb(88 28 135 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/15 {
  --tw-shadow-color: rgb(88 28 135 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/20 {
  --tw-shadow-color: rgb(88 28 135 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/25 {
  --tw-shadow-color: rgb(88 28 135 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/30 {
  --tw-shadow-color: rgb(88 28 135 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/35 {
  --tw-shadow-color: rgb(88 28 135 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/40 {
  --tw-shadow-color: rgb(88 28 135 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/45 {
  --tw-shadow-color: rgb(88 28 135 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/5 {
  --tw-shadow-color: rgb(88 28 135 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/50 {
  --tw-shadow-color: rgb(88 28 135 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/55 {
  --tw-shadow-color: rgb(88 28 135 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/60 {
  --tw-shadow-color: rgb(88 28 135 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/65 {
  --tw-shadow-color: rgb(88 28 135 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/70 {
  --tw-shadow-color: rgb(88 28 135 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/75 {
  --tw-shadow-color: rgb(88 28 135 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/80 {
  --tw-shadow-color: rgb(88 28 135 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/85 {
  --tw-shadow-color: rgb(88 28 135 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/90 {
  --tw-shadow-color: rgb(88 28 135 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-900\/95 {
  --tw-shadow-color: rgb(88 28 135 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950 {
  --tw-shadow-color: #3b0764 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/0 {
  --tw-shadow-color: rgb(59 7 100 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/10 {
  --tw-shadow-color: rgb(59 7 100 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/100 {
  --tw-shadow-color: rgb(59 7 100 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/15 {
  --tw-shadow-color: rgb(59 7 100 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/20 {
  --tw-shadow-color: rgb(59 7 100 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/25 {
  --tw-shadow-color: rgb(59 7 100 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/30 {
  --tw-shadow-color: rgb(59 7 100 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/35 {
  --tw-shadow-color: rgb(59 7 100 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/40 {
  --tw-shadow-color: rgb(59 7 100 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/45 {
  --tw-shadow-color: rgb(59 7 100 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/5 {
  --tw-shadow-color: rgb(59 7 100 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/50 {
  --tw-shadow-color: rgb(59 7 100 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/55 {
  --tw-shadow-color: rgb(59 7 100 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/60 {
  --tw-shadow-color: rgb(59 7 100 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/65 {
  --tw-shadow-color: rgb(59 7 100 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/70 {
  --tw-shadow-color: rgb(59 7 100 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/75 {
  --tw-shadow-color: rgb(59 7 100 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/80 {
  --tw-shadow-color: rgb(59 7 100 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/85 {
  --tw-shadow-color: rgb(59 7 100 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/90 {
  --tw-shadow-color: rgb(59 7 100 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-purple-950\/95 {
  --tw-shadow-color: rgb(59 7 100 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100 {
  --tw-shadow-color: #fee2e2 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/0 {
  --tw-shadow-color: rgb(254 226 226 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/10 {
  --tw-shadow-color: rgb(254 226 226 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/100 {
  --tw-shadow-color: rgb(254 226 226 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/15 {
  --tw-shadow-color: rgb(254 226 226 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/20 {
  --tw-shadow-color: rgb(254 226 226 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/25 {
  --tw-shadow-color: rgb(254 226 226 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/30 {
  --tw-shadow-color: rgb(254 226 226 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/35 {
  --tw-shadow-color: rgb(254 226 226 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/40 {
  --tw-shadow-color: rgb(254 226 226 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/45 {
  --tw-shadow-color: rgb(254 226 226 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/5 {
  --tw-shadow-color: rgb(254 226 226 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/50 {
  --tw-shadow-color: rgb(254 226 226 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/55 {
  --tw-shadow-color: rgb(254 226 226 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/60 {
  --tw-shadow-color: rgb(254 226 226 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/65 {
  --tw-shadow-color: rgb(254 226 226 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/70 {
  --tw-shadow-color: rgb(254 226 226 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/75 {
  --tw-shadow-color: rgb(254 226 226 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/80 {
  --tw-shadow-color: rgb(254 226 226 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/85 {
  --tw-shadow-color: rgb(254 226 226 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/90 {
  --tw-shadow-color: rgb(254 226 226 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100\/95 {
  --tw-shadow-color: rgb(254 226 226 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200 {
  --tw-shadow-color: #fecaca !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/0 {
  --tw-shadow-color: rgb(254 202 202 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/10 {
  --tw-shadow-color: rgb(254 202 202 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/100 {
  --tw-shadow-color: rgb(254 202 202 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/15 {
  --tw-shadow-color: rgb(254 202 202 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/20 {
  --tw-shadow-color: rgb(254 202 202 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/25 {
  --tw-shadow-color: rgb(254 202 202 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/30 {
  --tw-shadow-color: rgb(254 202 202 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/35 {
  --tw-shadow-color: rgb(254 202 202 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/40 {
  --tw-shadow-color: rgb(254 202 202 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/45 {
  --tw-shadow-color: rgb(254 202 202 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/5 {
  --tw-shadow-color: rgb(254 202 202 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/50 {
  --tw-shadow-color: rgb(254 202 202 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/55 {
  --tw-shadow-color: rgb(254 202 202 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/60 {
  --tw-shadow-color: rgb(254 202 202 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/65 {
  --tw-shadow-color: rgb(254 202 202 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/70 {
  --tw-shadow-color: rgb(254 202 202 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/75 {
  --tw-shadow-color: rgb(254 202 202 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/80 {
  --tw-shadow-color: rgb(254 202 202 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/85 {
  --tw-shadow-color: rgb(254 202 202 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/90 {
  --tw-shadow-color: rgb(254 202 202 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200\/95 {
  --tw-shadow-color: rgb(254 202 202 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300 {
  --tw-shadow-color: #fca5a5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/0 {
  --tw-shadow-color: rgb(252 165 165 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/10 {
  --tw-shadow-color: rgb(252 165 165 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/100 {
  --tw-shadow-color: rgb(252 165 165 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/15 {
  --tw-shadow-color: rgb(252 165 165 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/20 {
  --tw-shadow-color: rgb(252 165 165 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/25 {
  --tw-shadow-color: rgb(252 165 165 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/30 {
  --tw-shadow-color: rgb(252 165 165 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/35 {
  --tw-shadow-color: rgb(252 165 165 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/40 {
  --tw-shadow-color: rgb(252 165 165 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/45 {
  --tw-shadow-color: rgb(252 165 165 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/5 {
  --tw-shadow-color: rgb(252 165 165 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/50 {
  --tw-shadow-color: rgb(252 165 165 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/55 {
  --tw-shadow-color: rgb(252 165 165 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/60 {
  --tw-shadow-color: rgb(252 165 165 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/65 {
  --tw-shadow-color: rgb(252 165 165 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/70 {
  --tw-shadow-color: rgb(252 165 165 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/75 {
  --tw-shadow-color: rgb(252 165 165 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/80 {
  --tw-shadow-color: rgb(252 165 165 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/85 {
  --tw-shadow-color: rgb(252 165 165 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/90 {
  --tw-shadow-color: rgb(252 165 165 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-300\/95 {
  --tw-shadow-color: rgb(252 165 165 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400 {
  --tw-shadow-color: #f87171 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/15 {
  --tw-shadow-color: rgb(248 113 113 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/35 {
  --tw-shadow-color: rgb(248 113 113 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/45 {
  --tw-shadow-color: rgb(248 113 113 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/55 {
  --tw-shadow-color: rgb(248 113 113 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/65 {
  --tw-shadow-color: rgb(248 113 113 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/85 {
  --tw-shadow-color: rgb(248 113 113 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-400\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50 {
  --tw-shadow-color: #fef2f2 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/0 {
  --tw-shadow-color: rgb(254 242 242 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/10 {
  --tw-shadow-color: rgb(254 242 242 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/100 {
  --tw-shadow-color: rgb(254 242 242 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/15 {
  --tw-shadow-color: rgb(254 242 242 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/20 {
  --tw-shadow-color: rgb(254 242 242 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/25 {
  --tw-shadow-color: rgb(254 242 242 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/30 {
  --tw-shadow-color: rgb(254 242 242 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/35 {
  --tw-shadow-color: rgb(254 242 242 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/40 {
  --tw-shadow-color: rgb(254 242 242 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/45 {
  --tw-shadow-color: rgb(254 242 242 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/5 {
  --tw-shadow-color: rgb(254 242 242 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/50 {
  --tw-shadow-color: rgb(254 242 242 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/55 {
  --tw-shadow-color: rgb(254 242 242 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/60 {
  --tw-shadow-color: rgb(254 242 242 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/65 {
  --tw-shadow-color: rgb(254 242 242 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/70 {
  --tw-shadow-color: rgb(254 242 242 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/75 {
  --tw-shadow-color: rgb(254 242 242 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/80 {
  --tw-shadow-color: rgb(254 242 242 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/85 {
  --tw-shadow-color: rgb(254 242 242 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/90 {
  --tw-shadow-color: rgb(254 242 242 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-50\/95 {
  --tw-shadow-color: rgb(254 242 242 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500 {
  --tw-shadow-color: #ef4444 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/0 {
  --tw-shadow-color: rgb(239 68 68 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/10 {
  --tw-shadow-color: rgb(239 68 68 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/100 {
  --tw-shadow-color: rgb(239 68 68 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/15 {
  --tw-shadow-color: rgb(239 68 68 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/25 {
  --tw-shadow-color: rgb(239 68 68 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/35 {
  --tw-shadow-color: rgb(239 68 68 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/40 {
  --tw-shadow-color: rgb(239 68 68 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/45 {
  --tw-shadow-color: rgb(239 68 68 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/50 {
  --tw-shadow-color: rgb(239 68 68 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/55 {
  --tw-shadow-color: rgb(239 68 68 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/60 {
  --tw-shadow-color: rgb(239 68 68 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/65 {
  --tw-shadow-color: rgb(239 68 68 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/70 {
  --tw-shadow-color: rgb(239 68 68 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/75 {
  --tw-shadow-color: rgb(239 68 68 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/80 {
  --tw-shadow-color: rgb(239 68 68 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/85 {
  --tw-shadow-color: rgb(239 68 68 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/90 {
  --tw-shadow-color: rgb(239 68 68 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-500\/95 {
  --tw-shadow-color: rgb(239 68 68 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600 {
  --tw-shadow-color: #dc2626 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/0 {
  --tw-shadow-color: rgb(220 38 38 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/10 {
  --tw-shadow-color: rgb(220 38 38 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/100 {
  --tw-shadow-color: rgb(220 38 38 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/15 {
  --tw-shadow-color: rgb(220 38 38 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/20 {
  --tw-shadow-color: rgb(220 38 38 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/25 {
  --tw-shadow-color: rgb(220 38 38 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/30 {
  --tw-shadow-color: rgb(220 38 38 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/35 {
  --tw-shadow-color: rgb(220 38 38 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/40 {
  --tw-shadow-color: rgb(220 38 38 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/45 {
  --tw-shadow-color: rgb(220 38 38 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/5 {
  --tw-shadow-color: rgb(220 38 38 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/50 {
  --tw-shadow-color: rgb(220 38 38 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/55 {
  --tw-shadow-color: rgb(220 38 38 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/60 {
  --tw-shadow-color: rgb(220 38 38 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/65 {
  --tw-shadow-color: rgb(220 38 38 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/70 {
  --tw-shadow-color: rgb(220 38 38 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/75 {
  --tw-shadow-color: rgb(220 38 38 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/80 {
  --tw-shadow-color: rgb(220 38 38 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/85 {
  --tw-shadow-color: rgb(220 38 38 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/90 {
  --tw-shadow-color: rgb(220 38 38 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-600\/95 {
  --tw-shadow-color: rgb(220 38 38 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700 {
  --tw-shadow-color: #b91c1c !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/0 {
  --tw-shadow-color: rgb(185 28 28 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/10 {
  --tw-shadow-color: rgb(185 28 28 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/100 {
  --tw-shadow-color: rgb(185 28 28 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/15 {
  --tw-shadow-color: rgb(185 28 28 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/20 {
  --tw-shadow-color: rgb(185 28 28 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/25 {
  --tw-shadow-color: rgb(185 28 28 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/30 {
  --tw-shadow-color: rgb(185 28 28 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/35 {
  --tw-shadow-color: rgb(185 28 28 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/40 {
  --tw-shadow-color: rgb(185 28 28 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/45 {
  --tw-shadow-color: rgb(185 28 28 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/5 {
  --tw-shadow-color: rgb(185 28 28 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/50 {
  --tw-shadow-color: rgb(185 28 28 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/55 {
  --tw-shadow-color: rgb(185 28 28 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/60 {
  --tw-shadow-color: rgb(185 28 28 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/65 {
  --tw-shadow-color: rgb(185 28 28 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/70 {
  --tw-shadow-color: rgb(185 28 28 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/75 {
  --tw-shadow-color: rgb(185 28 28 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/80 {
  --tw-shadow-color: rgb(185 28 28 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/85 {
  --tw-shadow-color: rgb(185 28 28 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/90 {
  --tw-shadow-color: rgb(185 28 28 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-700\/95 {
  --tw-shadow-color: rgb(185 28 28 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800 {
  --tw-shadow-color: #991b1b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/0 {
  --tw-shadow-color: rgb(153 27 27 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/10 {
  --tw-shadow-color: rgb(153 27 27 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/100 {
  --tw-shadow-color: rgb(153 27 27 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/15 {
  --tw-shadow-color: rgb(153 27 27 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/20 {
  --tw-shadow-color: rgb(153 27 27 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/25 {
  --tw-shadow-color: rgb(153 27 27 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/30 {
  --tw-shadow-color: rgb(153 27 27 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/35 {
  --tw-shadow-color: rgb(153 27 27 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/40 {
  --tw-shadow-color: rgb(153 27 27 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/45 {
  --tw-shadow-color: rgb(153 27 27 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/5 {
  --tw-shadow-color: rgb(153 27 27 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/50 {
  --tw-shadow-color: rgb(153 27 27 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/55 {
  --tw-shadow-color: rgb(153 27 27 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/60 {
  --tw-shadow-color: rgb(153 27 27 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/65 {
  --tw-shadow-color: rgb(153 27 27 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/70 {
  --tw-shadow-color: rgb(153 27 27 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/75 {
  --tw-shadow-color: rgb(153 27 27 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/80 {
  --tw-shadow-color: rgb(153 27 27 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/85 {
  --tw-shadow-color: rgb(153 27 27 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/90 {
  --tw-shadow-color: rgb(153 27 27 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-800\/95 {
  --tw-shadow-color: rgb(153 27 27 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900 {
  --tw-shadow-color: #7f1d1d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/0 {
  --tw-shadow-color: rgb(127 29 29 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/10 {
  --tw-shadow-color: rgb(127 29 29 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/100 {
  --tw-shadow-color: rgb(127 29 29 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/15 {
  --tw-shadow-color: rgb(127 29 29 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/20 {
  --tw-shadow-color: rgb(127 29 29 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/25 {
  --tw-shadow-color: rgb(127 29 29 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/30 {
  --tw-shadow-color: rgb(127 29 29 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/35 {
  --tw-shadow-color: rgb(127 29 29 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/40 {
  --tw-shadow-color: rgb(127 29 29 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/45 {
  --tw-shadow-color: rgb(127 29 29 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/5 {
  --tw-shadow-color: rgb(127 29 29 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/50 {
  --tw-shadow-color: rgb(127 29 29 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/55 {
  --tw-shadow-color: rgb(127 29 29 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/60 {
  --tw-shadow-color: rgb(127 29 29 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/65 {
  --tw-shadow-color: rgb(127 29 29 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/70 {
  --tw-shadow-color: rgb(127 29 29 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/75 {
  --tw-shadow-color: rgb(127 29 29 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/80 {
  --tw-shadow-color: rgb(127 29 29 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/85 {
  --tw-shadow-color: rgb(127 29 29 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/90 {
  --tw-shadow-color: rgb(127 29 29 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-900\/95 {
  --tw-shadow-color: rgb(127 29 29 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950 {
  --tw-shadow-color: #450a0a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/0 {
  --tw-shadow-color: rgb(69 10 10 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/10 {
  --tw-shadow-color: rgb(69 10 10 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/100 {
  --tw-shadow-color: rgb(69 10 10 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/15 {
  --tw-shadow-color: rgb(69 10 10 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/20 {
  --tw-shadow-color: rgb(69 10 10 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/25 {
  --tw-shadow-color: rgb(69 10 10 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/30 {
  --tw-shadow-color: rgb(69 10 10 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/35 {
  --tw-shadow-color: rgb(69 10 10 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/40 {
  --tw-shadow-color: rgb(69 10 10 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/45 {
  --tw-shadow-color: rgb(69 10 10 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/5 {
  --tw-shadow-color: rgb(69 10 10 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/50 {
  --tw-shadow-color: rgb(69 10 10 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/55 {
  --tw-shadow-color: rgb(69 10 10 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/60 {
  --tw-shadow-color: rgb(69 10 10 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/65 {
  --tw-shadow-color: rgb(69 10 10 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/70 {
  --tw-shadow-color: rgb(69 10 10 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/75 {
  --tw-shadow-color: rgb(69 10 10 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/80 {
  --tw-shadow-color: rgb(69 10 10 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/85 {
  --tw-shadow-color: rgb(69 10 10 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/90 {
  --tw-shadow-color: rgb(69 10 10 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-950\/95 {
  --tw-shadow-color: rgb(69 10 10 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100 {
  --tw-shadow-color: #ffe4e6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/0 {
  --tw-shadow-color: rgb(255 228 230 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/10 {
  --tw-shadow-color: rgb(255 228 230 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/100 {
  --tw-shadow-color: rgb(255 228 230 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/15 {
  --tw-shadow-color: rgb(255 228 230 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/20 {
  --tw-shadow-color: rgb(255 228 230 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/25 {
  --tw-shadow-color: rgb(255 228 230 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/30 {
  --tw-shadow-color: rgb(255 228 230 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/35 {
  --tw-shadow-color: rgb(255 228 230 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/40 {
  --tw-shadow-color: rgb(255 228 230 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/45 {
  --tw-shadow-color: rgb(255 228 230 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/5 {
  --tw-shadow-color: rgb(255 228 230 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/50 {
  --tw-shadow-color: rgb(255 228 230 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/55 {
  --tw-shadow-color: rgb(255 228 230 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/60 {
  --tw-shadow-color: rgb(255 228 230 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/65 {
  --tw-shadow-color: rgb(255 228 230 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/70 {
  --tw-shadow-color: rgb(255 228 230 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/75 {
  --tw-shadow-color: rgb(255 228 230 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/80 {
  --tw-shadow-color: rgb(255 228 230 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/85 {
  --tw-shadow-color: rgb(255 228 230 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/90 {
  --tw-shadow-color: rgb(255 228 230 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-100\/95 {
  --tw-shadow-color: rgb(255 228 230 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200 {
  --tw-shadow-color: #fecdd3 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/0 {
  --tw-shadow-color: rgb(254 205 211 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/10 {
  --tw-shadow-color: rgb(254 205 211 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/100 {
  --tw-shadow-color: rgb(254 205 211 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/15 {
  --tw-shadow-color: rgb(254 205 211 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/20 {
  --tw-shadow-color: rgb(254 205 211 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/25 {
  --tw-shadow-color: rgb(254 205 211 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/30 {
  --tw-shadow-color: rgb(254 205 211 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/35 {
  --tw-shadow-color: rgb(254 205 211 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/40 {
  --tw-shadow-color: rgb(254 205 211 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/45 {
  --tw-shadow-color: rgb(254 205 211 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/5 {
  --tw-shadow-color: rgb(254 205 211 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/50 {
  --tw-shadow-color: rgb(254 205 211 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/55 {
  --tw-shadow-color: rgb(254 205 211 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/60 {
  --tw-shadow-color: rgb(254 205 211 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/65 {
  --tw-shadow-color: rgb(254 205 211 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/70 {
  --tw-shadow-color: rgb(254 205 211 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/75 {
  --tw-shadow-color: rgb(254 205 211 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/80 {
  --tw-shadow-color: rgb(254 205 211 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/85 {
  --tw-shadow-color: rgb(254 205 211 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/90 {
  --tw-shadow-color: rgb(254 205 211 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-200\/95 {
  --tw-shadow-color: rgb(254 205 211 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300 {
  --tw-shadow-color: #fda4af !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/0 {
  --tw-shadow-color: rgb(253 164 175 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/10 {
  --tw-shadow-color: rgb(253 164 175 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/100 {
  --tw-shadow-color: rgb(253 164 175 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/15 {
  --tw-shadow-color: rgb(253 164 175 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/20 {
  --tw-shadow-color: rgb(253 164 175 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/25 {
  --tw-shadow-color: rgb(253 164 175 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/30 {
  --tw-shadow-color: rgb(253 164 175 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/35 {
  --tw-shadow-color: rgb(253 164 175 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/40 {
  --tw-shadow-color: rgb(253 164 175 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/45 {
  --tw-shadow-color: rgb(253 164 175 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/5 {
  --tw-shadow-color: rgb(253 164 175 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/50 {
  --tw-shadow-color: rgb(253 164 175 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/55 {
  --tw-shadow-color: rgb(253 164 175 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/60 {
  --tw-shadow-color: rgb(253 164 175 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/65 {
  --tw-shadow-color: rgb(253 164 175 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/70 {
  --tw-shadow-color: rgb(253 164 175 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/75 {
  --tw-shadow-color: rgb(253 164 175 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/80 {
  --tw-shadow-color: rgb(253 164 175 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/85 {
  --tw-shadow-color: rgb(253 164 175 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/90 {
  --tw-shadow-color: rgb(253 164 175 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-300\/95 {
  --tw-shadow-color: rgb(253 164 175 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400 {
  --tw-shadow-color: #fb7185 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/0 {
  --tw-shadow-color: rgb(251 113 133 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/10 {
  --tw-shadow-color: rgb(251 113 133 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/100 {
  --tw-shadow-color: rgb(251 113 133 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/15 {
  --tw-shadow-color: rgb(251 113 133 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/20 {
  --tw-shadow-color: rgb(251 113 133 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/25 {
  --tw-shadow-color: rgb(251 113 133 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/30 {
  --tw-shadow-color: rgb(251 113 133 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/35 {
  --tw-shadow-color: rgb(251 113 133 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/40 {
  --tw-shadow-color: rgb(251 113 133 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/45 {
  --tw-shadow-color: rgb(251 113 133 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/5 {
  --tw-shadow-color: rgb(251 113 133 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/50 {
  --tw-shadow-color: rgb(251 113 133 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/55 {
  --tw-shadow-color: rgb(251 113 133 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/60 {
  --tw-shadow-color: rgb(251 113 133 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/65 {
  --tw-shadow-color: rgb(251 113 133 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/70 {
  --tw-shadow-color: rgb(251 113 133 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/75 {
  --tw-shadow-color: rgb(251 113 133 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/80 {
  --tw-shadow-color: rgb(251 113 133 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/85 {
  --tw-shadow-color: rgb(251 113 133 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/90 {
  --tw-shadow-color: rgb(251 113 133 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-400\/95 {
  --tw-shadow-color: rgb(251 113 133 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50 {
  --tw-shadow-color: #fff1f2 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/0 {
  --tw-shadow-color: rgb(255 241 242 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/10 {
  --tw-shadow-color: rgb(255 241 242 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/100 {
  --tw-shadow-color: rgb(255 241 242 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/15 {
  --tw-shadow-color: rgb(255 241 242 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/20 {
  --tw-shadow-color: rgb(255 241 242 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/25 {
  --tw-shadow-color: rgb(255 241 242 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/30 {
  --tw-shadow-color: rgb(255 241 242 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/35 {
  --tw-shadow-color: rgb(255 241 242 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/40 {
  --tw-shadow-color: rgb(255 241 242 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/45 {
  --tw-shadow-color: rgb(255 241 242 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/5 {
  --tw-shadow-color: rgb(255 241 242 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/50 {
  --tw-shadow-color: rgb(255 241 242 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/55 {
  --tw-shadow-color: rgb(255 241 242 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/60 {
  --tw-shadow-color: rgb(255 241 242 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/65 {
  --tw-shadow-color: rgb(255 241 242 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/70 {
  --tw-shadow-color: rgb(255 241 242 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/75 {
  --tw-shadow-color: rgb(255 241 242 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/80 {
  --tw-shadow-color: rgb(255 241 242 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/85 {
  --tw-shadow-color: rgb(255 241 242 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/90 {
  --tw-shadow-color: rgb(255 241 242 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-50\/95 {
  --tw-shadow-color: rgb(255 241 242 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500 {
  --tw-shadow-color: #f43f5e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/0 {
  --tw-shadow-color: rgb(244 63 94 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/10 {
  --tw-shadow-color: rgb(244 63 94 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/100 {
  --tw-shadow-color: rgb(244 63 94 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/15 {
  --tw-shadow-color: rgb(244 63 94 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/20 {
  --tw-shadow-color: rgb(244 63 94 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/25 {
  --tw-shadow-color: rgb(244 63 94 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/30 {
  --tw-shadow-color: rgb(244 63 94 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/35 {
  --tw-shadow-color: rgb(244 63 94 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/40 {
  --tw-shadow-color: rgb(244 63 94 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/45 {
  --tw-shadow-color: rgb(244 63 94 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/5 {
  --tw-shadow-color: rgb(244 63 94 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/50 {
  --tw-shadow-color: rgb(244 63 94 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/55 {
  --tw-shadow-color: rgb(244 63 94 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/60 {
  --tw-shadow-color: rgb(244 63 94 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/65 {
  --tw-shadow-color: rgb(244 63 94 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/70 {
  --tw-shadow-color: rgb(244 63 94 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/75 {
  --tw-shadow-color: rgb(244 63 94 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/80 {
  --tw-shadow-color: rgb(244 63 94 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/85 {
  --tw-shadow-color: rgb(244 63 94 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/90 {
  --tw-shadow-color: rgb(244 63 94 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-500\/95 {
  --tw-shadow-color: rgb(244 63 94 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600 {
  --tw-shadow-color: #e11d48 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/0 {
  --tw-shadow-color: rgb(225 29 72 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/10 {
  --tw-shadow-color: rgb(225 29 72 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/100 {
  --tw-shadow-color: rgb(225 29 72 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/15 {
  --tw-shadow-color: rgb(225 29 72 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/20 {
  --tw-shadow-color: rgb(225 29 72 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/25 {
  --tw-shadow-color: rgb(225 29 72 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/30 {
  --tw-shadow-color: rgb(225 29 72 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/35 {
  --tw-shadow-color: rgb(225 29 72 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/40 {
  --tw-shadow-color: rgb(225 29 72 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/45 {
  --tw-shadow-color: rgb(225 29 72 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/5 {
  --tw-shadow-color: rgb(225 29 72 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/50 {
  --tw-shadow-color: rgb(225 29 72 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/55 {
  --tw-shadow-color: rgb(225 29 72 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/60 {
  --tw-shadow-color: rgb(225 29 72 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/65 {
  --tw-shadow-color: rgb(225 29 72 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/70 {
  --tw-shadow-color: rgb(225 29 72 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/75 {
  --tw-shadow-color: rgb(225 29 72 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/80 {
  --tw-shadow-color: rgb(225 29 72 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/85 {
  --tw-shadow-color: rgb(225 29 72 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/90 {
  --tw-shadow-color: rgb(225 29 72 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-600\/95 {
  --tw-shadow-color: rgb(225 29 72 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700 {
  --tw-shadow-color: #be123c !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/0 {
  --tw-shadow-color: rgb(190 18 60 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/10 {
  --tw-shadow-color: rgb(190 18 60 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/100 {
  --tw-shadow-color: rgb(190 18 60 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/15 {
  --tw-shadow-color: rgb(190 18 60 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/20 {
  --tw-shadow-color: rgb(190 18 60 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/25 {
  --tw-shadow-color: rgb(190 18 60 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/30 {
  --tw-shadow-color: rgb(190 18 60 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/35 {
  --tw-shadow-color: rgb(190 18 60 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/40 {
  --tw-shadow-color: rgb(190 18 60 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/45 {
  --tw-shadow-color: rgb(190 18 60 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/5 {
  --tw-shadow-color: rgb(190 18 60 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/50 {
  --tw-shadow-color: rgb(190 18 60 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/55 {
  --tw-shadow-color: rgb(190 18 60 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/60 {
  --tw-shadow-color: rgb(190 18 60 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/65 {
  --tw-shadow-color: rgb(190 18 60 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/70 {
  --tw-shadow-color: rgb(190 18 60 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/75 {
  --tw-shadow-color: rgb(190 18 60 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/80 {
  --tw-shadow-color: rgb(190 18 60 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/85 {
  --tw-shadow-color: rgb(190 18 60 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/90 {
  --tw-shadow-color: rgb(190 18 60 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-700\/95 {
  --tw-shadow-color: rgb(190 18 60 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800 {
  --tw-shadow-color: #9f1239 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/0 {
  --tw-shadow-color: rgb(159 18 57 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/10 {
  --tw-shadow-color: rgb(159 18 57 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/100 {
  --tw-shadow-color: rgb(159 18 57 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/15 {
  --tw-shadow-color: rgb(159 18 57 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/20 {
  --tw-shadow-color: rgb(159 18 57 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/25 {
  --tw-shadow-color: rgb(159 18 57 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/30 {
  --tw-shadow-color: rgb(159 18 57 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/35 {
  --tw-shadow-color: rgb(159 18 57 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/40 {
  --tw-shadow-color: rgb(159 18 57 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/45 {
  --tw-shadow-color: rgb(159 18 57 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/5 {
  --tw-shadow-color: rgb(159 18 57 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/50 {
  --tw-shadow-color: rgb(159 18 57 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/55 {
  --tw-shadow-color: rgb(159 18 57 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/60 {
  --tw-shadow-color: rgb(159 18 57 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/65 {
  --tw-shadow-color: rgb(159 18 57 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/70 {
  --tw-shadow-color: rgb(159 18 57 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/75 {
  --tw-shadow-color: rgb(159 18 57 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/80 {
  --tw-shadow-color: rgb(159 18 57 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/85 {
  --tw-shadow-color: rgb(159 18 57 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/90 {
  --tw-shadow-color: rgb(159 18 57 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-800\/95 {
  --tw-shadow-color: rgb(159 18 57 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900 {
  --tw-shadow-color: #881337 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/0 {
  --tw-shadow-color: rgb(136 19 55 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/10 {
  --tw-shadow-color: rgb(136 19 55 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/100 {
  --tw-shadow-color: rgb(136 19 55 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/15 {
  --tw-shadow-color: rgb(136 19 55 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/20 {
  --tw-shadow-color: rgb(136 19 55 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/25 {
  --tw-shadow-color: rgb(136 19 55 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/30 {
  --tw-shadow-color: rgb(136 19 55 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/35 {
  --tw-shadow-color: rgb(136 19 55 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/40 {
  --tw-shadow-color: rgb(136 19 55 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/45 {
  --tw-shadow-color: rgb(136 19 55 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/5 {
  --tw-shadow-color: rgb(136 19 55 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/50 {
  --tw-shadow-color: rgb(136 19 55 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/55 {
  --tw-shadow-color: rgb(136 19 55 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/60 {
  --tw-shadow-color: rgb(136 19 55 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/65 {
  --tw-shadow-color: rgb(136 19 55 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/70 {
  --tw-shadow-color: rgb(136 19 55 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/75 {
  --tw-shadow-color: rgb(136 19 55 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/80 {
  --tw-shadow-color: rgb(136 19 55 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/85 {
  --tw-shadow-color: rgb(136 19 55 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/90 {
  --tw-shadow-color: rgb(136 19 55 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-900\/95 {
  --tw-shadow-color: rgb(136 19 55 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950 {
  --tw-shadow-color: #4c0519 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/0 {
  --tw-shadow-color: rgb(76 5 25 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/10 {
  --tw-shadow-color: rgb(76 5 25 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/100 {
  --tw-shadow-color: rgb(76 5 25 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/15 {
  --tw-shadow-color: rgb(76 5 25 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/20 {
  --tw-shadow-color: rgb(76 5 25 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/25 {
  --tw-shadow-color: rgb(76 5 25 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/30 {
  --tw-shadow-color: rgb(76 5 25 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/35 {
  --tw-shadow-color: rgb(76 5 25 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/40 {
  --tw-shadow-color: rgb(76 5 25 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/45 {
  --tw-shadow-color: rgb(76 5 25 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/5 {
  --tw-shadow-color: rgb(76 5 25 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/50 {
  --tw-shadow-color: rgb(76 5 25 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/55 {
  --tw-shadow-color: rgb(76 5 25 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/60 {
  --tw-shadow-color: rgb(76 5 25 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/65 {
  --tw-shadow-color: rgb(76 5 25 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/70 {
  --tw-shadow-color: rgb(76 5 25 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/75 {
  --tw-shadow-color: rgb(76 5 25 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/80 {
  --tw-shadow-color: rgb(76 5 25 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/85 {
  --tw-shadow-color: rgb(76 5 25 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/90 {
  --tw-shadow-color: rgb(76 5 25 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-rose-950\/95 {
  --tw-shadow-color: rgb(76 5 25 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary {
  --tw-shadow-color: #000 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-secondary\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100 {
  --tw-shadow-color: #e0f2fe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/0 {
  --tw-shadow-color: rgb(224 242 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/10 {
  --tw-shadow-color: rgb(224 242 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/100 {
  --tw-shadow-color: rgb(224 242 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/15 {
  --tw-shadow-color: rgb(224 242 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/20 {
  --tw-shadow-color: rgb(224 242 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/25 {
  --tw-shadow-color: rgb(224 242 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/30 {
  --tw-shadow-color: rgb(224 242 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/35 {
  --tw-shadow-color: rgb(224 242 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/40 {
  --tw-shadow-color: rgb(224 242 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/45 {
  --tw-shadow-color: rgb(224 242 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/5 {
  --tw-shadow-color: rgb(224 242 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/50 {
  --tw-shadow-color: rgb(224 242 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/55 {
  --tw-shadow-color: rgb(224 242 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/60 {
  --tw-shadow-color: rgb(224 242 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/65 {
  --tw-shadow-color: rgb(224 242 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/70 {
  --tw-shadow-color: rgb(224 242 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/75 {
  --tw-shadow-color: rgb(224 242 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/80 {
  --tw-shadow-color: rgb(224 242 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/85 {
  --tw-shadow-color: rgb(224 242 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/90 {
  --tw-shadow-color: rgb(224 242 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100\/95 {
  --tw-shadow-color: rgb(224 242 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200 {
  --tw-shadow-color: #bae6fd !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/0 {
  --tw-shadow-color: rgb(186 230 253 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/10 {
  --tw-shadow-color: rgb(186 230 253 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/100 {
  --tw-shadow-color: rgb(186 230 253 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/15 {
  --tw-shadow-color: rgb(186 230 253 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/20 {
  --tw-shadow-color: rgb(186 230 253 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/25 {
  --tw-shadow-color: rgb(186 230 253 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/30 {
  --tw-shadow-color: rgb(186 230 253 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/35 {
  --tw-shadow-color: rgb(186 230 253 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/40 {
  --tw-shadow-color: rgb(186 230 253 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/45 {
  --tw-shadow-color: rgb(186 230 253 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/5 {
  --tw-shadow-color: rgb(186 230 253 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/50 {
  --tw-shadow-color: rgb(186 230 253 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/55 {
  --tw-shadow-color: rgb(186 230 253 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/60 {
  --tw-shadow-color: rgb(186 230 253 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/65 {
  --tw-shadow-color: rgb(186 230 253 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/70 {
  --tw-shadow-color: rgb(186 230 253 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/75 {
  --tw-shadow-color: rgb(186 230 253 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/80 {
  --tw-shadow-color: rgb(186 230 253 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/85 {
  --tw-shadow-color: rgb(186 230 253 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/90 {
  --tw-shadow-color: rgb(186 230 253 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-200\/95 {
  --tw-shadow-color: rgb(186 230 253 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300 {
  --tw-shadow-color: #7dd3fc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/0 {
  --tw-shadow-color: rgb(125 211 252 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/10 {
  --tw-shadow-color: rgb(125 211 252 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/100 {
  --tw-shadow-color: rgb(125 211 252 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/15 {
  --tw-shadow-color: rgb(125 211 252 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/20 {
  --tw-shadow-color: rgb(125 211 252 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/25 {
  --tw-shadow-color: rgb(125 211 252 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/30 {
  --tw-shadow-color: rgb(125 211 252 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/35 {
  --tw-shadow-color: rgb(125 211 252 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/40 {
  --tw-shadow-color: rgb(125 211 252 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/45 {
  --tw-shadow-color: rgb(125 211 252 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/5 {
  --tw-shadow-color: rgb(125 211 252 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/50 {
  --tw-shadow-color: rgb(125 211 252 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/55 {
  --tw-shadow-color: rgb(125 211 252 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/60 {
  --tw-shadow-color: rgb(125 211 252 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/65 {
  --tw-shadow-color: rgb(125 211 252 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/70 {
  --tw-shadow-color: rgb(125 211 252 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/75 {
  --tw-shadow-color: rgb(125 211 252 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/80 {
  --tw-shadow-color: rgb(125 211 252 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/85 {
  --tw-shadow-color: rgb(125 211 252 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/90 {
  --tw-shadow-color: rgb(125 211 252 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-300\/95 {
  --tw-shadow-color: rgb(125 211 252 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400 {
  --tw-shadow-color: #38bdf8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/0 {
  --tw-shadow-color: rgb(56 189 248 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/10 {
  --tw-shadow-color: rgb(56 189 248 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/100 {
  --tw-shadow-color: rgb(56 189 248 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/15 {
  --tw-shadow-color: rgb(56 189 248 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/20 {
  --tw-shadow-color: rgb(56 189 248 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/25 {
  --tw-shadow-color: rgb(56 189 248 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/30 {
  --tw-shadow-color: rgb(56 189 248 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/35 {
  --tw-shadow-color: rgb(56 189 248 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/40 {
  --tw-shadow-color: rgb(56 189 248 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/45 {
  --tw-shadow-color: rgb(56 189 248 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/5 {
  --tw-shadow-color: rgb(56 189 248 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/50 {
  --tw-shadow-color: rgb(56 189 248 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/55 {
  --tw-shadow-color: rgb(56 189 248 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/60 {
  --tw-shadow-color: rgb(56 189 248 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/65 {
  --tw-shadow-color: rgb(56 189 248 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/70 {
  --tw-shadow-color: rgb(56 189 248 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/75 {
  --tw-shadow-color: rgb(56 189 248 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/80 {
  --tw-shadow-color: rgb(56 189 248 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/85 {
  --tw-shadow-color: rgb(56 189 248 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/90 {
  --tw-shadow-color: rgb(56 189 248 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-400\/95 {
  --tw-shadow-color: rgb(56 189 248 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50 {
  --tw-shadow-color: #f0f9ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/0 {
  --tw-shadow-color: rgb(240 249 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/10 {
  --tw-shadow-color: rgb(240 249 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/100 {
  --tw-shadow-color: rgb(240 249 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/15 {
  --tw-shadow-color: rgb(240 249 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/20 {
  --tw-shadow-color: rgb(240 249 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/25 {
  --tw-shadow-color: rgb(240 249 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/30 {
  --tw-shadow-color: rgb(240 249 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/35 {
  --tw-shadow-color: rgb(240 249 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/40 {
  --tw-shadow-color: rgb(240 249 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/45 {
  --tw-shadow-color: rgb(240 249 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/5 {
  --tw-shadow-color: rgb(240 249 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/50 {
  --tw-shadow-color: rgb(240 249 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/55 {
  --tw-shadow-color: rgb(240 249 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/60 {
  --tw-shadow-color: rgb(240 249 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/65 {
  --tw-shadow-color: rgb(240 249 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/70 {
  --tw-shadow-color: rgb(240 249 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/75 {
  --tw-shadow-color: rgb(240 249 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/80 {
  --tw-shadow-color: rgb(240 249 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/85 {
  --tw-shadow-color: rgb(240 249 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/90 {
  --tw-shadow-color: rgb(240 249 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-50\/95 {
  --tw-shadow-color: rgb(240 249 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500 {
  --tw-shadow-color: #0ea5e9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/0 {
  --tw-shadow-color: rgb(14 165 233 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/10 {
  --tw-shadow-color: rgb(14 165 233 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/100 {
  --tw-shadow-color: rgb(14 165 233 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/15 {
  --tw-shadow-color: rgb(14 165 233 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/20 {
  --tw-shadow-color: rgb(14 165 233 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/25 {
  --tw-shadow-color: rgb(14 165 233 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/30 {
  --tw-shadow-color: rgb(14 165 233 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/35 {
  --tw-shadow-color: rgb(14 165 233 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/40 {
  --tw-shadow-color: rgb(14 165 233 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/45 {
  --tw-shadow-color: rgb(14 165 233 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/5 {
  --tw-shadow-color: rgb(14 165 233 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/50 {
  --tw-shadow-color: rgb(14 165 233 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/55 {
  --tw-shadow-color: rgb(14 165 233 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/60 {
  --tw-shadow-color: rgb(14 165 233 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/65 {
  --tw-shadow-color: rgb(14 165 233 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/70 {
  --tw-shadow-color: rgb(14 165 233 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/75 {
  --tw-shadow-color: rgb(14 165 233 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/80 {
  --tw-shadow-color: rgb(14 165 233 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/85 {
  --tw-shadow-color: rgb(14 165 233 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/90 {
  --tw-shadow-color: rgb(14 165 233 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-500\/95 {
  --tw-shadow-color: rgb(14 165 233 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600 {
  --tw-shadow-color: #0284c7 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/0 {
  --tw-shadow-color: rgb(2 132 199 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/10 {
  --tw-shadow-color: rgb(2 132 199 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/100 {
  --tw-shadow-color: rgb(2 132 199 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/15 {
  --tw-shadow-color: rgb(2 132 199 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/20 {
  --tw-shadow-color: rgb(2 132 199 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/25 {
  --tw-shadow-color: rgb(2 132 199 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/30 {
  --tw-shadow-color: rgb(2 132 199 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/35 {
  --tw-shadow-color: rgb(2 132 199 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/40 {
  --tw-shadow-color: rgb(2 132 199 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/45 {
  --tw-shadow-color: rgb(2 132 199 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/5 {
  --tw-shadow-color: rgb(2 132 199 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/50 {
  --tw-shadow-color: rgb(2 132 199 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/55 {
  --tw-shadow-color: rgb(2 132 199 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/60 {
  --tw-shadow-color: rgb(2 132 199 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/65 {
  --tw-shadow-color: rgb(2 132 199 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/70 {
  --tw-shadow-color: rgb(2 132 199 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/75 {
  --tw-shadow-color: rgb(2 132 199 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/80 {
  --tw-shadow-color: rgb(2 132 199 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/85 {
  --tw-shadow-color: rgb(2 132 199 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/90 {
  --tw-shadow-color: rgb(2 132 199 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-600\/95 {
  --tw-shadow-color: rgb(2 132 199 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700 {
  --tw-shadow-color: #0369a1 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/0 {
  --tw-shadow-color: rgb(3 105 161 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/10 {
  --tw-shadow-color: rgb(3 105 161 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/100 {
  --tw-shadow-color: rgb(3 105 161 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/15 {
  --tw-shadow-color: rgb(3 105 161 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/20 {
  --tw-shadow-color: rgb(3 105 161 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/25 {
  --tw-shadow-color: rgb(3 105 161 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/30 {
  --tw-shadow-color: rgb(3 105 161 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/35 {
  --tw-shadow-color: rgb(3 105 161 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/40 {
  --tw-shadow-color: rgb(3 105 161 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/45 {
  --tw-shadow-color: rgb(3 105 161 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/5 {
  --tw-shadow-color: rgb(3 105 161 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/50 {
  --tw-shadow-color: rgb(3 105 161 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/55 {
  --tw-shadow-color: rgb(3 105 161 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/60 {
  --tw-shadow-color: rgb(3 105 161 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/65 {
  --tw-shadow-color: rgb(3 105 161 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/70 {
  --tw-shadow-color: rgb(3 105 161 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/75 {
  --tw-shadow-color: rgb(3 105 161 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/80 {
  --tw-shadow-color: rgb(3 105 161 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/85 {
  --tw-shadow-color: rgb(3 105 161 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/90 {
  --tw-shadow-color: rgb(3 105 161 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-700\/95 {
  --tw-shadow-color: rgb(3 105 161 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800 {
  --tw-shadow-color: #075985 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/0 {
  --tw-shadow-color: rgb(7 89 133 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/10 {
  --tw-shadow-color: rgb(7 89 133 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/100 {
  --tw-shadow-color: rgb(7 89 133 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/15 {
  --tw-shadow-color: rgb(7 89 133 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/20 {
  --tw-shadow-color: rgb(7 89 133 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/25 {
  --tw-shadow-color: rgb(7 89 133 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/30 {
  --tw-shadow-color: rgb(7 89 133 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/35 {
  --tw-shadow-color: rgb(7 89 133 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/40 {
  --tw-shadow-color: rgb(7 89 133 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/45 {
  --tw-shadow-color: rgb(7 89 133 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/5 {
  --tw-shadow-color: rgb(7 89 133 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/50 {
  --tw-shadow-color: rgb(7 89 133 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/55 {
  --tw-shadow-color: rgb(7 89 133 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/60 {
  --tw-shadow-color: rgb(7 89 133 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/65 {
  --tw-shadow-color: rgb(7 89 133 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/70 {
  --tw-shadow-color: rgb(7 89 133 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/75 {
  --tw-shadow-color: rgb(7 89 133 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/80 {
  --tw-shadow-color: rgb(7 89 133 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/85 {
  --tw-shadow-color: rgb(7 89 133 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/90 {
  --tw-shadow-color: rgb(7 89 133 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-800\/95 {
  --tw-shadow-color: rgb(7 89 133 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900 {
  --tw-shadow-color: #0c4a6e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/0 {
  --tw-shadow-color: rgb(12 74 110 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/10 {
  --tw-shadow-color: rgb(12 74 110 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/100 {
  --tw-shadow-color: rgb(12 74 110 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/15 {
  --tw-shadow-color: rgb(12 74 110 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/20 {
  --tw-shadow-color: rgb(12 74 110 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/25 {
  --tw-shadow-color: rgb(12 74 110 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/30 {
  --tw-shadow-color: rgb(12 74 110 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/35 {
  --tw-shadow-color: rgb(12 74 110 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/40 {
  --tw-shadow-color: rgb(12 74 110 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/45 {
  --tw-shadow-color: rgb(12 74 110 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/5 {
  --tw-shadow-color: rgb(12 74 110 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/50 {
  --tw-shadow-color: rgb(12 74 110 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/55 {
  --tw-shadow-color: rgb(12 74 110 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/60 {
  --tw-shadow-color: rgb(12 74 110 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/65 {
  --tw-shadow-color: rgb(12 74 110 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/70 {
  --tw-shadow-color: rgb(12 74 110 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/75 {
  --tw-shadow-color: rgb(12 74 110 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/80 {
  --tw-shadow-color: rgb(12 74 110 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/85 {
  --tw-shadow-color: rgb(12 74 110 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/90 {
  --tw-shadow-color: rgb(12 74 110 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-900\/95 {
  --tw-shadow-color: rgb(12 74 110 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950 {
  --tw-shadow-color: #082f49 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/0 {
  --tw-shadow-color: rgb(8 47 73 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/10 {
  --tw-shadow-color: rgb(8 47 73 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/100 {
  --tw-shadow-color: rgb(8 47 73 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/15 {
  --tw-shadow-color: rgb(8 47 73 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/20 {
  --tw-shadow-color: rgb(8 47 73 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/25 {
  --tw-shadow-color: rgb(8 47 73 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/30 {
  --tw-shadow-color: rgb(8 47 73 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/35 {
  --tw-shadow-color: rgb(8 47 73 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/40 {
  --tw-shadow-color: rgb(8 47 73 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/45 {
  --tw-shadow-color: rgb(8 47 73 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/5 {
  --tw-shadow-color: rgb(8 47 73 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/50 {
  --tw-shadow-color: rgb(8 47 73 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/55 {
  --tw-shadow-color: rgb(8 47 73 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/60 {
  --tw-shadow-color: rgb(8 47 73 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/65 {
  --tw-shadow-color: rgb(8 47 73 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/70 {
  --tw-shadow-color: rgb(8 47 73 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/75 {
  --tw-shadow-color: rgb(8 47 73 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/80 {
  --tw-shadow-color: rgb(8 47 73 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/85 {
  --tw-shadow-color: rgb(8 47 73 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/90 {
  --tw-shadow-color: rgb(8 47 73 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-950\/95 {
  --tw-shadow-color: rgb(8 47 73 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/0 {
  --tw-shadow-color: rgb(241 245 249 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/10 {
  --tw-shadow-color: rgb(241 245 249 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/100 {
  --tw-shadow-color: rgb(241 245 249 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/15 {
  --tw-shadow-color: rgb(241 245 249 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/20 {
  --tw-shadow-color: rgb(241 245 249 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/25 {
  --tw-shadow-color: rgb(241 245 249 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/30 {
  --tw-shadow-color: rgb(241 245 249 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/35 {
  --tw-shadow-color: rgb(241 245 249 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/40 {
  --tw-shadow-color: rgb(241 245 249 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/45 {
  --tw-shadow-color: rgb(241 245 249 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/5 {
  --tw-shadow-color: rgb(241 245 249 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/50 {
  --tw-shadow-color: rgb(241 245 249 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/55 {
  --tw-shadow-color: rgb(241 245 249 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/60 {
  --tw-shadow-color: rgb(241 245 249 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/65 {
  --tw-shadow-color: rgb(241 245 249 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/70 {
  --tw-shadow-color: rgb(241 245 249 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/75 {
  --tw-shadow-color: rgb(241 245 249 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/80 {
  --tw-shadow-color: rgb(241 245 249 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/85 {
  --tw-shadow-color: rgb(241 245 249 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/90 {
  --tw-shadow-color: rgb(241 245 249 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-100\/95 {
  --tw-shadow-color: rgb(241 245 249 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200 {
  --tw-shadow-color: #e2e8f0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/0 {
  --tw-shadow-color: rgb(226 232 240 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/10 {
  --tw-shadow-color: rgb(226 232 240 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/100 {
  --tw-shadow-color: rgb(226 232 240 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/15 {
  --tw-shadow-color: rgb(226 232 240 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/20 {
  --tw-shadow-color: rgb(226 232 240 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/25 {
  --tw-shadow-color: rgb(226 232 240 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/30 {
  --tw-shadow-color: rgb(226 232 240 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/35 {
  --tw-shadow-color: rgb(226 232 240 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/45 {
  --tw-shadow-color: rgb(226 232 240 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/5 {
  --tw-shadow-color: rgb(226 232 240 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/50 {
  --tw-shadow-color: rgb(226 232 240 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/55 {
  --tw-shadow-color: rgb(226 232 240 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/65 {
  --tw-shadow-color: rgb(226 232 240 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/70 {
  --tw-shadow-color: rgb(226 232 240 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/75 {
  --tw-shadow-color: rgb(226 232 240 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/80 {
  --tw-shadow-color: rgb(226 232 240 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/85 {
  --tw-shadow-color: rgb(226 232 240 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/90 {
  --tw-shadow-color: rgb(226 232 240 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-200\/95 {
  --tw-shadow-color: rgb(226 232 240 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300 {
  --tw-shadow-color: #cbd5e1 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/0 {
  --tw-shadow-color: rgb(203 213 225 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/10 {
  --tw-shadow-color: rgb(203 213 225 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/100 {
  --tw-shadow-color: rgb(203 213 225 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/15 {
  --tw-shadow-color: rgb(203 213 225 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/20 {
  --tw-shadow-color: rgb(203 213 225 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/25 {
  --tw-shadow-color: rgb(203 213 225 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/30 {
  --tw-shadow-color: rgb(203 213 225 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/35 {
  --tw-shadow-color: rgb(203 213 225 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/40 {
  --tw-shadow-color: rgb(203 213 225 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/45 {
  --tw-shadow-color: rgb(203 213 225 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/5 {
  --tw-shadow-color: rgb(203 213 225 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/50 {
  --tw-shadow-color: rgb(203 213 225 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/55 {
  --tw-shadow-color: rgb(203 213 225 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/60 {
  --tw-shadow-color: rgb(203 213 225 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/65 {
  --tw-shadow-color: rgb(203 213 225 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/70 {
  --tw-shadow-color: rgb(203 213 225 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/75 {
  --tw-shadow-color: rgb(203 213 225 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/80 {
  --tw-shadow-color: rgb(203 213 225 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/85 {
  --tw-shadow-color: rgb(203 213 225 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/90 {
  --tw-shadow-color: rgb(203 213 225 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-300\/95 {
  --tw-shadow-color: rgb(203 213 225 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400 {
  --tw-shadow-color: #94a3b8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/0 {
  --tw-shadow-color: rgb(148 163 184 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/10 {
  --tw-shadow-color: rgb(148 163 184 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/100 {
  --tw-shadow-color: rgb(148 163 184 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/15 {
  --tw-shadow-color: rgb(148 163 184 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/20 {
  --tw-shadow-color: rgb(148 163 184 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/25 {
  --tw-shadow-color: rgb(148 163 184 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/30 {
  --tw-shadow-color: rgb(148 163 184 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/35 {
  --tw-shadow-color: rgb(148 163 184 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/40 {
  --tw-shadow-color: rgb(148 163 184 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/45 {
  --tw-shadow-color: rgb(148 163 184 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/5 {
  --tw-shadow-color: rgb(148 163 184 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/50 {
  --tw-shadow-color: rgb(148 163 184 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/55 {
  --tw-shadow-color: rgb(148 163 184 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/60 {
  --tw-shadow-color: rgb(148 163 184 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/65 {
  --tw-shadow-color: rgb(148 163 184 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/70 {
  --tw-shadow-color: rgb(148 163 184 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/75 {
  --tw-shadow-color: rgb(148 163 184 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/80 {
  --tw-shadow-color: rgb(148 163 184 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/85 {
  --tw-shadow-color: rgb(148 163 184 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/90 {
  --tw-shadow-color: rgb(148 163 184 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-400\/95 {
  --tw-shadow-color: rgb(148 163 184 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50 {
  --tw-shadow-color: #f8fafc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/0 {
  --tw-shadow-color: rgb(248 250 252 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/10 {
  --tw-shadow-color: rgb(248 250 252 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/100 {
  --tw-shadow-color: rgb(248 250 252 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/15 {
  --tw-shadow-color: rgb(248 250 252 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/20 {
  --tw-shadow-color: rgb(248 250 252 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/25 {
  --tw-shadow-color: rgb(248 250 252 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/30 {
  --tw-shadow-color: rgb(248 250 252 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/35 {
  --tw-shadow-color: rgb(248 250 252 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/40 {
  --tw-shadow-color: rgb(248 250 252 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/45 {
  --tw-shadow-color: rgb(248 250 252 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/5 {
  --tw-shadow-color: rgb(248 250 252 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/50 {
  --tw-shadow-color: rgb(248 250 252 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/55 {
  --tw-shadow-color: rgb(248 250 252 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/60 {
  --tw-shadow-color: rgb(248 250 252 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/65 {
  --tw-shadow-color: rgb(248 250 252 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/70 {
  --tw-shadow-color: rgb(248 250 252 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/75 {
  --tw-shadow-color: rgb(248 250 252 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/80 {
  --tw-shadow-color: rgb(248 250 252 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/85 {
  --tw-shadow-color: rgb(248 250 252 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/90 {
  --tw-shadow-color: rgb(248 250 252 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-50\/95 {
  --tw-shadow-color: rgb(248 250 252 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500 {
  --tw-shadow-color: #64748b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/0 {
  --tw-shadow-color: rgb(100 116 139 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/10 {
  --tw-shadow-color: rgb(100 116 139 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/100 {
  --tw-shadow-color: rgb(100 116 139 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/15 {
  --tw-shadow-color: rgb(100 116 139 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/20 {
  --tw-shadow-color: rgb(100 116 139 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/25 {
  --tw-shadow-color: rgb(100 116 139 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/30 {
  --tw-shadow-color: rgb(100 116 139 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/35 {
  --tw-shadow-color: rgb(100 116 139 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/40 {
  --tw-shadow-color: rgb(100 116 139 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/45 {
  --tw-shadow-color: rgb(100 116 139 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/5 {
  --tw-shadow-color: rgb(100 116 139 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/50 {
  --tw-shadow-color: rgb(100 116 139 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/55 {
  --tw-shadow-color: rgb(100 116 139 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/60 {
  --tw-shadow-color: rgb(100 116 139 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/65 {
  --tw-shadow-color: rgb(100 116 139 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/70 {
  --tw-shadow-color: rgb(100 116 139 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/75 {
  --tw-shadow-color: rgb(100 116 139 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/80 {
  --tw-shadow-color: rgb(100 116 139 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/85 {
  --tw-shadow-color: rgb(100 116 139 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/90 {
  --tw-shadow-color: rgb(100 116 139 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-500\/95 {
  --tw-shadow-color: rgb(100 116 139 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600 {
  --tw-shadow-color: #475569 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/0 {
  --tw-shadow-color: rgb(71 85 105 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/10 {
  --tw-shadow-color: rgb(71 85 105 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/100 {
  --tw-shadow-color: rgb(71 85 105 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/15 {
  --tw-shadow-color: rgb(71 85 105 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/20 {
  --tw-shadow-color: rgb(71 85 105 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/25 {
  --tw-shadow-color: rgb(71 85 105 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/30 {
  --tw-shadow-color: rgb(71 85 105 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/35 {
  --tw-shadow-color: rgb(71 85 105 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/40 {
  --tw-shadow-color: rgb(71 85 105 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/45 {
  --tw-shadow-color: rgb(71 85 105 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/5 {
  --tw-shadow-color: rgb(71 85 105 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/50 {
  --tw-shadow-color: rgb(71 85 105 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/55 {
  --tw-shadow-color: rgb(71 85 105 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/60 {
  --tw-shadow-color: rgb(71 85 105 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/65 {
  --tw-shadow-color: rgb(71 85 105 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/70 {
  --tw-shadow-color: rgb(71 85 105 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/75 {
  --tw-shadow-color: rgb(71 85 105 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/80 {
  --tw-shadow-color: rgb(71 85 105 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/85 {
  --tw-shadow-color: rgb(71 85 105 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/90 {
  --tw-shadow-color: rgb(71 85 105 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-600\/95 {
  --tw-shadow-color: rgb(71 85 105 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700 {
  --tw-shadow-color: #334155 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/0 {
  --tw-shadow-color: rgb(51 65 85 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/10 {
  --tw-shadow-color: rgb(51 65 85 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/100 {
  --tw-shadow-color: rgb(51 65 85 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/15 {
  --tw-shadow-color: rgb(51 65 85 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/20 {
  --tw-shadow-color: rgb(51 65 85 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/25 {
  --tw-shadow-color: rgb(51 65 85 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/30 {
  --tw-shadow-color: rgb(51 65 85 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/35 {
  --tw-shadow-color: rgb(51 65 85 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/40 {
  --tw-shadow-color: rgb(51 65 85 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/45 {
  --tw-shadow-color: rgb(51 65 85 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/5 {
  --tw-shadow-color: rgb(51 65 85 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/50 {
  --tw-shadow-color: rgb(51 65 85 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/55 {
  --tw-shadow-color: rgb(51 65 85 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/60 {
  --tw-shadow-color: rgb(51 65 85 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/65 {
  --tw-shadow-color: rgb(51 65 85 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/70 {
  --tw-shadow-color: rgb(51 65 85 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/75 {
  --tw-shadow-color: rgb(51 65 85 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/80 {
  --tw-shadow-color: rgb(51 65 85 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/85 {
  --tw-shadow-color: rgb(51 65 85 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/90 {
  --tw-shadow-color: rgb(51 65 85 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-700\/95 {
  --tw-shadow-color: rgb(51 65 85 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800 {
  --tw-shadow-color: #1e293b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/0 {
  --tw-shadow-color: rgb(30 41 59 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/10 {
  --tw-shadow-color: rgb(30 41 59 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/100 {
  --tw-shadow-color: rgb(30 41 59 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/15 {
  --tw-shadow-color: rgb(30 41 59 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/20 {
  --tw-shadow-color: rgb(30 41 59 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/25 {
  --tw-shadow-color: rgb(30 41 59 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/30 {
  --tw-shadow-color: rgb(30 41 59 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/35 {
  --tw-shadow-color: rgb(30 41 59 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/40 {
  --tw-shadow-color: rgb(30 41 59 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/45 {
  --tw-shadow-color: rgb(30 41 59 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/5 {
  --tw-shadow-color: rgb(30 41 59 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/50 {
  --tw-shadow-color: rgb(30 41 59 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/55 {
  --tw-shadow-color: rgb(30 41 59 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/60 {
  --tw-shadow-color: rgb(30 41 59 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/65 {
  --tw-shadow-color: rgb(30 41 59 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/70 {
  --tw-shadow-color: rgb(30 41 59 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/75 {
  --tw-shadow-color: rgb(30 41 59 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/80 {
  --tw-shadow-color: rgb(30 41 59 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/85 {
  --tw-shadow-color: rgb(30 41 59 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/90 {
  --tw-shadow-color: rgb(30 41 59 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-800\/95 {
  --tw-shadow-color: rgb(30 41 59 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900 {
  --tw-shadow-color: #0f172a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/0 {
  --tw-shadow-color: rgb(15 23 42 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/10 {
  --tw-shadow-color: rgb(15 23 42 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/100 {
  --tw-shadow-color: rgb(15 23 42 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/15 {
  --tw-shadow-color: rgb(15 23 42 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/20 {
  --tw-shadow-color: rgb(15 23 42 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/25 {
  --tw-shadow-color: rgb(15 23 42 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/30 {
  --tw-shadow-color: rgb(15 23 42 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/35 {
  --tw-shadow-color: rgb(15 23 42 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/40 {
  --tw-shadow-color: rgb(15 23 42 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/45 {
  --tw-shadow-color: rgb(15 23 42 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/50 {
  --tw-shadow-color: rgb(15 23 42 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/55 {
  --tw-shadow-color: rgb(15 23 42 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/60 {
  --tw-shadow-color: rgb(15 23 42 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/65 {
  --tw-shadow-color: rgb(15 23 42 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/70 {
  --tw-shadow-color: rgb(15 23 42 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/75 {
  --tw-shadow-color: rgb(15 23 42 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/80 {
  --tw-shadow-color: rgb(15 23 42 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/85 {
  --tw-shadow-color: rgb(15 23 42 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/90 {
  --tw-shadow-color: rgb(15 23 42 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-900\/95 {
  --tw-shadow-color: rgb(15 23 42 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950 {
  --tw-shadow-color: #020617 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/0 {
  --tw-shadow-color: rgb(2 6 23 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/10 {
  --tw-shadow-color: rgb(2 6 23 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/100 {
  --tw-shadow-color: rgb(2 6 23 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/15 {
  --tw-shadow-color: rgb(2 6 23 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/20 {
  --tw-shadow-color: rgb(2 6 23 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/25 {
  --tw-shadow-color: rgb(2 6 23 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/30 {
  --tw-shadow-color: rgb(2 6 23 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/35 {
  --tw-shadow-color: rgb(2 6 23 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/40 {
  --tw-shadow-color: rgb(2 6 23 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/45 {
  --tw-shadow-color: rgb(2 6 23 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/5 {
  --tw-shadow-color: rgb(2 6 23 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/50 {
  --tw-shadow-color: rgb(2 6 23 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/55 {
  --tw-shadow-color: rgb(2 6 23 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/60 {
  --tw-shadow-color: rgb(2 6 23 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/65 {
  --tw-shadow-color: rgb(2 6 23 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/70 {
  --tw-shadow-color: rgb(2 6 23 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/75 {
  --tw-shadow-color: rgb(2 6 23 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/80 {
  --tw-shadow-color: rgb(2 6 23 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/85 {
  --tw-shadow-color: rgb(2 6 23 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/90 {
  --tw-shadow-color: rgb(2 6 23 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-slate-950\/95 {
  --tw-shadow-color: rgb(2 6 23 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100 {
  --tw-shadow-color: #f5f5f4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/0 {
  --tw-shadow-color: rgb(245 245 244 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/10 {
  --tw-shadow-color: rgb(245 245 244 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/100 {
  --tw-shadow-color: rgb(245 245 244 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/15 {
  --tw-shadow-color: rgb(245 245 244 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/20 {
  --tw-shadow-color: rgb(245 245 244 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/25 {
  --tw-shadow-color: rgb(245 245 244 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/30 {
  --tw-shadow-color: rgb(245 245 244 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/35 {
  --tw-shadow-color: rgb(245 245 244 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/40 {
  --tw-shadow-color: rgb(245 245 244 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/45 {
  --tw-shadow-color: rgb(245 245 244 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/5 {
  --tw-shadow-color: rgb(245 245 244 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/50 {
  --tw-shadow-color: rgb(245 245 244 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/55 {
  --tw-shadow-color: rgb(245 245 244 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/60 {
  --tw-shadow-color: rgb(245 245 244 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/65 {
  --tw-shadow-color: rgb(245 245 244 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/70 {
  --tw-shadow-color: rgb(245 245 244 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/75 {
  --tw-shadow-color: rgb(245 245 244 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/80 {
  --tw-shadow-color: rgb(245 245 244 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/85 {
  --tw-shadow-color: rgb(245 245 244 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/90 {
  --tw-shadow-color: rgb(245 245 244 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-100\/95 {
  --tw-shadow-color: rgb(245 245 244 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200 {
  --tw-shadow-color: #e7e5e4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/0 {
  --tw-shadow-color: rgb(231 229 228 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/10 {
  --tw-shadow-color: rgb(231 229 228 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/100 {
  --tw-shadow-color: rgb(231 229 228 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/15 {
  --tw-shadow-color: rgb(231 229 228 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/20 {
  --tw-shadow-color: rgb(231 229 228 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/25 {
  --tw-shadow-color: rgb(231 229 228 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/30 {
  --tw-shadow-color: rgb(231 229 228 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/35 {
  --tw-shadow-color: rgb(231 229 228 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/40 {
  --tw-shadow-color: rgb(231 229 228 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/45 {
  --tw-shadow-color: rgb(231 229 228 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/5 {
  --tw-shadow-color: rgb(231 229 228 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/50 {
  --tw-shadow-color: rgb(231 229 228 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/55 {
  --tw-shadow-color: rgb(231 229 228 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/60 {
  --tw-shadow-color: rgb(231 229 228 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/65 {
  --tw-shadow-color: rgb(231 229 228 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/70 {
  --tw-shadow-color: rgb(231 229 228 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/75 {
  --tw-shadow-color: rgb(231 229 228 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/80 {
  --tw-shadow-color: rgb(231 229 228 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/85 {
  --tw-shadow-color: rgb(231 229 228 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/90 {
  --tw-shadow-color: rgb(231 229 228 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-200\/95 {
  --tw-shadow-color: rgb(231 229 228 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300 {
  --tw-shadow-color: #d6d3d1 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/0 {
  --tw-shadow-color: rgb(214 211 209 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/10 {
  --tw-shadow-color: rgb(214 211 209 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/100 {
  --tw-shadow-color: rgb(214 211 209 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/15 {
  --tw-shadow-color: rgb(214 211 209 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/20 {
  --tw-shadow-color: rgb(214 211 209 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/25 {
  --tw-shadow-color: rgb(214 211 209 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/30 {
  --tw-shadow-color: rgb(214 211 209 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/35 {
  --tw-shadow-color: rgb(214 211 209 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/40 {
  --tw-shadow-color: rgb(214 211 209 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/45 {
  --tw-shadow-color: rgb(214 211 209 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/5 {
  --tw-shadow-color: rgb(214 211 209 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/50 {
  --tw-shadow-color: rgb(214 211 209 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/55 {
  --tw-shadow-color: rgb(214 211 209 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/60 {
  --tw-shadow-color: rgb(214 211 209 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/65 {
  --tw-shadow-color: rgb(214 211 209 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/70 {
  --tw-shadow-color: rgb(214 211 209 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/75 {
  --tw-shadow-color: rgb(214 211 209 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/80 {
  --tw-shadow-color: rgb(214 211 209 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/85 {
  --tw-shadow-color: rgb(214 211 209 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/90 {
  --tw-shadow-color: rgb(214 211 209 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-300\/95 {
  --tw-shadow-color: rgb(214 211 209 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400 {
  --tw-shadow-color: #a8a29e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/0 {
  --tw-shadow-color: rgb(168 162 158 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/10 {
  --tw-shadow-color: rgb(168 162 158 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/100 {
  --tw-shadow-color: rgb(168 162 158 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/15 {
  --tw-shadow-color: rgb(168 162 158 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/20 {
  --tw-shadow-color: rgb(168 162 158 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/25 {
  --tw-shadow-color: rgb(168 162 158 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/30 {
  --tw-shadow-color: rgb(168 162 158 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/35 {
  --tw-shadow-color: rgb(168 162 158 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/40 {
  --tw-shadow-color: rgb(168 162 158 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/45 {
  --tw-shadow-color: rgb(168 162 158 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/5 {
  --tw-shadow-color: rgb(168 162 158 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/50 {
  --tw-shadow-color: rgb(168 162 158 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/55 {
  --tw-shadow-color: rgb(168 162 158 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/60 {
  --tw-shadow-color: rgb(168 162 158 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/65 {
  --tw-shadow-color: rgb(168 162 158 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/70 {
  --tw-shadow-color: rgb(168 162 158 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/75 {
  --tw-shadow-color: rgb(168 162 158 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/80 {
  --tw-shadow-color: rgb(168 162 158 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/85 {
  --tw-shadow-color: rgb(168 162 158 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/90 {
  --tw-shadow-color: rgb(168 162 158 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-400\/95 {
  --tw-shadow-color: rgb(168 162 158 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50 {
  --tw-shadow-color: #fafaf9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/0 {
  --tw-shadow-color: rgb(250 250 249 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/10 {
  --tw-shadow-color: rgb(250 250 249 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/100 {
  --tw-shadow-color: rgb(250 250 249 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/15 {
  --tw-shadow-color: rgb(250 250 249 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/20 {
  --tw-shadow-color: rgb(250 250 249 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/25 {
  --tw-shadow-color: rgb(250 250 249 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/30 {
  --tw-shadow-color: rgb(250 250 249 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/35 {
  --tw-shadow-color: rgb(250 250 249 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/40 {
  --tw-shadow-color: rgb(250 250 249 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/45 {
  --tw-shadow-color: rgb(250 250 249 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/5 {
  --tw-shadow-color: rgb(250 250 249 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/50 {
  --tw-shadow-color: rgb(250 250 249 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/55 {
  --tw-shadow-color: rgb(250 250 249 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/60 {
  --tw-shadow-color: rgb(250 250 249 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/65 {
  --tw-shadow-color: rgb(250 250 249 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/70 {
  --tw-shadow-color: rgb(250 250 249 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/75 {
  --tw-shadow-color: rgb(250 250 249 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/80 {
  --tw-shadow-color: rgb(250 250 249 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/85 {
  --tw-shadow-color: rgb(250 250 249 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/90 {
  --tw-shadow-color: rgb(250 250 249 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-50\/95 {
  --tw-shadow-color: rgb(250 250 249 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500 {
  --tw-shadow-color: #78716c !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/0 {
  --tw-shadow-color: rgb(120 113 108 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/10 {
  --tw-shadow-color: rgb(120 113 108 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/100 {
  --tw-shadow-color: rgb(120 113 108 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/15 {
  --tw-shadow-color: rgb(120 113 108 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/20 {
  --tw-shadow-color: rgb(120 113 108 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/25 {
  --tw-shadow-color: rgb(120 113 108 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/30 {
  --tw-shadow-color: rgb(120 113 108 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/35 {
  --tw-shadow-color: rgb(120 113 108 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/40 {
  --tw-shadow-color: rgb(120 113 108 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/45 {
  --tw-shadow-color: rgb(120 113 108 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/5 {
  --tw-shadow-color: rgb(120 113 108 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/50 {
  --tw-shadow-color: rgb(120 113 108 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/55 {
  --tw-shadow-color: rgb(120 113 108 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/60 {
  --tw-shadow-color: rgb(120 113 108 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/65 {
  --tw-shadow-color: rgb(120 113 108 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/70 {
  --tw-shadow-color: rgb(120 113 108 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/75 {
  --tw-shadow-color: rgb(120 113 108 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/80 {
  --tw-shadow-color: rgb(120 113 108 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/85 {
  --tw-shadow-color: rgb(120 113 108 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/90 {
  --tw-shadow-color: rgb(120 113 108 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-500\/95 {
  --tw-shadow-color: rgb(120 113 108 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600 {
  --tw-shadow-color: #57534e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/0 {
  --tw-shadow-color: rgb(87 83 78 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/10 {
  --tw-shadow-color: rgb(87 83 78 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/100 {
  --tw-shadow-color: rgb(87 83 78 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/15 {
  --tw-shadow-color: rgb(87 83 78 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/20 {
  --tw-shadow-color: rgb(87 83 78 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/25 {
  --tw-shadow-color: rgb(87 83 78 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/30 {
  --tw-shadow-color: rgb(87 83 78 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/35 {
  --tw-shadow-color: rgb(87 83 78 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/40 {
  --tw-shadow-color: rgb(87 83 78 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/45 {
  --tw-shadow-color: rgb(87 83 78 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/5 {
  --tw-shadow-color: rgb(87 83 78 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/50 {
  --tw-shadow-color: rgb(87 83 78 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/55 {
  --tw-shadow-color: rgb(87 83 78 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/60 {
  --tw-shadow-color: rgb(87 83 78 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/65 {
  --tw-shadow-color: rgb(87 83 78 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/70 {
  --tw-shadow-color: rgb(87 83 78 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/75 {
  --tw-shadow-color: rgb(87 83 78 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/80 {
  --tw-shadow-color: rgb(87 83 78 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/85 {
  --tw-shadow-color: rgb(87 83 78 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/90 {
  --tw-shadow-color: rgb(87 83 78 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-600\/95 {
  --tw-shadow-color: rgb(87 83 78 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700 {
  --tw-shadow-color: #44403c !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/0 {
  --tw-shadow-color: rgb(68 64 60 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/10 {
  --tw-shadow-color: rgb(68 64 60 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/100 {
  --tw-shadow-color: rgb(68 64 60 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/15 {
  --tw-shadow-color: rgb(68 64 60 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/20 {
  --tw-shadow-color: rgb(68 64 60 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/25 {
  --tw-shadow-color: rgb(68 64 60 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/30 {
  --tw-shadow-color: rgb(68 64 60 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/35 {
  --tw-shadow-color: rgb(68 64 60 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/40 {
  --tw-shadow-color: rgb(68 64 60 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/45 {
  --tw-shadow-color: rgb(68 64 60 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/5 {
  --tw-shadow-color: rgb(68 64 60 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/50 {
  --tw-shadow-color: rgb(68 64 60 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/55 {
  --tw-shadow-color: rgb(68 64 60 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/60 {
  --tw-shadow-color: rgb(68 64 60 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/65 {
  --tw-shadow-color: rgb(68 64 60 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/70 {
  --tw-shadow-color: rgb(68 64 60 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/75 {
  --tw-shadow-color: rgb(68 64 60 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/80 {
  --tw-shadow-color: rgb(68 64 60 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/85 {
  --tw-shadow-color: rgb(68 64 60 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/90 {
  --tw-shadow-color: rgb(68 64 60 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-700\/95 {
  --tw-shadow-color: rgb(68 64 60 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800 {
  --tw-shadow-color: #292524 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/0 {
  --tw-shadow-color: rgb(41 37 36 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/10 {
  --tw-shadow-color: rgb(41 37 36 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/100 {
  --tw-shadow-color: rgb(41 37 36 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/15 {
  --tw-shadow-color: rgb(41 37 36 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/20 {
  --tw-shadow-color: rgb(41 37 36 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/25 {
  --tw-shadow-color: rgb(41 37 36 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/30 {
  --tw-shadow-color: rgb(41 37 36 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/35 {
  --tw-shadow-color: rgb(41 37 36 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/40 {
  --tw-shadow-color: rgb(41 37 36 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/45 {
  --tw-shadow-color: rgb(41 37 36 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/5 {
  --tw-shadow-color: rgb(41 37 36 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/50 {
  --tw-shadow-color: rgb(41 37 36 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/55 {
  --tw-shadow-color: rgb(41 37 36 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/60 {
  --tw-shadow-color: rgb(41 37 36 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/65 {
  --tw-shadow-color: rgb(41 37 36 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/70 {
  --tw-shadow-color: rgb(41 37 36 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/75 {
  --tw-shadow-color: rgb(41 37 36 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/80 {
  --tw-shadow-color: rgb(41 37 36 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/85 {
  --tw-shadow-color: rgb(41 37 36 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/90 {
  --tw-shadow-color: rgb(41 37 36 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-800\/95 {
  --tw-shadow-color: rgb(41 37 36 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900 {
  --tw-shadow-color: #1c1917 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/0 {
  --tw-shadow-color: rgb(28 25 23 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/10 {
  --tw-shadow-color: rgb(28 25 23 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/100 {
  --tw-shadow-color: rgb(28 25 23 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/15 {
  --tw-shadow-color: rgb(28 25 23 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/20 {
  --tw-shadow-color: rgb(28 25 23 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/25 {
  --tw-shadow-color: rgb(28 25 23 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/30 {
  --tw-shadow-color: rgb(28 25 23 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/35 {
  --tw-shadow-color: rgb(28 25 23 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/40 {
  --tw-shadow-color: rgb(28 25 23 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/45 {
  --tw-shadow-color: rgb(28 25 23 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/5 {
  --tw-shadow-color: rgb(28 25 23 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/50 {
  --tw-shadow-color: rgb(28 25 23 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/55 {
  --tw-shadow-color: rgb(28 25 23 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/60 {
  --tw-shadow-color: rgb(28 25 23 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/65 {
  --tw-shadow-color: rgb(28 25 23 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/70 {
  --tw-shadow-color: rgb(28 25 23 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/75 {
  --tw-shadow-color: rgb(28 25 23 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/80 {
  --tw-shadow-color: rgb(28 25 23 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/85 {
  --tw-shadow-color: rgb(28 25 23 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/90 {
  --tw-shadow-color: rgb(28 25 23 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-900\/95 {
  --tw-shadow-color: rgb(28 25 23 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950 {
  --tw-shadow-color: #0c0a09 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/0 {
  --tw-shadow-color: rgb(12 10 9 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/10 {
  --tw-shadow-color: rgb(12 10 9 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/100 {
  --tw-shadow-color: rgb(12 10 9 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/15 {
  --tw-shadow-color: rgb(12 10 9 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/20 {
  --tw-shadow-color: rgb(12 10 9 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/25 {
  --tw-shadow-color: rgb(12 10 9 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/30 {
  --tw-shadow-color: rgb(12 10 9 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/35 {
  --tw-shadow-color: rgb(12 10 9 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/40 {
  --tw-shadow-color: rgb(12 10 9 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/45 {
  --tw-shadow-color: rgb(12 10 9 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/5 {
  --tw-shadow-color: rgb(12 10 9 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/50 {
  --tw-shadow-color: rgb(12 10 9 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/55 {
  --tw-shadow-color: rgb(12 10 9 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/60 {
  --tw-shadow-color: rgb(12 10 9 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/65 {
  --tw-shadow-color: rgb(12 10 9 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/70 {
  --tw-shadow-color: rgb(12 10 9 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/75 {
  --tw-shadow-color: rgb(12 10 9 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/80 {
  --tw-shadow-color: rgb(12 10 9 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/85 {
  --tw-shadow-color: rgb(12 10 9 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/90 {
  --tw-shadow-color: rgb(12 10 9 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-stone-950\/95 {
  --tw-shadow-color: rgb(12 10 9 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100 {
  --tw-shadow-color: #ccfbf1 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/0 {
  --tw-shadow-color: rgb(204 251 241 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/10 {
  --tw-shadow-color: rgb(204 251 241 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/100 {
  --tw-shadow-color: rgb(204 251 241 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/15 {
  --tw-shadow-color: rgb(204 251 241 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/20 {
  --tw-shadow-color: rgb(204 251 241 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/25 {
  --tw-shadow-color: rgb(204 251 241 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/30 {
  --tw-shadow-color: rgb(204 251 241 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/35 {
  --tw-shadow-color: rgb(204 251 241 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/40 {
  --tw-shadow-color: rgb(204 251 241 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/45 {
  --tw-shadow-color: rgb(204 251 241 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/5 {
  --tw-shadow-color: rgb(204 251 241 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/50 {
  --tw-shadow-color: rgb(204 251 241 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/55 {
  --tw-shadow-color: rgb(204 251 241 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/60 {
  --tw-shadow-color: rgb(204 251 241 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/65 {
  --tw-shadow-color: rgb(204 251 241 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/70 {
  --tw-shadow-color: rgb(204 251 241 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/75 {
  --tw-shadow-color: rgb(204 251 241 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/80 {
  --tw-shadow-color: rgb(204 251 241 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/85 {
  --tw-shadow-color: rgb(204 251 241 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/90 {
  --tw-shadow-color: rgb(204 251 241 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-100\/95 {
  --tw-shadow-color: rgb(204 251 241 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200 {
  --tw-shadow-color: #99f6e4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/0 {
  --tw-shadow-color: rgb(153 246 228 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/10 {
  --tw-shadow-color: rgb(153 246 228 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/100 {
  --tw-shadow-color: rgb(153 246 228 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/15 {
  --tw-shadow-color: rgb(153 246 228 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/20 {
  --tw-shadow-color: rgb(153 246 228 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/25 {
  --tw-shadow-color: rgb(153 246 228 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/30 {
  --tw-shadow-color: rgb(153 246 228 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/35 {
  --tw-shadow-color: rgb(153 246 228 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/40 {
  --tw-shadow-color: rgb(153 246 228 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/45 {
  --tw-shadow-color: rgb(153 246 228 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/5 {
  --tw-shadow-color: rgb(153 246 228 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/50 {
  --tw-shadow-color: rgb(153 246 228 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/55 {
  --tw-shadow-color: rgb(153 246 228 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/60 {
  --tw-shadow-color: rgb(153 246 228 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/65 {
  --tw-shadow-color: rgb(153 246 228 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/70 {
  --tw-shadow-color: rgb(153 246 228 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/75 {
  --tw-shadow-color: rgb(153 246 228 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/80 {
  --tw-shadow-color: rgb(153 246 228 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/85 {
  --tw-shadow-color: rgb(153 246 228 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/90 {
  --tw-shadow-color: rgb(153 246 228 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-200\/95 {
  --tw-shadow-color: rgb(153 246 228 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300 {
  --tw-shadow-color: #5eead4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/0 {
  --tw-shadow-color: rgb(94 234 212 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/10 {
  --tw-shadow-color: rgb(94 234 212 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/100 {
  --tw-shadow-color: rgb(94 234 212 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/15 {
  --tw-shadow-color: rgb(94 234 212 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/20 {
  --tw-shadow-color: rgb(94 234 212 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/25 {
  --tw-shadow-color: rgb(94 234 212 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/30 {
  --tw-shadow-color: rgb(94 234 212 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/35 {
  --tw-shadow-color: rgb(94 234 212 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/40 {
  --tw-shadow-color: rgb(94 234 212 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/45 {
  --tw-shadow-color: rgb(94 234 212 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/5 {
  --tw-shadow-color: rgb(94 234 212 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/50 {
  --tw-shadow-color: rgb(94 234 212 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/55 {
  --tw-shadow-color: rgb(94 234 212 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/60 {
  --tw-shadow-color: rgb(94 234 212 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/65 {
  --tw-shadow-color: rgb(94 234 212 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/70 {
  --tw-shadow-color: rgb(94 234 212 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/75 {
  --tw-shadow-color: rgb(94 234 212 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/80 {
  --tw-shadow-color: rgb(94 234 212 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/85 {
  --tw-shadow-color: rgb(94 234 212 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/90 {
  --tw-shadow-color: rgb(94 234 212 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-300\/95 {
  --tw-shadow-color: rgb(94 234 212 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400 {
  --tw-shadow-color: #2dd4bf !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/0 {
  --tw-shadow-color: rgb(45 212 191 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/10 {
  --tw-shadow-color: rgb(45 212 191 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/100 {
  --tw-shadow-color: rgb(45 212 191 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/15 {
  --tw-shadow-color: rgb(45 212 191 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/20 {
  --tw-shadow-color: rgb(45 212 191 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/25 {
  --tw-shadow-color: rgb(45 212 191 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/30 {
  --tw-shadow-color: rgb(45 212 191 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/35 {
  --tw-shadow-color: rgb(45 212 191 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/40 {
  --tw-shadow-color: rgb(45 212 191 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/45 {
  --tw-shadow-color: rgb(45 212 191 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/5 {
  --tw-shadow-color: rgb(45 212 191 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/50 {
  --tw-shadow-color: rgb(45 212 191 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/55 {
  --tw-shadow-color: rgb(45 212 191 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/60 {
  --tw-shadow-color: rgb(45 212 191 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/65 {
  --tw-shadow-color: rgb(45 212 191 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/70 {
  --tw-shadow-color: rgb(45 212 191 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/75 {
  --tw-shadow-color: rgb(45 212 191 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/80 {
  --tw-shadow-color: rgb(45 212 191 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/85 {
  --tw-shadow-color: rgb(45 212 191 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/90 {
  --tw-shadow-color: rgb(45 212 191 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-400\/95 {
  --tw-shadow-color: rgb(45 212 191 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50 {
  --tw-shadow-color: #f0fdfa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/0 {
  --tw-shadow-color: rgb(240 253 250 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/10 {
  --tw-shadow-color: rgb(240 253 250 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/100 {
  --tw-shadow-color: rgb(240 253 250 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/15 {
  --tw-shadow-color: rgb(240 253 250 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/20 {
  --tw-shadow-color: rgb(240 253 250 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/25 {
  --tw-shadow-color: rgb(240 253 250 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/30 {
  --tw-shadow-color: rgb(240 253 250 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/35 {
  --tw-shadow-color: rgb(240 253 250 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/40 {
  --tw-shadow-color: rgb(240 253 250 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/45 {
  --tw-shadow-color: rgb(240 253 250 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/5 {
  --tw-shadow-color: rgb(240 253 250 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/50 {
  --tw-shadow-color: rgb(240 253 250 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/55 {
  --tw-shadow-color: rgb(240 253 250 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/60 {
  --tw-shadow-color: rgb(240 253 250 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/65 {
  --tw-shadow-color: rgb(240 253 250 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/70 {
  --tw-shadow-color: rgb(240 253 250 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/75 {
  --tw-shadow-color: rgb(240 253 250 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/80 {
  --tw-shadow-color: rgb(240 253 250 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/85 {
  --tw-shadow-color: rgb(240 253 250 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/90 {
  --tw-shadow-color: rgb(240 253 250 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-50\/95 {
  --tw-shadow-color: rgb(240 253 250 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500 {
  --tw-shadow-color: #14b8a6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/0 {
  --tw-shadow-color: rgb(20 184 166 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/10 {
  --tw-shadow-color: rgb(20 184 166 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/100 {
  --tw-shadow-color: rgb(20 184 166 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/15 {
  --tw-shadow-color: rgb(20 184 166 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/20 {
  --tw-shadow-color: rgb(20 184 166 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/25 {
  --tw-shadow-color: rgb(20 184 166 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/30 {
  --tw-shadow-color: rgb(20 184 166 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/35 {
  --tw-shadow-color: rgb(20 184 166 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/40 {
  --tw-shadow-color: rgb(20 184 166 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/45 {
  --tw-shadow-color: rgb(20 184 166 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/5 {
  --tw-shadow-color: rgb(20 184 166 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/50 {
  --tw-shadow-color: rgb(20 184 166 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/55 {
  --tw-shadow-color: rgb(20 184 166 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/60 {
  --tw-shadow-color: rgb(20 184 166 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/65 {
  --tw-shadow-color: rgb(20 184 166 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/70 {
  --tw-shadow-color: rgb(20 184 166 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/75 {
  --tw-shadow-color: rgb(20 184 166 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/80 {
  --tw-shadow-color: rgb(20 184 166 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/85 {
  --tw-shadow-color: rgb(20 184 166 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/90 {
  --tw-shadow-color: rgb(20 184 166 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-500\/95 {
  --tw-shadow-color: rgb(20 184 166 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600 {
  --tw-shadow-color: #0d9488 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/0 {
  --tw-shadow-color: rgb(13 148 136 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/10 {
  --tw-shadow-color: rgb(13 148 136 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/100 {
  --tw-shadow-color: rgb(13 148 136 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/15 {
  --tw-shadow-color: rgb(13 148 136 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/20 {
  --tw-shadow-color: rgb(13 148 136 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/25 {
  --tw-shadow-color: rgb(13 148 136 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/30 {
  --tw-shadow-color: rgb(13 148 136 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/35 {
  --tw-shadow-color: rgb(13 148 136 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/40 {
  --tw-shadow-color: rgb(13 148 136 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/45 {
  --tw-shadow-color: rgb(13 148 136 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/5 {
  --tw-shadow-color: rgb(13 148 136 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/50 {
  --tw-shadow-color: rgb(13 148 136 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/55 {
  --tw-shadow-color: rgb(13 148 136 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/60 {
  --tw-shadow-color: rgb(13 148 136 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/65 {
  --tw-shadow-color: rgb(13 148 136 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/70 {
  --tw-shadow-color: rgb(13 148 136 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/75 {
  --tw-shadow-color: rgb(13 148 136 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/80 {
  --tw-shadow-color: rgb(13 148 136 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/85 {
  --tw-shadow-color: rgb(13 148 136 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/90 {
  --tw-shadow-color: rgb(13 148 136 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-600\/95 {
  --tw-shadow-color: rgb(13 148 136 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700 {
  --tw-shadow-color: #0f766e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/0 {
  --tw-shadow-color: rgb(15 118 110 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/10 {
  --tw-shadow-color: rgb(15 118 110 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/100 {
  --tw-shadow-color: rgb(15 118 110 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/15 {
  --tw-shadow-color: rgb(15 118 110 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/20 {
  --tw-shadow-color: rgb(15 118 110 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/25 {
  --tw-shadow-color: rgb(15 118 110 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/30 {
  --tw-shadow-color: rgb(15 118 110 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/35 {
  --tw-shadow-color: rgb(15 118 110 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/40 {
  --tw-shadow-color: rgb(15 118 110 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/45 {
  --tw-shadow-color: rgb(15 118 110 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/5 {
  --tw-shadow-color: rgb(15 118 110 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/50 {
  --tw-shadow-color: rgb(15 118 110 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/55 {
  --tw-shadow-color: rgb(15 118 110 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/60 {
  --tw-shadow-color: rgb(15 118 110 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/65 {
  --tw-shadow-color: rgb(15 118 110 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/70 {
  --tw-shadow-color: rgb(15 118 110 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/75 {
  --tw-shadow-color: rgb(15 118 110 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/80 {
  --tw-shadow-color: rgb(15 118 110 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/85 {
  --tw-shadow-color: rgb(15 118 110 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/90 {
  --tw-shadow-color: rgb(15 118 110 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-700\/95 {
  --tw-shadow-color: rgb(15 118 110 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800 {
  --tw-shadow-color: #115e59 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/0 {
  --tw-shadow-color: rgb(17 94 89 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/10 {
  --tw-shadow-color: rgb(17 94 89 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/100 {
  --tw-shadow-color: rgb(17 94 89 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/15 {
  --tw-shadow-color: rgb(17 94 89 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/20 {
  --tw-shadow-color: rgb(17 94 89 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/25 {
  --tw-shadow-color: rgb(17 94 89 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/30 {
  --tw-shadow-color: rgb(17 94 89 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/35 {
  --tw-shadow-color: rgb(17 94 89 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/40 {
  --tw-shadow-color: rgb(17 94 89 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/45 {
  --tw-shadow-color: rgb(17 94 89 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/5 {
  --tw-shadow-color: rgb(17 94 89 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/50 {
  --tw-shadow-color: rgb(17 94 89 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/55 {
  --tw-shadow-color: rgb(17 94 89 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/60 {
  --tw-shadow-color: rgb(17 94 89 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/65 {
  --tw-shadow-color: rgb(17 94 89 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/70 {
  --tw-shadow-color: rgb(17 94 89 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/75 {
  --tw-shadow-color: rgb(17 94 89 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/80 {
  --tw-shadow-color: rgb(17 94 89 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/85 {
  --tw-shadow-color: rgb(17 94 89 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/90 {
  --tw-shadow-color: rgb(17 94 89 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-800\/95 {
  --tw-shadow-color: rgb(17 94 89 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900 {
  --tw-shadow-color: #134e4a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/0 {
  --tw-shadow-color: rgb(19 78 74 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/10 {
  --tw-shadow-color: rgb(19 78 74 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/100 {
  --tw-shadow-color: rgb(19 78 74 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/15 {
  --tw-shadow-color: rgb(19 78 74 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/20 {
  --tw-shadow-color: rgb(19 78 74 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/25 {
  --tw-shadow-color: rgb(19 78 74 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/30 {
  --tw-shadow-color: rgb(19 78 74 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/35 {
  --tw-shadow-color: rgb(19 78 74 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/40 {
  --tw-shadow-color: rgb(19 78 74 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/45 {
  --tw-shadow-color: rgb(19 78 74 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/5 {
  --tw-shadow-color: rgb(19 78 74 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/50 {
  --tw-shadow-color: rgb(19 78 74 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/55 {
  --tw-shadow-color: rgb(19 78 74 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/60 {
  --tw-shadow-color: rgb(19 78 74 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/65 {
  --tw-shadow-color: rgb(19 78 74 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/70 {
  --tw-shadow-color: rgb(19 78 74 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/75 {
  --tw-shadow-color: rgb(19 78 74 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/80 {
  --tw-shadow-color: rgb(19 78 74 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/85 {
  --tw-shadow-color: rgb(19 78 74 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/90 {
  --tw-shadow-color: rgb(19 78 74 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-900\/95 {
  --tw-shadow-color: rgb(19 78 74 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950 {
  --tw-shadow-color: #042f2e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/0 {
  --tw-shadow-color: rgb(4 47 46 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/10 {
  --tw-shadow-color: rgb(4 47 46 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/100 {
  --tw-shadow-color: rgb(4 47 46 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/15 {
  --tw-shadow-color: rgb(4 47 46 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/20 {
  --tw-shadow-color: rgb(4 47 46 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/25 {
  --tw-shadow-color: rgb(4 47 46 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/30 {
  --tw-shadow-color: rgb(4 47 46 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/35 {
  --tw-shadow-color: rgb(4 47 46 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/40 {
  --tw-shadow-color: rgb(4 47 46 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/45 {
  --tw-shadow-color: rgb(4 47 46 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/5 {
  --tw-shadow-color: rgb(4 47 46 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/50 {
  --tw-shadow-color: rgb(4 47 46 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/55 {
  --tw-shadow-color: rgb(4 47 46 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/60 {
  --tw-shadow-color: rgb(4 47 46 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/65 {
  --tw-shadow-color: rgb(4 47 46 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/70 {
  --tw-shadow-color: rgb(4 47 46 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/75 {
  --tw-shadow-color: rgb(4 47 46 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/80 {
  --tw-shadow-color: rgb(4 47 46 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/85 {
  --tw-shadow-color: rgb(4 47 46 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/90 {
  --tw-shadow-color: rgb(4 47 46 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-teal-950\/95 {
  --tw-shadow-color: rgb(4 47 46 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color {
  --tw-shadow-color: #509885 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/0 {
  --tw-shadow-color: rgb(80 152 133 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/10 {
  --tw-shadow-color: rgb(80 152 133 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/100 {
  --tw-shadow-color: rgb(80 152 133 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/15 {
  --tw-shadow-color: rgb(80 152 133 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/20 {
  --tw-shadow-color: rgb(80 152 133 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/25 {
  --tw-shadow-color: rgb(80 152 133 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/30 {
  --tw-shadow-color: rgb(80 152 133 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/35 {
  --tw-shadow-color: rgb(80 152 133 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/40 {
  --tw-shadow-color: rgb(80 152 133 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/45 {
  --tw-shadow-color: rgb(80 152 133 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/5 {
  --tw-shadow-color: rgb(80 152 133 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/50 {
  --tw-shadow-color: rgb(80 152 133 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/55 {
  --tw-shadow-color: rgb(80 152 133 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/60 {
  --tw-shadow-color: rgb(80 152 133 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/65 {
  --tw-shadow-color: rgb(80 152 133 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/70 {
  --tw-shadow-color: rgb(80 152 133 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/75 {
  --tw-shadow-color: rgb(80 152 133 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/80 {
  --tw-shadow-color: rgb(80 152 133 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/85 {
  --tw-shadow-color: rgb(80 152 133 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/90 {
  --tw-shadow-color: rgb(80 152 133 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-theme_color\/95 {
  --tw-shadow-color: rgb(80 152 133 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent {
  --tw-shadow-color: transparent !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100 {
  --tw-shadow-color: #ede9fe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/0 {
  --tw-shadow-color: rgb(237 233 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/10 {
  --tw-shadow-color: rgb(237 233 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/100 {
  --tw-shadow-color: rgb(237 233 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/15 {
  --tw-shadow-color: rgb(237 233 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/20 {
  --tw-shadow-color: rgb(237 233 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/25 {
  --tw-shadow-color: rgb(237 233 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/30 {
  --tw-shadow-color: rgb(237 233 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/35 {
  --tw-shadow-color: rgb(237 233 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/40 {
  --tw-shadow-color: rgb(237 233 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/45 {
  --tw-shadow-color: rgb(237 233 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/5 {
  --tw-shadow-color: rgb(237 233 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/50 {
  --tw-shadow-color: rgb(237 233 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/55 {
  --tw-shadow-color: rgb(237 233 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/60 {
  --tw-shadow-color: rgb(237 233 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/65 {
  --tw-shadow-color: rgb(237 233 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/70 {
  --tw-shadow-color: rgb(237 233 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/75 {
  --tw-shadow-color: rgb(237 233 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/80 {
  --tw-shadow-color: rgb(237 233 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/85 {
  --tw-shadow-color: rgb(237 233 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/90 {
  --tw-shadow-color: rgb(237 233 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100\/95 {
  --tw-shadow-color: rgb(237 233 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200 {
  --tw-shadow-color: #ddd6fe !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/0 {
  --tw-shadow-color: rgb(221 214 254 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/10 {
  --tw-shadow-color: rgb(221 214 254 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/100 {
  --tw-shadow-color: rgb(221 214 254 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/15 {
  --tw-shadow-color: rgb(221 214 254 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/20 {
  --tw-shadow-color: rgb(221 214 254 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/25 {
  --tw-shadow-color: rgb(221 214 254 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/30 {
  --tw-shadow-color: rgb(221 214 254 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/35 {
  --tw-shadow-color: rgb(221 214 254 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/40 {
  --tw-shadow-color: rgb(221 214 254 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/45 {
  --tw-shadow-color: rgb(221 214 254 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/5 {
  --tw-shadow-color: rgb(221 214 254 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/50 {
  --tw-shadow-color: rgb(221 214 254 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/55 {
  --tw-shadow-color: rgb(221 214 254 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/60 {
  --tw-shadow-color: rgb(221 214 254 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/65 {
  --tw-shadow-color: rgb(221 214 254 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/70 {
  --tw-shadow-color: rgb(221 214 254 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/75 {
  --tw-shadow-color: rgb(221 214 254 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/80 {
  --tw-shadow-color: rgb(221 214 254 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/85 {
  --tw-shadow-color: rgb(221 214 254 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/90 {
  --tw-shadow-color: rgb(221 214 254 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200\/95 {
  --tw-shadow-color: rgb(221 214 254 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300 {
  --tw-shadow-color: #c4b5fd !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/0 {
  --tw-shadow-color: rgb(196 181 253 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/10 {
  --tw-shadow-color: rgb(196 181 253 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/100 {
  --tw-shadow-color: rgb(196 181 253 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/15 {
  --tw-shadow-color: rgb(196 181 253 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/20 {
  --tw-shadow-color: rgb(196 181 253 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/25 {
  --tw-shadow-color: rgb(196 181 253 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/30 {
  --tw-shadow-color: rgb(196 181 253 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/35 {
  --tw-shadow-color: rgb(196 181 253 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/40 {
  --tw-shadow-color: rgb(196 181 253 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/45 {
  --tw-shadow-color: rgb(196 181 253 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/5 {
  --tw-shadow-color: rgb(196 181 253 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/50 {
  --tw-shadow-color: rgb(196 181 253 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/55 {
  --tw-shadow-color: rgb(196 181 253 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/60 {
  --tw-shadow-color: rgb(196 181 253 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/65 {
  --tw-shadow-color: rgb(196 181 253 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/70 {
  --tw-shadow-color: rgb(196 181 253 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/75 {
  --tw-shadow-color: rgb(196 181 253 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/80 {
  --tw-shadow-color: rgb(196 181 253 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/85 {
  --tw-shadow-color: rgb(196 181 253 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/90 {
  --tw-shadow-color: rgb(196 181 253 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300\/95 {
  --tw-shadow-color: rgb(196 181 253 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400 {
  --tw-shadow-color: #a78bfa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/0 {
  --tw-shadow-color: rgb(167 139 250 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/10 {
  --tw-shadow-color: rgb(167 139 250 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/100 {
  --tw-shadow-color: rgb(167 139 250 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/15 {
  --tw-shadow-color: rgb(167 139 250 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/20 {
  --tw-shadow-color: rgb(167 139 250 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/25 {
  --tw-shadow-color: rgb(167 139 250 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/30 {
  --tw-shadow-color: rgb(167 139 250 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/35 {
  --tw-shadow-color: rgb(167 139 250 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/40 {
  --tw-shadow-color: rgb(167 139 250 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/45 {
  --tw-shadow-color: rgb(167 139 250 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/5 {
  --tw-shadow-color: rgb(167 139 250 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/50 {
  --tw-shadow-color: rgb(167 139 250 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/55 {
  --tw-shadow-color: rgb(167 139 250 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/60 {
  --tw-shadow-color: rgb(167 139 250 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/65 {
  --tw-shadow-color: rgb(167 139 250 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/70 {
  --tw-shadow-color: rgb(167 139 250 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/75 {
  --tw-shadow-color: rgb(167 139 250 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/80 {
  --tw-shadow-color: rgb(167 139 250 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/85 {
  --tw-shadow-color: rgb(167 139 250 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/90 {
  --tw-shadow-color: rgb(167 139 250 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-400\/95 {
  --tw-shadow-color: rgb(167 139 250 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50 {
  --tw-shadow-color: #f5f3ff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/0 {
  --tw-shadow-color: rgb(245 243 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/10 {
  --tw-shadow-color: rgb(245 243 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/100 {
  --tw-shadow-color: rgb(245 243 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/15 {
  --tw-shadow-color: rgb(245 243 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/20 {
  --tw-shadow-color: rgb(245 243 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/25 {
  --tw-shadow-color: rgb(245 243 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/30 {
  --tw-shadow-color: rgb(245 243 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/35 {
  --tw-shadow-color: rgb(245 243 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/40 {
  --tw-shadow-color: rgb(245 243 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/45 {
  --tw-shadow-color: rgb(245 243 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/5 {
  --tw-shadow-color: rgb(245 243 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/50 {
  --tw-shadow-color: rgb(245 243 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/55 {
  --tw-shadow-color: rgb(245 243 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/60 {
  --tw-shadow-color: rgb(245 243 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/65 {
  --tw-shadow-color: rgb(245 243 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/70 {
  --tw-shadow-color: rgb(245 243 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/75 {
  --tw-shadow-color: rgb(245 243 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/80 {
  --tw-shadow-color: rgb(245 243 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/85 {
  --tw-shadow-color: rgb(245 243 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/90 {
  --tw-shadow-color: rgb(245 243 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-50\/95 {
  --tw-shadow-color: rgb(245 243 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500 {
  --tw-shadow-color: #8b5cf6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/0 {
  --tw-shadow-color: rgb(139 92 246 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/10 {
  --tw-shadow-color: rgb(139 92 246 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/100 {
  --tw-shadow-color: rgb(139 92 246 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/15 {
  --tw-shadow-color: rgb(139 92 246 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/20 {
  --tw-shadow-color: rgb(139 92 246 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/25 {
  --tw-shadow-color: rgb(139 92 246 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/30 {
  --tw-shadow-color: rgb(139 92 246 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/35 {
  --tw-shadow-color: rgb(139 92 246 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/40 {
  --tw-shadow-color: rgb(139 92 246 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/45 {
  --tw-shadow-color: rgb(139 92 246 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/5 {
  --tw-shadow-color: rgb(139 92 246 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/50 {
  --tw-shadow-color: rgb(139 92 246 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/55 {
  --tw-shadow-color: rgb(139 92 246 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/60 {
  --tw-shadow-color: rgb(139 92 246 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/65 {
  --tw-shadow-color: rgb(139 92 246 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/70 {
  --tw-shadow-color: rgb(139 92 246 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/75 {
  --tw-shadow-color: rgb(139 92 246 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/80 {
  --tw-shadow-color: rgb(139 92 246 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/85 {
  --tw-shadow-color: rgb(139 92 246 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/90 {
  --tw-shadow-color: rgb(139 92 246 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/95 {
  --tw-shadow-color: rgb(139 92 246 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600 {
  --tw-shadow-color: #7c3aed !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/0 {
  --tw-shadow-color: rgb(124 58 237 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/10 {
  --tw-shadow-color: rgb(124 58 237 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/100 {
  --tw-shadow-color: rgb(124 58 237 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/15 {
  --tw-shadow-color: rgb(124 58 237 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/20 {
  --tw-shadow-color: rgb(124 58 237 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/25 {
  --tw-shadow-color: rgb(124 58 237 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/30 {
  --tw-shadow-color: rgb(124 58 237 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/35 {
  --tw-shadow-color: rgb(124 58 237 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/40 {
  --tw-shadow-color: rgb(124 58 237 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/45 {
  --tw-shadow-color: rgb(124 58 237 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/5 {
  --tw-shadow-color: rgb(124 58 237 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/50 {
  --tw-shadow-color: rgb(124 58 237 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/55 {
  --tw-shadow-color: rgb(124 58 237 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/60 {
  --tw-shadow-color: rgb(124 58 237 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/65 {
  --tw-shadow-color: rgb(124 58 237 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/70 {
  --tw-shadow-color: rgb(124 58 237 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/75 {
  --tw-shadow-color: rgb(124 58 237 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/80 {
  --tw-shadow-color: rgb(124 58 237 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/85 {
  --tw-shadow-color: rgb(124 58 237 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/90 {
  --tw-shadow-color: rgb(124 58 237 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-600\/95 {
  --tw-shadow-color: rgb(124 58 237 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700 {
  --tw-shadow-color: #6d28d9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/0 {
  --tw-shadow-color: rgb(109 40 217 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/10 {
  --tw-shadow-color: rgb(109 40 217 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/100 {
  --tw-shadow-color: rgb(109 40 217 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/15 {
  --tw-shadow-color: rgb(109 40 217 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/20 {
  --tw-shadow-color: rgb(109 40 217 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/25 {
  --tw-shadow-color: rgb(109 40 217 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/30 {
  --tw-shadow-color: rgb(109 40 217 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/35 {
  --tw-shadow-color: rgb(109 40 217 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/40 {
  --tw-shadow-color: rgb(109 40 217 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/45 {
  --tw-shadow-color: rgb(109 40 217 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/5 {
  --tw-shadow-color: rgb(109 40 217 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/50 {
  --tw-shadow-color: rgb(109 40 217 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/55 {
  --tw-shadow-color: rgb(109 40 217 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/60 {
  --tw-shadow-color: rgb(109 40 217 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/65 {
  --tw-shadow-color: rgb(109 40 217 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/70 {
  --tw-shadow-color: rgb(109 40 217 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/75 {
  --tw-shadow-color: rgb(109 40 217 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/80 {
  --tw-shadow-color: rgb(109 40 217 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/85 {
  --tw-shadow-color: rgb(109 40 217 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/90 {
  --tw-shadow-color: rgb(109 40 217 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-700\/95 {
  --tw-shadow-color: rgb(109 40 217 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800 {
  --tw-shadow-color: #5b21b6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/0 {
  --tw-shadow-color: rgb(91 33 182 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/10 {
  --tw-shadow-color: rgb(91 33 182 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/100 {
  --tw-shadow-color: rgb(91 33 182 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/15 {
  --tw-shadow-color: rgb(91 33 182 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/20 {
  --tw-shadow-color: rgb(91 33 182 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/25 {
  --tw-shadow-color: rgb(91 33 182 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/30 {
  --tw-shadow-color: rgb(91 33 182 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/35 {
  --tw-shadow-color: rgb(91 33 182 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/40 {
  --tw-shadow-color: rgb(91 33 182 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/45 {
  --tw-shadow-color: rgb(91 33 182 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/5 {
  --tw-shadow-color: rgb(91 33 182 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/50 {
  --tw-shadow-color: rgb(91 33 182 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/55 {
  --tw-shadow-color: rgb(91 33 182 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/60 {
  --tw-shadow-color: rgb(91 33 182 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/65 {
  --tw-shadow-color: rgb(91 33 182 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/70 {
  --tw-shadow-color: rgb(91 33 182 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/75 {
  --tw-shadow-color: rgb(91 33 182 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/80 {
  --tw-shadow-color: rgb(91 33 182 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/85 {
  --tw-shadow-color: rgb(91 33 182 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/90 {
  --tw-shadow-color: rgb(91 33 182 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-800\/95 {
  --tw-shadow-color: rgb(91 33 182 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900 {
  --tw-shadow-color: #4c1d95 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/0 {
  --tw-shadow-color: rgb(76 29 149 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/10 {
  --tw-shadow-color: rgb(76 29 149 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/100 {
  --tw-shadow-color: rgb(76 29 149 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/15 {
  --tw-shadow-color: rgb(76 29 149 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/20 {
  --tw-shadow-color: rgb(76 29 149 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/25 {
  --tw-shadow-color: rgb(76 29 149 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/30 {
  --tw-shadow-color: rgb(76 29 149 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/35 {
  --tw-shadow-color: rgb(76 29 149 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/40 {
  --tw-shadow-color: rgb(76 29 149 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/45 {
  --tw-shadow-color: rgb(76 29 149 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/5 {
  --tw-shadow-color: rgb(76 29 149 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/50 {
  --tw-shadow-color: rgb(76 29 149 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/55 {
  --tw-shadow-color: rgb(76 29 149 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/60 {
  --tw-shadow-color: rgb(76 29 149 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/65 {
  --tw-shadow-color: rgb(76 29 149 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/70 {
  --tw-shadow-color: rgb(76 29 149 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/75 {
  --tw-shadow-color: rgb(76 29 149 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/80 {
  --tw-shadow-color: rgb(76 29 149 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/85 {
  --tw-shadow-color: rgb(76 29 149 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/90 {
  --tw-shadow-color: rgb(76 29 149 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-900\/95 {
  --tw-shadow-color: rgb(76 29 149 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950 {
  --tw-shadow-color: #2e1065 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/0 {
  --tw-shadow-color: rgb(46 16 101 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/10 {
  --tw-shadow-color: rgb(46 16 101 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/100 {
  --tw-shadow-color: rgb(46 16 101 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/15 {
  --tw-shadow-color: rgb(46 16 101 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/20 {
  --tw-shadow-color: rgb(46 16 101 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/25 {
  --tw-shadow-color: rgb(46 16 101 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/30 {
  --tw-shadow-color: rgb(46 16 101 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/35 {
  --tw-shadow-color: rgb(46 16 101 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/40 {
  --tw-shadow-color: rgb(46 16 101 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/45 {
  --tw-shadow-color: rgb(46 16 101 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/5 {
  --tw-shadow-color: rgb(46 16 101 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/50 {
  --tw-shadow-color: rgb(46 16 101 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/55 {
  --tw-shadow-color: rgb(46 16 101 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/60 {
  --tw-shadow-color: rgb(46 16 101 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/65 {
  --tw-shadow-color: rgb(46 16 101 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/70 {
  --tw-shadow-color: rgb(46 16 101 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/75 {
  --tw-shadow-color: rgb(46 16 101 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/80 {
  --tw-shadow-color: rgb(46 16 101 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/85 {
  --tw-shadow-color: rgb(46 16 101 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/90 {
  --tw-shadow-color: rgb(46 16 101 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-950\/95 {
  --tw-shadow-color: rgb(46 16 101 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white {
  --tw-shadow-color: #fff !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200 {
  --tw-shadow-color: #fef08a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300 {
  --tw-shadow-color: #fde047 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400 {
  --tw-shadow-color: #facc15 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50 {
  --tw-shadow-color: #fefce8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500 {
  --tw-shadow-color: #eab308 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700 {
  --tw-shadow-color: #a16207 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/0 {
  --tw-shadow-color: rgb(161 98 7 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/10 {
  --tw-shadow-color: rgb(161 98 7 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/15 {
  --tw-shadow-color: rgb(161 98 7 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/35 {
  --tw-shadow-color: rgb(161 98 7 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/45 {
  --tw-shadow-color: rgb(161 98 7 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/55 {
  --tw-shadow-color: rgb(161 98 7 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/65 {
  --tw-shadow-color: rgb(161 98 7 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/85 {
  --tw-shadow-color: rgb(161 98 7 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800 {
  --tw-shadow-color: #854d0e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900 {
  --tw-shadow-color: #713f12 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/0 {
  --tw-shadow-color: rgb(113 63 18 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/10 {
  --tw-shadow-color: rgb(113 63 18 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/15 {
  --tw-shadow-color: rgb(113 63 18 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/35 {
  --tw-shadow-color: rgb(113 63 18 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/45 {
  --tw-shadow-color: rgb(113 63 18 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/55 {
  --tw-shadow-color: rgb(113 63 18 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/65 {
  --tw-shadow-color: rgb(113 63 18 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/85 {
  --tw-shadow-color: rgb(113 63 18 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950 {
  --tw-shadow-color: #422006 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/0 {
  --tw-shadow-color: rgb(66 32 6 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/10 {
  --tw-shadow-color: rgb(66 32 6 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/100 {
  --tw-shadow-color: rgb(66 32 6 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/15 {
  --tw-shadow-color: rgb(66 32 6 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/20 {
  --tw-shadow-color: rgb(66 32 6 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/25 {
  --tw-shadow-color: rgb(66 32 6 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/30 {
  --tw-shadow-color: rgb(66 32 6 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/35 {
  --tw-shadow-color: rgb(66 32 6 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/45 {
  --tw-shadow-color: rgb(66 32 6 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/5 {
  --tw-shadow-color: rgb(66 32 6 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/50 {
  --tw-shadow-color: rgb(66 32 6 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/55 {
  --tw-shadow-color: rgb(66 32 6 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/65 {
  --tw-shadow-color: rgb(66 32 6 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/70 {
  --tw-shadow-color: rgb(66 32 6 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/75 {
  --tw-shadow-color: rgb(66 32 6 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/80 {
  --tw-shadow-color: rgb(66 32 6 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/85 {
  --tw-shadow-color: rgb(66 32 6 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/90 {
  --tw-shadow-color: rgb(66 32 6 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-950\/95 {
  --tw-shadow-color: rgb(66 32 6 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100 {
  --tw-shadow-color: #f4f4f5 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/0 {
  --tw-shadow-color: rgb(244 244 245 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/10 {
  --tw-shadow-color: rgb(244 244 245 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/100 {
  --tw-shadow-color: rgb(244 244 245 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/15 {
  --tw-shadow-color: rgb(244 244 245 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/20 {
  --tw-shadow-color: rgb(244 244 245 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/25 {
  --tw-shadow-color: rgb(244 244 245 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/30 {
  --tw-shadow-color: rgb(244 244 245 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/35 {
  --tw-shadow-color: rgb(244 244 245 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/40 {
  --tw-shadow-color: rgb(244 244 245 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/45 {
  --tw-shadow-color: rgb(244 244 245 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/5 {
  --tw-shadow-color: rgb(244 244 245 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/50 {
  --tw-shadow-color: rgb(244 244 245 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/55 {
  --tw-shadow-color: rgb(244 244 245 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/60 {
  --tw-shadow-color: rgb(244 244 245 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/65 {
  --tw-shadow-color: rgb(244 244 245 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/70 {
  --tw-shadow-color: rgb(244 244 245 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/75 {
  --tw-shadow-color: rgb(244 244 245 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/80 {
  --tw-shadow-color: rgb(244 244 245 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/85 {
  --tw-shadow-color: rgb(244 244 245 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/90 {
  --tw-shadow-color: rgb(244 244 245 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-100\/95 {
  --tw-shadow-color: rgb(244 244 245 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200 {
  --tw-shadow-color: #e4e4e7 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/0 {
  --tw-shadow-color: rgb(228 228 231 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/10 {
  --tw-shadow-color: rgb(228 228 231 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/100 {
  --tw-shadow-color: rgb(228 228 231 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/15 {
  --tw-shadow-color: rgb(228 228 231 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/20 {
  --tw-shadow-color: rgb(228 228 231 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/25 {
  --tw-shadow-color: rgb(228 228 231 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/30 {
  --tw-shadow-color: rgb(228 228 231 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/35 {
  --tw-shadow-color: rgb(228 228 231 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/40 {
  --tw-shadow-color: rgb(228 228 231 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/45 {
  --tw-shadow-color: rgb(228 228 231 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/5 {
  --tw-shadow-color: rgb(228 228 231 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/50 {
  --tw-shadow-color: rgb(228 228 231 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/55 {
  --tw-shadow-color: rgb(228 228 231 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/60 {
  --tw-shadow-color: rgb(228 228 231 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/65 {
  --tw-shadow-color: rgb(228 228 231 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/70 {
  --tw-shadow-color: rgb(228 228 231 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/75 {
  --tw-shadow-color: rgb(228 228 231 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/80 {
  --tw-shadow-color: rgb(228 228 231 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/85 {
  --tw-shadow-color: rgb(228 228 231 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/90 {
  --tw-shadow-color: rgb(228 228 231 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-200\/95 {
  --tw-shadow-color: rgb(228 228 231 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300 {
  --tw-shadow-color: #d4d4d8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/0 {
  --tw-shadow-color: rgb(212 212 216 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/10 {
  --tw-shadow-color: rgb(212 212 216 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/100 {
  --tw-shadow-color: rgb(212 212 216 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/15 {
  --tw-shadow-color: rgb(212 212 216 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/20 {
  --tw-shadow-color: rgb(212 212 216 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/25 {
  --tw-shadow-color: rgb(212 212 216 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/30 {
  --tw-shadow-color: rgb(212 212 216 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/35 {
  --tw-shadow-color: rgb(212 212 216 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/40 {
  --tw-shadow-color: rgb(212 212 216 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/45 {
  --tw-shadow-color: rgb(212 212 216 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/5 {
  --tw-shadow-color: rgb(212 212 216 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/50 {
  --tw-shadow-color: rgb(212 212 216 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/55 {
  --tw-shadow-color: rgb(212 212 216 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/60 {
  --tw-shadow-color: rgb(212 212 216 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/65 {
  --tw-shadow-color: rgb(212 212 216 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/70 {
  --tw-shadow-color: rgb(212 212 216 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/75 {
  --tw-shadow-color: rgb(212 212 216 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/80 {
  --tw-shadow-color: rgb(212 212 216 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/85 {
  --tw-shadow-color: rgb(212 212 216 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/90 {
  --tw-shadow-color: rgb(212 212 216 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-300\/95 {
  --tw-shadow-color: rgb(212 212 216 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400 {
  --tw-shadow-color: #a1a1aa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/0 {
  --tw-shadow-color: rgb(161 161 170 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/10 {
  --tw-shadow-color: rgb(161 161 170 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/100 {
  --tw-shadow-color: rgb(161 161 170 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/15 {
  --tw-shadow-color: rgb(161 161 170 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/20 {
  --tw-shadow-color: rgb(161 161 170 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/25 {
  --tw-shadow-color: rgb(161 161 170 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/30 {
  --tw-shadow-color: rgb(161 161 170 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/35 {
  --tw-shadow-color: rgb(161 161 170 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/40 {
  --tw-shadow-color: rgb(161 161 170 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/45 {
  --tw-shadow-color: rgb(161 161 170 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/5 {
  --tw-shadow-color: rgb(161 161 170 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/50 {
  --tw-shadow-color: rgb(161 161 170 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/55 {
  --tw-shadow-color: rgb(161 161 170 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/60 {
  --tw-shadow-color: rgb(161 161 170 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/65 {
  --tw-shadow-color: rgb(161 161 170 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/70 {
  --tw-shadow-color: rgb(161 161 170 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/75 {
  --tw-shadow-color: rgb(161 161 170 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/80 {
  --tw-shadow-color: rgb(161 161 170 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/85 {
  --tw-shadow-color: rgb(161 161 170 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/90 {
  --tw-shadow-color: rgb(161 161 170 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-400\/95 {
  --tw-shadow-color: rgb(161 161 170 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50 {
  --tw-shadow-color: #fafafa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500 {
  --tw-shadow-color: #71717a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/0 {
  --tw-shadow-color: rgb(113 113 122 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/10 {
  --tw-shadow-color: rgb(113 113 122 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/100 {
  --tw-shadow-color: rgb(113 113 122 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/15 {
  --tw-shadow-color: rgb(113 113 122 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/20 {
  --tw-shadow-color: rgb(113 113 122 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/25 {
  --tw-shadow-color: rgb(113 113 122 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/30 {
  --tw-shadow-color: rgb(113 113 122 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/35 {
  --tw-shadow-color: rgb(113 113 122 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/40 {
  --tw-shadow-color: rgb(113 113 122 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/45 {
  --tw-shadow-color: rgb(113 113 122 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/5 {
  --tw-shadow-color: rgb(113 113 122 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/50 {
  --tw-shadow-color: rgb(113 113 122 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/55 {
  --tw-shadow-color: rgb(113 113 122 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/60 {
  --tw-shadow-color: rgb(113 113 122 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/65 {
  --tw-shadow-color: rgb(113 113 122 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/70 {
  --tw-shadow-color: rgb(113 113 122 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/75 {
  --tw-shadow-color: rgb(113 113 122 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/80 {
  --tw-shadow-color: rgb(113 113 122 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/85 {
  --tw-shadow-color: rgb(113 113 122 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/90 {
  --tw-shadow-color: rgb(113 113 122 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-500\/95 {
  --tw-shadow-color: rgb(113 113 122 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600 {
  --tw-shadow-color: #52525b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/0 {
  --tw-shadow-color: rgb(82 82 91 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/10 {
  --tw-shadow-color: rgb(82 82 91 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/100 {
  --tw-shadow-color: rgb(82 82 91 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/15 {
  --tw-shadow-color: rgb(82 82 91 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/20 {
  --tw-shadow-color: rgb(82 82 91 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/25 {
  --tw-shadow-color: rgb(82 82 91 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/30 {
  --tw-shadow-color: rgb(82 82 91 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/35 {
  --tw-shadow-color: rgb(82 82 91 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/40 {
  --tw-shadow-color: rgb(82 82 91 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/45 {
  --tw-shadow-color: rgb(82 82 91 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/5 {
  --tw-shadow-color: rgb(82 82 91 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/50 {
  --tw-shadow-color: rgb(82 82 91 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/55 {
  --tw-shadow-color: rgb(82 82 91 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/60 {
  --tw-shadow-color: rgb(82 82 91 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/65 {
  --tw-shadow-color: rgb(82 82 91 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/70 {
  --tw-shadow-color: rgb(82 82 91 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/75 {
  --tw-shadow-color: rgb(82 82 91 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/80 {
  --tw-shadow-color: rgb(82 82 91 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/85 {
  --tw-shadow-color: rgb(82 82 91 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/90 {
  --tw-shadow-color: rgb(82 82 91 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-600\/95 {
  --tw-shadow-color: rgb(82 82 91 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700 {
  --tw-shadow-color: #3f3f46 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/0 {
  --tw-shadow-color: rgb(63 63 70 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/10 {
  --tw-shadow-color: rgb(63 63 70 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/100 {
  --tw-shadow-color: rgb(63 63 70 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/15 {
  --tw-shadow-color: rgb(63 63 70 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/20 {
  --tw-shadow-color: rgb(63 63 70 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/25 {
  --tw-shadow-color: rgb(63 63 70 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/30 {
  --tw-shadow-color: rgb(63 63 70 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/35 {
  --tw-shadow-color: rgb(63 63 70 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/40 {
  --tw-shadow-color: rgb(63 63 70 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/45 {
  --tw-shadow-color: rgb(63 63 70 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/5 {
  --tw-shadow-color: rgb(63 63 70 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/50 {
  --tw-shadow-color: rgb(63 63 70 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/55 {
  --tw-shadow-color: rgb(63 63 70 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/60 {
  --tw-shadow-color: rgb(63 63 70 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/65 {
  --tw-shadow-color: rgb(63 63 70 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/70 {
  --tw-shadow-color: rgb(63 63 70 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/75 {
  --tw-shadow-color: rgb(63 63 70 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/80 {
  --tw-shadow-color: rgb(63 63 70 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/85 {
  --tw-shadow-color: rgb(63 63 70 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/90 {
  --tw-shadow-color: rgb(63 63 70 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-700\/95 {
  --tw-shadow-color: rgb(63 63 70 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800 {
  --tw-shadow-color: #27272a !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/0 {
  --tw-shadow-color: rgb(39 39 42 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/10 {
  --tw-shadow-color: rgb(39 39 42 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/100 {
  --tw-shadow-color: rgb(39 39 42 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/15 {
  --tw-shadow-color: rgb(39 39 42 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/20 {
  --tw-shadow-color: rgb(39 39 42 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/25 {
  --tw-shadow-color: rgb(39 39 42 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/30 {
  --tw-shadow-color: rgb(39 39 42 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/35 {
  --tw-shadow-color: rgb(39 39 42 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/40 {
  --tw-shadow-color: rgb(39 39 42 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/45 {
  --tw-shadow-color: rgb(39 39 42 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/5 {
  --tw-shadow-color: rgb(39 39 42 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/50 {
  --tw-shadow-color: rgb(39 39 42 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/55 {
  --tw-shadow-color: rgb(39 39 42 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/60 {
  --tw-shadow-color: rgb(39 39 42 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/65 {
  --tw-shadow-color: rgb(39 39 42 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/70 {
  --tw-shadow-color: rgb(39 39 42 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/75 {
  --tw-shadow-color: rgb(39 39 42 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/80 {
  --tw-shadow-color: rgb(39 39 42 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/85 {
  --tw-shadow-color: rgb(39 39 42 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/90 {
  --tw-shadow-color: rgb(39 39 42 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-800\/95 {
  --tw-shadow-color: rgb(39 39 42 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900 {
  --tw-shadow-color: #18181b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/0 {
  --tw-shadow-color: rgb(24 24 27 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/10 {
  --tw-shadow-color: rgb(24 24 27 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/15 {
  --tw-shadow-color: rgb(24 24 27 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/20 {
  --tw-shadow-color: rgb(24 24 27 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/25 {
  --tw-shadow-color: rgb(24 24 27 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/30 {
  --tw-shadow-color: rgb(24 24 27 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/35 {
  --tw-shadow-color: rgb(24 24 27 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/45 {
  --tw-shadow-color: rgb(24 24 27 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/50 {
  --tw-shadow-color: rgb(24 24 27 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/55 {
  --tw-shadow-color: rgb(24 24 27 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/65 {
  --tw-shadow-color: rgb(24 24 27 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/70 {
  --tw-shadow-color: rgb(24 24 27 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/75 {
  --tw-shadow-color: rgb(24 24 27 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/80 {
  --tw-shadow-color: rgb(24 24 27 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/85 {
  --tw-shadow-color: rgb(24 24 27 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/90 {
  --tw-shadow-color: rgb(24 24 27 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-900\/95 {
  --tw-shadow-color: rgb(24 24 27 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950 {
  --tw-shadow-color: #09090b !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/0 {
  --tw-shadow-color: rgb(9 9 11 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/10 {
  --tw-shadow-color: rgb(9 9 11 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/100 {
  --tw-shadow-color: rgb(9 9 11 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/15 {
  --tw-shadow-color: rgb(9 9 11 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/20 {
  --tw-shadow-color: rgb(9 9 11 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/25 {
  --tw-shadow-color: rgb(9 9 11 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/30 {
  --tw-shadow-color: rgb(9 9 11 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/35 {
  --tw-shadow-color: rgb(9 9 11 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/40 {
  --tw-shadow-color: rgb(9 9 11 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/45 {
  --tw-shadow-color: rgb(9 9 11 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/5 {
  --tw-shadow-color: rgb(9 9 11 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/50 {
  --tw-shadow-color: rgb(9 9 11 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/55 {
  --tw-shadow-color: rgb(9 9 11 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/60 {
  --tw-shadow-color: rgb(9 9 11 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/65 {
  --tw-shadow-color: rgb(9 9 11 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/70 {
  --tw-shadow-color: rgb(9 9 11 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/75 {
  --tw-shadow-color: rgb(9 9 11 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/80 {
  --tw-shadow-color: rgb(9 9 11 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/85 {
  --tw-shadow-color: rgb(9 9 11 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/90 {
  --tw-shadow-color: rgb(9 9 11 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-zinc-950\/95 {
  --tw-shadow-color: rgb(9 9 11 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.outline-yellow-100 {
  outline-color: #fef9c3 !important;
}
.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0) !important;
}
.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1) !important;
}
.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1) !important;
}
.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15) !important;
}
.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2) !important;
}
.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25) !important;
}
.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3) !important;
}
.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35) !important;
}
.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4) !important;
}
.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45) !important;
}
.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05) !important;
}
.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5) !important;
}
.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55) !important;
}
.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6) !important;
}
.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65) !important;
}
.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7) !important;
}
.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75) !important;
}
.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8) !important;
}
.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85) !important;
}
.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9) !important;
}
.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95) !important;
}
.outline-yellow-200 {
  outline-color: #fef08a !important;
}
.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0) !important;
}
.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1) !important;
}
.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1) !important;
}
.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15) !important;
}
.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2) !important;
}
.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25) !important;
}
.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3) !important;
}
.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35) !important;
}
.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4) !important;
}
.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45) !important;
}
.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05) !important;
}
.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5) !important;
}
.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55) !important;
}
.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6) !important;
}
.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65) !important;
}
.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7) !important;
}
.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75) !important;
}
.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8) !important;
}
.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85) !important;
}
.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9) !important;
}
.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95) !important;
}
.outline-yellow-300 {
  outline-color: #fde047 !important;
}
.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0) !important;
}
.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1) !important;
}
.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1) !important;
}
.outline-yellow-300\/15 {
  outline-color: rgb(253 224 71 / 0.15) !important;
}
.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2) !important;
}
.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25) !important;
}
.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3) !important;
}
.outline-yellow-300\/35 {
  outline-color: rgb(253 224 71 / 0.35) !important;
}
.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4) !important;
}
.outline-yellow-300\/45 {
  outline-color: rgb(253 224 71 / 0.45) !important;
}
.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05) !important;
}
.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5) !important;
}
.outline-yellow-300\/55 {
  outline-color: rgb(253 224 71 / 0.55) !important;
}
.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6) !important;
}
.outline-yellow-300\/65 {
  outline-color: rgb(253 224 71 / 0.65) !important;
}
.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7) !important;
}
.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75) !important;
}
.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8) !important;
}
.outline-yellow-300\/85 {
  outline-color: rgb(253 224 71 / 0.85) !important;
}
.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9) !important;
}
.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95) !important;
}
.outline-yellow-400 {
  outline-color: #facc15 !important;
}
.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0) !important;
}
.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1) !important;
}
.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1) !important;
}
.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15) !important;
}
.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2) !important;
}
.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25) !important;
}
.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3) !important;
}
.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35) !important;
}
.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4) !important;
}
.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45) !important;
}
.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05) !important;
}
.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5) !important;
}
.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55) !important;
}
.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6) !important;
}
.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65) !important;
}
.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7) !important;
}
.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75) !important;
}
.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8) !important;
}
.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85) !important;
}
.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9) !important;
}
.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95) !important;
}
.outline-yellow-50 {
  outline-color: #fefce8 !important;
}
.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0) !important;
}
.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1) !important;
}
.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1) !important;
}
.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15) !important;
}
.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2) !important;
}
.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25) !important;
}
.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3) !important;
}
.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35) !important;
}
.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4) !important;
}
.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45) !important;
}
.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05) !important;
}
.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5) !important;
}
.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55) !important;
}
.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6) !important;
}
.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65) !important;
}
.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7) !important;
}
.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75) !important;
}
.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8) !important;
}
.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85) !important;
}
.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9) !important;
}
.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95) !important;
}
.outline-yellow-500 {
  outline-color: #eab308 !important;
}
.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0) !important;
}
.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1) !important;
}
.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1) !important;
}
.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15) !important;
}
.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2) !important;
}
.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25) !important;
}
.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3) !important;
}
.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35) !important;
}
.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4) !important;
}
.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45) !important;
}
.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05) !important;
}
.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5) !important;
}
.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55) !important;
}
.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6) !important;
}
.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65) !important;
}
.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7) !important;
}
.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75) !important;
}
.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8) !important;
}
.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85) !important;
}
.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9) !important;
}
.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95) !important;
}
.outline-yellow-600 {
  outline-color: #ca8a04 !important;
}
.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0) !important;
}
.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1) !important;
}
.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1) !important;
}
.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15) !important;
}
.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2) !important;
}
.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25) !important;
}
.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3) !important;
}
.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35) !important;
}
.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4) !important;
}
.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45) !important;
}
.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05) !important;
}
.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5) !important;
}
.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55) !important;
}
.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6) !important;
}
.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65) !important;
}
.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7) !important;
}
.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75) !important;
}
.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8) !important;
}
.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85) !important;
}
.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9) !important;
}
.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95) !important;
}
.outline-yellow-700 {
  outline-color: #a16207 !important;
}
.outline-yellow-700\/0 {
  outline-color: rgb(161 98 7 / 0) !important;
}
.outline-yellow-700\/10 {
  outline-color: rgb(161 98 7 / 0.1) !important;
}
.outline-yellow-700\/100 {
  outline-color: rgb(161 98 7 / 1) !important;
}
.outline-yellow-700\/15 {
  outline-color: rgb(161 98 7 / 0.15) !important;
}
.outline-yellow-700\/20 {
  outline-color: rgb(161 98 7 / 0.2) !important;
}
.outline-yellow-700\/25 {
  outline-color: rgb(161 98 7 / 0.25) !important;
}
.outline-yellow-700\/30 {
  outline-color: rgb(161 98 7 / 0.3) !important;
}
.outline-yellow-700\/35 {
  outline-color: rgb(161 98 7 / 0.35) !important;
}
.outline-yellow-700\/40 {
  outline-color: rgb(161 98 7 / 0.4) !important;
}
.outline-yellow-700\/45 {
  outline-color: rgb(161 98 7 / 0.45) !important;
}
.outline-yellow-700\/5 {
  outline-color: rgb(161 98 7 / 0.05) !important;
}
.outline-yellow-700\/50 {
  outline-color: rgb(161 98 7 / 0.5) !important;
}
.outline-yellow-700\/55 {
  outline-color: rgb(161 98 7 / 0.55) !important;
}
.outline-yellow-700\/60 {
  outline-color: rgb(161 98 7 / 0.6) !important;
}
.outline-yellow-700\/65 {
  outline-color: rgb(161 98 7 / 0.65) !important;
}
.outline-yellow-700\/70 {
  outline-color: rgb(161 98 7 / 0.7) !important;
}
.outline-yellow-700\/75 {
  outline-color: rgb(161 98 7 / 0.75) !important;
}
.outline-yellow-700\/80 {
  outline-color: rgb(161 98 7 / 0.8) !important;
}
.outline-yellow-700\/85 {
  outline-color: rgb(161 98 7 / 0.85) !important;
}
.outline-yellow-700\/90 {
  outline-color: rgb(161 98 7 / 0.9) !important;
}
.outline-yellow-700\/95 {
  outline-color: rgb(161 98 7 / 0.95) !important;
}
.outline-yellow-800 {
  outline-color: #854d0e !important;
}
.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0) !important;
}
.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1) !important;
}
.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1) !important;
}
.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15) !important;
}
.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2) !important;
}
.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25) !important;
}
.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3) !important;
}
.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35) !important;
}
.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4) !important;
}
.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45) !important;
}
.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05) !important;
}
.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5) !important;
}
.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55) !important;
}
.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6) !important;
}
.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65) !important;
}
.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7) !important;
}
.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75) !important;
}
.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8) !important;
}
.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85) !important;
}
.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9) !important;
}
.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95) !important;
}
.outline-yellow-900 {
  outline-color: #713f12 !important;
}
.outline-yellow-900\/0 {
  outline-color: rgb(113 63 18 / 0) !important;
}
.outline-yellow-900\/10 {
  outline-color: rgb(113 63 18 / 0.1) !important;
}
.outline-yellow-900\/100 {
  outline-color: rgb(113 63 18 / 1) !important;
}
.outline-yellow-900\/15 {
  outline-color: rgb(113 63 18 / 0.15) !important;
}
.outline-yellow-900\/20 {
  outline-color: rgb(113 63 18 / 0.2) !important;
}
.outline-yellow-900\/25 {
  outline-color: rgb(113 63 18 / 0.25) !important;
}
.outline-yellow-900\/30 {
  outline-color: rgb(113 63 18 / 0.3) !important;
}
.outline-yellow-900\/35 {
  outline-color: rgb(113 63 18 / 0.35) !important;
}
.outline-yellow-900\/40 {
  outline-color: rgb(113 63 18 / 0.4) !important;
}
.outline-yellow-900\/45 {
  outline-color: rgb(113 63 18 / 0.45) !important;
}
.outline-yellow-900\/5 {
  outline-color: rgb(113 63 18 / 0.05) !important;
}
.outline-yellow-900\/50 {
  outline-color: rgb(113 63 18 / 0.5) !important;
}
.outline-yellow-900\/55 {
  outline-color: rgb(113 63 18 / 0.55) !important;
}
.outline-yellow-900\/60 {
  outline-color: rgb(113 63 18 / 0.6) !important;
}
.outline-yellow-900\/65 {
  outline-color: rgb(113 63 18 / 0.65) !important;
}
.outline-yellow-900\/70 {
  outline-color: rgb(113 63 18 / 0.7) !important;
}
.outline-yellow-900\/75 {
  outline-color: rgb(113 63 18 / 0.75) !important;
}
.outline-yellow-900\/80 {
  outline-color: rgb(113 63 18 / 0.8) !important;
}
.outline-yellow-900\/85 {
  outline-color: rgb(113 63 18 / 0.85) !important;
}
.outline-yellow-900\/90 {
  outline-color: rgb(113 63 18 / 0.9) !important;
}
.outline-yellow-900\/95 {
  outline-color: rgb(113 63 18 / 0.95) !important;
}
.outline-yellow-950 {
  outline-color: #422006 !important;
}
.outline-yellow-950\/0 {
  outline-color: rgb(66 32 6 / 0) !important;
}
.outline-yellow-950\/10 {
  outline-color: rgb(66 32 6 / 0.1) !important;
}
.outline-yellow-950\/100 {
  outline-color: rgb(66 32 6 / 1) !important;
}
.outline-yellow-950\/15 {
  outline-color: rgb(66 32 6 / 0.15) !important;
}
.outline-yellow-950\/20 {
  outline-color: rgb(66 32 6 / 0.2) !important;
}
.outline-yellow-950\/25 {
  outline-color: rgb(66 32 6 / 0.25) !important;
}
.outline-yellow-950\/30 {
  outline-color: rgb(66 32 6 / 0.3) !important;
}
.outline-yellow-950\/35 {
  outline-color: rgb(66 32 6 / 0.35) !important;
}
.outline-yellow-950\/40 {
  outline-color: rgb(66 32 6 / 0.4) !important;
}
.outline-yellow-950\/45 {
  outline-color: rgb(66 32 6 / 0.45) !important;
}
.outline-yellow-950\/5 {
  outline-color: rgb(66 32 6 / 0.05) !important;
}
.outline-yellow-950\/50 {
  outline-color: rgb(66 32 6 / 0.5) !important;
}
.outline-yellow-950\/55 {
  outline-color: rgb(66 32 6 / 0.55) !important;
}
.outline-yellow-950\/60 {
  outline-color: rgb(66 32 6 / 0.6) !important;
}
.outline-yellow-950\/65 {
  outline-color: rgb(66 32 6 / 0.65) !important;
}
.outline-yellow-950\/70 {
  outline-color: rgb(66 32 6 / 0.7) !important;
}
.outline-yellow-950\/75 {
  outline-color: rgb(66 32 6 / 0.75) !important;
}
.outline-yellow-950\/80 {
  outline-color: rgb(66 32 6 / 0.8) !important;
}
.outline-yellow-950\/85 {
  outline-color: rgb(66 32 6 / 0.85) !important;
}
.outline-yellow-950\/90 {
  outline-color: rgb(66 32 6 / 0.9) !important;
}
.outline-yellow-950\/95 {
  outline-color: rgb(66 32 6 / 0.95) !important;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-inset {
  --tw-ring-inset: inset !important;
}
.ring-theme_color {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(80 152 133 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0) !important;
}
.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1) !important;
}
.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1) !important;
}
.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15) !important;
}
.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2) !important;
}
.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25) !important;
}
.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3) !important;
}
.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35) !important;
}
.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4) !important;
}
.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45) !important;
}
.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05) !important;
}
.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5) !important;
}
.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55) !important;
}
.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6) !important;
}
.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65) !important;
}
.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7) !important;
}
.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75) !important;
}
.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8) !important;
}
.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85) !important;
}
.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9) !important;
}
.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95) !important;
}
.ring-yellow-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0) !important;
}
.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1) !important;
}
.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1) !important;
}
.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15) !important;
}
.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2) !important;
}
.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25) !important;
}
.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3) !important;
}
.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35) !important;
}
.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4) !important;
}
.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45) !important;
}
.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05) !important;
}
.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5) !important;
}
.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55) !important;
}
.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6) !important;
}
.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65) !important;
}
.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7) !important;
}
.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75) !important;
}
.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8) !important;
}
.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85) !important;
}
.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9) !important;
}
.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95) !important;
}
.ring-yellow-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0) !important;
}
.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1) !important;
}
.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1) !important;
}
.ring-yellow-300\/15 {
  --tw-ring-color: rgb(253 224 71 / 0.15) !important;
}
.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2) !important;
}
.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25) !important;
}
.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3) !important;
}
.ring-yellow-300\/35 {
  --tw-ring-color: rgb(253 224 71 / 0.35) !important;
}
.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4) !important;
}
.ring-yellow-300\/45 {
  --tw-ring-color: rgb(253 224 71 / 0.45) !important;
}
.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05) !important;
}
.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5) !important;
}
.ring-yellow-300\/55 {
  --tw-ring-color: rgb(253 224 71 / 0.55) !important;
}
.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6) !important;
}
.ring-yellow-300\/65 {
  --tw-ring-color: rgb(253 224 71 / 0.65) !important;
}
.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7) !important;
}
.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75) !important;
}
.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8) !important;
}
.ring-yellow-300\/85 {
  --tw-ring-color: rgb(253 224 71 / 0.85) !important;
}
.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9) !important;
}
.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95) !important;
}
.ring-yellow-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0) !important;
}
.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1) !important;
}
.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1) !important;
}
.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15) !important;
}
.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2) !important;
}
.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25) !important;
}
.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3) !important;
}
.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35) !important;
}
.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4) !important;
}
.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45) !important;
}
.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05) !important;
}
.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5) !important;
}
.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55) !important;
}
.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6) !important;
}
.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65) !important;
}
.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7) !important;
}
.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75) !important;
}
.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8) !important;
}
.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85) !important;
}
.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9) !important;
}
.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95) !important;
}
.ring-yellow-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0) !important;
}
.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1) !important;
}
.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1) !important;
}
.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15) !important;
}
.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2) !important;
}
.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25) !important;
}
.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3) !important;
}
.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35) !important;
}
.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4) !important;
}
.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45) !important;
}
.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05) !important;
}
.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5) !important;
}
.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55) !important;
}
.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6) !important;
}
.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65) !important;
}
.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7) !important;
}
.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75) !important;
}
.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8) !important;
}
.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85) !important;
}
.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9) !important;
}
.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95) !important;
}
.ring-yellow-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0) !important;
}
.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1) !important;
}
.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1) !important;
}
.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15) !important;
}
.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2) !important;
}
.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25) !important;
}
.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3) !important;
}
.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35) !important;
}
.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4) !important;
}
.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45) !important;
}
.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05) !important;
}
.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5) !important;
}
.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55) !important;
}
.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6) !important;
}
.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65) !important;
}
.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7) !important;
}
.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75) !important;
}
.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8) !important;
}
.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85) !important;
}
.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9) !important;
}
.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95) !important;
}
.ring-yellow-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0) !important;
}
.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1) !important;
}
.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1) !important;
}
.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15) !important;
}
.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2) !important;
}
.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25) !important;
}
.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3) !important;
}
.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35) !important;
}
.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4) !important;
}
.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45) !important;
}
.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05) !important;
}
.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5) !important;
}
.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55) !important;
}
.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6) !important;
}
.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65) !important;
}
.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7) !important;
}
.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75) !important;
}
.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8) !important;
}
.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85) !important;
}
.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9) !important;
}
.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95) !important;
}
.ring-yellow-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-700\/0 {
  --tw-ring-color: rgb(161 98 7 / 0) !important;
}
.ring-yellow-700\/10 {
  --tw-ring-color: rgb(161 98 7 / 0.1) !important;
}
.ring-yellow-700\/100 {
  --tw-ring-color: rgb(161 98 7 / 1) !important;
}
.ring-yellow-700\/15 {
  --tw-ring-color: rgb(161 98 7 / 0.15) !important;
}
.ring-yellow-700\/20 {
  --tw-ring-color: rgb(161 98 7 / 0.2) !important;
}
.ring-yellow-700\/25 {
  --tw-ring-color: rgb(161 98 7 / 0.25) !important;
}
.ring-yellow-700\/30 {
  --tw-ring-color: rgb(161 98 7 / 0.3) !important;
}
.ring-yellow-700\/35 {
  --tw-ring-color: rgb(161 98 7 / 0.35) !important;
}
.ring-yellow-700\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4) !important;
}
.ring-yellow-700\/45 {
  --tw-ring-color: rgb(161 98 7 / 0.45) !important;
}
.ring-yellow-700\/5 {
  --tw-ring-color: rgb(161 98 7 / 0.05) !important;
}
.ring-yellow-700\/50 {
  --tw-ring-color: rgb(161 98 7 / 0.5) !important;
}
.ring-yellow-700\/55 {
  --tw-ring-color: rgb(161 98 7 / 0.55) !important;
}
.ring-yellow-700\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6) !important;
}
.ring-yellow-700\/65 {
  --tw-ring-color: rgb(161 98 7 / 0.65) !important;
}
.ring-yellow-700\/70 {
  --tw-ring-color: rgb(161 98 7 / 0.7) !important;
}
.ring-yellow-700\/75 {
  --tw-ring-color: rgb(161 98 7 / 0.75) !important;
}
.ring-yellow-700\/80 {
  --tw-ring-color: rgb(161 98 7 / 0.8) !important;
}
.ring-yellow-700\/85 {
  --tw-ring-color: rgb(161 98 7 / 0.85) !important;
}
.ring-yellow-700\/90 {
  --tw-ring-color: rgb(161 98 7 / 0.9) !important;
}
.ring-yellow-700\/95 {
  --tw-ring-color: rgb(161 98 7 / 0.95) !important;
}
.ring-yellow-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0) !important;
}
.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1) !important;
}
.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1) !important;
}
.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15) !important;
}
.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2) !important;
}
.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25) !important;
}
.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3) !important;
}
.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35) !important;
}
.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4) !important;
}
.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45) !important;
}
.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05) !important;
}
.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5) !important;
}
.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55) !important;
}
.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6) !important;
}
.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65) !important;
}
.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7) !important;
}
.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75) !important;
}
.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8) !important;
}
.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85) !important;
}
.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9) !important;
}
.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95) !important;
}
.ring-yellow-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-900\/0 {
  --tw-ring-color: rgb(113 63 18 / 0) !important;
}
.ring-yellow-900\/10 {
  --tw-ring-color: rgb(113 63 18 / 0.1) !important;
}
.ring-yellow-900\/100 {
  --tw-ring-color: rgb(113 63 18 / 1) !important;
}
.ring-yellow-900\/15 {
  --tw-ring-color: rgb(113 63 18 / 0.15) !important;
}
.ring-yellow-900\/20 {
  --tw-ring-color: rgb(113 63 18 / 0.2) !important;
}
.ring-yellow-900\/25 {
  --tw-ring-color: rgb(113 63 18 / 0.25) !important;
}
.ring-yellow-900\/30 {
  --tw-ring-color: rgb(113 63 18 / 0.3) !important;
}
.ring-yellow-900\/35 {
  --tw-ring-color: rgb(113 63 18 / 0.35) !important;
}
.ring-yellow-900\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4) !important;
}
.ring-yellow-900\/45 {
  --tw-ring-color: rgb(113 63 18 / 0.45) !important;
}
.ring-yellow-900\/5 {
  --tw-ring-color: rgb(113 63 18 / 0.05) !important;
}
.ring-yellow-900\/50 {
  --tw-ring-color: rgb(113 63 18 / 0.5) !important;
}
.ring-yellow-900\/55 {
  --tw-ring-color: rgb(113 63 18 / 0.55) !important;
}
.ring-yellow-900\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6) !important;
}
.ring-yellow-900\/65 {
  --tw-ring-color: rgb(113 63 18 / 0.65) !important;
}
.ring-yellow-900\/70 {
  --tw-ring-color: rgb(113 63 18 / 0.7) !important;
}
.ring-yellow-900\/75 {
  --tw-ring-color: rgb(113 63 18 / 0.75) !important;
}
.ring-yellow-900\/80 {
  --tw-ring-color: rgb(113 63 18 / 0.8) !important;
}
.ring-yellow-900\/85 {
  --tw-ring-color: rgb(113 63 18 / 0.85) !important;
}
.ring-yellow-900\/90 {
  --tw-ring-color: rgb(113 63 18 / 0.9) !important;
}
.ring-yellow-900\/95 {
  --tw-ring-color: rgb(113 63 18 / 0.95) !important;
}
.ring-yellow-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity)) !important;
}
.ring-yellow-950\/0 {
  --tw-ring-color: rgb(66 32 6 / 0) !important;
}
.ring-yellow-950\/10 {
  --tw-ring-color: rgb(66 32 6 / 0.1) !important;
}
.ring-yellow-950\/100 {
  --tw-ring-color: rgb(66 32 6 / 1) !important;
}
.ring-yellow-950\/15 {
  --tw-ring-color: rgb(66 32 6 / 0.15) !important;
}
.ring-yellow-950\/20 {
  --tw-ring-color: rgb(66 32 6 / 0.2) !important;
}
.ring-yellow-950\/25 {
  --tw-ring-color: rgb(66 32 6 / 0.25) !important;
}
.ring-yellow-950\/30 {
  --tw-ring-color: rgb(66 32 6 / 0.3) !important;
}
.ring-yellow-950\/35 {
  --tw-ring-color: rgb(66 32 6 / 0.35) !important;
}
.ring-yellow-950\/40 {
  --tw-ring-color: rgb(66 32 6 / 0.4) !important;
}
.ring-yellow-950\/45 {
  --tw-ring-color: rgb(66 32 6 / 0.45) !important;
}
.ring-yellow-950\/5 {
  --tw-ring-color: rgb(66 32 6 / 0.05) !important;
}
.ring-yellow-950\/50 {
  --tw-ring-color: rgb(66 32 6 / 0.5) !important;
}
.ring-yellow-950\/55 {
  --tw-ring-color: rgb(66 32 6 / 0.55) !important;
}
.ring-yellow-950\/60 {
  --tw-ring-color: rgb(66 32 6 / 0.6) !important;
}
.ring-yellow-950\/65 {
  --tw-ring-color: rgb(66 32 6 / 0.65) !important;
}
.ring-yellow-950\/70 {
  --tw-ring-color: rgb(66 32 6 / 0.7) !important;
}
.ring-yellow-950\/75 {
  --tw-ring-color: rgb(66 32 6 / 0.75) !important;
}
.ring-yellow-950\/80 {
  --tw-ring-color: rgb(66 32 6 / 0.8) !important;
}
.ring-yellow-950\/85 {
  --tw-ring-color: rgb(66 32 6 / 0.85) !important;
}
.ring-yellow-950\/90 {
  --tw-ring-color: rgb(66 32 6 / 0.9) !important;
}
.ring-yellow-950\/95 {
  --tw-ring-color: rgb(66 32 6 / 0.95) !important;
}
.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3 !important;
}
.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0) !important;
}
.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1) !important;
}
.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1) !important;
}
.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15) !important;
}
.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2) !important;
}
.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25) !important;
}
.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3) !important;
}
.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35) !important;
}
.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4) !important;
}
.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45) !important;
}
.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05) !important;
}
.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5) !important;
}
.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55) !important;
}
.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6) !important;
}
.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65) !important;
}
.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7) !important;
}
.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75) !important;
}
.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8) !important;
}
.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85) !important;
}
.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9) !important;
}
.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95) !important;
}
.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a !important;
}
.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0) !important;
}
.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1) !important;
}
.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1) !important;
}
.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15) !important;
}
.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2) !important;
}
.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25) !important;
}
.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3) !important;
}
.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35) !important;
}
.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4) !important;
}
.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45) !important;
}
.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05) !important;
}
.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5) !important;
}
.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55) !important;
}
.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6) !important;
}
.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65) !important;
}
.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7) !important;
}
.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75) !important;
}
.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8) !important;
}
.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85) !important;
}
.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9) !important;
}
.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95) !important;
}
.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047 !important;
}
.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0) !important;
}
.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1) !important;
}
.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1) !important;
}
.ring-offset-yellow-300\/15 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15) !important;
}
.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2) !important;
}
.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25) !important;
}
.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3) !important;
}
.ring-offset-yellow-300\/35 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35) !important;
}
.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4) !important;
}
.ring-offset-yellow-300\/45 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45) !important;
}
.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05) !important;
}
.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5) !important;
}
.ring-offset-yellow-300\/55 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55) !important;
}
.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6) !important;
}
.ring-offset-yellow-300\/65 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65) !important;
}
.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7) !important;
}
.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75) !important;
}
.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8) !important;
}
.ring-offset-yellow-300\/85 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85) !important;
}
.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9) !important;
}
.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95) !important;
}
.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15 !important;
}
.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0) !important;
}
.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1) !important;
}
.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1) !important;
}
.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15) !important;
}
.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2) !important;
}
.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25) !important;
}
.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3) !important;
}
.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35) !important;
}
.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4) !important;
}
.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45) !important;
}
.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05) !important;
}
.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5) !important;
}
.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55) !important;
}
.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6) !important;
}
.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65) !important;
}
.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7) !important;
}
.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75) !important;
}
.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8) !important;
}
.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85) !important;
}
.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9) !important;
}
.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95) !important;
}
.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8 !important;
}
.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0) !important;
}
.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1) !important;
}
.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1) !important;
}
.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15) !important;
}
.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2) !important;
}
.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25) !important;
}
.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3) !important;
}
.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35) !important;
}
.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4) !important;
}
.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45) !important;
}
.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05) !important;
}
.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5) !important;
}
.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55) !important;
}
.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6) !important;
}
.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65) !important;
}
.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7) !important;
}
.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75) !important;
}
.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8) !important;
}
.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85) !important;
}
.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9) !important;
}
.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95) !important;
}
.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308 !important;
}
.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0) !important;
}
.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1) !important;
}
.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1) !important;
}
.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15) !important;
}
.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2) !important;
}
.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25) !important;
}
.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3) !important;
}
.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35) !important;
}
.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4) !important;
}
.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45) !important;
}
.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05) !important;
}
.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5) !important;
}
.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55) !important;
}
.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6) !important;
}
.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65) !important;
}
.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7) !important;
}
.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75) !important;
}
.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8) !important;
}
.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85) !important;
}
.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9) !important;
}
.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95) !important;
}
.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04 !important;
}
.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0) !important;
}
.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1) !important;
}
.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1) !important;
}
.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15) !important;
}
.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2) !important;
}
.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25) !important;
}
.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3) !important;
}
.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35) !important;
}
.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4) !important;
}
.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45) !important;
}
.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05) !important;
}
.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5) !important;
}
.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55) !important;
}
.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6) !important;
}
.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65) !important;
}
.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7) !important;
}
.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75) !important;
}
.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8) !important;
}
.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85) !important;
}
.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9) !important;
}
.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95) !important;
}
.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207 !important;
}
.ring-offset-yellow-700\/0 {
  --tw-ring-offset-color: rgb(161 98 7 / 0) !important;
}
.ring-offset-yellow-700\/10 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1) !important;
}
.ring-offset-yellow-700\/100 {
  --tw-ring-offset-color: rgb(161 98 7 / 1) !important;
}
.ring-offset-yellow-700\/15 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15) !important;
}
.ring-offset-yellow-700\/20 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2) !important;
}
.ring-offset-yellow-700\/25 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25) !important;
}
.ring-offset-yellow-700\/30 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3) !important;
}
.ring-offset-yellow-700\/35 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35) !important;
}
.ring-offset-yellow-700\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4) !important;
}
.ring-offset-yellow-700\/45 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45) !important;
}
.ring-offset-yellow-700\/5 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05) !important;
}
.ring-offset-yellow-700\/50 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5) !important;
}
.ring-offset-yellow-700\/55 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55) !important;
}
.ring-offset-yellow-700\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6) !important;
}
.ring-offset-yellow-700\/65 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65) !important;
}
.ring-offset-yellow-700\/70 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7) !important;
}
.ring-offset-yellow-700\/75 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75) !important;
}
.ring-offset-yellow-700\/80 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8) !important;
}
.ring-offset-yellow-700\/85 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85) !important;
}
.ring-offset-yellow-700\/90 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9) !important;
}
.ring-offset-yellow-700\/95 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95) !important;
}
.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e !important;
}
.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0) !important;
}
.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1) !important;
}
.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1) !important;
}
.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15) !important;
}
.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2) !important;
}
.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25) !important;
}
.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3) !important;
}
.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35) !important;
}
.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4) !important;
}
.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45) !important;
}
.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05) !important;
}
.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5) !important;
}
.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55) !important;
}
.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6) !important;
}
.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65) !important;
}
.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7) !important;
}
.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75) !important;
}
.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8) !important;
}
.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85) !important;
}
.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9) !important;
}
.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95) !important;
}
.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12 !important;
}
.ring-offset-yellow-900\/0 {
  --tw-ring-offset-color: rgb(113 63 18 / 0) !important;
}
.ring-offset-yellow-900\/10 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1) !important;
}
.ring-offset-yellow-900\/100 {
  --tw-ring-offset-color: rgb(113 63 18 / 1) !important;
}
.ring-offset-yellow-900\/15 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15) !important;
}
.ring-offset-yellow-900\/20 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2) !important;
}
.ring-offset-yellow-900\/25 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25) !important;
}
.ring-offset-yellow-900\/30 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3) !important;
}
.ring-offset-yellow-900\/35 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35) !important;
}
.ring-offset-yellow-900\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4) !important;
}
.ring-offset-yellow-900\/45 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45) !important;
}
.ring-offset-yellow-900\/5 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05) !important;
}
.ring-offset-yellow-900\/50 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5) !important;
}
.ring-offset-yellow-900\/55 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55) !important;
}
.ring-offset-yellow-900\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6) !important;
}
.ring-offset-yellow-900\/65 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65) !important;
}
.ring-offset-yellow-900\/70 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7) !important;
}
.ring-offset-yellow-900\/75 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75) !important;
}
.ring-offset-yellow-900\/80 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8) !important;
}
.ring-offset-yellow-900\/85 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85) !important;
}
.ring-offset-yellow-900\/90 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9) !important;
}
.ring-offset-yellow-900\/95 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95) !important;
}
.ring-offset-yellow-950 {
  --tw-ring-offset-color: #422006 !important;
}
.ring-offset-yellow-950\/0 {
  --tw-ring-offset-color: rgb(66 32 6 / 0) !important;
}
.ring-offset-yellow-950\/10 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1) !important;
}
.ring-offset-yellow-950\/100 {
  --tw-ring-offset-color: rgb(66 32 6 / 1) !important;
}
.ring-offset-yellow-950\/15 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15) !important;
}
.ring-offset-yellow-950\/20 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2) !important;
}
.ring-offset-yellow-950\/25 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25) !important;
}
.ring-offset-yellow-950\/30 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3) !important;
}
.ring-offset-yellow-950\/35 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35) !important;
}
.ring-offset-yellow-950\/40 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4) !important;
}
.ring-offset-yellow-950\/45 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45) !important;
}
.ring-offset-yellow-950\/5 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05) !important;
}
.ring-offset-yellow-950\/50 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5) !important;
}
.ring-offset-yellow-950\/55 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55) !important;
}
.ring-offset-yellow-950\/60 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6) !important;
}
.ring-offset-yellow-950\/65 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65) !important;
}
.ring-offset-yellow-950\/70 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7) !important;
}
.ring-offset-yellow-950\/75 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75) !important;
}
.ring-offset-yellow-950\/80 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8) !important;
}
.ring-offset-yellow-950\/85 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85) !important;
}
.ring-offset-yellow-950\/90 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9) !important;
}
.ring-offset-yellow-950\/95 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95) !important;
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.delay-200 {
  transition-delay: 200ms !important;
}
.delay-75 {
  transition-delay: 75ms !important;
}
.duration-200 {
  transition-duration: 200ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.will-change-contents {
  will-change: contents !important;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

@media (min-width: 640px) {

  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
}

@media (min-width: 640px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

p, ul, ol {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

ul, ol {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
ul li + li, ol li + li {
  padding-top: 1rem;
}

ul {
  list-style-position: outside;
  list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23509885"><g transform="scale(0.5) translate(0, 15)" transform-origin="center"><path d="M12 2 4 12l8 10 8-10-8-10Z"></path></g></svg>');
}
ul li::marker {
  font-size: 3.6em;
  line-height: 0.1;
}

ol {
  list-style: decimal outside;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre,
ol,
ul {
  margin-bottom: 12px;
}

.page_block_description > * {
  font: inherit;
}

.elementor .block_wrapper a,
.elementor .elementor-widget-text-editor a {
  cursor: pointer;
  font-weight: 700;
  text-decoration-line: underline;
}

.elementor .elementor-widget-theme-post-content a {
  cursor: pointer;
  font-weight: 400;
  text-decoration-line: underline;
}

body .elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 1.875rem;
  line-height: 2rem;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-2xl {
  font-size: 3.5rem;
  line-height: 4rem;
}

html, body {
  min-height: 100vh;
  line-height: 1.25rem;
}
html.admin-bar, body.admin-bar {
  min-height: calc(100vh - 42px);
}

body {
  margin: 0;
  /* Sticky footer from https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body > #app {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

/* Sticky footer */
body > header,
body > footer {
  flex: none;
}

#page-content {
  flex: 1 0 auto;
}

#post-content {
  flex: 1 0 auto;
}
#post-content .elementor-widget-theme-post-content .elementor-widget-text-editor {
  color: #fff;
}
#post-content .elementor-widget-theme-post-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1200px) {

  #post-content .elementor-widget-theme-post-content h2 {
    font-size: 1.5vw;
  }
}
@media (min-width: 1536px) {

  #post-content .elementor-widget-theme-post-content h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
#post-content .elementor-widget-theme-post-content a {
  overflow-wrap: break-word;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
#post-content .elementor-widget-theme-post-content a:hover {
  text-decoration-line: none;
}
#post-content .elementor-widget-theme-post-content a {
  color: var(--e-global-color-link, white);
}
#post-content .elementor-widget-theme-post-content a:hover {
  color: var(--e-global-color-link-hover, white);
}
#post-content .elementor-widget-theme-post-content p, #post-content .elementor-widget-theme-post-content ul, #post-content .elementor-widget-theme-post-content ol {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 40px;
}
#post-content .elementor-loop-container a.elementor-element {
  text-decoration: none;
}
#post-content .elementor-loop-container a.elementor-element:hover {
  text-decoration: none;
}
#post-content .elementor-loop-container a.elementor-element p {
  font-family: "Montserrat", sans-serif;
}
#post-content .elementor-loop-container a.elementor-element .e-con-inner .elementor-heading-title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body .mobile-menu.add-min-h-screen {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body.admin-bar .mobile-menu.add-min-h-screen {
  min-height: calc(100vh - 48px);
  max-height: calc(100vh - 48px);
}

input:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

body .elementor-widget-form_container {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .elementor-widget-form_container .gform_button {
  height: 50px;
  margin-left: auto;
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgb(255 92 0 / var(--tw-border-opacity));
  font-size: 1.5rem;
  line-height: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .elementor-widget-form_container .gform_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  body .gform_wrapper.gravity-theme {
    padding-right: 2.5rem;
  }
}
body .gform_wrapper.gravity-theme .gchoice label {
  padding-left: 0.5rem;
}
body .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
body .gform_wrapper.gravity-theme input {
  height: 67px;
  padding: 0;
}
body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme textarea {
  background-color: #141414;
}
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 200px;
}
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme input:not([type=submit]) {
  font-size: 1.5rem;
  line-height: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 12px 24px !important;
  border-width: 0px;
  border-bottom-width: 2px;
}
body .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0px;
  padding-bottom: 0.75rem;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield {
  padding-bottom: 1.5rem;
}
body .gform_wrapper.gravity-theme .gform_heading {
  padding-bottom: 4rem;
}
body .gform_wrapper.gravity-theme .gform_title {
  padding-bottom: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_description {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .gform_wrapper.gravity-theme .validation_message {
  background: none;
  margin: 0px;
  border-width: 0px;
  padding-left: 0px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 43 10 / var(--tw-border-opacity));
}
body .gform_confirmation_message {
  margin-top: 2.5rem;
}

body {
  color: #fff;
  background-color: #000;
}

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

.hover\:z-\[80\]:hover {
  z-index: 80 !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.hover\:scale-\[1\.05\]:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}

.hover\:overflow-visible:hover {
  overflow: visible !important;
}

.hover\:bg-\[\#FF5C00\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 92 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-dark_grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:fill-theme_color:hover {
  fill: #509885 !important;
}

.hover\:pl-8:hover {
  padding-left: 2rem !important;
}

.hover\:pr-16:hover {
  padding-right: 4rem !important;
}

.hover\:text-\[color\:var\(--e-global-color-primary\)\]:hover {
  color: var(--e-global-color-primary) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.focus\:bg-\[\#FF5C00\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 92 0 / var(--tw-bg-opacity)) !important;
}

.focus\:pl-8:focus {
  padding-left: 2rem !important;
}

.focus\:pr-16:focus {
  padding-right: 4rem !important;
}

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

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

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

.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem !important;
  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)) !important;
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem !important;
  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)) !important;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.group:hover .group-hover\:scale-\[1\.05\] {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.group:hover .group-hover\:bg-dark_grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:fill-black {
  fill: #000 !important;
}

.group:hover .group-hover\:px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.group:hover .group-hover\:text-theme_color {
  --tw-text-opacity: 1 !important;
  color: rgb(80 152 133 / var(--tw-text-opacity)) !important;
}

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

@media (min-width: 640px) {

  .sm\:row-auto {
    grid-row: auto !important;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }

  .sm\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }

  .sm\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }

  .sm\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }

  .sm\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:row-start-10 {
    grid-row-start: 10 !important;
  }

  .sm\:row-start-11 {
    grid-row-start: 11 !important;
  }

  .sm\:row-start-12 {
    grid-row-start: 12 !important;
  }

  .sm\:row-start-13 {
    grid-row-start: 13 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:row-start-8 {
    grid-row-start: 8 !important;
  }

  .sm\:row-start-9 {
    grid-row-start: 9 !important;
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:row-end-10 {
    grid-row-end: 10 !important;
  }

  .sm\:row-end-11 {
    grid-row-end: 11 !important;
  }

  .sm\:row-end-12 {
    grid-row-end: 12 !important;
  }

  .sm\:row-end-13 {
    grid-row-end: 13 !important;
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:row-end-8 {
    grid-row-end: 8 !important;
  }

  .sm\:row-end-9 {
    grid-row-end: 9 !important;
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

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

  .sm\:table-row-group {
    display: table-row-group !important;
  }

  .sm\:flow-root {
    display: flow-root !important;
  }

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

  .sm\:aspect-auto {
    aspect-ratio: auto !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-50vw {
    height: 50vw !important;
  }

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

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:w-0 {
    width: 0px !important;
  }

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

  .sm\:w-1 {
    width: 0.25rem !important;
  }

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

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

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

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

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

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

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

  .sm\:w-10 {
    width: 2.5rem !important;
  }

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

  .sm\:w-11 {
    width: 2.75rem !important;
  }

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

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-14 {
    width: 3.5rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-2 {
    width: 0.5rem !important;
  }

  .sm\:w-2\.5 {
    width: 0.625rem !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

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

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

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

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

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-28 {
    width: 7rem !important;
  }

  .sm\:w-3 {
    width: 0.75rem !important;
  }

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

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

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

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

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

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-36 {
    width: 9rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

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

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

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

  .sm\:w-40 {
    width: 10rem !important;
  }

  .sm\:w-44 {
    width: 11rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

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

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

  .sm\:w-50vw {
    width: 50vw !important;
  }

  .sm\:w-52 {
    width: 13rem !important;
  }

  .sm\:w-56 {
    width: 14rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

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

  .sm\:w-60 {
    width: 15rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-7 {
    width: 1.75rem !important;
  }

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

  .sm\:w-72 {
    width: 18rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

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

  .sm\:w-80 {
    width: 20rem !important;
  }

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

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

  .sm\:w-96 {
    width: 24rem !important;
  }

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

  .sm\:w-dvw {
    width: 100dvw !important;
  }

  .sm\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-lvw {
    width: 100lvw !important;
  }

  .sm\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:w-svw {
    width: 100svw !important;
  }

  .sm\:min-w-0 {
    min-width: 0px !important;
  }

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

  .sm\:min-w-1 {
    min-width: 0.25rem !important;
  }

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

  .sm\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .sm\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .sm\:min-w-12 {
    min-width: 3rem !important;
  }

  .sm\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .sm\:min-w-16 {
    min-width: 4rem !important;
  }

  .sm\:min-w-2 {
    min-width: 0.5rem !important;
  }

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

  .sm\:min-w-20 {
    min-width: 5rem !important;
  }

  .sm\:min-w-24 {
    min-width: 6rem !important;
  }

  .sm\:min-w-28 {
    min-width: 7rem !important;
  }

  .sm\:min-w-3 {
    min-width: 0.75rem !important;
  }

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

  .sm\:min-w-32 {
    min-width: 8rem !important;
  }

  .sm\:min-w-36 {
    min-width: 9rem !important;
  }

  .sm\:min-w-4 {
    min-width: 1rem !important;
  }

  .sm\:min-w-40 {
    min-width: 10rem !important;
  }

  .sm\:min-w-44 {
    min-width: 11rem !important;
  }

  .sm\:min-w-48 {
    min-width: 12rem !important;
  }

  .sm\:min-w-5 {
    min-width: 1.25rem !important;
  }

  .sm\:min-w-52 {
    min-width: 13rem !important;
  }

  .sm\:min-w-56 {
    min-width: 14rem !important;
  }

  .sm\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .sm\:min-w-60 {
    min-width: 15rem !important;
  }

  .sm\:min-w-64 {
    min-width: 16rem !important;
  }

  .sm\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .sm\:min-w-72 {
    min-width: 18rem !important;
  }

  .sm\:min-w-8 {
    min-width: 2rem !important;
  }

  .sm\:min-w-80 {
    min-width: 20rem !important;
  }

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

  .sm\:min-w-96 {
    min-width: 24rem !important;
  }

  .sm\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:min-w-px {
    min-width: 1px !important;
  }

  .sm\:max-w-0 {
    max-width: 0px !important;
  }

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

  .sm\:max-w-1 {
    max-width: 0.25rem !important;
  }

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

  .sm\:max-w-10 {
    max-width: 2.5rem !important;
  }

  .sm\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .sm\:max-w-12 {
    max-width: 3rem !important;
  }

  .sm\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .sm\:max-w-16 {
    max-width: 4rem !important;
  }

  .sm\:max-w-2 {
    max-width: 0.5rem !important;
  }

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

  .sm\:max-w-20 {
    max-width: 5rem !important;
  }

  .sm\:max-w-24 {
    max-width: 6rem !important;
  }

  .sm\:max-w-28 {
    max-width: 7rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:max-w-3 {
    max-width: 0.75rem !important;
  }

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

  .sm\:max-w-32 {
    max-width: 8rem !important;
  }

  .sm\:max-w-36 {
    max-width: 9rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:max-w-4 {
    max-width: 1rem !important;
  }

  .sm\:max-w-40 {
    max-width: 10rem !important;
  }

  .sm\:max-w-44 {
    max-width: 11rem !important;
  }

  .sm\:max-w-48 {
    max-width: 12rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem !important;
  }

  .sm\:max-w-52 {
    max-width: 13rem !important;
  }

  .sm\:max-w-56 {
    max-width: 14rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem !important;
  }

  .sm\:max-w-60 {
    max-width: 15rem !important;
  }

  .sm\:max-w-64 {
    max-width: 16rem !important;
  }

  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:max-w-7 {
    max-width: 1.75rem !important;
  }

  .sm\:max-w-72 {
    max-width: 18rem !important;
  }

  .sm\:max-w-7xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-8 {
    max-width: 2rem !important;
  }

  .sm\:max-w-80 {
    max-width: 20rem !important;
  }

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

  .sm\:max-w-96 {
    max-width: 24rem !important;
  }

  .sm\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

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

  .sm\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:max-w-md {
    max-width: 28rem !important;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:max-w-none {
    max-width: none !important;
  }

  .sm\:max-w-prose {
    max-width: 65ch !important;
  }

  .sm\:max-w-px {
    max-width: 1px !important;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-md {
    max-width: 768px !important;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .sm\:max-w-screen-xl {
    max-width: 1200px !important;
  }

  .sm\:max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:-skew-x-0 {
    --tw-skew-x: -0deg !important;
    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)) !important;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
    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)) !important;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
    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)) !important;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
    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)) !important;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
    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)) !important;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
    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)) !important;
  }

  .sm\:-skew-y-0 {
    --tw-skew-y: -0deg !important;
    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)) !important;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
    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)) !important;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
    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)) !important;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
    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)) !important;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
    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)) !important;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
    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)) !important;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg !important;
    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)) !important;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg !important;
    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)) !important;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg !important;
    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)) !important;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg !important;
    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)) !important;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg !important;
    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)) !important;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg !important;
    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)) !important;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg !important;
    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)) !important;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg !important;
    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)) !important;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg !important;
    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)) !important;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg !important;
    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)) !important;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg !important;
    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)) !important;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg !important;
    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)) !important;
  }

  .sm\:cursor-ew-resize {
    cursor: ew-resize !important;
  }

  .sm\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }

  .sm\:cursor-nw-resize {
    cursor: nw-resize !important;
  }

  .sm\:cursor-row-resize {
    cursor: row-resize !important;
  }

  .sm\:cursor-sw-resize {
    cursor: sw-resize !important;
  }

  .sm\:cursor-w-resize {
    cursor: w-resize !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-dense {
    grid-auto-flow: dense !important;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

  .sm\:gap-10 {
    gap: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-clip {
    overflow: clip !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-clip {
    overflow-x: clip !important;
  }

  .sm\:overflow-y-clip {
    overflow-y: clip !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

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

  .sm\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-e-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-e-yellow-100\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-e-yellow-100\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-e-yellow-100\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-e-yellow-100\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-e-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-e-yellow-200\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-e-yellow-200\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-e-yellow-200\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-e-yellow-200\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-e-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-e-yellow-300\/15 {
    border-inline-end-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-e-yellow-300\/35 {
    border-inline-end-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-e-yellow-300\/45 {
    border-inline-end-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-e-yellow-300\/55 {
    border-inline-end-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-e-yellow-300\/65 {
    border-inline-end-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-e-yellow-300\/85 {
    border-inline-end-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-e-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-e-yellow-400\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-e-yellow-400\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-e-yellow-400\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-e-yellow-400\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-e-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-e-yellow-50\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-e-yellow-50\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-e-yellow-50\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-e-yellow-50\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-e-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-e-yellow-500\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-e-yellow-500\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-e-yellow-500\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-e-yellow-500\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-e-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-e-yellow-600\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-e-yellow-600\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-e-yellow-600\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-e-yellow-600\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-e-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-e-yellow-700\/15 {
    border-inline-end-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-e-yellow-700\/35 {
    border-inline-end-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-e-yellow-700\/45 {
    border-inline-end-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-e-yellow-700\/55 {
    border-inline-end-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-e-yellow-700\/65 {
    border-inline-end-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-e-yellow-700\/85 {
    border-inline-end-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-e-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-e-yellow-800\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-e-yellow-800\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-e-yellow-800\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-e-yellow-800\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-e-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-e-yellow-900\/15 {
    border-inline-end-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-e-yellow-900\/35 {
    border-inline-end-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-e-yellow-900\/45 {
    border-inline-end-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-e-yellow-900\/55 {
    border-inline-end-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-e-yellow-900\/65 {
    border-inline-end-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-e-yellow-900\/85 {
    border-inline-end-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-e-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-e-yellow-950\/15 {
    border-inline-end-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-e-yellow-950\/35 {
    border-inline-end-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-e-yellow-950\/45 {
    border-inline-end-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-e-yellow-950\/55 {
    border-inline-end-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-e-yellow-950\/65 {
    border-inline-end-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-e-yellow-950\/85 {
    border-inline-end-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-s-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-s-yellow-100\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-s-yellow-100\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-s-yellow-100\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-s-yellow-100\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-s-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-s-yellow-200\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-s-yellow-200\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-s-yellow-200\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-s-yellow-200\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-s-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-s-yellow-300\/15 {
    border-inline-start-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-s-yellow-300\/35 {
    border-inline-start-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-s-yellow-300\/45 {
    border-inline-start-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-s-yellow-300\/55 {
    border-inline-start-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-s-yellow-300\/65 {
    border-inline-start-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-s-yellow-300\/85 {
    border-inline-start-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-s-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-s-yellow-400\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-s-yellow-400\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-s-yellow-400\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-s-yellow-400\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-s-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-s-yellow-50\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-s-yellow-50\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-s-yellow-50\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-s-yellow-50\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-s-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-s-yellow-500\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-s-yellow-500\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-s-yellow-500\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-s-yellow-500\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-s-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-s-yellow-600\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-s-yellow-600\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-s-yellow-600\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-s-yellow-600\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-s-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-s-yellow-700\/15 {
    border-inline-start-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-s-yellow-700\/35 {
    border-inline-start-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-s-yellow-700\/45 {
    border-inline-start-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-s-yellow-700\/55 {
    border-inline-start-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-s-yellow-700\/65 {
    border-inline-start-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-s-yellow-700\/85 {
    border-inline-start-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-s-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-s-yellow-800\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-s-yellow-800\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-s-yellow-800\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-s-yellow-800\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-s-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-s-yellow-900\/15 {
    border-inline-start-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-s-yellow-900\/35 {
    border-inline-start-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-s-yellow-900\/45 {
    border-inline-start-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-s-yellow-900\/55 {
    border-inline-start-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-s-yellow-900\/65 {
    border-inline-start-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-s-yellow-900\/85 {
    border-inline-start-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-s-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-s-yellow-950\/15 {
    border-inline-start-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-s-yellow-950\/35 {
    border-inline-start-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-s-yellow-950\/45 {
    border-inline-start-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-s-yellow-950\/55 {
    border-inline-start-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-s-yellow-950\/65 {
    border-inline-start-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-s-yellow-950\/85 {
    border-inline-start-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .sm\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:bg-yellow-100\/15 {
    background-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:bg-yellow-100\/35 {
    background-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:bg-yellow-100\/55 {
    background-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:bg-yellow-100\/85 {
    background-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:bg-yellow-200\/15 {
    background-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:bg-yellow-200\/35 {
    background-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:bg-yellow-200\/55 {
    background-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:bg-yellow-200\/85 {
    background-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:bg-yellow-300\/15 {
    background-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:bg-yellow-300\/35 {
    background-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:bg-yellow-300\/45 {
    background-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:bg-yellow-300\/55 {
    background-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:bg-yellow-300\/65 {
    background-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:bg-yellow-300\/85 {
    background-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:bg-yellow-400\/15 {
    background-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:bg-yellow-400\/35 {
    background-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:bg-yellow-400\/55 {
    background-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:bg-yellow-400\/85 {
    background-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:bg-yellow-50\/15 {
    background-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:bg-yellow-50\/35 {
    background-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:bg-yellow-50\/45 {
    background-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:bg-yellow-50\/55 {
    background-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:bg-yellow-50\/65 {
    background-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:bg-yellow-50\/85 {
    background-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:bg-yellow-500\/15 {
    background-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25) !important;
  }

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

  .sm\:bg-yellow-500\/35 {
    background-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:bg-yellow-500\/45 {
    background-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:bg-yellow-500\/55 {
    background-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:bg-yellow-500\/65 {
    background-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:bg-yellow-500\/85 {
    background-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:bg-yellow-600\/15 {
    background-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:bg-yellow-600\/35 {
    background-color: rgb(202 138 4 / 0.35) !important;
  }

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

  .sm\:bg-yellow-600\/45 {
    background-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:bg-yellow-600\/55 {
    background-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:bg-yellow-600\/65 {
    background-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:bg-yellow-600\/85 {
    background-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:bg-yellow-700\/15 {
    background-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:bg-yellow-700\/35 {
    background-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:bg-yellow-700\/45 {
    background-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:bg-yellow-700\/55 {
    background-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:bg-yellow-700\/65 {
    background-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:bg-yellow-700\/85 {
    background-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:bg-yellow-800\/15 {
    background-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:bg-yellow-800\/35 {
    background-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:bg-yellow-800\/55 {
    background-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:bg-yellow-800\/85 {
    background-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:bg-yellow-900\/15 {
    background-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:bg-yellow-900\/35 {
    background-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:bg-yellow-900\/45 {
    background-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:bg-yellow-900\/55 {
    background-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:bg-yellow-900\/65 {
    background-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:bg-yellow-900\/85 {
    background-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:bg-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:bg-yellow-950\/15 {
    background-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:bg-yellow-950\/35 {
    background-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:bg-yellow-950\/45 {
    background-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:bg-yellow-950\/55 {
    background-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:bg-yellow-950\/65 {
    background-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:bg-yellow-950\/85 {
    background-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:from-yellow-100 {
    --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/0 {
    --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/10 {
    --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/100 {
    --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/20 {
    --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/25 {
    --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/30 {
    --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/40 {
    --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/5 {
    --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/50 {
    --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/60 {
    --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/70 {
    --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/75 {
    --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/80 {
    --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/90 {
    --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-100\/95 {
    --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/0 {
    --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/10 {
    --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/100 {
    --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/20 {
    --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/25 {
    --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/30 {
    --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/40 {
    --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/5 {
    --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/50 {
    --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/60 {
    --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/70 {
    --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/75 {
    --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/80 {
    --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/90 {
    --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-200\/95 {
    --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300 {
    --tw-gradient-from: #fde047 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/0 {
    --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/10 {
    --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/100 {
    --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/15 {
    --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/20 {
    --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/25 {
    --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/30 {
    --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/35 {
    --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/40 {
    --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/45 {
    --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/5 {
    --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/50 {
    --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/55 {
    --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/60 {
    --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/65 {
    --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/70 {
    --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/75 {
    --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/80 {
    --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/85 {
    --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/90 {
    --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-300\/95 {
    --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400 {
    --tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/0 {
    --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/10 {
    --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/100 {
    --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/20 {
    --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/25 {
    --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/30 {
    --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/40 {
    --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/5 {
    --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/50 {
    --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/60 {
    --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/70 {
    --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/75 {
    --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/80 {
    --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/90 {
    --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-400\/95 {
    --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50 {
    --tw-gradient-from: #fefce8 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/0 {
    --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/10 {
    --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/100 {
    --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/15 {
    --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/20 {
    --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/25 {
    --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/30 {
    --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/35 {
    --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/40 {
    --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/45 {
    --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/5 {
    --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/50 {
    --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/55 {
    --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/60 {
    --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/65 {
    --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/70 {
    --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/75 {
    --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/80 {
    --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/85 {
    --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/90 {
    --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-50\/95 {
    --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #eab308 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/0 {
    --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/10 {
    --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/100 {
    --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/15 {
    --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/20 {
    --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/25 {
    --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/30 {
    --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/35 {
    --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/40 {
    --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/45 {
    --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/5 {
    --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/50 {
    --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/55 {
    --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/60 {
    --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/65 {
    --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/70 {
    --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/75 {
    --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/80 {
    --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/85 {
    --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/90 {
    --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-500\/95 {
    --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600 {
    --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/0 {
    --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/10 {
    --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/100 {
    --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/15 {
    --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/20 {
    --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/25 {
    --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/30 {
    --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/35 {
    --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/40 {
    --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/45 {
    --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/5 {
    --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/50 {
    --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/55 {
    --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/60 {
    --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/65 {
    --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/70 {
    --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/75 {
    --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/80 {
    --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/85 {
    --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/90 {
    --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-600\/95 {
    --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700 {
    --tw-gradient-from: #a16207 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/0 {
    --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/10 {
    --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/100 {
    --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/15 {
    --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/20 {
    --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/25 {
    --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/30 {
    --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/35 {
    --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/40 {
    --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/45 {
    --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/5 {
    --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/50 {
    --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/55 {
    --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/60 {
    --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/65 {
    --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/70 {
    --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/75 {
    --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/80 {
    --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/85 {
    --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/90 {
    --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-700\/95 {
    --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800 {
    --tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/0 {
    --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/10 {
    --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/100 {
    --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/20 {
    --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/25 {
    --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/30 {
    --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/40 {
    --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/5 {
    --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/50 {
    --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/60 {
    --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/70 {
    --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/75 {
    --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/80 {
    --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/90 {
    --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-800\/95 {
    --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900 {
    --tw-gradient-from: #713f12 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/0 {
    --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/10 {
    --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/100 {
    --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/15 {
    --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/20 {
    --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/25 {
    --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/30 {
    --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/35 {
    --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/40 {
    --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/45 {
    --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/5 {
    --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/50 {
    --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/55 {
    --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/60 {
    --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/65 {
    --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/70 {
    --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/75 {
    --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/80 {
    --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/85 {
    --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/90 {
    --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-900\/95 {
    --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950 {
    --tw-gradient-from: #422006 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/0 {
    --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/10 {
    --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/100 {
    --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/15 {
    --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/20 {
    --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/25 {
    --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/30 {
    --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/35 {
    --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/40 {
    --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/45 {
    --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/5 {
    --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/50 {
    --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/55 {
    --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/60 {
    --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/65 {
    --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/70 {
    --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/75 {
    --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/80 {
    --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/85 {
    --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/90 {
    --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:from-yellow-950\/95 {
    --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/15 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/35 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/45 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/55 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/65 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/85 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/15 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/35 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/45 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/55 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/65 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/85 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/15 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/35 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/45 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/55 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/65 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/85 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/15 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/35 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/45 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/55 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/65 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/85 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:via-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/15 {
    --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/35 {
    --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/45 {
    --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/55 {
    --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/65 {
    --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/85 {
    --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/15 {
    --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/35 {
    --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/45 {
    --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/55 {
    --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/65 {
    --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/85 {
    --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/15 {
    --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/35 {
    --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/45 {
    --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/55 {
    --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/65 {
    --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/85 {
    --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/15 {
    --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/35 {
    --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/45 {
    --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/55 {
    --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/65 {
    --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/85 {
    --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .sm\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .sm\:fill-yellow-100 {
    fill: #fef9c3 !important;
  }

  .sm\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0) !important;
  }

  .sm\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1) !important;
  }

  .sm\:fill-yellow-100\/15 {
    fill: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:fill-yellow-100\/35 {
    fill: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:fill-yellow-100\/55 {
    fill: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:fill-yellow-100\/85 {
    fill: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:fill-yellow-200 {
    fill: #fef08a !important;
  }

  .sm\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0) !important;
  }

  .sm\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1) !important;
  }

  .sm\:fill-yellow-200\/15 {
    fill: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:fill-yellow-200\/35 {
    fill: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:fill-yellow-200\/55 {
    fill: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:fill-yellow-200\/85 {
    fill: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:fill-yellow-300 {
    fill: #fde047 !important;
  }

  .sm\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0) !important;
  }

  .sm\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1) !important;
  }

  .sm\:fill-yellow-300\/15 {
    fill: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:fill-yellow-300\/35 {
    fill: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:fill-yellow-300\/45 {
    fill: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:fill-yellow-300\/55 {
    fill: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:fill-yellow-300\/65 {
    fill: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:fill-yellow-300\/85 {
    fill: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:fill-yellow-400 {
    fill: #facc15 !important;
  }

  .sm\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0) !important;
  }

  .sm\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1) !important;
  }

  .sm\:fill-yellow-400\/15 {
    fill: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:fill-yellow-400\/35 {
    fill: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:fill-yellow-400\/55 {
    fill: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:fill-yellow-400\/85 {
    fill: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:fill-yellow-50 {
    fill: #fefce8 !important;
  }

  .sm\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0) !important;
  }

  .sm\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1) !important;
  }

  .sm\:fill-yellow-50\/15 {
    fill: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:fill-yellow-50\/35 {
    fill: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:fill-yellow-50\/45 {
    fill: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:fill-yellow-50\/55 {
    fill: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:fill-yellow-50\/65 {
    fill: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:fill-yellow-50\/85 {
    fill: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:fill-yellow-500 {
    fill: #eab308 !important;
  }

  .sm\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0) !important;
  }

  .sm\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1) !important;
  }

  .sm\:fill-yellow-500\/15 {
    fill: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:fill-yellow-500\/35 {
    fill: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:fill-yellow-500\/45 {
    fill: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:fill-yellow-500\/55 {
    fill: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:fill-yellow-500\/65 {
    fill: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:fill-yellow-500\/85 {
    fill: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:fill-yellow-600 {
    fill: #ca8a04 !important;
  }

  .sm\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0) !important;
  }

  .sm\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1) !important;
  }

  .sm\:fill-yellow-600\/15 {
    fill: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:fill-yellow-600\/35 {
    fill: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:fill-yellow-600\/45 {
    fill: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:fill-yellow-600\/55 {
    fill: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:fill-yellow-600\/65 {
    fill: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:fill-yellow-600\/85 {
    fill: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:fill-yellow-700 {
    fill: #a16207 !important;
  }

  .sm\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0) !important;
  }

  .sm\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1) !important;
  }

  .sm\:fill-yellow-700\/15 {
    fill: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:fill-yellow-700\/35 {
    fill: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:fill-yellow-700\/45 {
    fill: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:fill-yellow-700\/55 {
    fill: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:fill-yellow-700\/65 {
    fill: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:fill-yellow-700\/85 {
    fill: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:fill-yellow-800 {
    fill: #854d0e !important;
  }

  .sm\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0) !important;
  }

  .sm\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1) !important;
  }

  .sm\:fill-yellow-800\/15 {
    fill: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:fill-yellow-800\/35 {
    fill: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:fill-yellow-800\/55 {
    fill: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:fill-yellow-800\/85 {
    fill: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:fill-yellow-900 {
    fill: #713f12 !important;
  }

  .sm\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0) !important;
  }

  .sm\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1) !important;
  }

  .sm\:fill-yellow-900\/15 {
    fill: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:fill-yellow-900\/35 {
    fill: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:fill-yellow-900\/45 {
    fill: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:fill-yellow-900\/55 {
    fill: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:fill-yellow-900\/65 {
    fill: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:fill-yellow-900\/85 {
    fill: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:fill-yellow-950 {
    fill: #422006 !important;
  }

  .sm\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0) !important;
  }

  .sm\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1) !important;
  }

  .sm\:fill-yellow-950\/15 {
    fill: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:fill-yellow-950\/35 {
    fill: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:fill-yellow-950\/45 {
    fill: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:fill-yellow-950\/55 {
    fill: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:fill-yellow-950\/65 {
    fill: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:fill-yellow-950\/85 {
    fill: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:stroke-amber-100 {
    stroke: #fef3c7 !important;
  }

  .sm\:stroke-amber-100\/0 {
    stroke: rgb(254 243 199 / 0) !important;
  }

  .sm\:stroke-amber-100\/10 {
    stroke: rgb(254 243 199 / 0.1) !important;
  }

  .sm\:stroke-amber-100\/100 {
    stroke: rgb(254 243 199 / 1) !important;
  }

  .sm\:stroke-amber-100\/15 {
    stroke: rgb(254 243 199 / 0.15) !important;
  }

  .sm\:stroke-amber-100\/20 {
    stroke: rgb(254 243 199 / 0.2) !important;
  }

  .sm\:stroke-amber-100\/25 {
    stroke: rgb(254 243 199 / 0.25) !important;
  }

  .sm\:stroke-amber-100\/30 {
    stroke: rgb(254 243 199 / 0.3) !important;
  }

  .sm\:stroke-amber-100\/35 {
    stroke: rgb(254 243 199 / 0.35) !important;
  }

  .sm\:stroke-amber-100\/40 {
    stroke: rgb(254 243 199 / 0.4) !important;
  }

  .sm\:stroke-amber-100\/45 {
    stroke: rgb(254 243 199 / 0.45) !important;
  }

  .sm\:stroke-amber-100\/5 {
    stroke: rgb(254 243 199 / 0.05) !important;
  }

  .sm\:stroke-amber-100\/50 {
    stroke: rgb(254 243 199 / 0.5) !important;
  }

  .sm\:stroke-amber-100\/55 {
    stroke: rgb(254 243 199 / 0.55) !important;
  }

  .sm\:stroke-amber-100\/60 {
    stroke: rgb(254 243 199 / 0.6) !important;
  }

  .sm\:stroke-amber-100\/65 {
    stroke: rgb(254 243 199 / 0.65) !important;
  }

  .sm\:stroke-amber-100\/70 {
    stroke: rgb(254 243 199 / 0.7) !important;
  }

  .sm\:stroke-amber-100\/75 {
    stroke: rgb(254 243 199 / 0.75) !important;
  }

  .sm\:stroke-amber-100\/80 {
    stroke: rgb(254 243 199 / 0.8) !important;
  }

  .sm\:stroke-amber-100\/85 {
    stroke: rgb(254 243 199 / 0.85) !important;
  }

  .sm\:stroke-amber-100\/90 {
    stroke: rgb(254 243 199 / 0.9) !important;
  }

  .sm\:stroke-amber-100\/95 {
    stroke: rgb(254 243 199 / 0.95) !important;
  }

  .sm\:stroke-amber-200 {
    stroke: #fde68a !important;
  }

  .sm\:stroke-amber-200\/0 {
    stroke: rgb(253 230 138 / 0) !important;
  }

  .sm\:stroke-amber-200\/10 {
    stroke: rgb(253 230 138 / 0.1) !important;
  }

  .sm\:stroke-amber-200\/100 {
    stroke: rgb(253 230 138 / 1) !important;
  }

  .sm\:stroke-amber-200\/15 {
    stroke: rgb(253 230 138 / 0.15) !important;
  }

  .sm\:stroke-amber-200\/20 {
    stroke: rgb(253 230 138 / 0.2) !important;
  }

  .sm\:stroke-amber-200\/25 {
    stroke: rgb(253 230 138 / 0.25) !important;
  }

  .sm\:stroke-amber-200\/30 {
    stroke: rgb(253 230 138 / 0.3) !important;
  }

  .sm\:stroke-amber-200\/35 {
    stroke: rgb(253 230 138 / 0.35) !important;
  }

  .sm\:stroke-amber-200\/40 {
    stroke: rgb(253 230 138 / 0.4) !important;
  }

  .sm\:stroke-amber-200\/45 {
    stroke: rgb(253 230 138 / 0.45) !important;
  }

  .sm\:stroke-amber-200\/5 {
    stroke: rgb(253 230 138 / 0.05) !important;
  }

  .sm\:stroke-amber-200\/50 {
    stroke: rgb(253 230 138 / 0.5) !important;
  }

  .sm\:stroke-amber-200\/55 {
    stroke: rgb(253 230 138 / 0.55) !important;
  }

  .sm\:stroke-amber-200\/60 {
    stroke: rgb(253 230 138 / 0.6) !important;
  }

  .sm\:stroke-amber-200\/65 {
    stroke: rgb(253 230 138 / 0.65) !important;
  }

  .sm\:stroke-amber-200\/70 {
    stroke: rgb(253 230 138 / 0.7) !important;
  }

  .sm\:stroke-amber-200\/75 {
    stroke: rgb(253 230 138 / 0.75) !important;
  }

  .sm\:stroke-amber-200\/80 {
    stroke: rgb(253 230 138 / 0.8) !important;
  }

  .sm\:stroke-amber-200\/85 {
    stroke: rgb(253 230 138 / 0.85) !important;
  }

  .sm\:stroke-amber-200\/90 {
    stroke: rgb(253 230 138 / 0.9) !important;
  }

  .sm\:stroke-amber-200\/95 {
    stroke: rgb(253 230 138 / 0.95) !important;
  }

  .sm\:stroke-amber-300 {
    stroke: #fcd34d !important;
  }

  .sm\:stroke-amber-300\/0 {
    stroke: rgb(252 211 77 / 0) !important;
  }

  .sm\:stroke-amber-300\/10 {
    stroke: rgb(252 211 77 / 0.1) !important;
  }

  .sm\:stroke-amber-300\/100 {
    stroke: rgb(252 211 77 / 1) !important;
  }

  .sm\:stroke-amber-300\/15 {
    stroke: rgb(252 211 77 / 0.15) !important;
  }

  .sm\:stroke-amber-300\/20 {
    stroke: rgb(252 211 77 / 0.2) !important;
  }

  .sm\:stroke-amber-300\/25 {
    stroke: rgb(252 211 77 / 0.25) !important;
  }

  .sm\:stroke-amber-300\/30 {
    stroke: rgb(252 211 77 / 0.3) !important;
  }

  .sm\:stroke-amber-300\/35 {
    stroke: rgb(252 211 77 / 0.35) !important;
  }

  .sm\:stroke-amber-300\/40 {
    stroke: rgb(252 211 77 / 0.4) !important;
  }

  .sm\:stroke-amber-300\/45 {
    stroke: rgb(252 211 77 / 0.45) !important;
  }

  .sm\:stroke-amber-300\/5 {
    stroke: rgb(252 211 77 / 0.05) !important;
  }

  .sm\:stroke-amber-300\/50 {
    stroke: rgb(252 211 77 / 0.5) !important;
  }

  .sm\:stroke-amber-300\/55 {
    stroke: rgb(252 211 77 / 0.55) !important;
  }

  .sm\:stroke-amber-300\/60 {
    stroke: rgb(252 211 77 / 0.6) !important;
  }

  .sm\:stroke-amber-300\/65 {
    stroke: rgb(252 211 77 / 0.65) !important;
  }

  .sm\:stroke-amber-300\/70 {
    stroke: rgb(252 211 77 / 0.7) !important;
  }

  .sm\:stroke-amber-300\/75 {
    stroke: rgb(252 211 77 / 0.75) !important;
  }

  .sm\:stroke-amber-300\/80 {
    stroke: rgb(252 211 77 / 0.8) !important;
  }

  .sm\:stroke-amber-300\/85 {
    stroke: rgb(252 211 77 / 0.85) !important;
  }

  .sm\:stroke-amber-300\/90 {
    stroke: rgb(252 211 77 / 0.9) !important;
  }

  .sm\:stroke-amber-300\/95 {
    stroke: rgb(252 211 77 / 0.95) !important;
  }

  .sm\:stroke-amber-400 {
    stroke: #fbbf24 !important;
  }

  .sm\:stroke-amber-400\/0 {
    stroke: rgb(251 191 36 / 0) !important;
  }

  .sm\:stroke-amber-400\/10 {
    stroke: rgb(251 191 36 / 0.1) !important;
  }

  .sm\:stroke-amber-400\/100 {
    stroke: rgb(251 191 36 / 1) !important;
  }

  .sm\:stroke-amber-400\/15 {
    stroke: rgb(251 191 36 / 0.15) !important;
  }

  .sm\:stroke-amber-400\/20 {
    stroke: rgb(251 191 36 / 0.2) !important;
  }

  .sm\:stroke-amber-400\/25 {
    stroke: rgb(251 191 36 / 0.25) !important;
  }

  .sm\:stroke-amber-400\/30 {
    stroke: rgb(251 191 36 / 0.3) !important;
  }

  .sm\:stroke-amber-400\/35 {
    stroke: rgb(251 191 36 / 0.35) !important;
  }

  .sm\:stroke-amber-400\/40 {
    stroke: rgb(251 191 36 / 0.4) !important;
  }

  .sm\:stroke-amber-400\/45 {
    stroke: rgb(251 191 36 / 0.45) !important;
  }

  .sm\:stroke-amber-400\/5 {
    stroke: rgb(251 191 36 / 0.05) !important;
  }

  .sm\:stroke-amber-400\/50 {
    stroke: rgb(251 191 36 / 0.5) !important;
  }

  .sm\:stroke-amber-400\/55 {
    stroke: rgb(251 191 36 / 0.55) !important;
  }

  .sm\:stroke-amber-400\/60 {
    stroke: rgb(251 191 36 / 0.6) !important;
  }

  .sm\:stroke-amber-400\/65 {
    stroke: rgb(251 191 36 / 0.65) !important;
  }

  .sm\:stroke-amber-400\/70 {
    stroke: rgb(251 191 36 / 0.7) !important;
  }

  .sm\:stroke-amber-400\/75 {
    stroke: rgb(251 191 36 / 0.75) !important;
  }

  .sm\:stroke-amber-400\/80 {
    stroke: rgb(251 191 36 / 0.8) !important;
  }

  .sm\:stroke-amber-400\/85 {
    stroke: rgb(251 191 36 / 0.85) !important;
  }

  .sm\:stroke-amber-400\/90 {
    stroke: rgb(251 191 36 / 0.9) !important;
  }

  .sm\:stroke-amber-400\/95 {
    stroke: rgb(251 191 36 / 0.95) !important;
  }

  .sm\:stroke-amber-50 {
    stroke: #fffbeb !important;
  }

  .sm\:stroke-amber-50\/0 {
    stroke: rgb(255 251 235 / 0) !important;
  }

  .sm\:stroke-amber-50\/10 {
    stroke: rgb(255 251 235 / 0.1) !important;
  }

  .sm\:stroke-amber-50\/100 {
    stroke: rgb(255 251 235 / 1) !important;
  }

  .sm\:stroke-amber-50\/15 {
    stroke: rgb(255 251 235 / 0.15) !important;
  }

  .sm\:stroke-amber-50\/20 {
    stroke: rgb(255 251 235 / 0.2) !important;
  }

  .sm\:stroke-amber-50\/25 {
    stroke: rgb(255 251 235 / 0.25) !important;
  }

  .sm\:stroke-amber-50\/30 {
    stroke: rgb(255 251 235 / 0.3) !important;
  }

  .sm\:stroke-amber-50\/35 {
    stroke: rgb(255 251 235 / 0.35) !important;
  }

  .sm\:stroke-amber-50\/40 {
    stroke: rgb(255 251 235 / 0.4) !important;
  }

  .sm\:stroke-amber-50\/45 {
    stroke: rgb(255 251 235 / 0.45) !important;
  }

  .sm\:stroke-amber-50\/5 {
    stroke: rgb(255 251 235 / 0.05) !important;
  }

  .sm\:stroke-amber-50\/50 {
    stroke: rgb(255 251 235 / 0.5) !important;
  }

  .sm\:stroke-amber-50\/55 {
    stroke: rgb(255 251 235 / 0.55) !important;
  }

  .sm\:stroke-amber-50\/60 {
    stroke: rgb(255 251 235 / 0.6) !important;
  }

  .sm\:stroke-amber-50\/65 {
    stroke: rgb(255 251 235 / 0.65) !important;
  }

  .sm\:stroke-amber-50\/70 {
    stroke: rgb(255 251 235 / 0.7) !important;
  }

  .sm\:stroke-amber-50\/75 {
    stroke: rgb(255 251 235 / 0.75) !important;
  }

  .sm\:stroke-amber-50\/80 {
    stroke: rgb(255 251 235 / 0.8) !important;
  }

  .sm\:stroke-amber-50\/85 {
    stroke: rgb(255 251 235 / 0.85) !important;
  }

  .sm\:stroke-amber-50\/90 {
    stroke: rgb(255 251 235 / 0.9) !important;
  }

  .sm\:stroke-amber-50\/95 {
    stroke: rgb(255 251 235 / 0.95) !important;
  }

  .sm\:stroke-amber-500 {
    stroke: #f59e0b !important;
  }

  .sm\:stroke-amber-500\/0 {
    stroke: rgb(245 158 11 / 0) !important;
  }

  .sm\:stroke-amber-500\/10 {
    stroke: rgb(245 158 11 / 0.1) !important;
  }

  .sm\:stroke-amber-500\/100 {
    stroke: rgb(245 158 11 / 1) !important;
  }

  .sm\:stroke-amber-500\/15 {
    stroke: rgb(245 158 11 / 0.15) !important;
  }

  .sm\:stroke-amber-500\/20 {
    stroke: rgb(245 158 11 / 0.2) !important;
  }

  .sm\:stroke-amber-500\/25 {
    stroke: rgb(245 158 11 / 0.25) !important;
  }

  .sm\:stroke-amber-500\/30 {
    stroke: rgb(245 158 11 / 0.3) !important;
  }

  .sm\:stroke-amber-500\/35 {
    stroke: rgb(245 158 11 / 0.35) !important;
  }

  .sm\:stroke-amber-500\/40 {
    stroke: rgb(245 158 11 / 0.4) !important;
  }

  .sm\:stroke-amber-500\/45 {
    stroke: rgb(245 158 11 / 0.45) !important;
  }

  .sm\:stroke-amber-500\/5 {
    stroke: rgb(245 158 11 / 0.05) !important;
  }

  .sm\:stroke-amber-500\/50 {
    stroke: rgb(245 158 11 / 0.5) !important;
  }

  .sm\:stroke-amber-500\/55 {
    stroke: rgb(245 158 11 / 0.55) !important;
  }

  .sm\:stroke-amber-500\/60 {
    stroke: rgb(245 158 11 / 0.6) !important;
  }

  .sm\:stroke-amber-500\/65 {
    stroke: rgb(245 158 11 / 0.65) !important;
  }

  .sm\:stroke-amber-500\/70 {
    stroke: rgb(245 158 11 / 0.7) !important;
  }

  .sm\:stroke-amber-500\/75 {
    stroke: rgb(245 158 11 / 0.75) !important;
  }

  .sm\:stroke-amber-500\/80 {
    stroke: rgb(245 158 11 / 0.8) !important;
  }

  .sm\:stroke-amber-500\/85 {
    stroke: rgb(245 158 11 / 0.85) !important;
  }

  .sm\:stroke-amber-500\/90 {
    stroke: rgb(245 158 11 / 0.9) !important;
  }

  .sm\:stroke-amber-500\/95 {
    stroke: rgb(245 158 11 / 0.95) !important;
  }

  .sm\:stroke-amber-600 {
    stroke: #d97706 !important;
  }

  .sm\:stroke-amber-600\/0 {
    stroke: rgb(217 119 6 / 0) !important;
  }

  .sm\:stroke-amber-600\/10 {
    stroke: rgb(217 119 6 / 0.1) !important;
  }

  .sm\:stroke-amber-600\/100 {
    stroke: rgb(217 119 6 / 1) !important;
  }

  .sm\:stroke-amber-600\/15 {
    stroke: rgb(217 119 6 / 0.15) !important;
  }

  .sm\:stroke-amber-600\/20 {
    stroke: rgb(217 119 6 / 0.2) !important;
  }

  .sm\:stroke-amber-600\/25 {
    stroke: rgb(217 119 6 / 0.25) !important;
  }

  .sm\:stroke-amber-600\/30 {
    stroke: rgb(217 119 6 / 0.3) !important;
  }

  .sm\:stroke-amber-600\/35 {
    stroke: rgb(217 119 6 / 0.35) !important;
  }

  .sm\:stroke-amber-600\/40 {
    stroke: rgb(217 119 6 / 0.4) !important;
  }

  .sm\:stroke-amber-600\/45 {
    stroke: rgb(217 119 6 / 0.45) !important;
  }

  .sm\:stroke-amber-600\/5 {
    stroke: rgb(217 119 6 / 0.05) !important;
  }

  .sm\:stroke-amber-600\/50 {
    stroke: rgb(217 119 6 / 0.5) !important;
  }

  .sm\:stroke-amber-600\/55 {
    stroke: rgb(217 119 6 / 0.55) !important;
  }

  .sm\:stroke-amber-600\/60 {
    stroke: rgb(217 119 6 / 0.6) !important;
  }

  .sm\:stroke-amber-600\/65 {
    stroke: rgb(217 119 6 / 0.65) !important;
  }

  .sm\:stroke-amber-600\/70 {
    stroke: rgb(217 119 6 / 0.7) !important;
  }

  .sm\:stroke-amber-600\/75 {
    stroke: rgb(217 119 6 / 0.75) !important;
  }

  .sm\:stroke-amber-600\/80 {
    stroke: rgb(217 119 6 / 0.8) !important;
  }

  .sm\:stroke-amber-600\/85 {
    stroke: rgb(217 119 6 / 0.85) !important;
  }

  .sm\:stroke-amber-600\/90 {
    stroke: rgb(217 119 6 / 0.9) !important;
  }

  .sm\:stroke-amber-600\/95 {
    stroke: rgb(217 119 6 / 0.95) !important;
  }

  .sm\:stroke-amber-700 {
    stroke: #b45309 !important;
  }

  .sm\:stroke-amber-700\/0 {
    stroke: rgb(180 83 9 / 0) !important;
  }

  .sm\:stroke-amber-700\/10 {
    stroke: rgb(180 83 9 / 0.1) !important;
  }

  .sm\:stroke-amber-700\/100 {
    stroke: rgb(180 83 9 / 1) !important;
  }

  .sm\:stroke-amber-700\/15 {
    stroke: rgb(180 83 9 / 0.15) !important;
  }

  .sm\:stroke-amber-700\/20 {
    stroke: rgb(180 83 9 / 0.2) !important;
  }

  .sm\:stroke-amber-700\/25 {
    stroke: rgb(180 83 9 / 0.25) !important;
  }

  .sm\:stroke-amber-700\/30 {
    stroke: rgb(180 83 9 / 0.3) !important;
  }

  .sm\:stroke-amber-700\/35 {
    stroke: rgb(180 83 9 / 0.35) !important;
  }

  .sm\:stroke-amber-700\/40 {
    stroke: rgb(180 83 9 / 0.4) !important;
  }

  .sm\:stroke-amber-700\/45 {
    stroke: rgb(180 83 9 / 0.45) !important;
  }

  .sm\:stroke-amber-700\/5 {
    stroke: rgb(180 83 9 / 0.05) !important;
  }

  .sm\:stroke-amber-700\/50 {
    stroke: rgb(180 83 9 / 0.5) !important;
  }

  .sm\:stroke-amber-700\/55 {
    stroke: rgb(180 83 9 / 0.55) !important;
  }

  .sm\:stroke-amber-700\/60 {
    stroke: rgb(180 83 9 / 0.6) !important;
  }

  .sm\:stroke-amber-700\/65 {
    stroke: rgb(180 83 9 / 0.65) !important;
  }

  .sm\:stroke-amber-700\/70 {
    stroke: rgb(180 83 9 / 0.7) !important;
  }

  .sm\:stroke-amber-700\/75 {
    stroke: rgb(180 83 9 / 0.75) !important;
  }

  .sm\:stroke-amber-700\/80 {
    stroke: rgb(180 83 9 / 0.8) !important;
  }

  .sm\:stroke-amber-700\/85 {
    stroke: rgb(180 83 9 / 0.85) !important;
  }

  .sm\:stroke-amber-700\/90 {
    stroke: rgb(180 83 9 / 0.9) !important;
  }

  .sm\:stroke-amber-700\/95 {
    stroke: rgb(180 83 9 / 0.95) !important;
  }

  .sm\:stroke-amber-800 {
    stroke: #92400e !important;
  }

  .sm\:stroke-amber-800\/0 {
    stroke: rgb(146 64 14 / 0) !important;
  }

  .sm\:stroke-amber-800\/10 {
    stroke: rgb(146 64 14 / 0.1) !important;
  }

  .sm\:stroke-amber-800\/100 {
    stroke: rgb(146 64 14 / 1) !important;
  }

  .sm\:stroke-amber-800\/15 {
    stroke: rgb(146 64 14 / 0.15) !important;
  }

  .sm\:stroke-amber-800\/20 {
    stroke: rgb(146 64 14 / 0.2) !important;
  }

  .sm\:stroke-amber-800\/25 {
    stroke: rgb(146 64 14 / 0.25) !important;
  }

  .sm\:stroke-amber-800\/30 {
    stroke: rgb(146 64 14 / 0.3) !important;
  }

  .sm\:stroke-amber-800\/35 {
    stroke: rgb(146 64 14 / 0.35) !important;
  }

  .sm\:stroke-amber-800\/40 {
    stroke: rgb(146 64 14 / 0.4) !important;
  }

  .sm\:stroke-amber-800\/45 {
    stroke: rgb(146 64 14 / 0.45) !important;
  }

  .sm\:stroke-amber-800\/5 {
    stroke: rgb(146 64 14 / 0.05) !important;
  }

  .sm\:stroke-amber-800\/50 {
    stroke: rgb(146 64 14 / 0.5) !important;
  }

  .sm\:stroke-amber-800\/55 {
    stroke: rgb(146 64 14 / 0.55) !important;
  }

  .sm\:stroke-amber-800\/60 {
    stroke: rgb(146 64 14 / 0.6) !important;
  }

  .sm\:stroke-amber-800\/65 {
    stroke: rgb(146 64 14 / 0.65) !important;
  }

  .sm\:stroke-amber-800\/70 {
    stroke: rgb(146 64 14 / 0.7) !important;
  }

  .sm\:stroke-amber-800\/75 {
    stroke: rgb(146 64 14 / 0.75) !important;
  }

  .sm\:stroke-amber-800\/80 {
    stroke: rgb(146 64 14 / 0.8) !important;
  }

  .sm\:stroke-amber-800\/85 {
    stroke: rgb(146 64 14 / 0.85) !important;
  }

  .sm\:stroke-amber-800\/90 {
    stroke: rgb(146 64 14 / 0.9) !important;
  }

  .sm\:stroke-amber-800\/95 {
    stroke: rgb(146 64 14 / 0.95) !important;
  }

  .sm\:stroke-amber-900 {
    stroke: #78350f !important;
  }

  .sm\:stroke-amber-900\/0 {
    stroke: rgb(120 53 15 / 0) !important;
  }

  .sm\:stroke-amber-900\/10 {
    stroke: rgb(120 53 15 / 0.1) !important;
  }

  .sm\:stroke-amber-900\/100 {
    stroke: rgb(120 53 15 / 1) !important;
  }

  .sm\:stroke-amber-900\/15 {
    stroke: rgb(120 53 15 / 0.15) !important;
  }

  .sm\:stroke-amber-900\/20 {
    stroke: rgb(120 53 15 / 0.2) !important;
  }

  .sm\:stroke-amber-900\/25 {
    stroke: rgb(120 53 15 / 0.25) !important;
  }

  .sm\:stroke-amber-900\/30 {
    stroke: rgb(120 53 15 / 0.3) !important;
  }

  .sm\:stroke-amber-900\/35 {
    stroke: rgb(120 53 15 / 0.35) !important;
  }

  .sm\:stroke-amber-900\/40 {
    stroke: rgb(120 53 15 / 0.4) !important;
  }

  .sm\:stroke-amber-900\/45 {
    stroke: rgb(120 53 15 / 0.45) !important;
  }

  .sm\:stroke-amber-900\/5 {
    stroke: rgb(120 53 15 / 0.05) !important;
  }

  .sm\:stroke-amber-900\/50 {
    stroke: rgb(120 53 15 / 0.5) !important;
  }

  .sm\:stroke-amber-900\/55 {
    stroke: rgb(120 53 15 / 0.55) !important;
  }

  .sm\:stroke-amber-900\/60 {
    stroke: rgb(120 53 15 / 0.6) !important;
  }

  .sm\:stroke-amber-900\/65 {
    stroke: rgb(120 53 15 / 0.65) !important;
  }

  .sm\:stroke-amber-900\/70 {
    stroke: rgb(120 53 15 / 0.7) !important;
  }

  .sm\:stroke-amber-900\/75 {
    stroke: rgb(120 53 15 / 0.75) !important;
  }

  .sm\:stroke-amber-900\/80 {
    stroke: rgb(120 53 15 / 0.8) !important;
  }

  .sm\:stroke-amber-900\/85 {
    stroke: rgb(120 53 15 / 0.85) !important;
  }

  .sm\:stroke-amber-900\/90 {
    stroke: rgb(120 53 15 / 0.9) !important;
  }

  .sm\:stroke-amber-900\/95 {
    stroke: rgb(120 53 15 / 0.95) !important;
  }

  .sm\:stroke-amber-950 {
    stroke: #451a03 !important;
  }

  .sm\:stroke-amber-950\/0 {
    stroke: rgb(69 26 3 / 0) !important;
  }

  .sm\:stroke-amber-950\/10 {
    stroke: rgb(69 26 3 / 0.1) !important;
  }

  .sm\:stroke-amber-950\/100 {
    stroke: rgb(69 26 3 / 1) !important;
  }

  .sm\:stroke-amber-950\/15 {
    stroke: rgb(69 26 3 / 0.15) !important;
  }

  .sm\:stroke-amber-950\/20 {
    stroke: rgb(69 26 3 / 0.2) !important;
  }

  .sm\:stroke-amber-950\/25 {
    stroke: rgb(69 26 3 / 0.25) !important;
  }

  .sm\:stroke-amber-950\/30 {
    stroke: rgb(69 26 3 / 0.3) !important;
  }

  .sm\:stroke-amber-950\/35 {
    stroke: rgb(69 26 3 / 0.35) !important;
  }

  .sm\:stroke-amber-950\/40 {
    stroke: rgb(69 26 3 / 0.4) !important;
  }

  .sm\:stroke-amber-950\/45 {
    stroke: rgb(69 26 3 / 0.45) !important;
  }

  .sm\:stroke-amber-950\/5 {
    stroke: rgb(69 26 3 / 0.05) !important;
  }

  .sm\:stroke-amber-950\/50 {
    stroke: rgb(69 26 3 / 0.5) !important;
  }

  .sm\:stroke-amber-950\/55 {
    stroke: rgb(69 26 3 / 0.55) !important;
  }

  .sm\:stroke-amber-950\/60 {
    stroke: rgb(69 26 3 / 0.6) !important;
  }

  .sm\:stroke-amber-950\/65 {
    stroke: rgb(69 26 3 / 0.65) !important;
  }

  .sm\:stroke-amber-950\/70 {
    stroke: rgb(69 26 3 / 0.7) !important;
  }

  .sm\:stroke-amber-950\/75 {
    stroke: rgb(69 26 3 / 0.75) !important;
  }

  .sm\:stroke-amber-950\/80 {
    stroke: rgb(69 26 3 / 0.8) !important;
  }

  .sm\:stroke-amber-950\/85 {
    stroke: rgb(69 26 3 / 0.85) !important;
  }

  .sm\:stroke-amber-950\/90 {
    stroke: rgb(69 26 3 / 0.9) !important;
  }

  .sm\:stroke-amber-950\/95 {
    stroke: rgb(69 26 3 / 0.95) !important;
  }

  .sm\:stroke-black {
    stroke: #000 !important;
  }

  .sm\:stroke-black\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .sm\:stroke-black\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:stroke-black\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .sm\:stroke-black\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:stroke-black\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:stroke-black\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:stroke-black\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:stroke-black\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:stroke-black\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:stroke-black\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:stroke-black\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:stroke-black\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:stroke-black\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:stroke-black\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:stroke-black\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:stroke-black\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:stroke-black\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:stroke-black\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:stroke-black\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:stroke-black\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:stroke-black\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:stroke-blue-100 {
    stroke: #dbeafe !important;
  }

  .sm\:stroke-blue-100\/0 {
    stroke: rgb(219 234 254 / 0) !important;
  }

  .sm\:stroke-blue-100\/10 {
    stroke: rgb(219 234 254 / 0.1) !important;
  }

  .sm\:stroke-blue-100\/100 {
    stroke: rgb(219 234 254 / 1) !important;
  }

  .sm\:stroke-blue-100\/15 {
    stroke: rgb(219 234 254 / 0.15) !important;
  }

  .sm\:stroke-blue-100\/20 {
    stroke: rgb(219 234 254 / 0.2) !important;
  }

  .sm\:stroke-blue-100\/25 {
    stroke: rgb(219 234 254 / 0.25) !important;
  }

  .sm\:stroke-blue-100\/30 {
    stroke: rgb(219 234 254 / 0.3) !important;
  }

  .sm\:stroke-blue-100\/35 {
    stroke: rgb(219 234 254 / 0.35) !important;
  }

  .sm\:stroke-blue-100\/40 {
    stroke: rgb(219 234 254 / 0.4) !important;
  }

  .sm\:stroke-blue-100\/45 {
    stroke: rgb(219 234 254 / 0.45) !important;
  }

  .sm\:stroke-blue-100\/5 {
    stroke: rgb(219 234 254 / 0.05) !important;
  }

  .sm\:stroke-blue-100\/50 {
    stroke: rgb(219 234 254 / 0.5) !important;
  }

  .sm\:stroke-blue-100\/55 {
    stroke: rgb(219 234 254 / 0.55) !important;
  }

  .sm\:stroke-blue-100\/60 {
    stroke: rgb(219 234 254 / 0.6) !important;
  }

  .sm\:stroke-blue-100\/65 {
    stroke: rgb(219 234 254 / 0.65) !important;
  }

  .sm\:stroke-blue-100\/70 {
    stroke: rgb(219 234 254 / 0.7) !important;
  }

  .sm\:stroke-blue-100\/75 {
    stroke: rgb(219 234 254 / 0.75) !important;
  }

  .sm\:stroke-blue-100\/80 {
    stroke: rgb(219 234 254 / 0.8) !important;
  }

  .sm\:stroke-blue-100\/85 {
    stroke: rgb(219 234 254 / 0.85) !important;
  }

  .sm\:stroke-blue-100\/90 {
    stroke: rgb(219 234 254 / 0.9) !important;
  }

  .sm\:stroke-blue-100\/95 {
    stroke: rgb(219 234 254 / 0.95) !important;
  }

  .sm\:stroke-blue-200 {
    stroke: #bfdbfe !important;
  }

  .sm\:stroke-blue-200\/0 {
    stroke: rgb(191 219 254 / 0) !important;
  }

  .sm\:stroke-blue-200\/10 {
    stroke: rgb(191 219 254 / 0.1) !important;
  }

  .sm\:stroke-blue-200\/100 {
    stroke: rgb(191 219 254 / 1) !important;
  }

  .sm\:stroke-blue-200\/15 {
    stroke: rgb(191 219 254 / 0.15) !important;
  }

  .sm\:stroke-blue-200\/20 {
    stroke: rgb(191 219 254 / 0.2) !important;
  }

  .sm\:stroke-blue-200\/25 {
    stroke: rgb(191 219 254 / 0.25) !important;
  }

  .sm\:stroke-blue-200\/30 {
    stroke: rgb(191 219 254 / 0.3) !important;
  }

  .sm\:stroke-blue-200\/35 {
    stroke: rgb(191 219 254 / 0.35) !important;
  }

  .sm\:stroke-blue-200\/40 {
    stroke: rgb(191 219 254 / 0.4) !important;
  }

  .sm\:stroke-blue-200\/45 {
    stroke: rgb(191 219 254 / 0.45) !important;
  }

  .sm\:stroke-blue-200\/5 {
    stroke: rgb(191 219 254 / 0.05) !important;
  }

  .sm\:stroke-blue-200\/50 {
    stroke: rgb(191 219 254 / 0.5) !important;
  }

  .sm\:stroke-blue-200\/55 {
    stroke: rgb(191 219 254 / 0.55) !important;
  }

  .sm\:stroke-blue-200\/60 {
    stroke: rgb(191 219 254 / 0.6) !important;
  }

  .sm\:stroke-blue-200\/65 {
    stroke: rgb(191 219 254 / 0.65) !important;
  }

  .sm\:stroke-blue-200\/70 {
    stroke: rgb(191 219 254 / 0.7) !important;
  }

  .sm\:stroke-blue-200\/75 {
    stroke: rgb(191 219 254 / 0.75) !important;
  }

  .sm\:stroke-blue-200\/80 {
    stroke: rgb(191 219 254 / 0.8) !important;
  }

  .sm\:stroke-blue-200\/85 {
    stroke: rgb(191 219 254 / 0.85) !important;
  }

  .sm\:stroke-blue-200\/90 {
    stroke: rgb(191 219 254 / 0.9) !important;
  }

  .sm\:stroke-blue-200\/95 {
    stroke: rgb(191 219 254 / 0.95) !important;
  }

  .sm\:stroke-blue-300 {
    stroke: #93c5fd !important;
  }

  .sm\:stroke-blue-300\/0 {
    stroke: rgb(147 197 253 / 0) !important;
  }

  .sm\:stroke-blue-300\/10 {
    stroke: rgb(147 197 253 / 0.1) !important;
  }

  .sm\:stroke-blue-300\/100 {
    stroke: rgb(147 197 253 / 1) !important;
  }

  .sm\:stroke-blue-300\/15 {
    stroke: rgb(147 197 253 / 0.15) !important;
  }

  .sm\:stroke-blue-300\/20 {
    stroke: rgb(147 197 253 / 0.2) !important;
  }

  .sm\:stroke-blue-300\/25 {
    stroke: rgb(147 197 253 / 0.25) !important;
  }

  .sm\:stroke-blue-300\/30 {
    stroke: rgb(147 197 253 / 0.3) !important;
  }

  .sm\:stroke-blue-300\/35 {
    stroke: rgb(147 197 253 / 0.35) !important;
  }

  .sm\:stroke-blue-300\/40 {
    stroke: rgb(147 197 253 / 0.4) !important;
  }

  .sm\:stroke-blue-300\/45 {
    stroke: rgb(147 197 253 / 0.45) !important;
  }

  .sm\:stroke-blue-300\/5 {
    stroke: rgb(147 197 253 / 0.05) !important;
  }

  .sm\:stroke-blue-300\/50 {
    stroke: rgb(147 197 253 / 0.5) !important;
  }

  .sm\:stroke-blue-300\/55 {
    stroke: rgb(147 197 253 / 0.55) !important;
  }

  .sm\:stroke-blue-300\/60 {
    stroke: rgb(147 197 253 / 0.6) !important;
  }

  .sm\:stroke-blue-300\/65 {
    stroke: rgb(147 197 253 / 0.65) !important;
  }

  .sm\:stroke-blue-300\/70 {
    stroke: rgb(147 197 253 / 0.7) !important;
  }

  .sm\:stroke-blue-300\/75 {
    stroke: rgb(147 197 253 / 0.75) !important;
  }

  .sm\:stroke-blue-300\/80 {
    stroke: rgb(147 197 253 / 0.8) !important;
  }

  .sm\:stroke-blue-300\/85 {
    stroke: rgb(147 197 253 / 0.85) !important;
  }

  .sm\:stroke-blue-300\/90 {
    stroke: rgb(147 197 253 / 0.9) !important;
  }

  .sm\:stroke-blue-300\/95 {
    stroke: rgb(147 197 253 / 0.95) !important;
  }

  .sm\:stroke-blue-400 {
    stroke: #60a5fa !important;
  }

  .sm\:stroke-blue-400\/0 {
    stroke: rgb(96 165 250 / 0) !important;
  }

  .sm\:stroke-blue-400\/10 {
    stroke: rgb(96 165 250 / 0.1) !important;
  }

  .sm\:stroke-blue-400\/100 {
    stroke: rgb(96 165 250 / 1) !important;
  }

  .sm\:stroke-blue-400\/15 {
    stroke: rgb(96 165 250 / 0.15) !important;
  }

  .sm\:stroke-blue-400\/20 {
    stroke: rgb(96 165 250 / 0.2) !important;
  }

  .sm\:stroke-blue-400\/25 {
    stroke: rgb(96 165 250 / 0.25) !important;
  }

  .sm\:stroke-blue-400\/30 {
    stroke: rgb(96 165 250 / 0.3) !important;
  }

  .sm\:stroke-blue-400\/35 {
    stroke: rgb(96 165 250 / 0.35) !important;
  }

  .sm\:stroke-blue-400\/40 {
    stroke: rgb(96 165 250 / 0.4) !important;
  }

  .sm\:stroke-blue-400\/45 {
    stroke: rgb(96 165 250 / 0.45) !important;
  }

  .sm\:stroke-blue-400\/5 {
    stroke: rgb(96 165 250 / 0.05) !important;
  }

  .sm\:stroke-blue-400\/50 {
    stroke: rgb(96 165 250 / 0.5) !important;
  }

  .sm\:stroke-blue-400\/55 {
    stroke: rgb(96 165 250 / 0.55) !important;
  }

  .sm\:stroke-blue-400\/60 {
    stroke: rgb(96 165 250 / 0.6) !important;
  }

  .sm\:stroke-blue-400\/65 {
    stroke: rgb(96 165 250 / 0.65) !important;
  }

  .sm\:stroke-blue-400\/70 {
    stroke: rgb(96 165 250 / 0.7) !important;
  }

  .sm\:stroke-blue-400\/75 {
    stroke: rgb(96 165 250 / 0.75) !important;
  }

  .sm\:stroke-blue-400\/80 {
    stroke: rgb(96 165 250 / 0.8) !important;
  }

  .sm\:stroke-blue-400\/85 {
    stroke: rgb(96 165 250 / 0.85) !important;
  }

  .sm\:stroke-blue-400\/90 {
    stroke: rgb(96 165 250 / 0.9) !important;
  }

  .sm\:stroke-blue-400\/95 {
    stroke: rgb(96 165 250 / 0.95) !important;
  }

  .sm\:stroke-blue-50 {
    stroke: #eff6ff !important;
  }

  .sm\:stroke-blue-50\/0 {
    stroke: rgb(239 246 255 / 0) !important;
  }

  .sm\:stroke-blue-50\/10 {
    stroke: rgb(239 246 255 / 0.1) !important;
  }

  .sm\:stroke-blue-50\/100 {
    stroke: rgb(239 246 255 / 1) !important;
  }

  .sm\:stroke-blue-50\/15 {
    stroke: rgb(239 246 255 / 0.15) !important;
  }

  .sm\:stroke-blue-50\/20 {
    stroke: rgb(239 246 255 / 0.2) !important;
  }

  .sm\:stroke-blue-50\/25 {
    stroke: rgb(239 246 255 / 0.25) !important;
  }

  .sm\:stroke-blue-50\/30 {
    stroke: rgb(239 246 255 / 0.3) !important;
  }

  .sm\:stroke-blue-50\/35 {
    stroke: rgb(239 246 255 / 0.35) !important;
  }

  .sm\:stroke-blue-50\/40 {
    stroke: rgb(239 246 255 / 0.4) !important;
  }

  .sm\:stroke-blue-50\/45 {
    stroke: rgb(239 246 255 / 0.45) !important;
  }

  .sm\:stroke-blue-50\/5 {
    stroke: rgb(239 246 255 / 0.05) !important;
  }

  .sm\:stroke-blue-50\/50 {
    stroke: rgb(239 246 255 / 0.5) !important;
  }

  .sm\:stroke-blue-50\/55 {
    stroke: rgb(239 246 255 / 0.55) !important;
  }

  .sm\:stroke-blue-50\/60 {
    stroke: rgb(239 246 255 / 0.6) !important;
  }

  .sm\:stroke-blue-50\/65 {
    stroke: rgb(239 246 255 / 0.65) !important;
  }

  .sm\:stroke-blue-50\/70 {
    stroke: rgb(239 246 255 / 0.7) !important;
  }

  .sm\:stroke-blue-50\/75 {
    stroke: rgb(239 246 255 / 0.75) !important;
  }

  .sm\:stroke-blue-50\/80 {
    stroke: rgb(239 246 255 / 0.8) !important;
  }

  .sm\:stroke-blue-50\/85 {
    stroke: rgb(239 246 255 / 0.85) !important;
  }

  .sm\:stroke-blue-50\/90 {
    stroke: rgb(239 246 255 / 0.9) !important;
  }

  .sm\:stroke-blue-50\/95 {
    stroke: rgb(239 246 255 / 0.95) !important;
  }

  .sm\:stroke-blue-500 {
    stroke: #3b82f6 !important;
  }

  .sm\:stroke-blue-500\/0 {
    stroke: rgb(59 130 246 / 0) !important;
  }

  .sm\:stroke-blue-500\/10 {
    stroke: rgb(59 130 246 / 0.1) !important;
  }

  .sm\:stroke-blue-500\/100 {
    stroke: rgb(59 130 246 / 1) !important;
  }

  .sm\:stroke-blue-500\/15 {
    stroke: rgb(59 130 246 / 0.15) !important;
  }

  .sm\:stroke-blue-500\/20 {
    stroke: rgb(59 130 246 / 0.2) !important;
  }

  .sm\:stroke-blue-500\/25 {
    stroke: rgb(59 130 246 / 0.25) !important;
  }

  .sm\:stroke-blue-500\/30 {
    stroke: rgb(59 130 246 / 0.3) !important;
  }

  .sm\:stroke-blue-500\/35 {
    stroke: rgb(59 130 246 / 0.35) !important;
  }

  .sm\:stroke-blue-500\/40 {
    stroke: rgb(59 130 246 / 0.4) !important;
  }

  .sm\:stroke-blue-500\/45 {
    stroke: rgb(59 130 246 / 0.45) !important;
  }

  .sm\:stroke-blue-500\/5 {
    stroke: rgb(59 130 246 / 0.05) !important;
  }

  .sm\:stroke-blue-500\/50 {
    stroke: rgb(59 130 246 / 0.5) !important;
  }

  .sm\:stroke-blue-500\/55 {
    stroke: rgb(59 130 246 / 0.55) !important;
  }

  .sm\:stroke-blue-500\/60 {
    stroke: rgb(59 130 246 / 0.6) !important;
  }

  .sm\:stroke-blue-500\/65 {
    stroke: rgb(59 130 246 / 0.65) !important;
  }

  .sm\:stroke-blue-500\/70 {
    stroke: rgb(59 130 246 / 0.7) !important;
  }

  .sm\:stroke-blue-500\/75 {
    stroke: rgb(59 130 246 / 0.75) !important;
  }

  .sm\:stroke-blue-500\/80 {
    stroke: rgb(59 130 246 / 0.8) !important;
  }

  .sm\:stroke-blue-500\/85 {
    stroke: rgb(59 130 246 / 0.85) !important;
  }

  .sm\:stroke-blue-500\/90 {
    stroke: rgb(59 130 246 / 0.9) !important;
  }

  .sm\:stroke-blue-500\/95 {
    stroke: rgb(59 130 246 / 0.95) !important;
  }

  .sm\:stroke-blue-600 {
    stroke: #2563eb !important;
  }

  .sm\:stroke-blue-600\/0 {
    stroke: rgb(37 99 235 / 0) !important;
  }

  .sm\:stroke-blue-600\/10 {
    stroke: rgb(37 99 235 / 0.1) !important;
  }

  .sm\:stroke-blue-600\/100 {
    stroke: rgb(37 99 235 / 1) !important;
  }

  .sm\:stroke-blue-600\/15 {
    stroke: rgb(37 99 235 / 0.15) !important;
  }

  .sm\:stroke-blue-600\/20 {
    stroke: rgb(37 99 235 / 0.2) !important;
  }

  .sm\:stroke-blue-600\/25 {
    stroke: rgb(37 99 235 / 0.25) !important;
  }

  .sm\:stroke-blue-600\/30 {
    stroke: rgb(37 99 235 / 0.3) !important;
  }

  .sm\:stroke-blue-600\/35 {
    stroke: rgb(37 99 235 / 0.35) !important;
  }

  .sm\:stroke-blue-600\/40 {
    stroke: rgb(37 99 235 / 0.4) !important;
  }

  .sm\:stroke-blue-600\/45 {
    stroke: rgb(37 99 235 / 0.45) !important;
  }

  .sm\:stroke-blue-600\/5 {
    stroke: rgb(37 99 235 / 0.05) !important;
  }

  .sm\:stroke-blue-600\/50 {
    stroke: rgb(37 99 235 / 0.5) !important;
  }

  .sm\:stroke-blue-600\/55 {
    stroke: rgb(37 99 235 / 0.55) !important;
  }

  .sm\:stroke-blue-600\/60 {
    stroke: rgb(37 99 235 / 0.6) !important;
  }

  .sm\:stroke-blue-600\/65 {
    stroke: rgb(37 99 235 / 0.65) !important;
  }

  .sm\:stroke-blue-600\/70 {
    stroke: rgb(37 99 235 / 0.7) !important;
  }

  .sm\:stroke-blue-600\/75 {
    stroke: rgb(37 99 235 / 0.75) !important;
  }

  .sm\:stroke-blue-600\/80 {
    stroke: rgb(37 99 235 / 0.8) !important;
  }

  .sm\:stroke-blue-600\/85 {
    stroke: rgb(37 99 235 / 0.85) !important;
  }

  .sm\:stroke-blue-600\/90 {
    stroke: rgb(37 99 235 / 0.9) !important;
  }

  .sm\:stroke-blue-600\/95 {
    stroke: rgb(37 99 235 / 0.95) !important;
  }

  .sm\:stroke-blue-700 {
    stroke: #1d4ed8 !important;
  }

  .sm\:stroke-blue-700\/0 {
    stroke: rgb(29 78 216 / 0) !important;
  }

  .sm\:stroke-blue-700\/10 {
    stroke: rgb(29 78 216 / 0.1) !important;
  }

  .sm\:stroke-blue-700\/100 {
    stroke: rgb(29 78 216 / 1) !important;
  }

  .sm\:stroke-blue-700\/15 {
    stroke: rgb(29 78 216 / 0.15) !important;
  }

  .sm\:stroke-blue-700\/20 {
    stroke: rgb(29 78 216 / 0.2) !important;
  }

  .sm\:stroke-blue-700\/25 {
    stroke: rgb(29 78 216 / 0.25) !important;
  }

  .sm\:stroke-blue-700\/30 {
    stroke: rgb(29 78 216 / 0.3) !important;
  }

  .sm\:stroke-blue-700\/35 {
    stroke: rgb(29 78 216 / 0.35) !important;
  }

  .sm\:stroke-blue-700\/40 {
    stroke: rgb(29 78 216 / 0.4) !important;
  }

  .sm\:stroke-blue-700\/45 {
    stroke: rgb(29 78 216 / 0.45) !important;
  }

  .sm\:stroke-blue-700\/5 {
    stroke: rgb(29 78 216 / 0.05) !important;
  }

  .sm\:stroke-blue-700\/50 {
    stroke: rgb(29 78 216 / 0.5) !important;
  }

  .sm\:stroke-blue-700\/55 {
    stroke: rgb(29 78 216 / 0.55) !important;
  }

  .sm\:stroke-blue-700\/60 {
    stroke: rgb(29 78 216 / 0.6) !important;
  }

  .sm\:stroke-blue-700\/65 {
    stroke: rgb(29 78 216 / 0.65) !important;
  }

  .sm\:stroke-blue-700\/70 {
    stroke: rgb(29 78 216 / 0.7) !important;
  }

  .sm\:stroke-blue-700\/75 {
    stroke: rgb(29 78 216 / 0.75) !important;
  }

  .sm\:stroke-blue-700\/80 {
    stroke: rgb(29 78 216 / 0.8) !important;
  }

  .sm\:stroke-blue-700\/85 {
    stroke: rgb(29 78 216 / 0.85) !important;
  }

  .sm\:stroke-blue-700\/90 {
    stroke: rgb(29 78 216 / 0.9) !important;
  }

  .sm\:stroke-blue-700\/95 {
    stroke: rgb(29 78 216 / 0.95) !important;
  }

  .sm\:stroke-blue-800 {
    stroke: #1e40af !important;
  }

  .sm\:stroke-blue-800\/0 {
    stroke: rgb(30 64 175 / 0) !important;
  }

  .sm\:stroke-blue-800\/10 {
    stroke: rgb(30 64 175 / 0.1) !important;
  }

  .sm\:stroke-blue-800\/100 {
    stroke: rgb(30 64 175 / 1) !important;
  }

  .sm\:stroke-blue-800\/15 {
    stroke: rgb(30 64 175 / 0.15) !important;
  }

  .sm\:stroke-blue-800\/20 {
    stroke: rgb(30 64 175 / 0.2) !important;
  }

  .sm\:stroke-blue-800\/25 {
    stroke: rgb(30 64 175 / 0.25) !important;
  }

  .sm\:stroke-blue-800\/30 {
    stroke: rgb(30 64 175 / 0.3) !important;
  }

  .sm\:stroke-blue-800\/35 {
    stroke: rgb(30 64 175 / 0.35) !important;
  }

  .sm\:stroke-blue-800\/40 {
    stroke: rgb(30 64 175 / 0.4) !important;
  }

  .sm\:stroke-blue-800\/45 {
    stroke: rgb(30 64 175 / 0.45) !important;
  }

  .sm\:stroke-blue-800\/5 {
    stroke: rgb(30 64 175 / 0.05) !important;
  }

  .sm\:stroke-blue-800\/50 {
    stroke: rgb(30 64 175 / 0.5) !important;
  }

  .sm\:stroke-blue-800\/55 {
    stroke: rgb(30 64 175 / 0.55) !important;
  }

  .sm\:stroke-blue-800\/60 {
    stroke: rgb(30 64 175 / 0.6) !important;
  }

  .sm\:stroke-blue-800\/65 {
    stroke: rgb(30 64 175 / 0.65) !important;
  }

  .sm\:stroke-blue-800\/70 {
    stroke: rgb(30 64 175 / 0.7) !important;
  }

  .sm\:stroke-blue-800\/75 {
    stroke: rgb(30 64 175 / 0.75) !important;
  }

  .sm\:stroke-blue-800\/80 {
    stroke: rgb(30 64 175 / 0.8) !important;
  }

  .sm\:stroke-blue-800\/85 {
    stroke: rgb(30 64 175 / 0.85) !important;
  }

  .sm\:stroke-blue-800\/90 {
    stroke: rgb(30 64 175 / 0.9) !important;
  }

  .sm\:stroke-blue-800\/95 {
    stroke: rgb(30 64 175 / 0.95) !important;
  }

  .sm\:stroke-blue-900 {
    stroke: #1e3a8a !important;
  }

  .sm\:stroke-blue-900\/0 {
    stroke: rgb(30 58 138 / 0) !important;
  }

  .sm\:stroke-blue-900\/10 {
    stroke: rgb(30 58 138 / 0.1) !important;
  }

  .sm\:stroke-blue-900\/100 {
    stroke: rgb(30 58 138 / 1) !important;
  }

  .sm\:stroke-blue-900\/15 {
    stroke: rgb(30 58 138 / 0.15) !important;
  }

  .sm\:stroke-blue-900\/20 {
    stroke: rgb(30 58 138 / 0.2) !important;
  }

  .sm\:stroke-blue-900\/25 {
    stroke: rgb(30 58 138 / 0.25) !important;
  }

  .sm\:stroke-blue-900\/30 {
    stroke: rgb(30 58 138 / 0.3) !important;
  }

  .sm\:stroke-blue-900\/35 {
    stroke: rgb(30 58 138 / 0.35) !important;
  }

  .sm\:stroke-blue-900\/40 {
    stroke: rgb(30 58 138 / 0.4) !important;
  }

  .sm\:stroke-blue-900\/45 {
    stroke: rgb(30 58 138 / 0.45) !important;
  }

  .sm\:stroke-blue-900\/5 {
    stroke: rgb(30 58 138 / 0.05) !important;
  }

  .sm\:stroke-blue-900\/50 {
    stroke: rgb(30 58 138 / 0.5) !important;
  }

  .sm\:stroke-blue-900\/55 {
    stroke: rgb(30 58 138 / 0.55) !important;
  }

  .sm\:stroke-blue-900\/60 {
    stroke: rgb(30 58 138 / 0.6) !important;
  }

  .sm\:stroke-blue-900\/65 {
    stroke: rgb(30 58 138 / 0.65) !important;
  }

  .sm\:stroke-blue-900\/70 {
    stroke: rgb(30 58 138 / 0.7) !important;
  }

  .sm\:stroke-blue-900\/75 {
    stroke: rgb(30 58 138 / 0.75) !important;
  }

  .sm\:stroke-blue-900\/80 {
    stroke: rgb(30 58 138 / 0.8) !important;
  }

  .sm\:stroke-blue-900\/85 {
    stroke: rgb(30 58 138 / 0.85) !important;
  }

  .sm\:stroke-blue-900\/90 {
    stroke: rgb(30 58 138 / 0.9) !important;
  }

  .sm\:stroke-blue-900\/95 {
    stroke: rgb(30 58 138 / 0.95) !important;
  }

  .sm\:stroke-blue-950 {
    stroke: #172554 !important;
  }

  .sm\:stroke-blue-950\/0 {
    stroke: rgb(23 37 84 / 0) !important;
  }

  .sm\:stroke-blue-950\/10 {
    stroke: rgb(23 37 84 / 0.1) !important;
  }

  .sm\:stroke-blue-950\/100 {
    stroke: rgb(23 37 84 / 1) !important;
  }

  .sm\:stroke-blue-950\/15 {
    stroke: rgb(23 37 84 / 0.15) !important;
  }

  .sm\:stroke-blue-950\/20 {
    stroke: rgb(23 37 84 / 0.2) !important;
  }

  .sm\:stroke-blue-950\/25 {
    stroke: rgb(23 37 84 / 0.25) !important;
  }

  .sm\:stroke-blue-950\/30 {
    stroke: rgb(23 37 84 / 0.3) !important;
  }

  .sm\:stroke-blue-950\/35 {
    stroke: rgb(23 37 84 / 0.35) !important;
  }

  .sm\:stroke-blue-950\/40 {
    stroke: rgb(23 37 84 / 0.4) !important;
  }

  .sm\:stroke-blue-950\/45 {
    stroke: rgb(23 37 84 / 0.45) !important;
  }

  .sm\:stroke-blue-950\/5 {
    stroke: rgb(23 37 84 / 0.05) !important;
  }

  .sm\:stroke-blue-950\/50 {
    stroke: rgb(23 37 84 / 0.5) !important;
  }

  .sm\:stroke-blue-950\/55 {
    stroke: rgb(23 37 84 / 0.55) !important;
  }

  .sm\:stroke-blue-950\/60 {
    stroke: rgb(23 37 84 / 0.6) !important;
  }

  .sm\:stroke-blue-950\/65 {
    stroke: rgb(23 37 84 / 0.65) !important;
  }

  .sm\:stroke-blue-950\/70 {
    stroke: rgb(23 37 84 / 0.7) !important;
  }

  .sm\:stroke-blue-950\/75 {
    stroke: rgb(23 37 84 / 0.75) !important;
  }

  .sm\:stroke-blue-950\/80 {
    stroke: rgb(23 37 84 / 0.8) !important;
  }

  .sm\:stroke-blue-950\/85 {
    stroke: rgb(23 37 84 / 0.85) !important;
  }

  .sm\:stroke-blue-950\/90 {
    stroke: rgb(23 37 84 / 0.9) !important;
  }

  .sm\:stroke-blue-950\/95 {
    stroke: rgb(23 37 84 / 0.95) !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:stroke-cyan-100 {
    stroke: #cffafe !important;
  }

  .sm\:stroke-cyan-100\/0 {
    stroke: rgb(207 250 254 / 0) !important;
  }

  .sm\:stroke-cyan-100\/10 {
    stroke: rgb(207 250 254 / 0.1) !important;
  }

  .sm\:stroke-cyan-100\/100 {
    stroke: rgb(207 250 254 / 1) !important;
  }

  .sm\:stroke-cyan-100\/15 {
    stroke: rgb(207 250 254 / 0.15) !important;
  }

  .sm\:stroke-cyan-100\/20 {
    stroke: rgb(207 250 254 / 0.2) !important;
  }

  .sm\:stroke-cyan-100\/25 {
    stroke: rgb(207 250 254 / 0.25) !important;
  }

  .sm\:stroke-cyan-100\/30 {
    stroke: rgb(207 250 254 / 0.3) !important;
  }

  .sm\:stroke-cyan-100\/35 {
    stroke: rgb(207 250 254 / 0.35) !important;
  }

  .sm\:stroke-cyan-100\/40 {
    stroke: rgb(207 250 254 / 0.4) !important;
  }

  .sm\:stroke-cyan-100\/45 {
    stroke: rgb(207 250 254 / 0.45) !important;
  }

  .sm\:stroke-cyan-100\/5 {
    stroke: rgb(207 250 254 / 0.05) !important;
  }

  .sm\:stroke-cyan-100\/50 {
    stroke: rgb(207 250 254 / 0.5) !important;
  }

  .sm\:stroke-cyan-100\/55 {
    stroke: rgb(207 250 254 / 0.55) !important;
  }

  .sm\:stroke-cyan-100\/60 {
    stroke: rgb(207 250 254 / 0.6) !important;
  }

  .sm\:stroke-cyan-100\/65 {
    stroke: rgb(207 250 254 / 0.65) !important;
  }

  .sm\:stroke-cyan-100\/70 {
    stroke: rgb(207 250 254 / 0.7) !important;
  }

  .sm\:stroke-cyan-100\/75 {
    stroke: rgb(207 250 254 / 0.75) !important;
  }

  .sm\:stroke-cyan-100\/80 {
    stroke: rgb(207 250 254 / 0.8) !important;
  }

  .sm\:stroke-cyan-100\/85 {
    stroke: rgb(207 250 254 / 0.85) !important;
  }

  .sm\:stroke-cyan-100\/90 {
    stroke: rgb(207 250 254 / 0.9) !important;
  }

  .sm\:stroke-cyan-100\/95 {
    stroke: rgb(207 250 254 / 0.95) !important;
  }

  .sm\:stroke-cyan-200 {
    stroke: #a5f3fc !important;
  }

  .sm\:stroke-cyan-200\/0 {
    stroke: rgb(165 243 252 / 0) !important;
  }

  .sm\:stroke-cyan-200\/10 {
    stroke: rgb(165 243 252 / 0.1) !important;
  }

  .sm\:stroke-cyan-200\/100 {
    stroke: rgb(165 243 252 / 1) !important;
  }

  .sm\:stroke-cyan-200\/15 {
    stroke: rgb(165 243 252 / 0.15) !important;
  }

  .sm\:stroke-cyan-200\/20 {
    stroke: rgb(165 243 252 / 0.2) !important;
  }

  .sm\:stroke-cyan-200\/25 {
    stroke: rgb(165 243 252 / 0.25) !important;
  }

  .sm\:stroke-cyan-200\/30 {
    stroke: rgb(165 243 252 / 0.3) !important;
  }

  .sm\:stroke-cyan-200\/35 {
    stroke: rgb(165 243 252 / 0.35) !important;
  }

  .sm\:stroke-cyan-200\/40 {
    stroke: rgb(165 243 252 / 0.4) !important;
  }

  .sm\:stroke-cyan-200\/45 {
    stroke: rgb(165 243 252 / 0.45) !important;
  }

  .sm\:stroke-cyan-200\/5 {
    stroke: rgb(165 243 252 / 0.05) !important;
  }

  .sm\:stroke-cyan-200\/50 {
    stroke: rgb(165 243 252 / 0.5) !important;
  }

  .sm\:stroke-cyan-200\/55 {
    stroke: rgb(165 243 252 / 0.55) !important;
  }

  .sm\:stroke-cyan-200\/60 {
    stroke: rgb(165 243 252 / 0.6) !important;
  }

  .sm\:stroke-cyan-200\/65 {
    stroke: rgb(165 243 252 / 0.65) !important;
  }

  .sm\:stroke-cyan-200\/70 {
    stroke: rgb(165 243 252 / 0.7) !important;
  }

  .sm\:stroke-cyan-200\/75 {
    stroke: rgb(165 243 252 / 0.75) !important;
  }

  .sm\:stroke-cyan-200\/80 {
    stroke: rgb(165 243 252 / 0.8) !important;
  }

  .sm\:stroke-cyan-200\/85 {
    stroke: rgb(165 243 252 / 0.85) !important;
  }

  .sm\:stroke-cyan-200\/90 {
    stroke: rgb(165 243 252 / 0.9) !important;
  }

  .sm\:stroke-cyan-200\/95 {
    stroke: rgb(165 243 252 / 0.95) !important;
  }

  .sm\:stroke-cyan-300 {
    stroke: #67e8f9 !important;
  }

  .sm\:stroke-cyan-300\/0 {
    stroke: rgb(103 232 249 / 0) !important;
  }

  .sm\:stroke-cyan-300\/10 {
    stroke: rgb(103 232 249 / 0.1) !important;
  }

  .sm\:stroke-cyan-300\/100 {
    stroke: rgb(103 232 249 / 1) !important;
  }

  .sm\:stroke-cyan-300\/15 {
    stroke: rgb(103 232 249 / 0.15) !important;
  }

  .sm\:stroke-cyan-300\/20 {
    stroke: rgb(103 232 249 / 0.2) !important;
  }

  .sm\:stroke-cyan-300\/25 {
    stroke: rgb(103 232 249 / 0.25) !important;
  }

  .sm\:stroke-cyan-300\/30 {
    stroke: rgb(103 232 249 / 0.3) !important;
  }

  .sm\:stroke-cyan-300\/35 {
    stroke: rgb(103 232 249 / 0.35) !important;
  }

  .sm\:stroke-cyan-300\/40 {
    stroke: rgb(103 232 249 / 0.4) !important;
  }

  .sm\:stroke-cyan-300\/45 {
    stroke: rgb(103 232 249 / 0.45) !important;
  }

  .sm\:stroke-cyan-300\/5 {
    stroke: rgb(103 232 249 / 0.05) !important;
  }

  .sm\:stroke-cyan-300\/50 {
    stroke: rgb(103 232 249 / 0.5) !important;
  }

  .sm\:stroke-cyan-300\/55 {
    stroke: rgb(103 232 249 / 0.55) !important;
  }

  .sm\:stroke-cyan-300\/60 {
    stroke: rgb(103 232 249 / 0.6) !important;
  }

  .sm\:stroke-cyan-300\/65 {
    stroke: rgb(103 232 249 / 0.65) !important;
  }

  .sm\:stroke-cyan-300\/70 {
    stroke: rgb(103 232 249 / 0.7) !important;
  }

  .sm\:stroke-cyan-300\/75 {
    stroke: rgb(103 232 249 / 0.75) !important;
  }

  .sm\:stroke-cyan-300\/80 {
    stroke: rgb(103 232 249 / 0.8) !important;
  }

  .sm\:stroke-cyan-300\/85 {
    stroke: rgb(103 232 249 / 0.85) !important;
  }

  .sm\:stroke-cyan-300\/90 {
    stroke: rgb(103 232 249 / 0.9) !important;
  }

  .sm\:stroke-cyan-300\/95 {
    stroke: rgb(103 232 249 / 0.95) !important;
  }

  .sm\:stroke-cyan-400 {
    stroke: #22d3ee !important;
  }

  .sm\:stroke-cyan-400\/0 {
    stroke: rgb(34 211 238 / 0) !important;
  }

  .sm\:stroke-cyan-400\/10 {
    stroke: rgb(34 211 238 / 0.1) !important;
  }

  .sm\:stroke-cyan-400\/100 {
    stroke: rgb(34 211 238 / 1) !important;
  }

  .sm\:stroke-cyan-400\/15 {
    stroke: rgb(34 211 238 / 0.15) !important;
  }

  .sm\:stroke-cyan-400\/20 {
    stroke: rgb(34 211 238 / 0.2) !important;
  }

  .sm\:stroke-cyan-400\/25 {
    stroke: rgb(34 211 238 / 0.25) !important;
  }

  .sm\:stroke-cyan-400\/30 {
    stroke: rgb(34 211 238 / 0.3) !important;
  }

  .sm\:stroke-cyan-400\/35 {
    stroke: rgb(34 211 238 / 0.35) !important;
  }

  .sm\:stroke-cyan-400\/40 {
    stroke: rgb(34 211 238 / 0.4) !important;
  }

  .sm\:stroke-cyan-400\/45 {
    stroke: rgb(34 211 238 / 0.45) !important;
  }

  .sm\:stroke-cyan-400\/5 {
    stroke: rgb(34 211 238 / 0.05) !important;
  }

  .sm\:stroke-cyan-400\/50 {
    stroke: rgb(34 211 238 / 0.5) !important;
  }

  .sm\:stroke-cyan-400\/55 {
    stroke: rgb(34 211 238 / 0.55) !important;
  }

  .sm\:stroke-cyan-400\/60 {
    stroke: rgb(34 211 238 / 0.6) !important;
  }

  .sm\:stroke-cyan-400\/65 {
    stroke: rgb(34 211 238 / 0.65) !important;
  }

  .sm\:stroke-cyan-400\/70 {
    stroke: rgb(34 211 238 / 0.7) !important;
  }

  .sm\:stroke-cyan-400\/75 {
    stroke: rgb(34 211 238 / 0.75) !important;
  }

  .sm\:stroke-cyan-400\/80 {
    stroke: rgb(34 211 238 / 0.8) !important;
  }

  .sm\:stroke-cyan-400\/85 {
    stroke: rgb(34 211 238 / 0.85) !important;
  }

  .sm\:stroke-cyan-400\/90 {
    stroke: rgb(34 211 238 / 0.9) !important;
  }

  .sm\:stroke-cyan-400\/95 {
    stroke: rgb(34 211 238 / 0.95) !important;
  }

  .sm\:stroke-cyan-50 {
    stroke: #ecfeff !important;
  }

  .sm\:stroke-cyan-50\/0 {
    stroke: rgb(236 254 255 / 0) !important;
  }

  .sm\:stroke-cyan-50\/10 {
    stroke: rgb(236 254 255 / 0.1) !important;
  }

  .sm\:stroke-cyan-50\/100 {
    stroke: rgb(236 254 255 / 1) !important;
  }

  .sm\:stroke-cyan-50\/15 {
    stroke: rgb(236 254 255 / 0.15) !important;
  }

  .sm\:stroke-cyan-50\/20 {
    stroke: rgb(236 254 255 / 0.2) !important;
  }

  .sm\:stroke-cyan-50\/25 {
    stroke: rgb(236 254 255 / 0.25) !important;
  }

  .sm\:stroke-cyan-50\/30 {
    stroke: rgb(236 254 255 / 0.3) !important;
  }

  .sm\:stroke-cyan-50\/35 {
    stroke: rgb(236 254 255 / 0.35) !important;
  }

  .sm\:stroke-cyan-50\/40 {
    stroke: rgb(236 254 255 / 0.4) !important;
  }

  .sm\:stroke-cyan-50\/45 {
    stroke: rgb(236 254 255 / 0.45) !important;
  }

  .sm\:stroke-cyan-50\/5 {
    stroke: rgb(236 254 255 / 0.05) !important;
  }

  .sm\:stroke-cyan-50\/50 {
    stroke: rgb(236 254 255 / 0.5) !important;
  }

  .sm\:stroke-cyan-50\/55 {
    stroke: rgb(236 254 255 / 0.55) !important;
  }

  .sm\:stroke-cyan-50\/60 {
    stroke: rgb(236 254 255 / 0.6) !important;
  }

  .sm\:stroke-cyan-50\/65 {
    stroke: rgb(236 254 255 / 0.65) !important;
  }

  .sm\:stroke-cyan-50\/70 {
    stroke: rgb(236 254 255 / 0.7) !important;
  }

  .sm\:stroke-cyan-50\/75 {
    stroke: rgb(236 254 255 / 0.75) !important;
  }

  .sm\:stroke-cyan-50\/80 {
    stroke: rgb(236 254 255 / 0.8) !important;
  }

  .sm\:stroke-cyan-50\/85 {
    stroke: rgb(236 254 255 / 0.85) !important;
  }

  .sm\:stroke-cyan-50\/90 {
    stroke: rgb(236 254 255 / 0.9) !important;
  }

  .sm\:stroke-cyan-50\/95 {
    stroke: rgb(236 254 255 / 0.95) !important;
  }

  .sm\:stroke-cyan-500 {
    stroke: #06b6d4 !important;
  }

  .sm\:stroke-cyan-500\/0 {
    stroke: rgb(6 182 212 / 0) !important;
  }

  .sm\:stroke-cyan-500\/10 {
    stroke: rgb(6 182 212 / 0.1) !important;
  }

  .sm\:stroke-cyan-500\/100 {
    stroke: rgb(6 182 212 / 1) !important;
  }

  .sm\:stroke-cyan-500\/15 {
    stroke: rgb(6 182 212 / 0.15) !important;
  }

  .sm\:stroke-cyan-500\/20 {
    stroke: rgb(6 182 212 / 0.2) !important;
  }

  .sm\:stroke-cyan-500\/25 {
    stroke: rgb(6 182 212 / 0.25) !important;
  }

  .sm\:stroke-cyan-500\/30 {
    stroke: rgb(6 182 212 / 0.3) !important;
  }

  .sm\:stroke-cyan-500\/35 {
    stroke: rgb(6 182 212 / 0.35) !important;
  }

  .sm\:stroke-cyan-500\/40 {
    stroke: rgb(6 182 212 / 0.4) !important;
  }

  .sm\:stroke-cyan-500\/45 {
    stroke: rgb(6 182 212 / 0.45) !important;
  }

  .sm\:stroke-cyan-500\/5 {
    stroke: rgb(6 182 212 / 0.05) !important;
  }

  .sm\:stroke-cyan-500\/50 {
    stroke: rgb(6 182 212 / 0.5) !important;
  }

  .sm\:stroke-cyan-500\/55 {
    stroke: rgb(6 182 212 / 0.55) !important;
  }

  .sm\:stroke-cyan-500\/60 {
    stroke: rgb(6 182 212 / 0.6) !important;
  }

  .sm\:stroke-cyan-500\/65 {
    stroke: rgb(6 182 212 / 0.65) !important;
  }

  .sm\:stroke-cyan-500\/70 {
    stroke: rgb(6 182 212 / 0.7) !important;
  }

  .sm\:stroke-cyan-500\/75 {
    stroke: rgb(6 182 212 / 0.75) !important;
  }

  .sm\:stroke-cyan-500\/80 {
    stroke: rgb(6 182 212 / 0.8) !important;
  }

  .sm\:stroke-cyan-500\/85 {
    stroke: rgb(6 182 212 / 0.85) !important;
  }

  .sm\:stroke-cyan-500\/90 {
    stroke: rgb(6 182 212 / 0.9) !important;
  }

  .sm\:stroke-cyan-500\/95 {
    stroke: rgb(6 182 212 / 0.95) !important;
  }

  .sm\:stroke-cyan-600 {
    stroke: #0891b2 !important;
  }

  .sm\:stroke-cyan-600\/0 {
    stroke: rgb(8 145 178 / 0) !important;
  }

  .sm\:stroke-cyan-600\/10 {
    stroke: rgb(8 145 178 / 0.1) !important;
  }

  .sm\:stroke-cyan-600\/100 {
    stroke: rgb(8 145 178 / 1) !important;
  }

  .sm\:stroke-cyan-600\/15 {
    stroke: rgb(8 145 178 / 0.15) !important;
  }

  .sm\:stroke-cyan-600\/20 {
    stroke: rgb(8 145 178 / 0.2) !important;
  }

  .sm\:stroke-cyan-600\/25 {
    stroke: rgb(8 145 178 / 0.25) !important;
  }

  .sm\:stroke-cyan-600\/30 {
    stroke: rgb(8 145 178 / 0.3) !important;
  }

  .sm\:stroke-cyan-600\/35 {
    stroke: rgb(8 145 178 / 0.35) !important;
  }

  .sm\:stroke-cyan-600\/40 {
    stroke: rgb(8 145 178 / 0.4) !important;
  }

  .sm\:stroke-cyan-600\/45 {
    stroke: rgb(8 145 178 / 0.45) !important;
  }

  .sm\:stroke-cyan-600\/5 {
    stroke: rgb(8 145 178 / 0.05) !important;
  }

  .sm\:stroke-cyan-600\/50 {
    stroke: rgb(8 145 178 / 0.5) !important;
  }

  .sm\:stroke-cyan-600\/55 {
    stroke: rgb(8 145 178 / 0.55) !important;
  }

  .sm\:stroke-cyan-600\/60 {
    stroke: rgb(8 145 178 / 0.6) !important;
  }

  .sm\:stroke-cyan-600\/65 {
    stroke: rgb(8 145 178 / 0.65) !important;
  }

  .sm\:stroke-cyan-600\/70 {
    stroke: rgb(8 145 178 / 0.7) !important;
  }

  .sm\:stroke-cyan-600\/75 {
    stroke: rgb(8 145 178 / 0.75) !important;
  }

  .sm\:stroke-cyan-600\/80 {
    stroke: rgb(8 145 178 / 0.8) !important;
  }

  .sm\:stroke-cyan-600\/85 {
    stroke: rgb(8 145 178 / 0.85) !important;
  }

  .sm\:stroke-cyan-600\/90 {
    stroke: rgb(8 145 178 / 0.9) !important;
  }

  .sm\:stroke-cyan-600\/95 {
    stroke: rgb(8 145 178 / 0.95) !important;
  }

  .sm\:stroke-cyan-700 {
    stroke: #0e7490 !important;
  }

  .sm\:stroke-cyan-700\/0 {
    stroke: rgb(14 116 144 / 0) !important;
  }

  .sm\:stroke-cyan-700\/10 {
    stroke: rgb(14 116 144 / 0.1) !important;
  }

  .sm\:stroke-cyan-700\/100 {
    stroke: rgb(14 116 144 / 1) !important;
  }

  .sm\:stroke-cyan-700\/15 {
    stroke: rgb(14 116 144 / 0.15) !important;
  }

  .sm\:stroke-cyan-700\/20 {
    stroke: rgb(14 116 144 / 0.2) !important;
  }

  .sm\:stroke-cyan-700\/25 {
    stroke: rgb(14 116 144 / 0.25) !important;
  }

  .sm\:stroke-cyan-700\/30 {
    stroke: rgb(14 116 144 / 0.3) !important;
  }

  .sm\:stroke-cyan-700\/35 {
    stroke: rgb(14 116 144 / 0.35) !important;
  }

  .sm\:stroke-cyan-700\/40 {
    stroke: rgb(14 116 144 / 0.4) !important;
  }

  .sm\:stroke-cyan-700\/45 {
    stroke: rgb(14 116 144 / 0.45) !important;
  }

  .sm\:stroke-cyan-700\/5 {
    stroke: rgb(14 116 144 / 0.05) !important;
  }

  .sm\:stroke-cyan-700\/50 {
    stroke: rgb(14 116 144 / 0.5) !important;
  }

  .sm\:stroke-cyan-700\/55 {
    stroke: rgb(14 116 144 / 0.55) !important;
  }

  .sm\:stroke-cyan-700\/60 {
    stroke: rgb(14 116 144 / 0.6) !important;
  }

  .sm\:stroke-cyan-700\/65 {
    stroke: rgb(14 116 144 / 0.65) !important;
  }

  .sm\:stroke-cyan-700\/70 {
    stroke: rgb(14 116 144 / 0.7) !important;
  }

  .sm\:stroke-cyan-700\/75 {
    stroke: rgb(14 116 144 / 0.75) !important;
  }

  .sm\:stroke-cyan-700\/80 {
    stroke: rgb(14 116 144 / 0.8) !important;
  }

  .sm\:stroke-cyan-700\/85 {
    stroke: rgb(14 116 144 / 0.85) !important;
  }

  .sm\:stroke-cyan-700\/90 {
    stroke: rgb(14 116 144 / 0.9) !important;
  }

  .sm\:stroke-cyan-700\/95 {
    stroke: rgb(14 116 144 / 0.95) !important;
  }

  .sm\:stroke-cyan-800 {
    stroke: #155e75 !important;
  }

  .sm\:stroke-cyan-800\/0 {
    stroke: rgb(21 94 117 / 0) !important;
  }

  .sm\:stroke-cyan-800\/10 {
    stroke: rgb(21 94 117 / 0.1) !important;
  }

  .sm\:stroke-cyan-800\/100 {
    stroke: rgb(21 94 117 / 1) !important;
  }

  .sm\:stroke-cyan-800\/15 {
    stroke: rgb(21 94 117 / 0.15) !important;
  }

  .sm\:stroke-cyan-800\/20 {
    stroke: rgb(21 94 117 / 0.2) !important;
  }

  .sm\:stroke-cyan-800\/25 {
    stroke: rgb(21 94 117 / 0.25) !important;
  }

  .sm\:stroke-cyan-800\/30 {
    stroke: rgb(21 94 117 / 0.3) !important;
  }

  .sm\:stroke-cyan-800\/35 {
    stroke: rgb(21 94 117 / 0.35) !important;
  }

  .sm\:stroke-cyan-800\/40 {
    stroke: rgb(21 94 117 / 0.4) !important;
  }

  .sm\:stroke-cyan-800\/45 {
    stroke: rgb(21 94 117 / 0.45) !important;
  }

  .sm\:stroke-cyan-800\/5 {
    stroke: rgb(21 94 117 / 0.05) !important;
  }

  .sm\:stroke-cyan-800\/50 {
    stroke: rgb(21 94 117 / 0.5) !important;
  }

  .sm\:stroke-cyan-800\/55 {
    stroke: rgb(21 94 117 / 0.55) !important;
  }

  .sm\:stroke-cyan-800\/60 {
    stroke: rgb(21 94 117 / 0.6) !important;
  }

  .sm\:stroke-cyan-800\/65 {
    stroke: rgb(21 94 117 / 0.65) !important;
  }

  .sm\:stroke-cyan-800\/70 {
    stroke: rgb(21 94 117 / 0.7) !important;
  }

  .sm\:stroke-cyan-800\/75 {
    stroke: rgb(21 94 117 / 0.75) !important;
  }

  .sm\:stroke-cyan-800\/80 {
    stroke: rgb(21 94 117 / 0.8) !important;
  }

  .sm\:stroke-cyan-800\/85 {
    stroke: rgb(21 94 117 / 0.85) !important;
  }

  .sm\:stroke-cyan-800\/90 {
    stroke: rgb(21 94 117 / 0.9) !important;
  }

  .sm\:stroke-cyan-800\/95 {
    stroke: rgb(21 94 117 / 0.95) !important;
  }

  .sm\:stroke-cyan-900 {
    stroke: #164e63 !important;
  }

  .sm\:stroke-cyan-900\/0 {
    stroke: rgb(22 78 99 / 0) !important;
  }

  .sm\:stroke-cyan-900\/10 {
    stroke: rgb(22 78 99 / 0.1) !important;
  }

  .sm\:stroke-cyan-900\/100 {
    stroke: rgb(22 78 99 / 1) !important;
  }

  .sm\:stroke-cyan-900\/15 {
    stroke: rgb(22 78 99 / 0.15) !important;
  }

  .sm\:stroke-cyan-900\/20 {
    stroke: rgb(22 78 99 / 0.2) !important;
  }

  .sm\:stroke-cyan-900\/25 {
    stroke: rgb(22 78 99 / 0.25) !important;
  }

  .sm\:stroke-cyan-900\/30 {
    stroke: rgb(22 78 99 / 0.3) !important;
  }

  .sm\:stroke-cyan-900\/35 {
    stroke: rgb(22 78 99 / 0.35) !important;
  }

  .sm\:stroke-cyan-900\/40 {
    stroke: rgb(22 78 99 / 0.4) !important;
  }

  .sm\:stroke-cyan-900\/45 {
    stroke: rgb(22 78 99 / 0.45) !important;
  }

  .sm\:stroke-cyan-900\/5 {
    stroke: rgb(22 78 99 / 0.05) !important;
  }

  .sm\:stroke-cyan-900\/50 {
    stroke: rgb(22 78 99 / 0.5) !important;
  }

  .sm\:stroke-cyan-900\/55 {
    stroke: rgb(22 78 99 / 0.55) !important;
  }

  .sm\:stroke-cyan-900\/60 {
    stroke: rgb(22 78 99 / 0.6) !important;
  }

  .sm\:stroke-cyan-900\/65 {
    stroke: rgb(22 78 99 / 0.65) !important;
  }

  .sm\:stroke-cyan-900\/70 {
    stroke: rgb(22 78 99 / 0.7) !important;
  }

  .sm\:stroke-cyan-900\/75 {
    stroke: rgb(22 78 99 / 0.75) !important;
  }

  .sm\:stroke-cyan-900\/80 {
    stroke: rgb(22 78 99 / 0.8) !important;
  }

  .sm\:stroke-cyan-900\/85 {
    stroke: rgb(22 78 99 / 0.85) !important;
  }

  .sm\:stroke-cyan-900\/90 {
    stroke: rgb(22 78 99 / 0.9) !important;
  }

  .sm\:stroke-cyan-900\/95 {
    stroke: rgb(22 78 99 / 0.95) !important;
  }

  .sm\:stroke-cyan-950 {
    stroke: #083344 !important;
  }

  .sm\:stroke-cyan-950\/0 {
    stroke: rgb(8 51 68 / 0) !important;
  }

  .sm\:stroke-cyan-950\/10 {
    stroke: rgb(8 51 68 / 0.1) !important;
  }

  .sm\:stroke-cyan-950\/100 {
    stroke: rgb(8 51 68 / 1) !important;
  }

  .sm\:stroke-cyan-950\/15 {
    stroke: rgb(8 51 68 / 0.15) !important;
  }

  .sm\:stroke-cyan-950\/20 {
    stroke: rgb(8 51 68 / 0.2) !important;
  }

  .sm\:stroke-cyan-950\/25 {
    stroke: rgb(8 51 68 / 0.25) !important;
  }

  .sm\:stroke-cyan-950\/30 {
    stroke: rgb(8 51 68 / 0.3) !important;
  }

  .sm\:stroke-cyan-950\/35 {
    stroke: rgb(8 51 68 / 0.35) !important;
  }

  .sm\:stroke-cyan-950\/40 {
    stroke: rgb(8 51 68 / 0.4) !important;
  }

  .sm\:stroke-cyan-950\/45 {
    stroke: rgb(8 51 68 / 0.45) !important;
  }

  .sm\:stroke-cyan-950\/5 {
    stroke: rgb(8 51 68 / 0.05) !important;
  }

  .sm\:stroke-cyan-950\/50 {
    stroke: rgb(8 51 68 / 0.5) !important;
  }

  .sm\:stroke-cyan-950\/55 {
    stroke: rgb(8 51 68 / 0.55) !important;
  }

  .sm\:stroke-cyan-950\/60 {
    stroke: rgb(8 51 68 / 0.6) !important;
  }

  .sm\:stroke-cyan-950\/65 {
    stroke: rgb(8 51 68 / 0.65) !important;
  }

  .sm\:stroke-cyan-950\/70 {
    stroke: rgb(8 51 68 / 0.7) !important;
  }

  .sm\:stroke-cyan-950\/75 {
    stroke: rgb(8 51 68 / 0.75) !important;
  }

  .sm\:stroke-cyan-950\/80 {
    stroke: rgb(8 51 68 / 0.8) !important;
  }

  .sm\:stroke-cyan-950\/85 {
    stroke: rgb(8 51 68 / 0.85) !important;
  }

  .sm\:stroke-cyan-950\/90 {
    stroke: rgb(8 51 68 / 0.9) !important;
  }

  .sm\:stroke-cyan-950\/95 {
    stroke: rgb(8 51 68 / 0.95) !important;
  }

  .sm\:stroke-dark_grey {
    stroke: #2f2f2f !important;
  }

  .sm\:stroke-dark_grey\/0 {
    stroke: rgb(47 47 47 / 0) !important;
  }

  .sm\:stroke-dark_grey\/10 {
    stroke: rgb(47 47 47 / 0.1) !important;
  }

  .sm\:stroke-dark_grey\/100 {
    stroke: rgb(47 47 47 / 1) !important;
  }

  .sm\:stroke-dark_grey\/15 {
    stroke: rgb(47 47 47 / 0.15) !important;
  }

  .sm\:stroke-dark_grey\/20 {
    stroke: rgb(47 47 47 / 0.2) !important;
  }

  .sm\:stroke-dark_grey\/25 {
    stroke: rgb(47 47 47 / 0.25) !important;
  }

  .sm\:stroke-dark_grey\/30 {
    stroke: rgb(47 47 47 / 0.3) !important;
  }

  .sm\:stroke-dark_grey\/35 {
    stroke: rgb(47 47 47 / 0.35) !important;
  }

  .sm\:stroke-dark_grey\/40 {
    stroke: rgb(47 47 47 / 0.4) !important;
  }

  .sm\:stroke-dark_grey\/45 {
    stroke: rgb(47 47 47 / 0.45) !important;
  }

  .sm\:stroke-dark_grey\/5 {
    stroke: rgb(47 47 47 / 0.05) !important;
  }

  .sm\:stroke-dark_grey\/50 {
    stroke: rgb(47 47 47 / 0.5) !important;
  }

  .sm\:stroke-dark_grey\/55 {
    stroke: rgb(47 47 47 / 0.55) !important;
  }

  .sm\:stroke-dark_grey\/60 {
    stroke: rgb(47 47 47 / 0.6) !important;
  }

  .sm\:stroke-dark_grey\/65 {
    stroke: rgb(47 47 47 / 0.65) !important;
  }

  .sm\:stroke-dark_grey\/70 {
    stroke: rgb(47 47 47 / 0.7) !important;
  }

  .sm\:stroke-dark_grey\/75 {
    stroke: rgb(47 47 47 / 0.75) !important;
  }

  .sm\:stroke-dark_grey\/80 {
    stroke: rgb(47 47 47 / 0.8) !important;
  }

  .sm\:stroke-dark_grey\/85 {
    stroke: rgb(47 47 47 / 0.85) !important;
  }

  .sm\:stroke-dark_grey\/90 {
    stroke: rgb(47 47 47 / 0.9) !important;
  }

  .sm\:stroke-dark_grey\/95 {
    stroke: rgb(47 47 47 / 0.95) !important;
  }

  .sm\:stroke-dark_grey_alt {
    stroke: #3f6359 !important;
  }

  .sm\:stroke-dark_grey_alt\/0 {
    stroke: rgb(63 99 89 / 0) !important;
  }

  .sm\:stroke-dark_grey_alt\/10 {
    stroke: rgb(63 99 89 / 0.1) !important;
  }

  .sm\:stroke-dark_grey_alt\/100 {
    stroke: rgb(63 99 89 / 1) !important;
  }

  .sm\:stroke-dark_grey_alt\/15 {
    stroke: rgb(63 99 89 / 0.15) !important;
  }

  .sm\:stroke-dark_grey_alt\/20 {
    stroke: rgb(63 99 89 / 0.2) !important;
  }

  .sm\:stroke-dark_grey_alt\/25 {
    stroke: rgb(63 99 89 / 0.25) !important;
  }

  .sm\:stroke-dark_grey_alt\/30 {
    stroke: rgb(63 99 89 / 0.3) !important;
  }

  .sm\:stroke-dark_grey_alt\/35 {
    stroke: rgb(63 99 89 / 0.35) !important;
  }

  .sm\:stroke-dark_grey_alt\/40 {
    stroke: rgb(63 99 89 / 0.4) !important;
  }

  .sm\:stroke-dark_grey_alt\/45 {
    stroke: rgb(63 99 89 / 0.45) !important;
  }

  .sm\:stroke-dark_grey_alt\/5 {
    stroke: rgb(63 99 89 / 0.05) !important;
  }

  .sm\:stroke-dark_grey_alt\/50 {
    stroke: rgb(63 99 89 / 0.5) !important;
  }

  .sm\:stroke-dark_grey_alt\/55 {
    stroke: rgb(63 99 89 / 0.55) !important;
  }

  .sm\:stroke-dark_grey_alt\/60 {
    stroke: rgb(63 99 89 / 0.6) !important;
  }

  .sm\:stroke-dark_grey_alt\/65 {
    stroke: rgb(63 99 89 / 0.65) !important;
  }

  .sm\:stroke-dark_grey_alt\/70 {
    stroke: rgb(63 99 89 / 0.7) !important;
  }

  .sm\:stroke-dark_grey_alt\/75 {
    stroke: rgb(63 99 89 / 0.75) !important;
  }

  .sm\:stroke-dark_grey_alt\/80 {
    stroke: rgb(63 99 89 / 0.8) !important;
  }

  .sm\:stroke-dark_grey_alt\/85 {
    stroke: rgb(63 99 89 / 0.85) !important;
  }

  .sm\:stroke-dark_grey_alt\/90 {
    stroke: rgb(63 99 89 / 0.9) !important;
  }

  .sm\:stroke-dark_grey_alt\/95 {
    stroke: rgb(63 99 89 / 0.95) !important;
  }

  .sm\:stroke-emerald-100 {
    stroke: #d1fae5 !important;
  }

  .sm\:stroke-emerald-100\/0 {
    stroke: rgb(209 250 229 / 0) !important;
  }

  .sm\:stroke-emerald-100\/10 {
    stroke: rgb(209 250 229 / 0.1) !important;
  }

  .sm\:stroke-emerald-100\/100 {
    stroke: rgb(209 250 229 / 1) !important;
  }

  .sm\:stroke-emerald-100\/15 {
    stroke: rgb(209 250 229 / 0.15) !important;
  }

  .sm\:stroke-emerald-100\/20 {
    stroke: rgb(209 250 229 / 0.2) !important;
  }

  .sm\:stroke-emerald-100\/25 {
    stroke: rgb(209 250 229 / 0.25) !important;
  }

  .sm\:stroke-emerald-100\/30 {
    stroke: rgb(209 250 229 / 0.3) !important;
  }

  .sm\:stroke-emerald-100\/35 {
    stroke: rgb(209 250 229 / 0.35) !important;
  }

  .sm\:stroke-emerald-100\/40 {
    stroke: rgb(209 250 229 / 0.4) !important;
  }

  .sm\:stroke-emerald-100\/45 {
    stroke: rgb(209 250 229 / 0.45) !important;
  }

  .sm\:stroke-emerald-100\/5 {
    stroke: rgb(209 250 229 / 0.05) !important;
  }

  .sm\:stroke-emerald-100\/50 {
    stroke: rgb(209 250 229 / 0.5) !important;
  }

  .sm\:stroke-emerald-100\/55 {
    stroke: rgb(209 250 229 / 0.55) !important;
  }

  .sm\:stroke-emerald-100\/60 {
    stroke: rgb(209 250 229 / 0.6) !important;
  }

  .sm\:stroke-emerald-100\/65 {
    stroke: rgb(209 250 229 / 0.65) !important;
  }

  .sm\:stroke-emerald-100\/70 {
    stroke: rgb(209 250 229 / 0.7) !important;
  }

  .sm\:stroke-emerald-100\/75 {
    stroke: rgb(209 250 229 / 0.75) !important;
  }

  .sm\:stroke-emerald-100\/80 {
    stroke: rgb(209 250 229 / 0.8) !important;
  }

  .sm\:stroke-emerald-100\/85 {
    stroke: rgb(209 250 229 / 0.85) !important;
  }

  .sm\:stroke-emerald-100\/90 {
    stroke: rgb(209 250 229 / 0.9) !important;
  }

  .sm\:stroke-emerald-100\/95 {
    stroke: rgb(209 250 229 / 0.95) !important;
  }

  .sm\:stroke-emerald-200 {
    stroke: #a7f3d0 !important;
  }

  .sm\:stroke-emerald-200\/0 {
    stroke: rgb(167 243 208 / 0) !important;
  }

  .sm\:stroke-emerald-200\/10 {
    stroke: rgb(167 243 208 / 0.1) !important;
  }

  .sm\:stroke-emerald-200\/100 {
    stroke: rgb(167 243 208 / 1) !important;
  }

  .sm\:stroke-emerald-200\/15 {
    stroke: rgb(167 243 208 / 0.15) !important;
  }

  .sm\:stroke-emerald-200\/20 {
    stroke: rgb(167 243 208 / 0.2) !important;
  }

  .sm\:stroke-emerald-200\/25 {
    stroke: rgb(167 243 208 / 0.25) !important;
  }

  .sm\:stroke-emerald-200\/30 {
    stroke: rgb(167 243 208 / 0.3) !important;
  }

  .sm\:stroke-emerald-200\/35 {
    stroke: rgb(167 243 208 / 0.35) !important;
  }

  .sm\:stroke-emerald-200\/40 {
    stroke: rgb(167 243 208 / 0.4) !important;
  }

  .sm\:stroke-emerald-200\/45 {
    stroke: rgb(167 243 208 / 0.45) !important;
  }

  .sm\:stroke-emerald-200\/5 {
    stroke: rgb(167 243 208 / 0.05) !important;
  }

  .sm\:stroke-emerald-200\/50 {
    stroke: rgb(167 243 208 / 0.5) !important;
  }

  .sm\:stroke-emerald-200\/55 {
    stroke: rgb(167 243 208 / 0.55) !important;
  }

  .sm\:stroke-emerald-200\/60 {
    stroke: rgb(167 243 208 / 0.6) !important;
  }

  .sm\:stroke-emerald-200\/65 {
    stroke: rgb(167 243 208 / 0.65) !important;
  }

  .sm\:stroke-emerald-200\/70 {
    stroke: rgb(167 243 208 / 0.7) !important;
  }

  .sm\:stroke-emerald-200\/75 {
    stroke: rgb(167 243 208 / 0.75) !important;
  }

  .sm\:stroke-emerald-200\/80 {
    stroke: rgb(167 243 208 / 0.8) !important;
  }

  .sm\:stroke-emerald-200\/85 {
    stroke: rgb(167 243 208 / 0.85) !important;
  }

  .sm\:stroke-emerald-200\/90 {
    stroke: rgb(167 243 208 / 0.9) !important;
  }

  .sm\:stroke-emerald-200\/95 {
    stroke: rgb(167 243 208 / 0.95) !important;
  }

  .sm\:stroke-emerald-300 {
    stroke: #6ee7b7 !important;
  }

  .sm\:stroke-emerald-300\/0 {
    stroke: rgb(110 231 183 / 0) !important;
  }

  .sm\:stroke-emerald-300\/10 {
    stroke: rgb(110 231 183 / 0.1) !important;
  }

  .sm\:stroke-emerald-300\/100 {
    stroke: rgb(110 231 183 / 1) !important;
  }

  .sm\:stroke-emerald-300\/15 {
    stroke: rgb(110 231 183 / 0.15) !important;
  }

  .sm\:stroke-emerald-300\/20 {
    stroke: rgb(110 231 183 / 0.2) !important;
  }

  .sm\:stroke-emerald-300\/25 {
    stroke: rgb(110 231 183 / 0.25) !important;
  }

  .sm\:stroke-emerald-300\/30 {
    stroke: rgb(110 231 183 / 0.3) !important;
  }

  .sm\:stroke-emerald-300\/35 {
    stroke: rgb(110 231 183 / 0.35) !important;
  }

  .sm\:stroke-emerald-300\/40 {
    stroke: rgb(110 231 183 / 0.4) !important;
  }

  .sm\:stroke-emerald-300\/45 {
    stroke: rgb(110 231 183 / 0.45) !important;
  }

  .sm\:stroke-emerald-300\/5 {
    stroke: rgb(110 231 183 / 0.05) !important;
  }

  .sm\:stroke-emerald-300\/50 {
    stroke: rgb(110 231 183 / 0.5) !important;
  }

  .sm\:stroke-emerald-300\/55 {
    stroke: rgb(110 231 183 / 0.55) !important;
  }

  .sm\:stroke-emerald-300\/60 {
    stroke: rgb(110 231 183 / 0.6) !important;
  }

  .sm\:stroke-emerald-300\/65 {
    stroke: rgb(110 231 183 / 0.65) !important;
  }

  .sm\:stroke-emerald-300\/70 {
    stroke: rgb(110 231 183 / 0.7) !important;
  }

  .sm\:stroke-emerald-300\/75 {
    stroke: rgb(110 231 183 / 0.75) !important;
  }

  .sm\:stroke-emerald-300\/80 {
    stroke: rgb(110 231 183 / 0.8) !important;
  }

  .sm\:stroke-emerald-300\/85 {
    stroke: rgb(110 231 183 / 0.85) !important;
  }

  .sm\:stroke-emerald-300\/90 {
    stroke: rgb(110 231 183 / 0.9) !important;
  }

  .sm\:stroke-emerald-300\/95 {
    stroke: rgb(110 231 183 / 0.95) !important;
  }

  .sm\:stroke-emerald-400 {
    stroke: #34d399 !important;
  }

  .sm\:stroke-emerald-400\/0 {
    stroke: rgb(52 211 153 / 0) !important;
  }

  .sm\:stroke-emerald-400\/10 {
    stroke: rgb(52 211 153 / 0.1) !important;
  }

  .sm\:stroke-emerald-400\/100 {
    stroke: rgb(52 211 153 / 1) !important;
  }

  .sm\:stroke-emerald-400\/15 {
    stroke: rgb(52 211 153 / 0.15) !important;
  }

  .sm\:stroke-emerald-400\/20 {
    stroke: rgb(52 211 153 / 0.2) !important;
  }

  .sm\:stroke-emerald-400\/25 {
    stroke: rgb(52 211 153 / 0.25) !important;
  }

  .sm\:stroke-emerald-400\/30 {
    stroke: rgb(52 211 153 / 0.3) !important;
  }

  .sm\:stroke-emerald-400\/35 {
    stroke: rgb(52 211 153 / 0.35) !important;
  }

  .sm\:stroke-emerald-400\/40 {
    stroke: rgb(52 211 153 / 0.4) !important;
  }

  .sm\:stroke-emerald-400\/45 {
    stroke: rgb(52 211 153 / 0.45) !important;
  }

  .sm\:stroke-emerald-400\/5 {
    stroke: rgb(52 211 153 / 0.05) !important;
  }

  .sm\:stroke-emerald-400\/50 {
    stroke: rgb(52 211 153 / 0.5) !important;
  }

  .sm\:stroke-emerald-400\/55 {
    stroke: rgb(52 211 153 / 0.55) !important;
  }

  .sm\:stroke-emerald-400\/60 {
    stroke: rgb(52 211 153 / 0.6) !important;
  }

  .sm\:stroke-emerald-400\/65 {
    stroke: rgb(52 211 153 / 0.65) !important;
  }

  .sm\:stroke-emerald-400\/70 {
    stroke: rgb(52 211 153 / 0.7) !important;
  }

  .sm\:stroke-emerald-400\/75 {
    stroke: rgb(52 211 153 / 0.75) !important;
  }

  .sm\:stroke-emerald-400\/80 {
    stroke: rgb(52 211 153 / 0.8) !important;
  }

  .sm\:stroke-emerald-400\/85 {
    stroke: rgb(52 211 153 / 0.85) !important;
  }

  .sm\:stroke-emerald-400\/90 {
    stroke: rgb(52 211 153 / 0.9) !important;
  }

  .sm\:stroke-emerald-400\/95 {
    stroke: rgb(52 211 153 / 0.95) !important;
  }

  .sm\:stroke-emerald-50 {
    stroke: #ecfdf5 !important;
  }

  .sm\:stroke-emerald-50\/0 {
    stroke: rgb(236 253 245 / 0) !important;
  }

  .sm\:stroke-emerald-50\/10 {
    stroke: rgb(236 253 245 / 0.1) !important;
  }

  .sm\:stroke-emerald-50\/100 {
    stroke: rgb(236 253 245 / 1) !important;
  }

  .sm\:stroke-emerald-50\/15 {
    stroke: rgb(236 253 245 / 0.15) !important;
  }

  .sm\:stroke-emerald-50\/20 {
    stroke: rgb(236 253 245 / 0.2) !important;
  }

  .sm\:stroke-emerald-50\/25 {
    stroke: rgb(236 253 245 / 0.25) !important;
  }

  .sm\:stroke-emerald-50\/30 {
    stroke: rgb(236 253 245 / 0.3) !important;
  }

  .sm\:stroke-emerald-50\/35 {
    stroke: rgb(236 253 245 / 0.35) !important;
  }

  .sm\:stroke-emerald-50\/40 {
    stroke: rgb(236 253 245 / 0.4) !important;
  }

  .sm\:stroke-emerald-50\/45 {
    stroke: rgb(236 253 245 / 0.45) !important;
  }

  .sm\:stroke-emerald-50\/5 {
    stroke: rgb(236 253 245 / 0.05) !important;
  }

  .sm\:stroke-emerald-50\/50 {
    stroke: rgb(236 253 245 / 0.5) !important;
  }

  .sm\:stroke-emerald-50\/55 {
    stroke: rgb(236 253 245 / 0.55) !important;
  }

  .sm\:stroke-emerald-50\/60 {
    stroke: rgb(236 253 245 / 0.6) !important;
  }

  .sm\:stroke-emerald-50\/65 {
    stroke: rgb(236 253 245 / 0.65) !important;
  }

  .sm\:stroke-emerald-50\/70 {
    stroke: rgb(236 253 245 / 0.7) !important;
  }

  .sm\:stroke-emerald-50\/75 {
    stroke: rgb(236 253 245 / 0.75) !important;
  }

  .sm\:stroke-emerald-50\/80 {
    stroke: rgb(236 253 245 / 0.8) !important;
  }

  .sm\:stroke-emerald-50\/85 {
    stroke: rgb(236 253 245 / 0.85) !important;
  }

  .sm\:stroke-emerald-50\/90 {
    stroke: rgb(236 253 245 / 0.9) !important;
  }

  .sm\:stroke-emerald-50\/95 {
    stroke: rgb(236 253 245 / 0.95) !important;
  }

  .sm\:stroke-emerald-500 {
    stroke: #10b981 !important;
  }

  .sm\:stroke-emerald-500\/0 {
    stroke: rgb(16 185 129 / 0) !important;
  }

  .sm\:stroke-emerald-500\/10 {
    stroke: rgb(16 185 129 / 0.1) !important;
  }

  .sm\:stroke-emerald-500\/100 {
    stroke: rgb(16 185 129 / 1) !important;
  }

  .sm\:stroke-emerald-500\/15 {
    stroke: rgb(16 185 129 / 0.15) !important;
  }

  .sm\:stroke-emerald-500\/20 {
    stroke: rgb(16 185 129 / 0.2) !important;
  }

  .sm\:stroke-emerald-500\/25 {
    stroke: rgb(16 185 129 / 0.25) !important;
  }

  .sm\:stroke-emerald-500\/30 {
    stroke: rgb(16 185 129 / 0.3) !important;
  }

  .sm\:stroke-emerald-500\/35 {
    stroke: rgb(16 185 129 / 0.35) !important;
  }

  .sm\:stroke-emerald-500\/40 {
    stroke: rgb(16 185 129 / 0.4) !important;
  }

  .sm\:stroke-emerald-500\/45 {
    stroke: rgb(16 185 129 / 0.45) !important;
  }

  .sm\:stroke-emerald-500\/5 {
    stroke: rgb(16 185 129 / 0.05) !important;
  }

  .sm\:stroke-emerald-500\/50 {
    stroke: rgb(16 185 129 / 0.5) !important;
  }

  .sm\:stroke-emerald-500\/55 {
    stroke: rgb(16 185 129 / 0.55) !important;
  }

  .sm\:stroke-emerald-500\/60 {
    stroke: rgb(16 185 129 / 0.6) !important;
  }

  .sm\:stroke-emerald-500\/65 {
    stroke: rgb(16 185 129 / 0.65) !important;
  }

  .sm\:stroke-emerald-500\/70 {
    stroke: rgb(16 185 129 / 0.7) !important;
  }

  .sm\:stroke-emerald-500\/75 {
    stroke: rgb(16 185 129 / 0.75) !important;
  }

  .sm\:stroke-emerald-500\/80 {
    stroke: rgb(16 185 129 / 0.8) !important;
  }

  .sm\:stroke-emerald-500\/85 {
    stroke: rgb(16 185 129 / 0.85) !important;
  }

  .sm\:stroke-emerald-500\/90 {
    stroke: rgb(16 185 129 / 0.9) !important;
  }

  .sm\:stroke-emerald-500\/95 {
    stroke: rgb(16 185 129 / 0.95) !important;
  }

  .sm\:stroke-emerald-600 {
    stroke: #059669 !important;
  }

  .sm\:stroke-emerald-600\/0 {
    stroke: rgb(5 150 105 / 0) !important;
  }

  .sm\:stroke-emerald-600\/10 {
    stroke: rgb(5 150 105 / 0.1) !important;
  }

  .sm\:stroke-emerald-600\/100 {
    stroke: rgb(5 150 105 / 1) !important;
  }

  .sm\:stroke-emerald-600\/15 {
    stroke: rgb(5 150 105 / 0.15) !important;
  }

  .sm\:stroke-emerald-600\/20 {
    stroke: rgb(5 150 105 / 0.2) !important;
  }

  .sm\:stroke-emerald-600\/25 {
    stroke: rgb(5 150 105 / 0.25) !important;
  }

  .sm\:stroke-emerald-600\/30 {
    stroke: rgb(5 150 105 / 0.3) !important;
  }

  .sm\:stroke-emerald-600\/35 {
    stroke: rgb(5 150 105 / 0.35) !important;
  }

  .sm\:stroke-emerald-600\/40 {
    stroke: rgb(5 150 105 / 0.4) !important;
  }

  .sm\:stroke-emerald-600\/45 {
    stroke: rgb(5 150 105 / 0.45) !important;
  }

  .sm\:stroke-emerald-600\/5 {
    stroke: rgb(5 150 105 / 0.05) !important;
  }

  .sm\:stroke-emerald-600\/50 {
    stroke: rgb(5 150 105 / 0.5) !important;
  }

  .sm\:stroke-emerald-600\/55 {
    stroke: rgb(5 150 105 / 0.55) !important;
  }

  .sm\:stroke-emerald-600\/60 {
    stroke: rgb(5 150 105 / 0.6) !important;
  }

  .sm\:stroke-emerald-600\/65 {
    stroke: rgb(5 150 105 / 0.65) !important;
  }

  .sm\:stroke-emerald-600\/70 {
    stroke: rgb(5 150 105 / 0.7) !important;
  }

  .sm\:stroke-emerald-600\/75 {
    stroke: rgb(5 150 105 / 0.75) !important;
  }

  .sm\:stroke-emerald-600\/80 {
    stroke: rgb(5 150 105 / 0.8) !important;
  }

  .sm\:stroke-emerald-600\/85 {
    stroke: rgb(5 150 105 / 0.85) !important;
  }

  .sm\:stroke-emerald-600\/90 {
    stroke: rgb(5 150 105 / 0.9) !important;
  }

  .sm\:stroke-emerald-600\/95 {
    stroke: rgb(5 150 105 / 0.95) !important;
  }

  .sm\:stroke-emerald-700 {
    stroke: #047857 !important;
  }

  .sm\:stroke-emerald-700\/0 {
    stroke: rgb(4 120 87 / 0) !important;
  }

  .sm\:stroke-emerald-700\/10 {
    stroke: rgb(4 120 87 / 0.1) !important;
  }

  .sm\:stroke-emerald-700\/100 {
    stroke: rgb(4 120 87 / 1) !important;
  }

  .sm\:stroke-emerald-700\/15 {
    stroke: rgb(4 120 87 / 0.15) !important;
  }

  .sm\:stroke-emerald-700\/20 {
    stroke: rgb(4 120 87 / 0.2) !important;
  }

  .sm\:stroke-emerald-700\/25 {
    stroke: rgb(4 120 87 / 0.25) !important;
  }

  .sm\:stroke-emerald-700\/30 {
    stroke: rgb(4 120 87 / 0.3) !important;
  }

  .sm\:stroke-emerald-700\/35 {
    stroke: rgb(4 120 87 / 0.35) !important;
  }

  .sm\:stroke-emerald-700\/40 {
    stroke: rgb(4 120 87 / 0.4) !important;
  }

  .sm\:stroke-emerald-700\/45 {
    stroke: rgb(4 120 87 / 0.45) !important;
  }

  .sm\:stroke-emerald-700\/5 {
    stroke: rgb(4 120 87 / 0.05) !important;
  }

  .sm\:stroke-emerald-700\/50 {
    stroke: rgb(4 120 87 / 0.5) !important;
  }

  .sm\:stroke-emerald-700\/55 {
    stroke: rgb(4 120 87 / 0.55) !important;
  }

  .sm\:stroke-emerald-700\/60 {
    stroke: rgb(4 120 87 / 0.6) !important;
  }

  .sm\:stroke-emerald-700\/65 {
    stroke: rgb(4 120 87 / 0.65) !important;
  }

  .sm\:stroke-emerald-700\/70 {
    stroke: rgb(4 120 87 / 0.7) !important;
  }

  .sm\:stroke-emerald-700\/75 {
    stroke: rgb(4 120 87 / 0.75) !important;
  }

  .sm\:stroke-emerald-700\/80 {
    stroke: rgb(4 120 87 / 0.8) !important;
  }

  .sm\:stroke-emerald-700\/85 {
    stroke: rgb(4 120 87 / 0.85) !important;
  }

  .sm\:stroke-emerald-700\/90 {
    stroke: rgb(4 120 87 / 0.9) !important;
  }

  .sm\:stroke-emerald-700\/95 {
    stroke: rgb(4 120 87 / 0.95) !important;
  }

  .sm\:stroke-emerald-800 {
    stroke: #065f46 !important;
  }

  .sm\:stroke-emerald-800\/0 {
    stroke: rgb(6 95 70 / 0) !important;
  }

  .sm\:stroke-emerald-800\/10 {
    stroke: rgb(6 95 70 / 0.1) !important;
  }

  .sm\:stroke-emerald-800\/100 {
    stroke: rgb(6 95 70 / 1) !important;
  }

  .sm\:stroke-emerald-800\/15 {
    stroke: rgb(6 95 70 / 0.15) !important;
  }

  .sm\:stroke-emerald-800\/20 {
    stroke: rgb(6 95 70 / 0.2) !important;
  }

  .sm\:stroke-emerald-800\/25 {
    stroke: rgb(6 95 70 / 0.25) !important;
  }

  .sm\:stroke-emerald-800\/30 {
    stroke: rgb(6 95 70 / 0.3) !important;
  }

  .sm\:stroke-emerald-800\/35 {
    stroke: rgb(6 95 70 / 0.35) !important;
  }

  .sm\:stroke-emerald-800\/40 {
    stroke: rgb(6 95 70 / 0.4) !important;
  }

  .sm\:stroke-emerald-800\/45 {
    stroke: rgb(6 95 70 / 0.45) !important;
  }

  .sm\:stroke-emerald-800\/5 {
    stroke: rgb(6 95 70 / 0.05) !important;
  }

  .sm\:stroke-emerald-800\/50 {
    stroke: rgb(6 95 70 / 0.5) !important;
  }

  .sm\:stroke-emerald-800\/55 {
    stroke: rgb(6 95 70 / 0.55) !important;
  }

  .sm\:stroke-emerald-800\/60 {
    stroke: rgb(6 95 70 / 0.6) !important;
  }

  .sm\:stroke-emerald-800\/65 {
    stroke: rgb(6 95 70 / 0.65) !important;
  }

  .sm\:stroke-emerald-800\/70 {
    stroke: rgb(6 95 70 / 0.7) !important;
  }

  .sm\:stroke-emerald-800\/75 {
    stroke: rgb(6 95 70 / 0.75) !important;
  }

  .sm\:stroke-emerald-800\/80 {
    stroke: rgb(6 95 70 / 0.8) !important;
  }

  .sm\:stroke-emerald-800\/85 {
    stroke: rgb(6 95 70 / 0.85) !important;
  }

  .sm\:stroke-emerald-800\/90 {
    stroke: rgb(6 95 70 / 0.9) !important;
  }

  .sm\:stroke-emerald-800\/95 {
    stroke: rgb(6 95 70 / 0.95) !important;
  }

  .sm\:stroke-emerald-900 {
    stroke: #064e3b !important;
  }

  .sm\:stroke-emerald-900\/0 {
    stroke: rgb(6 78 59 / 0) !important;
  }

  .sm\:stroke-emerald-900\/10 {
    stroke: rgb(6 78 59 / 0.1) !important;
  }

  .sm\:stroke-emerald-900\/100 {
    stroke: rgb(6 78 59 / 1) !important;
  }

  .sm\:stroke-emerald-900\/15 {
    stroke: rgb(6 78 59 / 0.15) !important;
  }

  .sm\:stroke-emerald-900\/20 {
    stroke: rgb(6 78 59 / 0.2) !important;
  }

  .sm\:stroke-emerald-900\/25 {
    stroke: rgb(6 78 59 / 0.25) !important;
  }

  .sm\:stroke-emerald-900\/30 {
    stroke: rgb(6 78 59 / 0.3) !important;
  }

  .sm\:stroke-emerald-900\/35 {
    stroke: rgb(6 78 59 / 0.35) !important;
  }

  .sm\:stroke-emerald-900\/40 {
    stroke: rgb(6 78 59 / 0.4) !important;
  }

  .sm\:stroke-emerald-900\/45 {
    stroke: rgb(6 78 59 / 0.45) !important;
  }

  .sm\:stroke-emerald-900\/5 {
    stroke: rgb(6 78 59 / 0.05) !important;
  }

  .sm\:stroke-emerald-900\/50 {
    stroke: rgb(6 78 59 / 0.5) !important;
  }

  .sm\:stroke-emerald-900\/55 {
    stroke: rgb(6 78 59 / 0.55) !important;
  }

  .sm\:stroke-emerald-900\/60 {
    stroke: rgb(6 78 59 / 0.6) !important;
  }

  .sm\:stroke-emerald-900\/65 {
    stroke: rgb(6 78 59 / 0.65) !important;
  }

  .sm\:stroke-emerald-900\/70 {
    stroke: rgb(6 78 59 / 0.7) !important;
  }

  .sm\:stroke-emerald-900\/75 {
    stroke: rgb(6 78 59 / 0.75) !important;
  }

  .sm\:stroke-emerald-900\/80 {
    stroke: rgb(6 78 59 / 0.8) !important;
  }

  .sm\:stroke-emerald-900\/85 {
    stroke: rgb(6 78 59 / 0.85) !important;
  }

  .sm\:stroke-emerald-900\/90 {
    stroke: rgb(6 78 59 / 0.9) !important;
  }

  .sm\:stroke-emerald-900\/95 {
    stroke: rgb(6 78 59 / 0.95) !important;
  }

  .sm\:stroke-emerald-950 {
    stroke: #022c22 !important;
  }

  .sm\:stroke-emerald-950\/0 {
    stroke: rgb(2 44 34 / 0) !important;
  }

  .sm\:stroke-emerald-950\/10 {
    stroke: rgb(2 44 34 / 0.1) !important;
  }

  .sm\:stroke-emerald-950\/100 {
    stroke: rgb(2 44 34 / 1) !important;
  }

  .sm\:stroke-emerald-950\/15 {
    stroke: rgb(2 44 34 / 0.15) !important;
  }

  .sm\:stroke-emerald-950\/20 {
    stroke: rgb(2 44 34 / 0.2) !important;
  }

  .sm\:stroke-emerald-950\/25 {
    stroke: rgb(2 44 34 / 0.25) !important;
  }

  .sm\:stroke-emerald-950\/30 {
    stroke: rgb(2 44 34 / 0.3) !important;
  }

  .sm\:stroke-emerald-950\/35 {
    stroke: rgb(2 44 34 / 0.35) !important;
  }

  .sm\:stroke-emerald-950\/40 {
    stroke: rgb(2 44 34 / 0.4) !important;
  }

  .sm\:stroke-emerald-950\/45 {
    stroke: rgb(2 44 34 / 0.45) !important;
  }

  .sm\:stroke-emerald-950\/5 {
    stroke: rgb(2 44 34 / 0.05) !important;
  }

  .sm\:stroke-emerald-950\/50 {
    stroke: rgb(2 44 34 / 0.5) !important;
  }

  .sm\:stroke-emerald-950\/55 {
    stroke: rgb(2 44 34 / 0.55) !important;
  }

  .sm\:stroke-emerald-950\/60 {
    stroke: rgb(2 44 34 / 0.6) !important;
  }

  .sm\:stroke-emerald-950\/65 {
    stroke: rgb(2 44 34 / 0.65) !important;
  }

  .sm\:stroke-emerald-950\/70 {
    stroke: rgb(2 44 34 / 0.7) !important;
  }

  .sm\:stroke-emerald-950\/75 {
    stroke: rgb(2 44 34 / 0.75) !important;
  }

  .sm\:stroke-emerald-950\/80 {
    stroke: rgb(2 44 34 / 0.8) !important;
  }

  .sm\:stroke-emerald-950\/85 {
    stroke: rgb(2 44 34 / 0.85) !important;
  }

  .sm\:stroke-emerald-950\/90 {
    stroke: rgb(2 44 34 / 0.9) !important;
  }

  .sm\:stroke-emerald-950\/95 {
    stroke: rgb(2 44 34 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-100 {
    stroke: #fae8ff !important;
  }

  .sm\:stroke-fuchsia-100\/0 {
    stroke: rgb(250 232 255 / 0) !important;
  }

  .sm\:stroke-fuchsia-100\/10 {
    stroke: rgb(250 232 255 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-100\/100 {
    stroke: rgb(250 232 255 / 1) !important;
  }

  .sm\:stroke-fuchsia-100\/15 {
    stroke: rgb(250 232 255 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-100\/20 {
    stroke: rgb(250 232 255 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-100\/25 {
    stroke: rgb(250 232 255 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-100\/30 {
    stroke: rgb(250 232 255 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-100\/35 {
    stroke: rgb(250 232 255 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-100\/40 {
    stroke: rgb(250 232 255 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-100\/45 {
    stroke: rgb(250 232 255 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-100\/5 {
    stroke: rgb(250 232 255 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-100\/50 {
    stroke: rgb(250 232 255 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-100\/55 {
    stroke: rgb(250 232 255 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-100\/60 {
    stroke: rgb(250 232 255 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-100\/65 {
    stroke: rgb(250 232 255 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-100\/70 {
    stroke: rgb(250 232 255 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-100\/75 {
    stroke: rgb(250 232 255 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-100\/80 {
    stroke: rgb(250 232 255 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-100\/85 {
    stroke: rgb(250 232 255 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-100\/90 {
    stroke: rgb(250 232 255 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-100\/95 {
    stroke: rgb(250 232 255 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-200 {
    stroke: #f5d0fe !important;
  }

  .sm\:stroke-fuchsia-200\/0 {
    stroke: rgb(245 208 254 / 0) !important;
  }

  .sm\:stroke-fuchsia-200\/10 {
    stroke: rgb(245 208 254 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-200\/100 {
    stroke: rgb(245 208 254 / 1) !important;
  }

  .sm\:stroke-fuchsia-200\/15 {
    stroke: rgb(245 208 254 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-200\/20 {
    stroke: rgb(245 208 254 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-200\/25 {
    stroke: rgb(245 208 254 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-200\/30 {
    stroke: rgb(245 208 254 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-200\/35 {
    stroke: rgb(245 208 254 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-200\/40 {
    stroke: rgb(245 208 254 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-200\/45 {
    stroke: rgb(245 208 254 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-200\/5 {
    stroke: rgb(245 208 254 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-200\/50 {
    stroke: rgb(245 208 254 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-200\/55 {
    stroke: rgb(245 208 254 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-200\/60 {
    stroke: rgb(245 208 254 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-200\/65 {
    stroke: rgb(245 208 254 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-200\/70 {
    stroke: rgb(245 208 254 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-200\/75 {
    stroke: rgb(245 208 254 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-200\/80 {
    stroke: rgb(245 208 254 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-200\/85 {
    stroke: rgb(245 208 254 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-200\/90 {
    stroke: rgb(245 208 254 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-200\/95 {
    stroke: rgb(245 208 254 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-300 {
    stroke: #f0abfc !important;
  }

  .sm\:stroke-fuchsia-300\/0 {
    stroke: rgb(240 171 252 / 0) !important;
  }

  .sm\:stroke-fuchsia-300\/10 {
    stroke: rgb(240 171 252 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-300\/100 {
    stroke: rgb(240 171 252 / 1) !important;
  }

  .sm\:stroke-fuchsia-300\/15 {
    stroke: rgb(240 171 252 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-300\/20 {
    stroke: rgb(240 171 252 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-300\/25 {
    stroke: rgb(240 171 252 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-300\/30 {
    stroke: rgb(240 171 252 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-300\/35 {
    stroke: rgb(240 171 252 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-300\/40 {
    stroke: rgb(240 171 252 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-300\/45 {
    stroke: rgb(240 171 252 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-300\/5 {
    stroke: rgb(240 171 252 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-300\/50 {
    stroke: rgb(240 171 252 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-300\/55 {
    stroke: rgb(240 171 252 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-300\/60 {
    stroke: rgb(240 171 252 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-300\/65 {
    stroke: rgb(240 171 252 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-300\/70 {
    stroke: rgb(240 171 252 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-300\/75 {
    stroke: rgb(240 171 252 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-300\/80 {
    stroke: rgb(240 171 252 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-300\/85 {
    stroke: rgb(240 171 252 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-300\/90 {
    stroke: rgb(240 171 252 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-300\/95 {
    stroke: rgb(240 171 252 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-400 {
    stroke: #e879f9 !important;
  }

  .sm\:stroke-fuchsia-400\/0 {
    stroke: rgb(232 121 249 / 0) !important;
  }

  .sm\:stroke-fuchsia-400\/10 {
    stroke: rgb(232 121 249 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-400\/100 {
    stroke: rgb(232 121 249 / 1) !important;
  }

  .sm\:stroke-fuchsia-400\/15 {
    stroke: rgb(232 121 249 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-400\/20 {
    stroke: rgb(232 121 249 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-400\/25 {
    stroke: rgb(232 121 249 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-400\/30 {
    stroke: rgb(232 121 249 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-400\/35 {
    stroke: rgb(232 121 249 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-400\/40 {
    stroke: rgb(232 121 249 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-400\/45 {
    stroke: rgb(232 121 249 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-400\/5 {
    stroke: rgb(232 121 249 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-400\/50 {
    stroke: rgb(232 121 249 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-400\/55 {
    stroke: rgb(232 121 249 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-400\/60 {
    stroke: rgb(232 121 249 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-400\/65 {
    stroke: rgb(232 121 249 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-400\/70 {
    stroke: rgb(232 121 249 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-400\/75 {
    stroke: rgb(232 121 249 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-400\/80 {
    stroke: rgb(232 121 249 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-400\/85 {
    stroke: rgb(232 121 249 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-400\/90 {
    stroke: rgb(232 121 249 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-400\/95 {
    stroke: rgb(232 121 249 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-50 {
    stroke: #fdf4ff !important;
  }

  .sm\:stroke-fuchsia-50\/0 {
    stroke: rgb(253 244 255 / 0) !important;
  }

  .sm\:stroke-fuchsia-50\/10 {
    stroke: rgb(253 244 255 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-50\/100 {
    stroke: rgb(253 244 255 / 1) !important;
  }

  .sm\:stroke-fuchsia-50\/15 {
    stroke: rgb(253 244 255 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-50\/20 {
    stroke: rgb(253 244 255 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-50\/25 {
    stroke: rgb(253 244 255 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-50\/30 {
    stroke: rgb(253 244 255 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-50\/35 {
    stroke: rgb(253 244 255 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-50\/40 {
    stroke: rgb(253 244 255 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-50\/45 {
    stroke: rgb(253 244 255 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-50\/5 {
    stroke: rgb(253 244 255 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-50\/50 {
    stroke: rgb(253 244 255 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-50\/55 {
    stroke: rgb(253 244 255 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-50\/60 {
    stroke: rgb(253 244 255 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-50\/65 {
    stroke: rgb(253 244 255 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-50\/70 {
    stroke: rgb(253 244 255 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-50\/75 {
    stroke: rgb(253 244 255 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-50\/80 {
    stroke: rgb(253 244 255 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-50\/85 {
    stroke: rgb(253 244 255 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-50\/90 {
    stroke: rgb(253 244 255 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-50\/95 {
    stroke: rgb(253 244 255 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-500 {
    stroke: #d946ef !important;
  }

  .sm\:stroke-fuchsia-500\/0 {
    stroke: rgb(217 70 239 / 0) !important;
  }

  .sm\:stroke-fuchsia-500\/10 {
    stroke: rgb(217 70 239 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-500\/100 {
    stroke: rgb(217 70 239 / 1) !important;
  }

  .sm\:stroke-fuchsia-500\/15 {
    stroke: rgb(217 70 239 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-500\/20 {
    stroke: rgb(217 70 239 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-500\/25 {
    stroke: rgb(217 70 239 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-500\/30 {
    stroke: rgb(217 70 239 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-500\/35 {
    stroke: rgb(217 70 239 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-500\/40 {
    stroke: rgb(217 70 239 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-500\/45 {
    stroke: rgb(217 70 239 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-500\/5 {
    stroke: rgb(217 70 239 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-500\/50 {
    stroke: rgb(217 70 239 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-500\/55 {
    stroke: rgb(217 70 239 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-500\/60 {
    stroke: rgb(217 70 239 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-500\/65 {
    stroke: rgb(217 70 239 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-500\/70 {
    stroke: rgb(217 70 239 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-500\/75 {
    stroke: rgb(217 70 239 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-500\/80 {
    stroke: rgb(217 70 239 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-500\/85 {
    stroke: rgb(217 70 239 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-500\/90 {
    stroke: rgb(217 70 239 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-500\/95 {
    stroke: rgb(217 70 239 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-600 {
    stroke: #c026d3 !important;
  }

  .sm\:stroke-fuchsia-600\/0 {
    stroke: rgb(192 38 211 / 0) !important;
  }

  .sm\:stroke-fuchsia-600\/10 {
    stroke: rgb(192 38 211 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-600\/100 {
    stroke: rgb(192 38 211 / 1) !important;
  }

  .sm\:stroke-fuchsia-600\/15 {
    stroke: rgb(192 38 211 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-600\/20 {
    stroke: rgb(192 38 211 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-600\/25 {
    stroke: rgb(192 38 211 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-600\/30 {
    stroke: rgb(192 38 211 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-600\/35 {
    stroke: rgb(192 38 211 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-600\/40 {
    stroke: rgb(192 38 211 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-600\/45 {
    stroke: rgb(192 38 211 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-600\/5 {
    stroke: rgb(192 38 211 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-600\/50 {
    stroke: rgb(192 38 211 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-600\/55 {
    stroke: rgb(192 38 211 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-600\/60 {
    stroke: rgb(192 38 211 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-600\/65 {
    stroke: rgb(192 38 211 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-600\/70 {
    stroke: rgb(192 38 211 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-600\/75 {
    stroke: rgb(192 38 211 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-600\/80 {
    stroke: rgb(192 38 211 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-600\/85 {
    stroke: rgb(192 38 211 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-600\/90 {
    stroke: rgb(192 38 211 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-600\/95 {
    stroke: rgb(192 38 211 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-700 {
    stroke: #a21caf !important;
  }

  .sm\:stroke-fuchsia-700\/0 {
    stroke: rgb(162 28 175 / 0) !important;
  }

  .sm\:stroke-fuchsia-700\/10 {
    stroke: rgb(162 28 175 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-700\/100 {
    stroke: rgb(162 28 175 / 1) !important;
  }

  .sm\:stroke-fuchsia-700\/15 {
    stroke: rgb(162 28 175 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-700\/20 {
    stroke: rgb(162 28 175 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-700\/25 {
    stroke: rgb(162 28 175 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-700\/30 {
    stroke: rgb(162 28 175 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-700\/35 {
    stroke: rgb(162 28 175 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-700\/40 {
    stroke: rgb(162 28 175 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-700\/45 {
    stroke: rgb(162 28 175 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-700\/5 {
    stroke: rgb(162 28 175 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-700\/50 {
    stroke: rgb(162 28 175 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-700\/55 {
    stroke: rgb(162 28 175 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-700\/60 {
    stroke: rgb(162 28 175 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-700\/65 {
    stroke: rgb(162 28 175 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-700\/70 {
    stroke: rgb(162 28 175 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-700\/75 {
    stroke: rgb(162 28 175 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-700\/80 {
    stroke: rgb(162 28 175 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-700\/85 {
    stroke: rgb(162 28 175 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-700\/90 {
    stroke: rgb(162 28 175 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-700\/95 {
    stroke: rgb(162 28 175 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-800 {
    stroke: #86198f !important;
  }

  .sm\:stroke-fuchsia-800\/0 {
    stroke: rgb(134 25 143 / 0) !important;
  }

  .sm\:stroke-fuchsia-800\/10 {
    stroke: rgb(134 25 143 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-800\/100 {
    stroke: rgb(134 25 143 / 1) !important;
  }

  .sm\:stroke-fuchsia-800\/15 {
    stroke: rgb(134 25 143 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-800\/20 {
    stroke: rgb(134 25 143 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-800\/25 {
    stroke: rgb(134 25 143 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-800\/30 {
    stroke: rgb(134 25 143 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-800\/35 {
    stroke: rgb(134 25 143 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-800\/40 {
    stroke: rgb(134 25 143 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-800\/45 {
    stroke: rgb(134 25 143 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-800\/5 {
    stroke: rgb(134 25 143 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-800\/50 {
    stroke: rgb(134 25 143 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-800\/55 {
    stroke: rgb(134 25 143 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-800\/60 {
    stroke: rgb(134 25 143 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-800\/65 {
    stroke: rgb(134 25 143 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-800\/70 {
    stroke: rgb(134 25 143 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-800\/75 {
    stroke: rgb(134 25 143 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-800\/80 {
    stroke: rgb(134 25 143 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-800\/85 {
    stroke: rgb(134 25 143 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-800\/90 {
    stroke: rgb(134 25 143 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-800\/95 {
    stroke: rgb(134 25 143 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-900 {
    stroke: #701a75 !important;
  }

  .sm\:stroke-fuchsia-900\/0 {
    stroke: rgb(112 26 117 / 0) !important;
  }

  .sm\:stroke-fuchsia-900\/10 {
    stroke: rgb(112 26 117 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-900\/100 {
    stroke: rgb(112 26 117 / 1) !important;
  }

  .sm\:stroke-fuchsia-900\/15 {
    stroke: rgb(112 26 117 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-900\/20 {
    stroke: rgb(112 26 117 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-900\/25 {
    stroke: rgb(112 26 117 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-900\/30 {
    stroke: rgb(112 26 117 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-900\/35 {
    stroke: rgb(112 26 117 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-900\/40 {
    stroke: rgb(112 26 117 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-900\/45 {
    stroke: rgb(112 26 117 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-900\/5 {
    stroke: rgb(112 26 117 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-900\/50 {
    stroke: rgb(112 26 117 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-900\/55 {
    stroke: rgb(112 26 117 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-900\/60 {
    stroke: rgb(112 26 117 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-900\/65 {
    stroke: rgb(112 26 117 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-900\/70 {
    stroke: rgb(112 26 117 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-900\/75 {
    stroke: rgb(112 26 117 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-900\/80 {
    stroke: rgb(112 26 117 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-900\/85 {
    stroke: rgb(112 26 117 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-900\/90 {
    stroke: rgb(112 26 117 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-900\/95 {
    stroke: rgb(112 26 117 / 0.95) !important;
  }

  .sm\:stroke-fuchsia-950 {
    stroke: #4a044e !important;
  }

  .sm\:stroke-fuchsia-950\/0 {
    stroke: rgb(74 4 78 / 0) !important;
  }

  .sm\:stroke-fuchsia-950\/10 {
    stroke: rgb(74 4 78 / 0.1) !important;
  }

  .sm\:stroke-fuchsia-950\/100 {
    stroke: rgb(74 4 78 / 1) !important;
  }

  .sm\:stroke-fuchsia-950\/15 {
    stroke: rgb(74 4 78 / 0.15) !important;
  }

  .sm\:stroke-fuchsia-950\/20 {
    stroke: rgb(74 4 78 / 0.2) !important;
  }

  .sm\:stroke-fuchsia-950\/25 {
    stroke: rgb(74 4 78 / 0.25) !important;
  }

  .sm\:stroke-fuchsia-950\/30 {
    stroke: rgb(74 4 78 / 0.3) !important;
  }

  .sm\:stroke-fuchsia-950\/35 {
    stroke: rgb(74 4 78 / 0.35) !important;
  }

  .sm\:stroke-fuchsia-950\/40 {
    stroke: rgb(74 4 78 / 0.4) !important;
  }

  .sm\:stroke-fuchsia-950\/45 {
    stroke: rgb(74 4 78 / 0.45) !important;
  }

  .sm\:stroke-fuchsia-950\/5 {
    stroke: rgb(74 4 78 / 0.05) !important;
  }

  .sm\:stroke-fuchsia-950\/50 {
    stroke: rgb(74 4 78 / 0.5) !important;
  }

  .sm\:stroke-fuchsia-950\/55 {
    stroke: rgb(74 4 78 / 0.55) !important;
  }

  .sm\:stroke-fuchsia-950\/60 {
    stroke: rgb(74 4 78 / 0.6) !important;
  }

  .sm\:stroke-fuchsia-950\/65 {
    stroke: rgb(74 4 78 / 0.65) !important;
  }

  .sm\:stroke-fuchsia-950\/70 {
    stroke: rgb(74 4 78 / 0.7) !important;
  }

  .sm\:stroke-fuchsia-950\/75 {
    stroke: rgb(74 4 78 / 0.75) !important;
  }

  .sm\:stroke-fuchsia-950\/80 {
    stroke: rgb(74 4 78 / 0.8) !important;
  }

  .sm\:stroke-fuchsia-950\/85 {
    stroke: rgb(74 4 78 / 0.85) !important;
  }

  .sm\:stroke-fuchsia-950\/90 {
    stroke: rgb(74 4 78 / 0.9) !important;
  }

  .sm\:stroke-fuchsia-950\/95 {
    stroke: rgb(74 4 78 / 0.95) !important;
  }

  .sm\:stroke-gray-100 {
    stroke: #f3f4f6 !important;
  }

  .sm\:stroke-gray-100\/0 {
    stroke: rgb(243 244 246 / 0) !important;
  }

  .sm\:stroke-gray-100\/10 {
    stroke: rgb(243 244 246 / 0.1) !important;
  }

  .sm\:stroke-gray-100\/100 {
    stroke: rgb(243 244 246 / 1) !important;
  }

  .sm\:stroke-gray-100\/15 {
    stroke: rgb(243 244 246 / 0.15) !important;
  }

  .sm\:stroke-gray-100\/20 {
    stroke: rgb(243 244 246 / 0.2) !important;
  }

  .sm\:stroke-gray-100\/25 {
    stroke: rgb(243 244 246 / 0.25) !important;
  }

  .sm\:stroke-gray-100\/30 {
    stroke: rgb(243 244 246 / 0.3) !important;
  }

  .sm\:stroke-gray-100\/35 {
    stroke: rgb(243 244 246 / 0.35) !important;
  }

  .sm\:stroke-gray-100\/40 {
    stroke: rgb(243 244 246 / 0.4) !important;
  }

  .sm\:stroke-gray-100\/45 {
    stroke: rgb(243 244 246 / 0.45) !important;
  }

  .sm\:stroke-gray-100\/5 {
    stroke: rgb(243 244 246 / 0.05) !important;
  }

  .sm\:stroke-gray-100\/50 {
    stroke: rgb(243 244 246 / 0.5) !important;
  }

  .sm\:stroke-gray-100\/55 {
    stroke: rgb(243 244 246 / 0.55) !important;
  }

  .sm\:stroke-gray-100\/60 {
    stroke: rgb(243 244 246 / 0.6) !important;
  }

  .sm\:stroke-gray-100\/65 {
    stroke: rgb(243 244 246 / 0.65) !important;
  }

  .sm\:stroke-gray-100\/70 {
    stroke: rgb(243 244 246 / 0.7) !important;
  }

  .sm\:stroke-gray-100\/75 {
    stroke: rgb(243 244 246 / 0.75) !important;
  }

  .sm\:stroke-gray-100\/80 {
    stroke: rgb(243 244 246 / 0.8) !important;
  }

  .sm\:stroke-gray-100\/85 {
    stroke: rgb(243 244 246 / 0.85) !important;
  }

  .sm\:stroke-gray-100\/90 {
    stroke: rgb(243 244 246 / 0.9) !important;
  }

  .sm\:stroke-gray-100\/95 {
    stroke: rgb(243 244 246 / 0.95) !important;
  }

  .sm\:stroke-gray-200 {
    stroke: #e5e7eb !important;
  }

  .sm\:stroke-gray-200\/0 {
    stroke: rgb(229 231 235 / 0) !important;
  }

  .sm\:stroke-gray-200\/10 {
    stroke: rgb(229 231 235 / 0.1) !important;
  }

  .sm\:stroke-gray-200\/100 {
    stroke: rgb(229 231 235 / 1) !important;
  }

  .sm\:stroke-gray-200\/15 {
    stroke: rgb(229 231 235 / 0.15) !important;
  }

  .sm\:stroke-gray-200\/20 {
    stroke: rgb(229 231 235 / 0.2) !important;
  }

  .sm\:stroke-gray-200\/25 {
    stroke: rgb(229 231 235 / 0.25) !important;
  }

  .sm\:stroke-gray-200\/30 {
    stroke: rgb(229 231 235 / 0.3) !important;
  }

  .sm\:stroke-gray-200\/35 {
    stroke: rgb(229 231 235 / 0.35) !important;
  }

  .sm\:stroke-gray-200\/40 {
    stroke: rgb(229 231 235 / 0.4) !important;
  }

  .sm\:stroke-gray-200\/45 {
    stroke: rgb(229 231 235 / 0.45) !important;
  }

  .sm\:stroke-gray-200\/5 {
    stroke: rgb(229 231 235 / 0.05) !important;
  }

  .sm\:stroke-gray-200\/50 {
    stroke: rgb(229 231 235 / 0.5) !important;
  }

  .sm\:stroke-gray-200\/55 {
    stroke: rgb(229 231 235 / 0.55) !important;
  }

  .sm\:stroke-gray-200\/60 {
    stroke: rgb(229 231 235 / 0.6) !important;
  }

  .sm\:stroke-gray-200\/65 {
    stroke: rgb(229 231 235 / 0.65) !important;
  }

  .sm\:stroke-gray-200\/70 {
    stroke: rgb(229 231 235 / 0.7) !important;
  }

  .sm\:stroke-gray-200\/75 {
    stroke: rgb(229 231 235 / 0.75) !important;
  }

  .sm\:stroke-gray-200\/80 {
    stroke: rgb(229 231 235 / 0.8) !important;
  }

  .sm\:stroke-gray-200\/85 {
    stroke: rgb(229 231 235 / 0.85) !important;
  }

  .sm\:stroke-gray-200\/90 {
    stroke: rgb(229 231 235 / 0.9) !important;
  }

  .sm\:stroke-gray-200\/95 {
    stroke: rgb(229 231 235 / 0.95) !important;
  }

  .sm\:stroke-gray-300 {
    stroke: #d1d5db !important;
  }

  .sm\:stroke-gray-300\/0 {
    stroke: rgb(209 213 219 / 0) !important;
  }

  .sm\:stroke-gray-300\/10 {
    stroke: rgb(209 213 219 / 0.1) !important;
  }

  .sm\:stroke-gray-300\/100 {
    stroke: rgb(209 213 219 / 1) !important;
  }

  .sm\:stroke-gray-300\/15 {
    stroke: rgb(209 213 219 / 0.15) !important;
  }

  .sm\:stroke-gray-300\/20 {
    stroke: rgb(209 213 219 / 0.2) !important;
  }

  .sm\:stroke-gray-300\/25 {
    stroke: rgb(209 213 219 / 0.25) !important;
  }

  .sm\:stroke-gray-300\/30 {
    stroke: rgb(209 213 219 / 0.3) !important;
  }

  .sm\:stroke-gray-300\/35 {
    stroke: rgb(209 213 219 / 0.35) !important;
  }

  .sm\:stroke-gray-300\/40 {
    stroke: rgb(209 213 219 / 0.4) !important;
  }

  .sm\:stroke-gray-300\/45 {
    stroke: rgb(209 213 219 / 0.45) !important;
  }

  .sm\:stroke-gray-300\/5 {
    stroke: rgb(209 213 219 / 0.05) !important;
  }

  .sm\:stroke-gray-300\/50 {
    stroke: rgb(209 213 219 / 0.5) !important;
  }

  .sm\:stroke-gray-300\/55 {
    stroke: rgb(209 213 219 / 0.55) !important;
  }

  .sm\:stroke-gray-300\/60 {
    stroke: rgb(209 213 219 / 0.6) !important;
  }

  .sm\:stroke-gray-300\/65 {
    stroke: rgb(209 213 219 / 0.65) !important;
  }

  .sm\:stroke-gray-300\/70 {
    stroke: rgb(209 213 219 / 0.7) !important;
  }

  .sm\:stroke-gray-300\/75 {
    stroke: rgb(209 213 219 / 0.75) !important;
  }

  .sm\:stroke-gray-300\/80 {
    stroke: rgb(209 213 219 / 0.8) !important;
  }

  .sm\:stroke-gray-300\/85 {
    stroke: rgb(209 213 219 / 0.85) !important;
  }

  .sm\:stroke-gray-300\/90 {
    stroke: rgb(209 213 219 / 0.9) !important;
  }

  .sm\:stroke-gray-300\/95 {
    stroke: rgb(209 213 219 / 0.95) !important;
  }

  .sm\:stroke-gray-400 {
    stroke: #9ca3af !important;
  }

  .sm\:stroke-gray-400\/0 {
    stroke: rgb(156 163 175 / 0) !important;
  }

  .sm\:stroke-gray-400\/10 {
    stroke: rgb(156 163 175 / 0.1) !important;
  }

  .sm\:stroke-gray-400\/100 {
    stroke: rgb(156 163 175 / 1) !important;
  }

  .sm\:stroke-gray-400\/15 {
    stroke: rgb(156 163 175 / 0.15) !important;
  }

  .sm\:stroke-gray-400\/20 {
    stroke: rgb(156 163 175 / 0.2) !important;
  }

  .sm\:stroke-gray-400\/25 {
    stroke: rgb(156 163 175 / 0.25) !important;
  }

  .sm\:stroke-gray-400\/30 {
    stroke: rgb(156 163 175 / 0.3) !important;
  }

  .sm\:stroke-gray-400\/35 {
    stroke: rgb(156 163 175 / 0.35) !important;
  }

  .sm\:stroke-gray-400\/40 {
    stroke: rgb(156 163 175 / 0.4) !important;
  }

  .sm\:stroke-gray-400\/45 {
    stroke: rgb(156 163 175 / 0.45) !important;
  }

  .sm\:stroke-gray-400\/5 {
    stroke: rgb(156 163 175 / 0.05) !important;
  }

  .sm\:stroke-gray-400\/50 {
    stroke: rgb(156 163 175 / 0.5) !important;
  }

  .sm\:stroke-gray-400\/55 {
    stroke: rgb(156 163 175 / 0.55) !important;
  }

  .sm\:stroke-gray-400\/60 {
    stroke: rgb(156 163 175 / 0.6) !important;
  }

  .sm\:stroke-gray-400\/65 {
    stroke: rgb(156 163 175 / 0.65) !important;
  }

  .sm\:stroke-gray-400\/70 {
    stroke: rgb(156 163 175 / 0.7) !important;
  }

  .sm\:stroke-gray-400\/75 {
    stroke: rgb(156 163 175 / 0.75) !important;
  }

  .sm\:stroke-gray-400\/80 {
    stroke: rgb(156 163 175 / 0.8) !important;
  }

  .sm\:stroke-gray-400\/85 {
    stroke: rgb(156 163 175 / 0.85) !important;
  }

  .sm\:stroke-gray-400\/90 {
    stroke: rgb(156 163 175 / 0.9) !important;
  }

  .sm\:stroke-gray-400\/95 {
    stroke: rgb(156 163 175 / 0.95) !important;
  }

  .sm\:stroke-gray-50 {
    stroke: #f9fafb !important;
  }

  .sm\:stroke-gray-50\/0 {
    stroke: rgb(249 250 251 / 0) !important;
  }

  .sm\:stroke-gray-50\/10 {
    stroke: rgb(249 250 251 / 0.1) !important;
  }

  .sm\:stroke-gray-50\/100 {
    stroke: rgb(249 250 251 / 1) !important;
  }

  .sm\:stroke-gray-50\/15 {
    stroke: rgb(249 250 251 / 0.15) !important;
  }

  .sm\:stroke-gray-50\/20 {
    stroke: rgb(249 250 251 / 0.2) !important;
  }

  .sm\:stroke-gray-50\/25 {
    stroke: rgb(249 250 251 / 0.25) !important;
  }

  .sm\:stroke-gray-50\/30 {
    stroke: rgb(249 250 251 / 0.3) !important;
  }

  .sm\:stroke-gray-50\/35 {
    stroke: rgb(249 250 251 / 0.35) !important;
  }

  .sm\:stroke-gray-50\/40 {
    stroke: rgb(249 250 251 / 0.4) !important;
  }

  .sm\:stroke-gray-50\/45 {
    stroke: rgb(249 250 251 / 0.45) !important;
  }

  .sm\:stroke-gray-50\/5 {
    stroke: rgb(249 250 251 / 0.05) !important;
  }

  .sm\:stroke-gray-50\/50 {
    stroke: rgb(249 250 251 / 0.5) !important;
  }

  .sm\:stroke-gray-50\/55 {
    stroke: rgb(249 250 251 / 0.55) !important;
  }

  .sm\:stroke-gray-50\/60 {
    stroke: rgb(249 250 251 / 0.6) !important;
  }

  .sm\:stroke-gray-50\/65 {
    stroke: rgb(249 250 251 / 0.65) !important;
  }

  .sm\:stroke-gray-50\/70 {
    stroke: rgb(249 250 251 / 0.7) !important;
  }

  .sm\:stroke-gray-50\/75 {
    stroke: rgb(249 250 251 / 0.75) !important;
  }

  .sm\:stroke-gray-50\/80 {
    stroke: rgb(249 250 251 / 0.8) !important;
  }

  .sm\:stroke-gray-50\/85 {
    stroke: rgb(249 250 251 / 0.85) !important;
  }

  .sm\:stroke-gray-50\/90 {
    stroke: rgb(249 250 251 / 0.9) !important;
  }

  .sm\:stroke-gray-50\/95 {
    stroke: rgb(249 250 251 / 0.95) !important;
  }

  .sm\:stroke-gray-500 {
    stroke: #6b7280 !important;
  }

  .sm\:stroke-gray-500\/0 {
    stroke: rgb(107 114 128 / 0) !important;
  }

  .sm\:stroke-gray-500\/10 {
    stroke: rgb(107 114 128 / 0.1) !important;
  }

  .sm\:stroke-gray-500\/100 {
    stroke: rgb(107 114 128 / 1) !important;
  }

  .sm\:stroke-gray-500\/15 {
    stroke: rgb(107 114 128 / 0.15) !important;
  }

  .sm\:stroke-gray-500\/20 {
    stroke: rgb(107 114 128 / 0.2) !important;
  }

  .sm\:stroke-gray-500\/25 {
    stroke: rgb(107 114 128 / 0.25) !important;
  }

  .sm\:stroke-gray-500\/30 {
    stroke: rgb(107 114 128 / 0.3) !important;
  }

  .sm\:stroke-gray-500\/35 {
    stroke: rgb(107 114 128 / 0.35) !important;
  }

  .sm\:stroke-gray-500\/40 {
    stroke: rgb(107 114 128 / 0.4) !important;
  }

  .sm\:stroke-gray-500\/45 {
    stroke: rgb(107 114 128 / 0.45) !important;
  }

  .sm\:stroke-gray-500\/5 {
    stroke: rgb(107 114 128 / 0.05) !important;
  }

  .sm\:stroke-gray-500\/50 {
    stroke: rgb(107 114 128 / 0.5) !important;
  }

  .sm\:stroke-gray-500\/55 {
    stroke: rgb(107 114 128 / 0.55) !important;
  }

  .sm\:stroke-gray-500\/60 {
    stroke: rgb(107 114 128 / 0.6) !important;
  }

  .sm\:stroke-gray-500\/65 {
    stroke: rgb(107 114 128 / 0.65) !important;
  }

  .sm\:stroke-gray-500\/70 {
    stroke: rgb(107 114 128 / 0.7) !important;
  }

  .sm\:stroke-gray-500\/75 {
    stroke: rgb(107 114 128 / 0.75) !important;
  }

  .sm\:stroke-gray-500\/80 {
    stroke: rgb(107 114 128 / 0.8) !important;
  }

  .sm\:stroke-gray-500\/85 {
    stroke: rgb(107 114 128 / 0.85) !important;
  }

  .sm\:stroke-gray-500\/90 {
    stroke: rgb(107 114 128 / 0.9) !important;
  }

  .sm\:stroke-gray-500\/95 {
    stroke: rgb(107 114 128 / 0.95) !important;
  }

  .sm\:stroke-gray-600 {
    stroke: #4b5563 !important;
  }

  .sm\:stroke-gray-600\/0 {
    stroke: rgb(75 85 99 / 0) !important;
  }

  .sm\:stroke-gray-600\/10 {
    stroke: rgb(75 85 99 / 0.1) !important;
  }

  .sm\:stroke-gray-600\/100 {
    stroke: rgb(75 85 99 / 1) !important;
  }

  .sm\:stroke-gray-600\/15 {
    stroke: rgb(75 85 99 / 0.15) !important;
  }

  .sm\:stroke-gray-600\/20 {
    stroke: rgb(75 85 99 / 0.2) !important;
  }

  .sm\:stroke-gray-600\/25 {
    stroke: rgb(75 85 99 / 0.25) !important;
  }

  .sm\:stroke-gray-600\/30 {
    stroke: rgb(75 85 99 / 0.3) !important;
  }

  .sm\:stroke-gray-600\/35 {
    stroke: rgb(75 85 99 / 0.35) !important;
  }

  .sm\:stroke-gray-600\/40 {
    stroke: rgb(75 85 99 / 0.4) !important;
  }

  .sm\:stroke-gray-600\/45 {
    stroke: rgb(75 85 99 / 0.45) !important;
  }

  .sm\:stroke-gray-600\/5 {
    stroke: rgb(75 85 99 / 0.05) !important;
  }

  .sm\:stroke-gray-600\/50 {
    stroke: rgb(75 85 99 / 0.5) !important;
  }

  .sm\:stroke-gray-600\/55 {
    stroke: rgb(75 85 99 / 0.55) !important;
  }

  .sm\:stroke-gray-600\/60 {
    stroke: rgb(75 85 99 / 0.6) !important;
  }

  .sm\:stroke-gray-600\/65 {
    stroke: rgb(75 85 99 / 0.65) !important;
  }

  .sm\:stroke-gray-600\/70 {
    stroke: rgb(75 85 99 / 0.7) !important;
  }

  .sm\:stroke-gray-600\/75 {
    stroke: rgb(75 85 99 / 0.75) !important;
  }

  .sm\:stroke-gray-600\/80 {
    stroke: rgb(75 85 99 / 0.8) !important;
  }

  .sm\:stroke-gray-600\/85 {
    stroke: rgb(75 85 99 / 0.85) !important;
  }

  .sm\:stroke-gray-600\/90 {
    stroke: rgb(75 85 99 / 0.9) !important;
  }

  .sm\:stroke-gray-600\/95 {
    stroke: rgb(75 85 99 / 0.95) !important;
  }

  .sm\:stroke-gray-700 {
    stroke: #374151 !important;
  }

  .sm\:stroke-gray-700\/0 {
    stroke: rgb(55 65 81 / 0) !important;
  }

  .sm\:stroke-gray-700\/10 {
    stroke: rgb(55 65 81 / 0.1) !important;
  }

  .sm\:stroke-gray-700\/100 {
    stroke: rgb(55 65 81 / 1) !important;
  }

  .sm\:stroke-gray-700\/15 {
    stroke: rgb(55 65 81 / 0.15) !important;
  }

  .sm\:stroke-gray-700\/20 {
    stroke: rgb(55 65 81 / 0.2) !important;
  }

  .sm\:stroke-gray-700\/25 {
    stroke: rgb(55 65 81 / 0.25) !important;
  }

  .sm\:stroke-gray-700\/30 {
    stroke: rgb(55 65 81 / 0.3) !important;
  }

  .sm\:stroke-gray-700\/35 {
    stroke: rgb(55 65 81 / 0.35) !important;
  }

  .sm\:stroke-gray-700\/40 {
    stroke: rgb(55 65 81 / 0.4) !important;
  }

  .sm\:stroke-gray-700\/45 {
    stroke: rgb(55 65 81 / 0.45) !important;
  }

  .sm\:stroke-gray-700\/5 {
    stroke: rgb(55 65 81 / 0.05) !important;
  }

  .sm\:stroke-gray-700\/50 {
    stroke: rgb(55 65 81 / 0.5) !important;
  }

  .sm\:stroke-gray-700\/55 {
    stroke: rgb(55 65 81 / 0.55) !important;
  }

  .sm\:stroke-gray-700\/60 {
    stroke: rgb(55 65 81 / 0.6) !important;
  }

  .sm\:stroke-gray-700\/65 {
    stroke: rgb(55 65 81 / 0.65) !important;
  }

  .sm\:stroke-gray-700\/70 {
    stroke: rgb(55 65 81 / 0.7) !important;
  }

  .sm\:stroke-gray-700\/75 {
    stroke: rgb(55 65 81 / 0.75) !important;
  }

  .sm\:stroke-gray-700\/80 {
    stroke: rgb(55 65 81 / 0.8) !important;
  }

  .sm\:stroke-gray-700\/85 {
    stroke: rgb(55 65 81 / 0.85) !important;
  }

  .sm\:stroke-gray-700\/90 {
    stroke: rgb(55 65 81 / 0.9) !important;
  }

  .sm\:stroke-gray-700\/95 {
    stroke: rgb(55 65 81 / 0.95) !important;
  }

  .sm\:stroke-gray-800 {
    stroke: #1f2937 !important;
  }

  .sm\:stroke-gray-800\/0 {
    stroke: rgb(31 41 55 / 0) !important;
  }

  .sm\:stroke-gray-800\/10 {
    stroke: rgb(31 41 55 / 0.1) !important;
  }

  .sm\:stroke-gray-800\/100 {
    stroke: rgb(31 41 55 / 1) !important;
  }

  .sm\:stroke-gray-800\/15 {
    stroke: rgb(31 41 55 / 0.15) !important;
  }

  .sm\:stroke-gray-800\/20 {
    stroke: rgb(31 41 55 / 0.2) !important;
  }

  .sm\:stroke-gray-800\/25 {
    stroke: rgb(31 41 55 / 0.25) !important;
  }

  .sm\:stroke-gray-800\/30 {
    stroke: rgb(31 41 55 / 0.3) !important;
  }

  .sm\:stroke-gray-800\/35 {
    stroke: rgb(31 41 55 / 0.35) !important;
  }

  .sm\:stroke-gray-800\/40 {
    stroke: rgb(31 41 55 / 0.4) !important;
  }

  .sm\:stroke-gray-800\/45 {
    stroke: rgb(31 41 55 / 0.45) !important;
  }

  .sm\:stroke-gray-800\/5 {
    stroke: rgb(31 41 55 / 0.05) !important;
  }

  .sm\:stroke-gray-800\/50 {
    stroke: rgb(31 41 55 / 0.5) !important;
  }

  .sm\:stroke-gray-800\/55 {
    stroke: rgb(31 41 55 / 0.55) !important;
  }

  .sm\:stroke-gray-800\/60 {
    stroke: rgb(31 41 55 / 0.6) !important;
  }

  .sm\:stroke-gray-800\/65 {
    stroke: rgb(31 41 55 / 0.65) !important;
  }

  .sm\:stroke-gray-800\/70 {
    stroke: rgb(31 41 55 / 0.7) !important;
  }

  .sm\:stroke-gray-800\/75 {
    stroke: rgb(31 41 55 / 0.75) !important;
  }

  .sm\:stroke-gray-800\/80 {
    stroke: rgb(31 41 55 / 0.8) !important;
  }

  .sm\:stroke-gray-800\/85 {
    stroke: rgb(31 41 55 / 0.85) !important;
  }

  .sm\:stroke-gray-800\/90 {
    stroke: rgb(31 41 55 / 0.9) !important;
  }

  .sm\:stroke-gray-800\/95 {
    stroke: rgb(31 41 55 / 0.95) !important;
  }

  .sm\:stroke-gray-900 {
    stroke: #111827 !important;
  }

  .sm\:stroke-gray-900\/0 {
    stroke: rgb(17 24 39 / 0) !important;
  }

  .sm\:stroke-gray-900\/10 {
    stroke: rgb(17 24 39 / 0.1) !important;
  }

  .sm\:stroke-gray-900\/100 {
    stroke: rgb(17 24 39 / 1) !important;
  }

  .sm\:stroke-gray-900\/15 {
    stroke: rgb(17 24 39 / 0.15) !important;
  }

  .sm\:stroke-gray-900\/20 {
    stroke: rgb(17 24 39 / 0.2) !important;
  }

  .sm\:stroke-gray-900\/25 {
    stroke: rgb(17 24 39 / 0.25) !important;
  }

  .sm\:stroke-gray-900\/30 {
    stroke: rgb(17 24 39 / 0.3) !important;
  }

  .sm\:stroke-gray-900\/35 {
    stroke: rgb(17 24 39 / 0.35) !important;
  }

  .sm\:stroke-gray-900\/40 {
    stroke: rgb(17 24 39 / 0.4) !important;
  }

  .sm\:stroke-gray-900\/45 {
    stroke: rgb(17 24 39 / 0.45) !important;
  }

  .sm\:stroke-gray-900\/5 {
    stroke: rgb(17 24 39 / 0.05) !important;
  }

  .sm\:stroke-gray-900\/50 {
    stroke: rgb(17 24 39 / 0.5) !important;
  }

  .sm\:stroke-gray-900\/55 {
    stroke: rgb(17 24 39 / 0.55) !important;
  }

  .sm\:stroke-gray-900\/60 {
    stroke: rgb(17 24 39 / 0.6) !important;
  }

  .sm\:stroke-gray-900\/65 {
    stroke: rgb(17 24 39 / 0.65) !important;
  }

  .sm\:stroke-gray-900\/70 {
    stroke: rgb(17 24 39 / 0.7) !important;
  }

  .sm\:stroke-gray-900\/75 {
    stroke: rgb(17 24 39 / 0.75) !important;
  }

  .sm\:stroke-gray-900\/80 {
    stroke: rgb(17 24 39 / 0.8) !important;
  }

  .sm\:stroke-gray-900\/85 {
    stroke: rgb(17 24 39 / 0.85) !important;
  }

  .sm\:stroke-gray-900\/90 {
    stroke: rgb(17 24 39 / 0.9) !important;
  }

  .sm\:stroke-gray-900\/95 {
    stroke: rgb(17 24 39 / 0.95) !important;
  }

  .sm\:stroke-gray-950 {
    stroke: #030712 !important;
  }

  .sm\:stroke-gray-950\/0 {
    stroke: rgb(3 7 18 / 0) !important;
  }

  .sm\:stroke-gray-950\/10 {
    stroke: rgb(3 7 18 / 0.1) !important;
  }

  .sm\:stroke-gray-950\/100 {
    stroke: rgb(3 7 18 / 1) !important;
  }

  .sm\:stroke-gray-950\/15 {
    stroke: rgb(3 7 18 / 0.15) !important;
  }

  .sm\:stroke-gray-950\/20 {
    stroke: rgb(3 7 18 / 0.2) !important;
  }

  .sm\:stroke-gray-950\/25 {
    stroke: rgb(3 7 18 / 0.25) !important;
  }

  .sm\:stroke-gray-950\/30 {
    stroke: rgb(3 7 18 / 0.3) !important;
  }

  .sm\:stroke-gray-950\/35 {
    stroke: rgb(3 7 18 / 0.35) !important;
  }

  .sm\:stroke-gray-950\/40 {
    stroke: rgb(3 7 18 / 0.4) !important;
  }

  .sm\:stroke-gray-950\/45 {
    stroke: rgb(3 7 18 / 0.45) !important;
  }

  .sm\:stroke-gray-950\/5 {
    stroke: rgb(3 7 18 / 0.05) !important;
  }

  .sm\:stroke-gray-950\/50 {
    stroke: rgb(3 7 18 / 0.5) !important;
  }

  .sm\:stroke-gray-950\/55 {
    stroke: rgb(3 7 18 / 0.55) !important;
  }

  .sm\:stroke-gray-950\/60 {
    stroke: rgb(3 7 18 / 0.6) !important;
  }

  .sm\:stroke-gray-950\/65 {
    stroke: rgb(3 7 18 / 0.65) !important;
  }

  .sm\:stroke-gray-950\/70 {
    stroke: rgb(3 7 18 / 0.7) !important;
  }

  .sm\:stroke-gray-950\/75 {
    stroke: rgb(3 7 18 / 0.75) !important;
  }

  .sm\:stroke-gray-950\/80 {
    stroke: rgb(3 7 18 / 0.8) !important;
  }

  .sm\:stroke-gray-950\/85 {
    stroke: rgb(3 7 18 / 0.85) !important;
  }

  .sm\:stroke-gray-950\/90 {
    stroke: rgb(3 7 18 / 0.9) !important;
  }

  .sm\:stroke-gray-950\/95 {
    stroke: rgb(3 7 18 / 0.95) !important;
  }

  .sm\:stroke-green-100 {
    stroke: #dcfce7 !important;
  }

  .sm\:stroke-green-100\/0 {
    stroke: rgb(220 252 231 / 0) !important;
  }

  .sm\:stroke-green-100\/10 {
    stroke: rgb(220 252 231 / 0.1) !important;
  }

  .sm\:stroke-green-100\/100 {
    stroke: rgb(220 252 231 / 1) !important;
  }

  .sm\:stroke-green-100\/15 {
    stroke: rgb(220 252 231 / 0.15) !important;
  }

  .sm\:stroke-green-100\/20 {
    stroke: rgb(220 252 231 / 0.2) !important;
  }

  .sm\:stroke-green-100\/25 {
    stroke: rgb(220 252 231 / 0.25) !important;
  }

  .sm\:stroke-green-100\/30 {
    stroke: rgb(220 252 231 / 0.3) !important;
  }

  .sm\:stroke-green-100\/35 {
    stroke: rgb(220 252 231 / 0.35) !important;
  }

  .sm\:stroke-green-100\/40 {
    stroke: rgb(220 252 231 / 0.4) !important;
  }

  .sm\:stroke-green-100\/45 {
    stroke: rgb(220 252 231 / 0.45) !important;
  }

  .sm\:stroke-green-100\/5 {
    stroke: rgb(220 252 231 / 0.05) !important;
  }

  .sm\:stroke-green-100\/50 {
    stroke: rgb(220 252 231 / 0.5) !important;
  }

  .sm\:stroke-green-100\/55 {
    stroke: rgb(220 252 231 / 0.55) !important;
  }

  .sm\:stroke-green-100\/60 {
    stroke: rgb(220 252 231 / 0.6) !important;
  }

  .sm\:stroke-green-100\/65 {
    stroke: rgb(220 252 231 / 0.65) !important;
  }

  .sm\:stroke-green-100\/70 {
    stroke: rgb(220 252 231 / 0.7) !important;
  }

  .sm\:stroke-green-100\/75 {
    stroke: rgb(220 252 231 / 0.75) !important;
  }

  .sm\:stroke-green-100\/80 {
    stroke: rgb(220 252 231 / 0.8) !important;
  }

  .sm\:stroke-green-100\/85 {
    stroke: rgb(220 252 231 / 0.85) !important;
  }

  .sm\:stroke-green-100\/90 {
    stroke: rgb(220 252 231 / 0.9) !important;
  }

  .sm\:stroke-green-100\/95 {
    stroke: rgb(220 252 231 / 0.95) !important;
  }

  .sm\:stroke-green-200 {
    stroke: #bbf7d0 !important;
  }

  .sm\:stroke-green-200\/0 {
    stroke: rgb(187 247 208 / 0) !important;
  }

  .sm\:stroke-green-200\/10 {
    stroke: rgb(187 247 208 / 0.1) !important;
  }

  .sm\:stroke-green-200\/100 {
    stroke: rgb(187 247 208 / 1) !important;
  }

  .sm\:stroke-green-200\/15 {
    stroke: rgb(187 247 208 / 0.15) !important;
  }

  .sm\:stroke-green-200\/20 {
    stroke: rgb(187 247 208 / 0.2) !important;
  }

  .sm\:stroke-green-200\/25 {
    stroke: rgb(187 247 208 / 0.25) !important;
  }

  .sm\:stroke-green-200\/30 {
    stroke: rgb(187 247 208 / 0.3) !important;
  }

  .sm\:stroke-green-200\/35 {
    stroke: rgb(187 247 208 / 0.35) !important;
  }

  .sm\:stroke-green-200\/40 {
    stroke: rgb(187 247 208 / 0.4) !important;
  }

  .sm\:stroke-green-200\/45 {
    stroke: rgb(187 247 208 / 0.45) !important;
  }

  .sm\:stroke-green-200\/5 {
    stroke: rgb(187 247 208 / 0.05) !important;
  }

  .sm\:stroke-green-200\/50 {
    stroke: rgb(187 247 208 / 0.5) !important;
  }

  .sm\:stroke-green-200\/55 {
    stroke: rgb(187 247 208 / 0.55) !important;
  }

  .sm\:stroke-green-200\/60 {
    stroke: rgb(187 247 208 / 0.6) !important;
  }

  .sm\:stroke-green-200\/65 {
    stroke: rgb(187 247 208 / 0.65) !important;
  }

  .sm\:stroke-green-200\/70 {
    stroke: rgb(187 247 208 / 0.7) !important;
  }

  .sm\:stroke-green-200\/75 {
    stroke: rgb(187 247 208 / 0.75) !important;
  }

  .sm\:stroke-green-200\/80 {
    stroke: rgb(187 247 208 / 0.8) !important;
  }

  .sm\:stroke-green-200\/85 {
    stroke: rgb(187 247 208 / 0.85) !important;
  }

  .sm\:stroke-green-200\/90 {
    stroke: rgb(187 247 208 / 0.9) !important;
  }

  .sm\:stroke-green-200\/95 {
    stroke: rgb(187 247 208 / 0.95) !important;
  }

  .sm\:stroke-green-300 {
    stroke: #86efac !important;
  }

  .sm\:stroke-green-300\/0 {
    stroke: rgb(134 239 172 / 0) !important;
  }

  .sm\:stroke-green-300\/10 {
    stroke: rgb(134 239 172 / 0.1) !important;
  }

  .sm\:stroke-green-300\/100 {
    stroke: rgb(134 239 172 / 1) !important;
  }

  .sm\:stroke-green-300\/15 {
    stroke: rgb(134 239 172 / 0.15) !important;
  }

  .sm\:stroke-green-300\/20 {
    stroke: rgb(134 239 172 / 0.2) !important;
  }

  .sm\:stroke-green-300\/25 {
    stroke: rgb(134 239 172 / 0.25) !important;
  }

  .sm\:stroke-green-300\/30 {
    stroke: rgb(134 239 172 / 0.3) !important;
  }

  .sm\:stroke-green-300\/35 {
    stroke: rgb(134 239 172 / 0.35) !important;
  }

  .sm\:stroke-green-300\/40 {
    stroke: rgb(134 239 172 / 0.4) !important;
  }

  .sm\:stroke-green-300\/45 {
    stroke: rgb(134 239 172 / 0.45) !important;
  }

  .sm\:stroke-green-300\/5 {
    stroke: rgb(134 239 172 / 0.05) !important;
  }

  .sm\:stroke-green-300\/50 {
    stroke: rgb(134 239 172 / 0.5) !important;
  }

  .sm\:stroke-green-300\/55 {
    stroke: rgb(134 239 172 / 0.55) !important;
  }

  .sm\:stroke-green-300\/60 {
    stroke: rgb(134 239 172 / 0.6) !important;
  }

  .sm\:stroke-green-300\/65 {
    stroke: rgb(134 239 172 / 0.65) !important;
  }

  .sm\:stroke-green-300\/70 {
    stroke: rgb(134 239 172 / 0.7) !important;
  }

  .sm\:stroke-green-300\/75 {
    stroke: rgb(134 239 172 / 0.75) !important;
  }

  .sm\:stroke-green-300\/80 {
    stroke: rgb(134 239 172 / 0.8) !important;
  }

  .sm\:stroke-green-300\/85 {
    stroke: rgb(134 239 172 / 0.85) !important;
  }

  .sm\:stroke-green-300\/90 {
    stroke: rgb(134 239 172 / 0.9) !important;
  }

  .sm\:stroke-green-300\/95 {
    stroke: rgb(134 239 172 / 0.95) !important;
  }

  .sm\:stroke-green-400 {
    stroke: #4ade80 !important;
  }

  .sm\:stroke-green-400\/0 {
    stroke: rgb(74 222 128 / 0) !important;
  }

  .sm\:stroke-green-400\/10 {
    stroke: rgb(74 222 128 / 0.1) !important;
  }

  .sm\:stroke-green-400\/100 {
    stroke: rgb(74 222 128 / 1) !important;
  }

  .sm\:stroke-green-400\/15 {
    stroke: rgb(74 222 128 / 0.15) !important;
  }

  .sm\:stroke-green-400\/20 {
    stroke: rgb(74 222 128 / 0.2) !important;
  }

  .sm\:stroke-green-400\/25 {
    stroke: rgb(74 222 128 / 0.25) !important;
  }

  .sm\:stroke-green-400\/30 {
    stroke: rgb(74 222 128 / 0.3) !important;
  }

  .sm\:stroke-green-400\/35 {
    stroke: rgb(74 222 128 / 0.35) !important;
  }

  .sm\:stroke-green-400\/40 {
    stroke: rgb(74 222 128 / 0.4) !important;
  }

  .sm\:stroke-green-400\/45 {
    stroke: rgb(74 222 128 / 0.45) !important;
  }

  .sm\:stroke-green-400\/5 {
    stroke: rgb(74 222 128 / 0.05) !important;
  }

  .sm\:stroke-green-400\/50 {
    stroke: rgb(74 222 128 / 0.5) !important;
  }

  .sm\:stroke-green-400\/55 {
    stroke: rgb(74 222 128 / 0.55) !important;
  }

  .sm\:stroke-green-400\/60 {
    stroke: rgb(74 222 128 / 0.6) !important;
  }

  .sm\:stroke-green-400\/65 {
    stroke: rgb(74 222 128 / 0.65) !important;
  }

  .sm\:stroke-green-400\/70 {
    stroke: rgb(74 222 128 / 0.7) !important;
  }

  .sm\:stroke-green-400\/75 {
    stroke: rgb(74 222 128 / 0.75) !important;
  }

  .sm\:stroke-green-400\/80 {
    stroke: rgb(74 222 128 / 0.8) !important;
  }

  .sm\:stroke-green-400\/85 {
    stroke: rgb(74 222 128 / 0.85) !important;
  }

  .sm\:stroke-green-400\/90 {
    stroke: rgb(74 222 128 / 0.9) !important;
  }

  .sm\:stroke-green-400\/95 {
    stroke: rgb(74 222 128 / 0.95) !important;
  }

  .sm\:stroke-green-50 {
    stroke: #f0fdf4 !important;
  }

  .sm\:stroke-green-50\/0 {
    stroke: rgb(240 253 244 / 0) !important;
  }

  .sm\:stroke-green-50\/10 {
    stroke: rgb(240 253 244 / 0.1) !important;
  }

  .sm\:stroke-green-50\/100 {
    stroke: rgb(240 253 244 / 1) !important;
  }

  .sm\:stroke-green-50\/15 {
    stroke: rgb(240 253 244 / 0.15) !important;
  }

  .sm\:stroke-green-50\/20 {
    stroke: rgb(240 253 244 / 0.2) !important;
  }

  .sm\:stroke-green-50\/25 {
    stroke: rgb(240 253 244 / 0.25) !important;
  }

  .sm\:stroke-green-50\/30 {
    stroke: rgb(240 253 244 / 0.3) !important;
  }

  .sm\:stroke-green-50\/35 {
    stroke: rgb(240 253 244 / 0.35) !important;
  }

  .sm\:stroke-green-50\/40 {
    stroke: rgb(240 253 244 / 0.4) !important;
  }

  .sm\:stroke-green-50\/45 {
    stroke: rgb(240 253 244 / 0.45) !important;
  }

  .sm\:stroke-green-50\/5 {
    stroke: rgb(240 253 244 / 0.05) !important;
  }

  .sm\:stroke-green-50\/50 {
    stroke: rgb(240 253 244 / 0.5) !important;
  }

  .sm\:stroke-green-50\/55 {
    stroke: rgb(240 253 244 / 0.55) !important;
  }

  .sm\:stroke-green-50\/60 {
    stroke: rgb(240 253 244 / 0.6) !important;
  }

  .sm\:stroke-green-50\/65 {
    stroke: rgb(240 253 244 / 0.65) !important;
  }

  .sm\:stroke-green-50\/70 {
    stroke: rgb(240 253 244 / 0.7) !important;
  }

  .sm\:stroke-green-50\/75 {
    stroke: rgb(240 253 244 / 0.75) !important;
  }

  .sm\:stroke-green-50\/80 {
    stroke: rgb(240 253 244 / 0.8) !important;
  }

  .sm\:stroke-green-50\/85 {
    stroke: rgb(240 253 244 / 0.85) !important;
  }

  .sm\:stroke-green-50\/90 {
    stroke: rgb(240 253 244 / 0.9) !important;
  }

  .sm\:stroke-green-50\/95 {
    stroke: rgb(240 253 244 / 0.95) !important;
  }

  .sm\:stroke-green-500 {
    stroke: #22c55e !important;
  }

  .sm\:stroke-green-500\/0 {
    stroke: rgb(34 197 94 / 0) !important;
  }

  .sm\:stroke-green-500\/10 {
    stroke: rgb(34 197 94 / 0.1) !important;
  }

  .sm\:stroke-green-500\/100 {
    stroke: rgb(34 197 94 / 1) !important;
  }

  .sm\:stroke-green-500\/15 {
    stroke: rgb(34 197 94 / 0.15) !important;
  }

  .sm\:stroke-green-500\/20 {
    stroke: rgb(34 197 94 / 0.2) !important;
  }

  .sm\:stroke-green-500\/25 {
    stroke: rgb(34 197 94 / 0.25) !important;
  }

  .sm\:stroke-green-500\/30 {
    stroke: rgb(34 197 94 / 0.3) !important;
  }

  .sm\:stroke-green-500\/35 {
    stroke: rgb(34 197 94 / 0.35) !important;
  }

  .sm\:stroke-green-500\/40 {
    stroke: rgb(34 197 94 / 0.4) !important;
  }

  .sm\:stroke-green-500\/45 {
    stroke: rgb(34 197 94 / 0.45) !important;
  }

  .sm\:stroke-green-500\/5 {
    stroke: rgb(34 197 94 / 0.05) !important;
  }

  .sm\:stroke-green-500\/50 {
    stroke: rgb(34 197 94 / 0.5) !important;
  }

  .sm\:stroke-green-500\/55 {
    stroke: rgb(34 197 94 / 0.55) !important;
  }

  .sm\:stroke-green-500\/60 {
    stroke: rgb(34 197 94 / 0.6) !important;
  }

  .sm\:stroke-green-500\/65 {
    stroke: rgb(34 197 94 / 0.65) !important;
  }

  .sm\:stroke-green-500\/70 {
    stroke: rgb(34 197 94 / 0.7) !important;
  }

  .sm\:stroke-green-500\/75 {
    stroke: rgb(34 197 94 / 0.75) !important;
  }

  .sm\:stroke-green-500\/80 {
    stroke: rgb(34 197 94 / 0.8) !important;
  }

  .sm\:stroke-green-500\/85 {
    stroke: rgb(34 197 94 / 0.85) !important;
  }

  .sm\:stroke-green-500\/90 {
    stroke: rgb(34 197 94 / 0.9) !important;
  }

  .sm\:stroke-green-500\/95 {
    stroke: rgb(34 197 94 / 0.95) !important;
  }

  .sm\:stroke-green-600 {
    stroke: #16a34a !important;
  }

  .sm\:stroke-green-600\/0 {
    stroke: rgb(22 163 74 / 0) !important;
  }

  .sm\:stroke-green-600\/10 {
    stroke: rgb(22 163 74 / 0.1) !important;
  }

  .sm\:stroke-green-600\/100 {
    stroke: rgb(22 163 74 / 1) !important;
  }

  .sm\:stroke-green-600\/15 {
    stroke: rgb(22 163 74 / 0.15) !important;
  }

  .sm\:stroke-green-600\/20 {
    stroke: rgb(22 163 74 / 0.2) !important;
  }

  .sm\:stroke-green-600\/25 {
    stroke: rgb(22 163 74 / 0.25) !important;
  }

  .sm\:stroke-green-600\/30 {
    stroke: rgb(22 163 74 / 0.3) !important;
  }

  .sm\:stroke-green-600\/35 {
    stroke: rgb(22 163 74 / 0.35) !important;
  }

  .sm\:stroke-green-600\/40 {
    stroke: rgb(22 163 74 / 0.4) !important;
  }

  .sm\:stroke-green-600\/45 {
    stroke: rgb(22 163 74 / 0.45) !important;
  }

  .sm\:stroke-green-600\/5 {
    stroke: rgb(22 163 74 / 0.05) !important;
  }

  .sm\:stroke-green-600\/50 {
    stroke: rgb(22 163 74 / 0.5) !important;
  }

  .sm\:stroke-green-600\/55 {
    stroke: rgb(22 163 74 / 0.55) !important;
  }

  .sm\:stroke-green-600\/60 {
    stroke: rgb(22 163 74 / 0.6) !important;
  }

  .sm\:stroke-green-600\/65 {
    stroke: rgb(22 163 74 / 0.65) !important;
  }

  .sm\:stroke-green-600\/70 {
    stroke: rgb(22 163 74 / 0.7) !important;
  }

  .sm\:stroke-green-600\/75 {
    stroke: rgb(22 163 74 / 0.75) !important;
  }

  .sm\:stroke-green-600\/80 {
    stroke: rgb(22 163 74 / 0.8) !important;
  }

  .sm\:stroke-green-600\/85 {
    stroke: rgb(22 163 74 / 0.85) !important;
  }

  .sm\:stroke-green-600\/90 {
    stroke: rgb(22 163 74 / 0.9) !important;
  }

  .sm\:stroke-green-600\/95 {
    stroke: rgb(22 163 74 / 0.95) !important;
  }

  .sm\:stroke-green-700 {
    stroke: #15803d !important;
  }

  .sm\:stroke-green-700\/0 {
    stroke: rgb(21 128 61 / 0) !important;
  }

  .sm\:stroke-green-700\/10 {
    stroke: rgb(21 128 61 / 0.1) !important;
  }

  .sm\:stroke-green-700\/100 {
    stroke: rgb(21 128 61 / 1) !important;
  }

  .sm\:stroke-green-700\/15 {
    stroke: rgb(21 128 61 / 0.15) !important;
  }

  .sm\:stroke-green-700\/20 {
    stroke: rgb(21 128 61 / 0.2) !important;
  }

  .sm\:stroke-green-700\/25 {
    stroke: rgb(21 128 61 / 0.25) !important;
  }

  .sm\:stroke-green-700\/30 {
    stroke: rgb(21 128 61 / 0.3) !important;
  }

  .sm\:stroke-green-700\/35 {
    stroke: rgb(21 128 61 / 0.35) !important;
  }

  .sm\:stroke-green-700\/40 {
    stroke: rgb(21 128 61 / 0.4) !important;
  }

  .sm\:stroke-green-700\/45 {
    stroke: rgb(21 128 61 / 0.45) !important;
  }

  .sm\:stroke-green-700\/5 {
    stroke: rgb(21 128 61 / 0.05) !important;
  }

  .sm\:stroke-green-700\/50 {
    stroke: rgb(21 128 61 / 0.5) !important;
  }

  .sm\:stroke-green-700\/55 {
    stroke: rgb(21 128 61 / 0.55) !important;
  }

  .sm\:stroke-green-700\/60 {
    stroke: rgb(21 128 61 / 0.6) !important;
  }

  .sm\:stroke-green-700\/65 {
    stroke: rgb(21 128 61 / 0.65) !important;
  }

  .sm\:stroke-green-700\/70 {
    stroke: rgb(21 128 61 / 0.7) !important;
  }

  .sm\:stroke-green-700\/75 {
    stroke: rgb(21 128 61 / 0.75) !important;
  }

  .sm\:stroke-green-700\/80 {
    stroke: rgb(21 128 61 / 0.8) !important;
  }

  .sm\:stroke-green-700\/85 {
    stroke: rgb(21 128 61 / 0.85) !important;
  }

  .sm\:stroke-green-700\/90 {
    stroke: rgb(21 128 61 / 0.9) !important;
  }

  .sm\:stroke-green-700\/95 {
    stroke: rgb(21 128 61 / 0.95) !important;
  }

  .sm\:stroke-green-800 {
    stroke: #166534 !important;
  }

  .sm\:stroke-green-800\/0 {
    stroke: rgb(22 101 52 / 0) !important;
  }

  .sm\:stroke-green-800\/10 {
    stroke: rgb(22 101 52 / 0.1) !important;
  }

  .sm\:stroke-green-800\/100 {
    stroke: rgb(22 101 52 / 1) !important;
  }

  .sm\:stroke-green-800\/15 {
    stroke: rgb(22 101 52 / 0.15) !important;
  }

  .sm\:stroke-green-800\/20 {
    stroke: rgb(22 101 52 / 0.2) !important;
  }

  .sm\:stroke-green-800\/25 {
    stroke: rgb(22 101 52 / 0.25) !important;
  }

  .sm\:stroke-green-800\/30 {
    stroke: rgb(22 101 52 / 0.3) !important;
  }

  .sm\:stroke-green-800\/35 {
    stroke: rgb(22 101 52 / 0.35) !important;
  }

  .sm\:stroke-green-800\/40 {
    stroke: rgb(22 101 52 / 0.4) !important;
  }

  .sm\:stroke-green-800\/45 {
    stroke: rgb(22 101 52 / 0.45) !important;
  }

  .sm\:stroke-green-800\/5 {
    stroke: rgb(22 101 52 / 0.05) !important;
  }

  .sm\:stroke-green-800\/50 {
    stroke: rgb(22 101 52 / 0.5) !important;
  }

  .sm\:stroke-green-800\/55 {
    stroke: rgb(22 101 52 / 0.55) !important;
  }

  .sm\:stroke-green-800\/60 {
    stroke: rgb(22 101 52 / 0.6) !important;
  }

  .sm\:stroke-green-800\/65 {
    stroke: rgb(22 101 52 / 0.65) !important;
  }

  .sm\:stroke-green-800\/70 {
    stroke: rgb(22 101 52 / 0.7) !important;
  }

  .sm\:stroke-green-800\/75 {
    stroke: rgb(22 101 52 / 0.75) !important;
  }

  .sm\:stroke-green-800\/80 {
    stroke: rgb(22 101 52 / 0.8) !important;
  }

  .sm\:stroke-green-800\/85 {
    stroke: rgb(22 101 52 / 0.85) !important;
  }

  .sm\:stroke-green-800\/90 {
    stroke: rgb(22 101 52 / 0.9) !important;
  }

  .sm\:stroke-green-800\/95 {
    stroke: rgb(22 101 52 / 0.95) !important;
  }

  .sm\:stroke-green-900 {
    stroke: #14532d !important;
  }

  .sm\:stroke-green-900\/0 {
    stroke: rgb(20 83 45 / 0) !important;
  }

  .sm\:stroke-green-900\/10 {
    stroke: rgb(20 83 45 / 0.1) !important;
  }

  .sm\:stroke-green-900\/100 {
    stroke: rgb(20 83 45 / 1) !important;
  }

  .sm\:stroke-green-900\/15 {
    stroke: rgb(20 83 45 / 0.15) !important;
  }

  .sm\:stroke-green-900\/20 {
    stroke: rgb(20 83 45 / 0.2) !important;
  }

  .sm\:stroke-green-900\/25 {
    stroke: rgb(20 83 45 / 0.25) !important;
  }

  .sm\:stroke-green-900\/30 {
    stroke: rgb(20 83 45 / 0.3) !important;
  }

  .sm\:stroke-green-900\/35 {
    stroke: rgb(20 83 45 / 0.35) !important;
  }

  .sm\:stroke-green-900\/40 {
    stroke: rgb(20 83 45 / 0.4) !important;
  }

  .sm\:stroke-green-900\/45 {
    stroke: rgb(20 83 45 / 0.45) !important;
  }

  .sm\:stroke-green-900\/5 {
    stroke: rgb(20 83 45 / 0.05) !important;
  }

  .sm\:stroke-green-900\/50 {
    stroke: rgb(20 83 45 / 0.5) !important;
  }

  .sm\:stroke-green-900\/55 {
    stroke: rgb(20 83 45 / 0.55) !important;
  }

  .sm\:stroke-green-900\/60 {
    stroke: rgb(20 83 45 / 0.6) !important;
  }

  .sm\:stroke-green-900\/65 {
    stroke: rgb(20 83 45 / 0.65) !important;
  }

  .sm\:stroke-green-900\/70 {
    stroke: rgb(20 83 45 / 0.7) !important;
  }

  .sm\:stroke-green-900\/75 {
    stroke: rgb(20 83 45 / 0.75) !important;
  }

  .sm\:stroke-green-900\/80 {
    stroke: rgb(20 83 45 / 0.8) !important;
  }

  .sm\:stroke-green-900\/85 {
    stroke: rgb(20 83 45 / 0.85) !important;
  }

  .sm\:stroke-green-900\/90 {
    stroke: rgb(20 83 45 / 0.9) !important;
  }

  .sm\:stroke-green-900\/95 {
    stroke: rgb(20 83 45 / 0.95) !important;
  }

  .sm\:stroke-green-950 {
    stroke: #052e16 !important;
  }

  .sm\:stroke-green-950\/0 {
    stroke: rgb(5 46 22 / 0) !important;
  }

  .sm\:stroke-green-950\/10 {
    stroke: rgb(5 46 22 / 0.1) !important;
  }

  .sm\:stroke-green-950\/100 {
    stroke: rgb(5 46 22 / 1) !important;
  }

  .sm\:stroke-green-950\/15 {
    stroke: rgb(5 46 22 / 0.15) !important;
  }

  .sm\:stroke-green-950\/20 {
    stroke: rgb(5 46 22 / 0.2) !important;
  }

  .sm\:stroke-green-950\/25 {
    stroke: rgb(5 46 22 / 0.25) !important;
  }

  .sm\:stroke-green-950\/30 {
    stroke: rgb(5 46 22 / 0.3) !important;
  }

  .sm\:stroke-green-950\/35 {
    stroke: rgb(5 46 22 / 0.35) !important;
  }

  .sm\:stroke-green-950\/40 {
    stroke: rgb(5 46 22 / 0.4) !important;
  }

  .sm\:stroke-green-950\/45 {
    stroke: rgb(5 46 22 / 0.45) !important;
  }

  .sm\:stroke-green-950\/5 {
    stroke: rgb(5 46 22 / 0.05) !important;
  }

  .sm\:stroke-green-950\/50 {
    stroke: rgb(5 46 22 / 0.5) !important;
  }

  .sm\:stroke-green-950\/55 {
    stroke: rgb(5 46 22 / 0.55) !important;
  }

  .sm\:stroke-green-950\/60 {
    stroke: rgb(5 46 22 / 0.6) !important;
  }

  .sm\:stroke-green-950\/65 {
    stroke: rgb(5 46 22 / 0.65) !important;
  }

  .sm\:stroke-green-950\/70 {
    stroke: rgb(5 46 22 / 0.7) !important;
  }

  .sm\:stroke-green-950\/75 {
    stroke: rgb(5 46 22 / 0.75) !important;
  }

  .sm\:stroke-green-950\/80 {
    stroke: rgb(5 46 22 / 0.8) !important;
  }

  .sm\:stroke-green-950\/85 {
    stroke: rgb(5 46 22 / 0.85) !important;
  }

  .sm\:stroke-green-950\/90 {
    stroke: rgb(5 46 22 / 0.9) !important;
  }

  .sm\:stroke-green-950\/95 {
    stroke: rgb(5 46 22 / 0.95) !important;
  }

  .sm\:stroke-grey {
    stroke: #838383 !important;
  }

  .sm\:stroke-grey\/0 {
    stroke: rgb(131 131 131 / 0) !important;
  }

  .sm\:stroke-grey\/10 {
    stroke: rgb(131 131 131 / 0.1) !important;
  }

  .sm\:stroke-grey\/100 {
    stroke: rgb(131 131 131 / 1) !important;
  }

  .sm\:stroke-grey\/15 {
    stroke: rgb(131 131 131 / 0.15) !important;
  }

  .sm\:stroke-grey\/20 {
    stroke: rgb(131 131 131 / 0.2) !important;
  }

  .sm\:stroke-grey\/25 {
    stroke: rgb(131 131 131 / 0.25) !important;
  }

  .sm\:stroke-grey\/30 {
    stroke: rgb(131 131 131 / 0.3) !important;
  }

  .sm\:stroke-grey\/35 {
    stroke: rgb(131 131 131 / 0.35) !important;
  }

  .sm\:stroke-grey\/40 {
    stroke: rgb(131 131 131 / 0.4) !important;
  }

  .sm\:stroke-grey\/45 {
    stroke: rgb(131 131 131 / 0.45) !important;
  }

  .sm\:stroke-grey\/5 {
    stroke: rgb(131 131 131 / 0.05) !important;
  }

  .sm\:stroke-grey\/50 {
    stroke: rgb(131 131 131 / 0.5) !important;
  }

  .sm\:stroke-grey\/55 {
    stroke: rgb(131 131 131 / 0.55) !important;
  }

  .sm\:stroke-grey\/60 {
    stroke: rgb(131 131 131 / 0.6) !important;
  }

  .sm\:stroke-grey\/65 {
    stroke: rgb(131 131 131 / 0.65) !important;
  }

  .sm\:stroke-grey\/70 {
    stroke: rgb(131 131 131 / 0.7) !important;
  }

  .sm\:stroke-grey\/75 {
    stroke: rgb(131 131 131 / 0.75) !important;
  }

  .sm\:stroke-grey\/80 {
    stroke: rgb(131 131 131 / 0.8) !important;
  }

  .sm\:stroke-grey\/85 {
    stroke: rgb(131 131 131 / 0.85) !important;
  }

  .sm\:stroke-grey\/90 {
    stroke: rgb(131 131 131 / 0.9) !important;
  }

  .sm\:stroke-grey\/95 {
    stroke: rgb(131 131 131 / 0.95) !important;
  }

  .sm\:stroke-grey_border {
    stroke: #979797 !important;
  }

  .sm\:stroke-grey_border\/0 {
    stroke: rgb(151 151 151 / 0) !important;
  }

  .sm\:stroke-grey_border\/10 {
    stroke: rgb(151 151 151 / 0.1) !important;
  }

  .sm\:stroke-grey_border\/100 {
    stroke: rgb(151 151 151 / 1) !important;
  }

  .sm\:stroke-grey_border\/15 {
    stroke: rgb(151 151 151 / 0.15) !important;
  }

  .sm\:stroke-grey_border\/20 {
    stroke: rgb(151 151 151 / 0.2) !important;
  }

  .sm\:stroke-grey_border\/25 {
    stroke: rgb(151 151 151 / 0.25) !important;
  }

  .sm\:stroke-grey_border\/30 {
    stroke: rgb(151 151 151 / 0.3) !important;
  }

  .sm\:stroke-grey_border\/35 {
    stroke: rgb(151 151 151 / 0.35) !important;
  }

  .sm\:stroke-grey_border\/40 {
    stroke: rgb(151 151 151 / 0.4) !important;
  }

  .sm\:stroke-grey_border\/45 {
    stroke: rgb(151 151 151 / 0.45) !important;
  }

  .sm\:stroke-grey_border\/5 {
    stroke: rgb(151 151 151 / 0.05) !important;
  }

  .sm\:stroke-grey_border\/50 {
    stroke: rgb(151 151 151 / 0.5) !important;
  }

  .sm\:stroke-grey_border\/55 {
    stroke: rgb(151 151 151 / 0.55) !important;
  }

  .sm\:stroke-grey_border\/60 {
    stroke: rgb(151 151 151 / 0.6) !important;
  }

  .sm\:stroke-grey_border\/65 {
    stroke: rgb(151 151 151 / 0.65) !important;
  }

  .sm\:stroke-grey_border\/70 {
    stroke: rgb(151 151 151 / 0.7) !important;
  }

  .sm\:stroke-grey_border\/75 {
    stroke: rgb(151 151 151 / 0.75) !important;
  }

  .sm\:stroke-grey_border\/80 {
    stroke: rgb(151 151 151 / 0.8) !important;
  }

  .sm\:stroke-grey_border\/85 {
    stroke: rgb(151 151 151 / 0.85) !important;
  }

  .sm\:stroke-grey_border\/90 {
    stroke: rgb(151 151 151 / 0.9) !important;
  }

  .sm\:stroke-grey_border\/95 {
    stroke: rgb(151 151 151 / 0.95) !important;
  }

  .sm\:stroke-indigo-100 {
    stroke: #e0e7ff !important;
  }

  .sm\:stroke-indigo-100\/0 {
    stroke: rgb(224 231 255 / 0) !important;
  }

  .sm\:stroke-indigo-100\/10 {
    stroke: rgb(224 231 255 / 0.1) !important;
  }

  .sm\:stroke-indigo-100\/100 {
    stroke: rgb(224 231 255 / 1) !important;
  }

  .sm\:stroke-indigo-100\/15 {
    stroke: rgb(224 231 255 / 0.15) !important;
  }

  .sm\:stroke-indigo-100\/20 {
    stroke: rgb(224 231 255 / 0.2) !important;
  }

  .sm\:stroke-indigo-100\/25 {
    stroke: rgb(224 231 255 / 0.25) !important;
  }

  .sm\:stroke-indigo-100\/30 {
    stroke: rgb(224 231 255 / 0.3) !important;
  }

  .sm\:stroke-indigo-100\/35 {
    stroke: rgb(224 231 255 / 0.35) !important;
  }

  .sm\:stroke-indigo-100\/40 {
    stroke: rgb(224 231 255 / 0.4) !important;
  }

  .sm\:stroke-indigo-100\/45 {
    stroke: rgb(224 231 255 / 0.45) !important;
  }

  .sm\:stroke-indigo-100\/5 {
    stroke: rgb(224 231 255 / 0.05) !important;
  }

  .sm\:stroke-indigo-100\/50 {
    stroke: rgb(224 231 255 / 0.5) !important;
  }

  .sm\:stroke-indigo-100\/55 {
    stroke: rgb(224 231 255 / 0.55) !important;
  }

  .sm\:stroke-indigo-100\/60 {
    stroke: rgb(224 231 255 / 0.6) !important;
  }

  .sm\:stroke-indigo-100\/65 {
    stroke: rgb(224 231 255 / 0.65) !important;
  }

  .sm\:stroke-indigo-100\/70 {
    stroke: rgb(224 231 255 / 0.7) !important;
  }

  .sm\:stroke-indigo-100\/75 {
    stroke: rgb(224 231 255 / 0.75) !important;
  }

  .sm\:stroke-indigo-100\/80 {
    stroke: rgb(224 231 255 / 0.8) !important;
  }

  .sm\:stroke-indigo-100\/85 {
    stroke: rgb(224 231 255 / 0.85) !important;
  }

  .sm\:stroke-indigo-100\/90 {
    stroke: rgb(224 231 255 / 0.9) !important;
  }

  .sm\:stroke-indigo-100\/95 {
    stroke: rgb(224 231 255 / 0.95) !important;
  }

  .sm\:stroke-indigo-200 {
    stroke: #c7d2fe !important;
  }

  .sm\:stroke-indigo-200\/0 {
    stroke: rgb(199 210 254 / 0) !important;
  }

  .sm\:stroke-indigo-200\/10 {
    stroke: rgb(199 210 254 / 0.1) !important;
  }

  .sm\:stroke-indigo-200\/100 {
    stroke: rgb(199 210 254 / 1) !important;
  }

  .sm\:stroke-indigo-200\/15 {
    stroke: rgb(199 210 254 / 0.15) !important;
  }

  .sm\:stroke-indigo-200\/20 {
    stroke: rgb(199 210 254 / 0.2) !important;
  }

  .sm\:stroke-indigo-200\/25 {
    stroke: rgb(199 210 254 / 0.25) !important;
  }

  .sm\:stroke-indigo-200\/30 {
    stroke: rgb(199 210 254 / 0.3) !important;
  }

  .sm\:stroke-indigo-200\/35 {
    stroke: rgb(199 210 254 / 0.35) !important;
  }

  .sm\:stroke-indigo-200\/40 {
    stroke: rgb(199 210 254 / 0.4) !important;
  }

  .sm\:stroke-indigo-200\/45 {
    stroke: rgb(199 210 254 / 0.45) !important;
  }

  .sm\:stroke-indigo-200\/5 {
    stroke: rgb(199 210 254 / 0.05) !important;
  }

  .sm\:stroke-indigo-200\/50 {
    stroke: rgb(199 210 254 / 0.5) !important;
  }

  .sm\:stroke-indigo-200\/55 {
    stroke: rgb(199 210 254 / 0.55) !important;
  }

  .sm\:stroke-indigo-200\/60 {
    stroke: rgb(199 210 254 / 0.6) !important;
  }

  .sm\:stroke-indigo-200\/65 {
    stroke: rgb(199 210 254 / 0.65) !important;
  }

  .sm\:stroke-indigo-200\/70 {
    stroke: rgb(199 210 254 / 0.7) !important;
  }

  .sm\:stroke-indigo-200\/75 {
    stroke: rgb(199 210 254 / 0.75) !important;
  }

  .sm\:stroke-indigo-200\/80 {
    stroke: rgb(199 210 254 / 0.8) !important;
  }

  .sm\:stroke-indigo-200\/85 {
    stroke: rgb(199 210 254 / 0.85) !important;
  }

  .sm\:stroke-indigo-200\/90 {
    stroke: rgb(199 210 254 / 0.9) !important;
  }

  .sm\:stroke-indigo-200\/95 {
    stroke: rgb(199 210 254 / 0.95) !important;
  }

  .sm\:stroke-indigo-300 {
    stroke: #a5b4fc !important;
  }

  .sm\:stroke-indigo-300\/0 {
    stroke: rgb(165 180 252 / 0) !important;
  }

  .sm\:stroke-indigo-300\/10 {
    stroke: rgb(165 180 252 / 0.1) !important;
  }

  .sm\:stroke-indigo-300\/100 {
    stroke: rgb(165 180 252 / 1) !important;
  }

  .sm\:stroke-indigo-300\/15 {
    stroke: rgb(165 180 252 / 0.15) !important;
  }

  .sm\:stroke-indigo-300\/20 {
    stroke: rgb(165 180 252 / 0.2) !important;
  }

  .sm\:stroke-indigo-300\/25 {
    stroke: rgb(165 180 252 / 0.25) !important;
  }

  .sm\:stroke-indigo-300\/30 {
    stroke: rgb(165 180 252 / 0.3) !important;
  }

  .sm\:stroke-indigo-300\/35 {
    stroke: rgb(165 180 252 / 0.35) !important;
  }

  .sm\:stroke-indigo-300\/40 {
    stroke: rgb(165 180 252 / 0.4) !important;
  }

  .sm\:stroke-indigo-300\/45 {
    stroke: rgb(165 180 252 / 0.45) !important;
  }

  .sm\:stroke-indigo-300\/5 {
    stroke: rgb(165 180 252 / 0.05) !important;
  }

  .sm\:stroke-indigo-300\/50 {
    stroke: rgb(165 180 252 / 0.5) !important;
  }

  .sm\:stroke-indigo-300\/55 {
    stroke: rgb(165 180 252 / 0.55) !important;
  }

  .sm\:stroke-indigo-300\/60 {
    stroke: rgb(165 180 252 / 0.6) !important;
  }

  .sm\:stroke-indigo-300\/65 {
    stroke: rgb(165 180 252 / 0.65) !important;
  }

  .sm\:stroke-indigo-300\/70 {
    stroke: rgb(165 180 252 / 0.7) !important;
  }

  .sm\:stroke-indigo-300\/75 {
    stroke: rgb(165 180 252 / 0.75) !important;
  }

  .sm\:stroke-indigo-300\/80 {
    stroke: rgb(165 180 252 / 0.8) !important;
  }

  .sm\:stroke-indigo-300\/85 {
    stroke: rgb(165 180 252 / 0.85) !important;
  }

  .sm\:stroke-indigo-300\/90 {
    stroke: rgb(165 180 252 / 0.9) !important;
  }

  .sm\:stroke-indigo-300\/95 {
    stroke: rgb(165 180 252 / 0.95) !important;
  }

  .sm\:stroke-indigo-400 {
    stroke: #818cf8 !important;
  }

  .sm\:stroke-indigo-400\/0 {
    stroke: rgb(129 140 248 / 0) !important;
  }

  .sm\:stroke-indigo-400\/10 {
    stroke: rgb(129 140 248 / 0.1) !important;
  }

  .sm\:stroke-indigo-400\/100 {
    stroke: rgb(129 140 248 / 1) !important;
  }

  .sm\:stroke-indigo-400\/15 {
    stroke: rgb(129 140 248 / 0.15) !important;
  }

  .sm\:stroke-indigo-400\/20 {
    stroke: rgb(129 140 248 / 0.2) !important;
  }

  .sm\:stroke-indigo-400\/25 {
    stroke: rgb(129 140 248 / 0.25) !important;
  }

  .sm\:stroke-indigo-400\/30 {
    stroke: rgb(129 140 248 / 0.3) !important;
  }

  .sm\:stroke-indigo-400\/35 {
    stroke: rgb(129 140 248 / 0.35) !important;
  }

  .sm\:stroke-indigo-400\/40 {
    stroke: rgb(129 140 248 / 0.4) !important;
  }

  .sm\:stroke-indigo-400\/45 {
    stroke: rgb(129 140 248 / 0.45) !important;
  }

  .sm\:stroke-indigo-400\/5 {
    stroke: rgb(129 140 248 / 0.05) !important;
  }

  .sm\:stroke-indigo-400\/50 {
    stroke: rgb(129 140 248 / 0.5) !important;
  }

  .sm\:stroke-indigo-400\/55 {
    stroke: rgb(129 140 248 / 0.55) !important;
  }

  .sm\:stroke-indigo-400\/60 {
    stroke: rgb(129 140 248 / 0.6) !important;
  }

  .sm\:stroke-indigo-400\/65 {
    stroke: rgb(129 140 248 / 0.65) !important;
  }

  .sm\:stroke-indigo-400\/70 {
    stroke: rgb(129 140 248 / 0.7) !important;
  }

  .sm\:stroke-indigo-400\/75 {
    stroke: rgb(129 140 248 / 0.75) !important;
  }

  .sm\:stroke-indigo-400\/80 {
    stroke: rgb(129 140 248 / 0.8) !important;
  }

  .sm\:stroke-indigo-400\/85 {
    stroke: rgb(129 140 248 / 0.85) !important;
  }

  .sm\:stroke-indigo-400\/90 {
    stroke: rgb(129 140 248 / 0.9) !important;
  }

  .sm\:stroke-indigo-400\/95 {
    stroke: rgb(129 140 248 / 0.95) !important;
  }

  .sm\:stroke-indigo-50 {
    stroke: #eef2ff !important;
  }

  .sm\:stroke-indigo-50\/0 {
    stroke: rgb(238 242 255 / 0) !important;
  }

  .sm\:stroke-indigo-50\/10 {
    stroke: rgb(238 242 255 / 0.1) !important;
  }

  .sm\:stroke-indigo-50\/100 {
    stroke: rgb(238 242 255 / 1) !important;
  }

  .sm\:stroke-indigo-50\/15 {
    stroke: rgb(238 242 255 / 0.15) !important;
  }

  .sm\:stroke-indigo-50\/20 {
    stroke: rgb(238 242 255 / 0.2) !important;
  }

  .sm\:stroke-indigo-50\/25 {
    stroke: rgb(238 242 255 / 0.25) !important;
  }

  .sm\:stroke-indigo-50\/30 {
    stroke: rgb(238 242 255 / 0.3) !important;
  }

  .sm\:stroke-indigo-50\/35 {
    stroke: rgb(238 242 255 / 0.35) !important;
  }

  .sm\:stroke-indigo-50\/40 {
    stroke: rgb(238 242 255 / 0.4) !important;
  }

  .sm\:stroke-indigo-50\/45 {
    stroke: rgb(238 242 255 / 0.45) !important;
  }

  .sm\:stroke-indigo-50\/5 {
    stroke: rgb(238 242 255 / 0.05) !important;
  }

  .sm\:stroke-indigo-50\/50 {
    stroke: rgb(238 242 255 / 0.5) !important;
  }

  .sm\:stroke-indigo-50\/55 {
    stroke: rgb(238 242 255 / 0.55) !important;
  }

  .sm\:stroke-indigo-50\/60 {
    stroke: rgb(238 242 255 / 0.6) !important;
  }

  .sm\:stroke-indigo-50\/65 {
    stroke: rgb(238 242 255 / 0.65) !important;
  }

  .sm\:stroke-indigo-50\/70 {
    stroke: rgb(238 242 255 / 0.7) !important;
  }

  .sm\:stroke-indigo-50\/75 {
    stroke: rgb(238 242 255 / 0.75) !important;
  }

  .sm\:stroke-indigo-50\/80 {
    stroke: rgb(238 242 255 / 0.8) !important;
  }

  .sm\:stroke-indigo-50\/85 {
    stroke: rgb(238 242 255 / 0.85) !important;
  }

  .sm\:stroke-indigo-50\/90 {
    stroke: rgb(238 242 255 / 0.9) !important;
  }

  .sm\:stroke-indigo-50\/95 {
    stroke: rgb(238 242 255 / 0.95) !important;
  }

  .sm\:stroke-indigo-500 {
    stroke: #6366f1 !important;
  }

  .sm\:stroke-indigo-500\/0 {
    stroke: rgb(99 102 241 / 0) !important;
  }

  .sm\:stroke-indigo-500\/10 {
    stroke: rgb(99 102 241 / 0.1) !important;
  }

  .sm\:stroke-indigo-500\/100 {
    stroke: rgb(99 102 241 / 1) !important;
  }

  .sm\:stroke-indigo-500\/15 {
    stroke: rgb(99 102 241 / 0.15) !important;
  }

  .sm\:stroke-indigo-500\/20 {
    stroke: rgb(99 102 241 / 0.2) !important;
  }

  .sm\:stroke-indigo-500\/25 {
    stroke: rgb(99 102 241 / 0.25) !important;
  }

  .sm\:stroke-indigo-500\/30 {
    stroke: rgb(99 102 241 / 0.3) !important;
  }

  .sm\:stroke-indigo-500\/35 {
    stroke: rgb(99 102 241 / 0.35) !important;
  }

  .sm\:stroke-indigo-500\/40 {
    stroke: rgb(99 102 241 / 0.4) !important;
  }

  .sm\:stroke-indigo-500\/45 {
    stroke: rgb(99 102 241 / 0.45) !important;
  }

  .sm\:stroke-indigo-500\/5 {
    stroke: rgb(99 102 241 / 0.05) !important;
  }

  .sm\:stroke-indigo-500\/50 {
    stroke: rgb(99 102 241 / 0.5) !important;
  }

  .sm\:stroke-indigo-500\/55 {
    stroke: rgb(99 102 241 / 0.55) !important;
  }

  .sm\:stroke-indigo-500\/60 {
    stroke: rgb(99 102 241 / 0.6) !important;
  }

  .sm\:stroke-indigo-500\/65 {
    stroke: rgb(99 102 241 / 0.65) !important;
  }

  .sm\:stroke-indigo-500\/70 {
    stroke: rgb(99 102 241 / 0.7) !important;
  }

  .sm\:stroke-indigo-500\/75 {
    stroke: rgb(99 102 241 / 0.75) !important;
  }

  .sm\:stroke-indigo-500\/80 {
    stroke: rgb(99 102 241 / 0.8) !important;
  }

  .sm\:stroke-indigo-500\/85 {
    stroke: rgb(99 102 241 / 0.85) !important;
  }

  .sm\:stroke-indigo-500\/90 {
    stroke: rgb(99 102 241 / 0.9) !important;
  }

  .sm\:stroke-indigo-500\/95 {
    stroke: rgb(99 102 241 / 0.95) !important;
  }

  .sm\:stroke-indigo-600 {
    stroke: #4f46e5 !important;
  }

  .sm\:stroke-indigo-600\/0 {
    stroke: rgb(79 70 229 / 0) !important;
  }

  .sm\:stroke-indigo-600\/10 {
    stroke: rgb(79 70 229 / 0.1) !important;
  }

  .sm\:stroke-indigo-600\/100 {
    stroke: rgb(79 70 229 / 1) !important;
  }

  .sm\:stroke-indigo-600\/15 {
    stroke: rgb(79 70 229 / 0.15) !important;
  }

  .sm\:stroke-indigo-600\/20 {
    stroke: rgb(79 70 229 / 0.2) !important;
  }

  .sm\:stroke-indigo-600\/25 {
    stroke: rgb(79 70 229 / 0.25) !important;
  }

  .sm\:stroke-indigo-600\/30 {
    stroke: rgb(79 70 229 / 0.3) !important;
  }

  .sm\:stroke-indigo-600\/35 {
    stroke: rgb(79 70 229 / 0.35) !important;
  }

  .sm\:stroke-indigo-600\/40 {
    stroke: rgb(79 70 229 / 0.4) !important;
  }

  .sm\:stroke-indigo-600\/45 {
    stroke: rgb(79 70 229 / 0.45) !important;
  }

  .sm\:stroke-indigo-600\/5 {
    stroke: rgb(79 70 229 / 0.05) !important;
  }

  .sm\:stroke-indigo-600\/50 {
    stroke: rgb(79 70 229 / 0.5) !important;
  }

  .sm\:stroke-indigo-600\/55 {
    stroke: rgb(79 70 229 / 0.55) !important;
  }

  .sm\:stroke-indigo-600\/60 {
    stroke: rgb(79 70 229 / 0.6) !important;
  }

  .sm\:stroke-indigo-600\/65 {
    stroke: rgb(79 70 229 / 0.65) !important;
  }

  .sm\:stroke-indigo-600\/70 {
    stroke: rgb(79 70 229 / 0.7) !important;
  }

  .sm\:stroke-indigo-600\/75 {
    stroke: rgb(79 70 229 / 0.75) !important;
  }

  .sm\:stroke-indigo-600\/80 {
    stroke: rgb(79 70 229 / 0.8) !important;
  }

  .sm\:stroke-indigo-600\/85 {
    stroke: rgb(79 70 229 / 0.85) !important;
  }

  .sm\:stroke-indigo-600\/90 {
    stroke: rgb(79 70 229 / 0.9) !important;
  }

  .sm\:stroke-indigo-600\/95 {
    stroke: rgb(79 70 229 / 0.95) !important;
  }

  .sm\:stroke-indigo-700 {
    stroke: #4338ca !important;
  }

  .sm\:stroke-indigo-700\/0 {
    stroke: rgb(67 56 202 / 0) !important;
  }

  .sm\:stroke-indigo-700\/10 {
    stroke: rgb(67 56 202 / 0.1) !important;
  }

  .sm\:stroke-indigo-700\/100 {
    stroke: rgb(67 56 202 / 1) !important;
  }

  .sm\:stroke-indigo-700\/15 {
    stroke: rgb(67 56 202 / 0.15) !important;
  }

  .sm\:stroke-indigo-700\/20 {
    stroke: rgb(67 56 202 / 0.2) !important;
  }

  .sm\:stroke-indigo-700\/25 {
    stroke: rgb(67 56 202 / 0.25) !important;
  }

  .sm\:stroke-indigo-700\/30 {
    stroke: rgb(67 56 202 / 0.3) !important;
  }

  .sm\:stroke-indigo-700\/35 {
    stroke: rgb(67 56 202 / 0.35) !important;
  }

  .sm\:stroke-indigo-700\/40 {
    stroke: rgb(67 56 202 / 0.4) !important;
  }

  .sm\:stroke-indigo-700\/45 {
    stroke: rgb(67 56 202 / 0.45) !important;
  }

  .sm\:stroke-indigo-700\/5 {
    stroke: rgb(67 56 202 / 0.05) !important;
  }

  .sm\:stroke-indigo-700\/50 {
    stroke: rgb(67 56 202 / 0.5) !important;
  }

  .sm\:stroke-indigo-700\/55 {
    stroke: rgb(67 56 202 / 0.55) !important;
  }

  .sm\:stroke-indigo-700\/60 {
    stroke: rgb(67 56 202 / 0.6) !important;
  }

  .sm\:stroke-indigo-700\/65 {
    stroke: rgb(67 56 202 / 0.65) !important;
  }

  .sm\:stroke-indigo-700\/70 {
    stroke: rgb(67 56 202 / 0.7) !important;
  }

  .sm\:stroke-indigo-700\/75 {
    stroke: rgb(67 56 202 / 0.75) !important;
  }

  .sm\:stroke-indigo-700\/80 {
    stroke: rgb(67 56 202 / 0.8) !important;
  }

  .sm\:stroke-indigo-700\/85 {
    stroke: rgb(67 56 202 / 0.85) !important;
  }

  .sm\:stroke-indigo-700\/90 {
    stroke: rgb(67 56 202 / 0.9) !important;
  }

  .sm\:stroke-indigo-700\/95 {
    stroke: rgb(67 56 202 / 0.95) !important;
  }

  .sm\:stroke-indigo-800 {
    stroke: #3730a3 !important;
  }

  .sm\:stroke-indigo-800\/0 {
    stroke: rgb(55 48 163 / 0) !important;
  }

  .sm\:stroke-indigo-800\/10 {
    stroke: rgb(55 48 163 / 0.1) !important;
  }

  .sm\:stroke-indigo-800\/100 {
    stroke: rgb(55 48 163 / 1) !important;
  }

  .sm\:stroke-indigo-800\/15 {
    stroke: rgb(55 48 163 / 0.15) !important;
  }

  .sm\:stroke-indigo-800\/20 {
    stroke: rgb(55 48 163 / 0.2) !important;
  }

  .sm\:stroke-indigo-800\/25 {
    stroke: rgb(55 48 163 / 0.25) !important;
  }

  .sm\:stroke-indigo-800\/30 {
    stroke: rgb(55 48 163 / 0.3) !important;
  }

  .sm\:stroke-indigo-800\/35 {
    stroke: rgb(55 48 163 / 0.35) !important;
  }

  .sm\:stroke-indigo-800\/40 {
    stroke: rgb(55 48 163 / 0.4) !important;
  }

  .sm\:stroke-indigo-800\/45 {
    stroke: rgb(55 48 163 / 0.45) !important;
  }

  .sm\:stroke-indigo-800\/5 {
    stroke: rgb(55 48 163 / 0.05) !important;
  }

  .sm\:stroke-indigo-800\/50 {
    stroke: rgb(55 48 163 / 0.5) !important;
  }

  .sm\:stroke-indigo-800\/55 {
    stroke: rgb(55 48 163 / 0.55) !important;
  }

  .sm\:stroke-indigo-800\/60 {
    stroke: rgb(55 48 163 / 0.6) !important;
  }

  .sm\:stroke-indigo-800\/65 {
    stroke: rgb(55 48 163 / 0.65) !important;
  }

  .sm\:stroke-indigo-800\/70 {
    stroke: rgb(55 48 163 / 0.7) !important;
  }

  .sm\:stroke-indigo-800\/75 {
    stroke: rgb(55 48 163 / 0.75) !important;
  }

  .sm\:stroke-indigo-800\/80 {
    stroke: rgb(55 48 163 / 0.8) !important;
  }

  .sm\:stroke-indigo-800\/85 {
    stroke: rgb(55 48 163 / 0.85) !important;
  }

  .sm\:stroke-indigo-800\/90 {
    stroke: rgb(55 48 163 / 0.9) !important;
  }

  .sm\:stroke-indigo-800\/95 {
    stroke: rgb(55 48 163 / 0.95) !important;
  }

  .sm\:stroke-indigo-900 {
    stroke: #312e81 !important;
  }

  .sm\:stroke-indigo-900\/0 {
    stroke: rgb(49 46 129 / 0) !important;
  }

  .sm\:stroke-indigo-900\/10 {
    stroke: rgb(49 46 129 / 0.1) !important;
  }

  .sm\:stroke-indigo-900\/100 {
    stroke: rgb(49 46 129 / 1) !important;
  }

  .sm\:stroke-indigo-900\/15 {
    stroke: rgb(49 46 129 / 0.15) !important;
  }

  .sm\:stroke-indigo-900\/20 {
    stroke: rgb(49 46 129 / 0.2) !important;
  }

  .sm\:stroke-indigo-900\/25 {
    stroke: rgb(49 46 129 / 0.25) !important;
  }

  .sm\:stroke-indigo-900\/30 {
    stroke: rgb(49 46 129 / 0.3) !important;
  }

  .sm\:stroke-indigo-900\/35 {
    stroke: rgb(49 46 129 / 0.35) !important;
  }

  .sm\:stroke-indigo-900\/40 {
    stroke: rgb(49 46 129 / 0.4) !important;
  }

  .sm\:stroke-indigo-900\/45 {
    stroke: rgb(49 46 129 / 0.45) !important;
  }

  .sm\:stroke-indigo-900\/5 {
    stroke: rgb(49 46 129 / 0.05) !important;
  }

  .sm\:stroke-indigo-900\/50 {
    stroke: rgb(49 46 129 / 0.5) !important;
  }

  .sm\:stroke-indigo-900\/55 {
    stroke: rgb(49 46 129 / 0.55) !important;
  }

  .sm\:stroke-indigo-900\/60 {
    stroke: rgb(49 46 129 / 0.6) !important;
  }

  .sm\:stroke-indigo-900\/65 {
    stroke: rgb(49 46 129 / 0.65) !important;
  }

  .sm\:stroke-indigo-900\/70 {
    stroke: rgb(49 46 129 / 0.7) !important;
  }

  .sm\:stroke-indigo-900\/75 {
    stroke: rgb(49 46 129 / 0.75) !important;
  }

  .sm\:stroke-indigo-900\/80 {
    stroke: rgb(49 46 129 / 0.8) !important;
  }

  .sm\:stroke-indigo-900\/85 {
    stroke: rgb(49 46 129 / 0.85) !important;
  }

  .sm\:stroke-indigo-900\/90 {
    stroke: rgb(49 46 129 / 0.9) !important;
  }

  .sm\:stroke-indigo-900\/95 {
    stroke: rgb(49 46 129 / 0.95) !important;
  }

  .sm\:stroke-indigo-950 {
    stroke: #1e1b4b !important;
  }

  .sm\:stroke-indigo-950\/0 {
    stroke: rgb(30 27 75 / 0) !important;
  }

  .sm\:stroke-indigo-950\/10 {
    stroke: rgb(30 27 75 / 0.1) !important;
  }

  .sm\:stroke-indigo-950\/100 {
    stroke: rgb(30 27 75 / 1) !important;
  }

  .sm\:stroke-indigo-950\/15 {
    stroke: rgb(30 27 75 / 0.15) !important;
  }

  .sm\:stroke-indigo-950\/20 {
    stroke: rgb(30 27 75 / 0.2) !important;
  }

  .sm\:stroke-indigo-950\/25 {
    stroke: rgb(30 27 75 / 0.25) !important;
  }

  .sm\:stroke-indigo-950\/30 {
    stroke: rgb(30 27 75 / 0.3) !important;
  }

  .sm\:stroke-indigo-950\/35 {
    stroke: rgb(30 27 75 / 0.35) !important;
  }

  .sm\:stroke-indigo-950\/40 {
    stroke: rgb(30 27 75 / 0.4) !important;
  }

  .sm\:stroke-indigo-950\/45 {
    stroke: rgb(30 27 75 / 0.45) !important;
  }

  .sm\:stroke-indigo-950\/5 {
    stroke: rgb(30 27 75 / 0.05) !important;
  }

  .sm\:stroke-indigo-950\/50 {
    stroke: rgb(30 27 75 / 0.5) !important;
  }

  .sm\:stroke-indigo-950\/55 {
    stroke: rgb(30 27 75 / 0.55) !important;
  }

  .sm\:stroke-indigo-950\/60 {
    stroke: rgb(30 27 75 / 0.6) !important;
  }

  .sm\:stroke-indigo-950\/65 {
    stroke: rgb(30 27 75 / 0.65) !important;
  }

  .sm\:stroke-indigo-950\/70 {
    stroke: rgb(30 27 75 / 0.7) !important;
  }

  .sm\:stroke-indigo-950\/75 {
    stroke: rgb(30 27 75 / 0.75) !important;
  }

  .sm\:stroke-indigo-950\/80 {
    stroke: rgb(30 27 75 / 0.8) !important;
  }

  .sm\:stroke-indigo-950\/85 {
    stroke: rgb(30 27 75 / 0.85) !important;
  }

  .sm\:stroke-indigo-950\/90 {
    stroke: rgb(30 27 75 / 0.9) !important;
  }

  .sm\:stroke-indigo-950\/95 {
    stroke: rgb(30 27 75 / 0.95) !important;
  }

  .sm\:stroke-inherit {
    stroke: inherit !important;
  }

  .sm\:stroke-light_grey {
    stroke: #d8d8d8 !important;
  }

  .sm\:stroke-light_grey\/0 {
    stroke: rgb(216 216 216 / 0) !important;
  }

  .sm\:stroke-light_grey\/10 {
    stroke: rgb(216 216 216 / 0.1) !important;
  }

  .sm\:stroke-light_grey\/100 {
    stroke: rgb(216 216 216 / 1) !important;
  }

  .sm\:stroke-light_grey\/15 {
    stroke: rgb(216 216 216 / 0.15) !important;
  }

  .sm\:stroke-light_grey\/20 {
    stroke: rgb(216 216 216 / 0.2) !important;
  }

  .sm\:stroke-light_grey\/25 {
    stroke: rgb(216 216 216 / 0.25) !important;
  }

  .sm\:stroke-light_grey\/30 {
    stroke: rgb(216 216 216 / 0.3) !important;
  }

  .sm\:stroke-light_grey\/35 {
    stroke: rgb(216 216 216 / 0.35) !important;
  }

  .sm\:stroke-light_grey\/40 {
    stroke: rgb(216 216 216 / 0.4) !important;
  }

  .sm\:stroke-light_grey\/45 {
    stroke: rgb(216 216 216 / 0.45) !important;
  }

  .sm\:stroke-light_grey\/5 {
    stroke: rgb(216 216 216 / 0.05) !important;
  }

  .sm\:stroke-light_grey\/50 {
    stroke: rgb(216 216 216 / 0.5) !important;
  }

  .sm\:stroke-light_grey\/55 {
    stroke: rgb(216 216 216 / 0.55) !important;
  }

  .sm\:stroke-light_grey\/60 {
    stroke: rgb(216 216 216 / 0.6) !important;
  }

  .sm\:stroke-light_grey\/65 {
    stroke: rgb(216 216 216 / 0.65) !important;
  }

  .sm\:stroke-light_grey\/70 {
    stroke: rgb(216 216 216 / 0.7) !important;
  }

  .sm\:stroke-light_grey\/75 {
    stroke: rgb(216 216 216 / 0.75) !important;
  }

  .sm\:stroke-light_grey\/80 {
    stroke: rgb(216 216 216 / 0.8) !important;
  }

  .sm\:stroke-light_grey\/85 {
    stroke: rgb(216 216 216 / 0.85) !important;
  }

  .sm\:stroke-light_grey\/90 {
    stroke: rgb(216 216 216 / 0.9) !important;
  }

  .sm\:stroke-light_grey\/95 {
    stroke: rgb(216 216 216 / 0.95) !important;
  }

  .sm\:stroke-lime-100 {
    stroke: #ecfccb !important;
  }

  .sm\:stroke-lime-100\/0 {
    stroke: rgb(236 252 203 / 0) !important;
  }

  .sm\:stroke-lime-100\/10 {
    stroke: rgb(236 252 203 / 0.1) !important;
  }

  .sm\:stroke-lime-100\/100 {
    stroke: rgb(236 252 203 / 1) !important;
  }

  .sm\:stroke-lime-100\/15 {
    stroke: rgb(236 252 203 / 0.15) !important;
  }

  .sm\:stroke-lime-100\/20 {
    stroke: rgb(236 252 203 / 0.2) !important;
  }

  .sm\:stroke-lime-100\/25 {
    stroke: rgb(236 252 203 / 0.25) !important;
  }

  .sm\:stroke-lime-100\/30 {
    stroke: rgb(236 252 203 / 0.3) !important;
  }

  .sm\:stroke-lime-100\/35 {
    stroke: rgb(236 252 203 / 0.35) !important;
  }

  .sm\:stroke-lime-100\/40 {
    stroke: rgb(236 252 203 / 0.4) !important;
  }

  .sm\:stroke-lime-100\/45 {
    stroke: rgb(236 252 203 / 0.45) !important;
  }

  .sm\:stroke-lime-100\/5 {
    stroke: rgb(236 252 203 / 0.05) !important;
  }

  .sm\:stroke-lime-100\/50 {
    stroke: rgb(236 252 203 / 0.5) !important;
  }

  .sm\:stroke-lime-100\/55 {
    stroke: rgb(236 252 203 / 0.55) !important;
  }

  .sm\:stroke-lime-100\/60 {
    stroke: rgb(236 252 203 / 0.6) !important;
  }

  .sm\:stroke-lime-100\/65 {
    stroke: rgb(236 252 203 / 0.65) !important;
  }

  .sm\:stroke-lime-100\/70 {
    stroke: rgb(236 252 203 / 0.7) !important;
  }

  .sm\:stroke-lime-100\/75 {
    stroke: rgb(236 252 203 / 0.75) !important;
  }

  .sm\:stroke-lime-100\/80 {
    stroke: rgb(236 252 203 / 0.8) !important;
  }

  .sm\:stroke-lime-100\/85 {
    stroke: rgb(236 252 203 / 0.85) !important;
  }

  .sm\:stroke-lime-100\/90 {
    stroke: rgb(236 252 203 / 0.9) !important;
  }

  .sm\:stroke-lime-100\/95 {
    stroke: rgb(236 252 203 / 0.95) !important;
  }

  .sm\:stroke-lime-200 {
    stroke: #d9f99d !important;
  }

  .sm\:stroke-lime-200\/0 {
    stroke: rgb(217 249 157 / 0) !important;
  }

  .sm\:stroke-lime-200\/10 {
    stroke: rgb(217 249 157 / 0.1) !important;
  }

  .sm\:stroke-lime-200\/100 {
    stroke: rgb(217 249 157 / 1) !important;
  }

  .sm\:stroke-lime-200\/15 {
    stroke: rgb(217 249 157 / 0.15) !important;
  }

  .sm\:stroke-lime-200\/20 {
    stroke: rgb(217 249 157 / 0.2) !important;
  }

  .sm\:stroke-lime-200\/25 {
    stroke: rgb(217 249 157 / 0.25) !important;
  }

  .sm\:stroke-lime-200\/30 {
    stroke: rgb(217 249 157 / 0.3) !important;
  }

  .sm\:stroke-lime-200\/35 {
    stroke: rgb(217 249 157 / 0.35) !important;
  }

  .sm\:stroke-lime-200\/40 {
    stroke: rgb(217 249 157 / 0.4) !important;
  }

  .sm\:stroke-lime-200\/45 {
    stroke: rgb(217 249 157 / 0.45) !important;
  }

  .sm\:stroke-lime-200\/5 {
    stroke: rgb(217 249 157 / 0.05) !important;
  }

  .sm\:stroke-lime-200\/50 {
    stroke: rgb(217 249 157 / 0.5) !important;
  }

  .sm\:stroke-lime-200\/55 {
    stroke: rgb(217 249 157 / 0.55) !important;
  }

  .sm\:stroke-lime-200\/60 {
    stroke: rgb(217 249 157 / 0.6) !important;
  }

  .sm\:stroke-lime-200\/65 {
    stroke: rgb(217 249 157 / 0.65) !important;
  }

  .sm\:stroke-lime-200\/70 {
    stroke: rgb(217 249 157 / 0.7) !important;
  }

  .sm\:stroke-lime-200\/75 {
    stroke: rgb(217 249 157 / 0.75) !important;
  }

  .sm\:stroke-lime-200\/80 {
    stroke: rgb(217 249 157 / 0.8) !important;
  }

  .sm\:stroke-lime-200\/85 {
    stroke: rgb(217 249 157 / 0.85) !important;
  }

  .sm\:stroke-lime-200\/90 {
    stroke: rgb(217 249 157 / 0.9) !important;
  }

  .sm\:stroke-lime-200\/95 {
    stroke: rgb(217 249 157 / 0.95) !important;
  }

  .sm\:stroke-lime-300 {
    stroke: #bef264 !important;
  }

  .sm\:stroke-lime-300\/0 {
    stroke: rgb(190 242 100 / 0) !important;
  }

  .sm\:stroke-lime-300\/10 {
    stroke: rgb(190 242 100 / 0.1) !important;
  }

  .sm\:stroke-lime-300\/100 {
    stroke: rgb(190 242 100 / 1) !important;
  }

  .sm\:stroke-lime-300\/15 {
    stroke: rgb(190 242 100 / 0.15) !important;
  }

  .sm\:stroke-lime-300\/20 {
    stroke: rgb(190 242 100 / 0.2) !important;
  }

  .sm\:stroke-lime-300\/25 {
    stroke: rgb(190 242 100 / 0.25) !important;
  }

  .sm\:stroke-lime-300\/30 {
    stroke: rgb(190 242 100 / 0.3) !important;
  }

  .sm\:stroke-lime-300\/35 {
    stroke: rgb(190 242 100 / 0.35) !important;
  }

  .sm\:stroke-lime-300\/40 {
    stroke: rgb(190 242 100 / 0.4) !important;
  }

  .sm\:stroke-lime-300\/45 {
    stroke: rgb(190 242 100 / 0.45) !important;
  }

  .sm\:stroke-lime-300\/5 {
    stroke: rgb(190 242 100 / 0.05) !important;
  }

  .sm\:stroke-lime-300\/50 {
    stroke: rgb(190 242 100 / 0.5) !important;
  }

  .sm\:stroke-lime-300\/55 {
    stroke: rgb(190 242 100 / 0.55) !important;
  }

  .sm\:stroke-lime-300\/60 {
    stroke: rgb(190 242 100 / 0.6) !important;
  }

  .sm\:stroke-lime-300\/65 {
    stroke: rgb(190 242 100 / 0.65) !important;
  }

  .sm\:stroke-lime-300\/70 {
    stroke: rgb(190 242 100 / 0.7) !important;
  }

  .sm\:stroke-lime-300\/75 {
    stroke: rgb(190 242 100 / 0.75) !important;
  }

  .sm\:stroke-lime-300\/80 {
    stroke: rgb(190 242 100 / 0.8) !important;
  }

  .sm\:stroke-lime-300\/85 {
    stroke: rgb(190 242 100 / 0.85) !important;
  }

  .sm\:stroke-lime-300\/90 {
    stroke: rgb(190 242 100 / 0.9) !important;
  }

  .sm\:stroke-lime-300\/95 {
    stroke: rgb(190 242 100 / 0.95) !important;
  }

  .sm\:stroke-lime-400 {
    stroke: #a3e635 !important;
  }

  .sm\:stroke-lime-400\/0 {
    stroke: rgb(163 230 53 / 0) !important;
  }

  .sm\:stroke-lime-400\/10 {
    stroke: rgb(163 230 53 / 0.1) !important;
  }

  .sm\:stroke-lime-400\/100 {
    stroke: rgb(163 230 53 / 1) !important;
  }

  .sm\:stroke-lime-400\/15 {
    stroke: rgb(163 230 53 / 0.15) !important;
  }

  .sm\:stroke-lime-400\/20 {
    stroke: rgb(163 230 53 / 0.2) !important;
  }

  .sm\:stroke-lime-400\/25 {
    stroke: rgb(163 230 53 / 0.25) !important;
  }

  .sm\:stroke-lime-400\/30 {
    stroke: rgb(163 230 53 / 0.3) !important;
  }

  .sm\:stroke-lime-400\/35 {
    stroke: rgb(163 230 53 / 0.35) !important;
  }

  .sm\:stroke-lime-400\/40 {
    stroke: rgb(163 230 53 / 0.4) !important;
  }

  .sm\:stroke-lime-400\/45 {
    stroke: rgb(163 230 53 / 0.45) !important;
  }

  .sm\:stroke-lime-400\/5 {
    stroke: rgb(163 230 53 / 0.05) !important;
  }

  .sm\:stroke-lime-400\/50 {
    stroke: rgb(163 230 53 / 0.5) !important;
  }

  .sm\:stroke-lime-400\/55 {
    stroke: rgb(163 230 53 / 0.55) !important;
  }

  .sm\:stroke-lime-400\/60 {
    stroke: rgb(163 230 53 / 0.6) !important;
  }

  .sm\:stroke-lime-400\/65 {
    stroke: rgb(163 230 53 / 0.65) !important;
  }

  .sm\:stroke-lime-400\/70 {
    stroke: rgb(163 230 53 / 0.7) !important;
  }

  .sm\:stroke-lime-400\/75 {
    stroke: rgb(163 230 53 / 0.75) !important;
  }

  .sm\:stroke-lime-400\/80 {
    stroke: rgb(163 230 53 / 0.8) !important;
  }

  .sm\:stroke-lime-400\/85 {
    stroke: rgb(163 230 53 / 0.85) !important;
  }

  .sm\:stroke-lime-400\/90 {
    stroke: rgb(163 230 53 / 0.9) !important;
  }

  .sm\:stroke-lime-400\/95 {
    stroke: rgb(163 230 53 / 0.95) !important;
  }

  .sm\:stroke-lime-50 {
    stroke: #f7fee7 !important;
  }

  .sm\:stroke-lime-50\/0 {
    stroke: rgb(247 254 231 / 0) !important;
  }

  .sm\:stroke-lime-50\/10 {
    stroke: rgb(247 254 231 / 0.1) !important;
  }

  .sm\:stroke-lime-50\/100 {
    stroke: rgb(247 254 231 / 1) !important;
  }

  .sm\:stroke-lime-50\/15 {
    stroke: rgb(247 254 231 / 0.15) !important;
  }

  .sm\:stroke-lime-50\/20 {
    stroke: rgb(247 254 231 / 0.2) !important;
  }

  .sm\:stroke-lime-50\/25 {
    stroke: rgb(247 254 231 / 0.25) !important;
  }

  .sm\:stroke-lime-50\/30 {
    stroke: rgb(247 254 231 / 0.3) !important;
  }

  .sm\:stroke-lime-50\/35 {
    stroke: rgb(247 254 231 / 0.35) !important;
  }

  .sm\:stroke-lime-50\/40 {
    stroke: rgb(247 254 231 / 0.4) !important;
  }

  .sm\:stroke-lime-50\/45 {
    stroke: rgb(247 254 231 / 0.45) !important;
  }

  .sm\:stroke-lime-50\/5 {
    stroke: rgb(247 254 231 / 0.05) !important;
  }

  .sm\:stroke-lime-50\/50 {
    stroke: rgb(247 254 231 / 0.5) !important;
  }

  .sm\:stroke-lime-50\/55 {
    stroke: rgb(247 254 231 / 0.55) !important;
  }

  .sm\:stroke-lime-50\/60 {
    stroke: rgb(247 254 231 / 0.6) !important;
  }

  .sm\:stroke-lime-50\/65 {
    stroke: rgb(247 254 231 / 0.65) !important;
  }

  .sm\:stroke-lime-50\/70 {
    stroke: rgb(247 254 231 / 0.7) !important;
  }

  .sm\:stroke-lime-50\/75 {
    stroke: rgb(247 254 231 / 0.75) !important;
  }

  .sm\:stroke-lime-50\/80 {
    stroke: rgb(247 254 231 / 0.8) !important;
  }

  .sm\:stroke-lime-50\/85 {
    stroke: rgb(247 254 231 / 0.85) !important;
  }

  .sm\:stroke-lime-50\/90 {
    stroke: rgb(247 254 231 / 0.9) !important;
  }

  .sm\:stroke-lime-50\/95 {
    stroke: rgb(247 254 231 / 0.95) !important;
  }

  .sm\:stroke-lime-500 {
    stroke: #84cc16 !important;
  }

  .sm\:stroke-lime-500\/0 {
    stroke: rgb(132 204 22 / 0) !important;
  }

  .sm\:stroke-lime-500\/10 {
    stroke: rgb(132 204 22 / 0.1) !important;
  }

  .sm\:stroke-lime-500\/100 {
    stroke: rgb(132 204 22 / 1) !important;
  }

  .sm\:stroke-lime-500\/15 {
    stroke: rgb(132 204 22 / 0.15) !important;
  }

  .sm\:stroke-lime-500\/20 {
    stroke: rgb(132 204 22 / 0.2) !important;
  }

  .sm\:stroke-lime-500\/25 {
    stroke: rgb(132 204 22 / 0.25) !important;
  }

  .sm\:stroke-lime-500\/30 {
    stroke: rgb(132 204 22 / 0.3) !important;
  }

  .sm\:stroke-lime-500\/35 {
    stroke: rgb(132 204 22 / 0.35) !important;
  }

  .sm\:stroke-lime-500\/40 {
    stroke: rgb(132 204 22 / 0.4) !important;
  }

  .sm\:stroke-lime-500\/45 {
    stroke: rgb(132 204 22 / 0.45) !important;
  }

  .sm\:stroke-lime-500\/5 {
    stroke: rgb(132 204 22 / 0.05) !important;
  }

  .sm\:stroke-lime-500\/50 {
    stroke: rgb(132 204 22 / 0.5) !important;
  }

  .sm\:stroke-lime-500\/55 {
    stroke: rgb(132 204 22 / 0.55) !important;
  }

  .sm\:stroke-lime-500\/60 {
    stroke: rgb(132 204 22 / 0.6) !important;
  }

  .sm\:stroke-lime-500\/65 {
    stroke: rgb(132 204 22 / 0.65) !important;
  }

  .sm\:stroke-lime-500\/70 {
    stroke: rgb(132 204 22 / 0.7) !important;
  }

  .sm\:stroke-lime-500\/75 {
    stroke: rgb(132 204 22 / 0.75) !important;
  }

  .sm\:stroke-lime-500\/80 {
    stroke: rgb(132 204 22 / 0.8) !important;
  }

  .sm\:stroke-lime-500\/85 {
    stroke: rgb(132 204 22 / 0.85) !important;
  }

  .sm\:stroke-lime-500\/90 {
    stroke: rgb(132 204 22 / 0.9) !important;
  }

  .sm\:stroke-lime-500\/95 {
    stroke: rgb(132 204 22 / 0.95) !important;
  }

  .sm\:stroke-lime-600 {
    stroke: #65a30d !important;
  }

  .sm\:stroke-lime-600\/0 {
    stroke: rgb(101 163 13 / 0) !important;
  }

  .sm\:stroke-lime-600\/10 {
    stroke: rgb(101 163 13 / 0.1) !important;
  }

  .sm\:stroke-lime-600\/100 {
    stroke: rgb(101 163 13 / 1) !important;
  }

  .sm\:stroke-lime-600\/15 {
    stroke: rgb(101 163 13 / 0.15) !important;
  }

  .sm\:stroke-lime-600\/20 {
    stroke: rgb(101 163 13 / 0.2) !important;
  }

  .sm\:stroke-lime-600\/25 {
    stroke: rgb(101 163 13 / 0.25) !important;
  }

  .sm\:stroke-lime-600\/30 {
    stroke: rgb(101 163 13 / 0.3) !important;
  }

  .sm\:stroke-lime-600\/35 {
    stroke: rgb(101 163 13 / 0.35) !important;
  }

  .sm\:stroke-lime-600\/40 {
    stroke: rgb(101 163 13 / 0.4) !important;
  }

  .sm\:stroke-lime-600\/45 {
    stroke: rgb(101 163 13 / 0.45) !important;
  }

  .sm\:stroke-lime-600\/5 {
    stroke: rgb(101 163 13 / 0.05) !important;
  }

  .sm\:stroke-lime-600\/50 {
    stroke: rgb(101 163 13 / 0.5) !important;
  }

  .sm\:stroke-lime-600\/55 {
    stroke: rgb(101 163 13 / 0.55) !important;
  }

  .sm\:stroke-lime-600\/60 {
    stroke: rgb(101 163 13 / 0.6) !important;
  }

  .sm\:stroke-lime-600\/65 {
    stroke: rgb(101 163 13 / 0.65) !important;
  }

  .sm\:stroke-lime-600\/70 {
    stroke: rgb(101 163 13 / 0.7) !important;
  }

  .sm\:stroke-lime-600\/75 {
    stroke: rgb(101 163 13 / 0.75) !important;
  }

  .sm\:stroke-lime-600\/80 {
    stroke: rgb(101 163 13 / 0.8) !important;
  }

  .sm\:stroke-lime-600\/85 {
    stroke: rgb(101 163 13 / 0.85) !important;
  }

  .sm\:stroke-lime-600\/90 {
    stroke: rgb(101 163 13 / 0.9) !important;
  }

  .sm\:stroke-lime-600\/95 {
    stroke: rgb(101 163 13 / 0.95) !important;
  }

  .sm\:stroke-lime-700 {
    stroke: #4d7c0f !important;
  }

  .sm\:stroke-lime-700\/0 {
    stroke: rgb(77 124 15 / 0) !important;
  }

  .sm\:stroke-lime-700\/10 {
    stroke: rgb(77 124 15 / 0.1) !important;
  }

  .sm\:stroke-lime-700\/100 {
    stroke: rgb(77 124 15 / 1) !important;
  }

  .sm\:stroke-lime-700\/15 {
    stroke: rgb(77 124 15 / 0.15) !important;
  }

  .sm\:stroke-lime-700\/20 {
    stroke: rgb(77 124 15 / 0.2) !important;
  }

  .sm\:stroke-lime-700\/25 {
    stroke: rgb(77 124 15 / 0.25) !important;
  }

  .sm\:stroke-lime-700\/30 {
    stroke: rgb(77 124 15 / 0.3) !important;
  }

  .sm\:stroke-lime-700\/35 {
    stroke: rgb(77 124 15 / 0.35) !important;
  }

  .sm\:stroke-lime-700\/40 {
    stroke: rgb(77 124 15 / 0.4) !important;
  }

  .sm\:stroke-lime-700\/45 {
    stroke: rgb(77 124 15 / 0.45) !important;
  }

  .sm\:stroke-lime-700\/5 {
    stroke: rgb(77 124 15 / 0.05) !important;
  }

  .sm\:stroke-lime-700\/50 {
    stroke: rgb(77 124 15 / 0.5) !important;
  }

  .sm\:stroke-lime-700\/55 {
    stroke: rgb(77 124 15 / 0.55) !important;
  }

  .sm\:stroke-lime-700\/60 {
    stroke: rgb(77 124 15 / 0.6) !important;
  }

  .sm\:stroke-lime-700\/65 {
    stroke: rgb(77 124 15 / 0.65) !important;
  }

  .sm\:stroke-lime-700\/70 {
    stroke: rgb(77 124 15 / 0.7) !important;
  }

  .sm\:stroke-lime-700\/75 {
    stroke: rgb(77 124 15 / 0.75) !important;
  }

  .sm\:stroke-lime-700\/80 {
    stroke: rgb(77 124 15 / 0.8) !important;
  }

  .sm\:stroke-lime-700\/85 {
    stroke: rgb(77 124 15 / 0.85) !important;
  }

  .sm\:stroke-lime-700\/90 {
    stroke: rgb(77 124 15 / 0.9) !important;
  }

  .sm\:stroke-lime-700\/95 {
    stroke: rgb(77 124 15 / 0.95) !important;
  }

  .sm\:stroke-lime-800 {
    stroke: #3f6212 !important;
  }

  .sm\:stroke-lime-800\/0 {
    stroke: rgb(63 98 18 / 0) !important;
  }

  .sm\:stroke-lime-800\/10 {
    stroke: rgb(63 98 18 / 0.1) !important;
  }

  .sm\:stroke-lime-800\/100 {
    stroke: rgb(63 98 18 / 1) !important;
  }

  .sm\:stroke-lime-800\/15 {
    stroke: rgb(63 98 18 / 0.15) !important;
  }

  .sm\:stroke-lime-800\/20 {
    stroke: rgb(63 98 18 / 0.2) !important;
  }

  .sm\:stroke-lime-800\/25 {
    stroke: rgb(63 98 18 / 0.25) !important;
  }

  .sm\:stroke-lime-800\/30 {
    stroke: rgb(63 98 18 / 0.3) !important;
  }

  .sm\:stroke-lime-800\/35 {
    stroke: rgb(63 98 18 / 0.35) !important;
  }

  .sm\:stroke-lime-800\/40 {
    stroke: rgb(63 98 18 / 0.4) !important;
  }

  .sm\:stroke-lime-800\/45 {
    stroke: rgb(63 98 18 / 0.45) !important;
  }

  .sm\:stroke-lime-800\/5 {
    stroke: rgb(63 98 18 / 0.05) !important;
  }

  .sm\:stroke-lime-800\/50 {
    stroke: rgb(63 98 18 / 0.5) !important;
  }

  .sm\:stroke-lime-800\/55 {
    stroke: rgb(63 98 18 / 0.55) !important;
  }

  .sm\:stroke-lime-800\/60 {
    stroke: rgb(63 98 18 / 0.6) !important;
  }

  .sm\:stroke-lime-800\/65 {
    stroke: rgb(63 98 18 / 0.65) !important;
  }

  .sm\:stroke-lime-800\/70 {
    stroke: rgb(63 98 18 / 0.7) !important;
  }

  .sm\:stroke-lime-800\/75 {
    stroke: rgb(63 98 18 / 0.75) !important;
  }

  .sm\:stroke-lime-800\/80 {
    stroke: rgb(63 98 18 / 0.8) !important;
  }

  .sm\:stroke-lime-800\/85 {
    stroke: rgb(63 98 18 / 0.85) !important;
  }

  .sm\:stroke-lime-800\/90 {
    stroke: rgb(63 98 18 / 0.9) !important;
  }

  .sm\:stroke-lime-800\/95 {
    stroke: rgb(63 98 18 / 0.95) !important;
  }

  .sm\:stroke-lime-900 {
    stroke: #365314 !important;
  }

  .sm\:stroke-lime-900\/0 {
    stroke: rgb(54 83 20 / 0) !important;
  }

  .sm\:stroke-lime-900\/10 {
    stroke: rgb(54 83 20 / 0.1) !important;
  }

  .sm\:stroke-lime-900\/100 {
    stroke: rgb(54 83 20 / 1) !important;
  }

  .sm\:stroke-lime-900\/15 {
    stroke: rgb(54 83 20 / 0.15) !important;
  }

  .sm\:stroke-lime-900\/20 {
    stroke: rgb(54 83 20 / 0.2) !important;
  }

  .sm\:stroke-lime-900\/25 {
    stroke: rgb(54 83 20 / 0.25) !important;
  }

  .sm\:stroke-lime-900\/30 {
    stroke: rgb(54 83 20 / 0.3) !important;
  }

  .sm\:stroke-lime-900\/35 {
    stroke: rgb(54 83 20 / 0.35) !important;
  }

  .sm\:stroke-lime-900\/40 {
    stroke: rgb(54 83 20 / 0.4) !important;
  }

  .sm\:stroke-lime-900\/45 {
    stroke: rgb(54 83 20 / 0.45) !important;
  }

  .sm\:stroke-lime-900\/5 {
    stroke: rgb(54 83 20 / 0.05) !important;
  }

  .sm\:stroke-lime-900\/50 {
    stroke: rgb(54 83 20 / 0.5) !important;
  }

  .sm\:stroke-lime-900\/55 {
    stroke: rgb(54 83 20 / 0.55) !important;
  }

  .sm\:stroke-lime-900\/60 {
    stroke: rgb(54 83 20 / 0.6) !important;
  }

  .sm\:stroke-lime-900\/65 {
    stroke: rgb(54 83 20 / 0.65) !important;
  }

  .sm\:stroke-lime-900\/70 {
    stroke: rgb(54 83 20 / 0.7) !important;
  }

  .sm\:stroke-lime-900\/75 {
    stroke: rgb(54 83 20 / 0.75) !important;
  }

  .sm\:stroke-lime-900\/80 {
    stroke: rgb(54 83 20 / 0.8) !important;
  }

  .sm\:stroke-lime-900\/85 {
    stroke: rgb(54 83 20 / 0.85) !important;
  }

  .sm\:stroke-lime-900\/90 {
    stroke: rgb(54 83 20 / 0.9) !important;
  }

  .sm\:stroke-lime-900\/95 {
    stroke: rgb(54 83 20 / 0.95) !important;
  }

  .sm\:stroke-lime-950 {
    stroke: #1a2e05 !important;
  }

  .sm\:stroke-lime-950\/0 {
    stroke: rgb(26 46 5 / 0) !important;
  }

  .sm\:stroke-lime-950\/10 {
    stroke: rgb(26 46 5 / 0.1) !important;
  }

  .sm\:stroke-lime-950\/100 {
    stroke: rgb(26 46 5 / 1) !important;
  }

  .sm\:stroke-lime-950\/15 {
    stroke: rgb(26 46 5 / 0.15) !important;
  }

  .sm\:stroke-lime-950\/20 {
    stroke: rgb(26 46 5 / 0.2) !important;
  }

  .sm\:stroke-lime-950\/25 {
    stroke: rgb(26 46 5 / 0.25) !important;
  }

  .sm\:stroke-lime-950\/30 {
    stroke: rgb(26 46 5 / 0.3) !important;
  }

  .sm\:stroke-lime-950\/35 {
    stroke: rgb(26 46 5 / 0.35) !important;
  }

  .sm\:stroke-lime-950\/40 {
    stroke: rgb(26 46 5 / 0.4) !important;
  }

  .sm\:stroke-lime-950\/45 {
    stroke: rgb(26 46 5 / 0.45) !important;
  }

  .sm\:stroke-lime-950\/5 {
    stroke: rgb(26 46 5 / 0.05) !important;
  }

  .sm\:stroke-lime-950\/50 {
    stroke: rgb(26 46 5 / 0.5) !important;
  }

  .sm\:stroke-lime-950\/55 {
    stroke: rgb(26 46 5 / 0.55) !important;
  }

  .sm\:stroke-lime-950\/60 {
    stroke: rgb(26 46 5 / 0.6) !important;
  }

  .sm\:stroke-lime-950\/65 {
    stroke: rgb(26 46 5 / 0.65) !important;
  }

  .sm\:stroke-lime-950\/70 {
    stroke: rgb(26 46 5 / 0.7) !important;
  }

  .sm\:stroke-lime-950\/75 {
    stroke: rgb(26 46 5 / 0.75) !important;
  }

  .sm\:stroke-lime-950\/80 {
    stroke: rgb(26 46 5 / 0.8) !important;
  }

  .sm\:stroke-lime-950\/85 {
    stroke: rgb(26 46 5 / 0.85) !important;
  }

  .sm\:stroke-lime-950\/90 {
    stroke: rgb(26 46 5 / 0.9) !important;
  }

  .sm\:stroke-lime-950\/95 {
    stroke: rgb(26 46 5 / 0.95) !important;
  }

  .sm\:stroke-neutral-100 {
    stroke: #f5f5f5 !important;
  }

  .sm\:stroke-neutral-100\/0 {
    stroke: rgb(245 245 245 / 0) !important;
  }

  .sm\:stroke-neutral-100\/10 {
    stroke: rgb(245 245 245 / 0.1) !important;
  }

  .sm\:stroke-neutral-100\/100 {
    stroke: rgb(245 245 245 / 1) !important;
  }

  .sm\:stroke-neutral-100\/15 {
    stroke: rgb(245 245 245 / 0.15) !important;
  }

  .sm\:stroke-neutral-100\/20 {
    stroke: rgb(245 245 245 / 0.2) !important;
  }

  .sm\:stroke-neutral-100\/25 {
    stroke: rgb(245 245 245 / 0.25) !important;
  }

  .sm\:stroke-neutral-100\/30 {
    stroke: rgb(245 245 245 / 0.3) !important;
  }

  .sm\:stroke-neutral-100\/35 {
    stroke: rgb(245 245 245 / 0.35) !important;
  }

  .sm\:stroke-neutral-100\/40 {
    stroke: rgb(245 245 245 / 0.4) !important;
  }

  .sm\:stroke-neutral-100\/45 {
    stroke: rgb(245 245 245 / 0.45) !important;
  }

  .sm\:stroke-neutral-100\/5 {
    stroke: rgb(245 245 245 / 0.05) !important;
  }

  .sm\:stroke-neutral-100\/50 {
    stroke: rgb(245 245 245 / 0.5) !important;
  }

  .sm\:stroke-neutral-100\/55 {
    stroke: rgb(245 245 245 / 0.55) !important;
  }

  .sm\:stroke-neutral-100\/60 {
    stroke: rgb(245 245 245 / 0.6) !important;
  }

  .sm\:stroke-neutral-100\/65 {
    stroke: rgb(245 245 245 / 0.65) !important;
  }

  .sm\:stroke-neutral-100\/70 {
    stroke: rgb(245 245 245 / 0.7) !important;
  }

  .sm\:stroke-neutral-100\/75 {
    stroke: rgb(245 245 245 / 0.75) !important;
  }

  .sm\:stroke-neutral-100\/80 {
    stroke: rgb(245 245 245 / 0.8) !important;
  }

  .sm\:stroke-neutral-100\/85 {
    stroke: rgb(245 245 245 / 0.85) !important;
  }

  .sm\:stroke-neutral-100\/90 {
    stroke: rgb(245 245 245 / 0.9) !important;
  }

  .sm\:stroke-neutral-100\/95 {
    stroke: rgb(245 245 245 / 0.95) !important;
  }

  .sm\:stroke-neutral-200 {
    stroke: #e5e5e5 !important;
  }

  .sm\:stroke-neutral-200\/0 {
    stroke: rgb(229 229 229 / 0) !important;
  }

  .sm\:stroke-neutral-200\/10 {
    stroke: rgb(229 229 229 / 0.1) !important;
  }

  .sm\:stroke-neutral-200\/100 {
    stroke: rgb(229 229 229 / 1) !important;
  }

  .sm\:stroke-neutral-200\/15 {
    stroke: rgb(229 229 229 / 0.15) !important;
  }

  .sm\:stroke-neutral-200\/20 {
    stroke: rgb(229 229 229 / 0.2) !important;
  }

  .sm\:stroke-neutral-200\/25 {
    stroke: rgb(229 229 229 / 0.25) !important;
  }

  .sm\:stroke-neutral-200\/30 {
    stroke: rgb(229 229 229 / 0.3) !important;
  }

  .sm\:stroke-neutral-200\/35 {
    stroke: rgb(229 229 229 / 0.35) !important;
  }

  .sm\:stroke-neutral-200\/40 {
    stroke: rgb(229 229 229 / 0.4) !important;
  }

  .sm\:stroke-neutral-200\/45 {
    stroke: rgb(229 229 229 / 0.45) !important;
  }

  .sm\:stroke-neutral-200\/5 {
    stroke: rgb(229 229 229 / 0.05) !important;
  }

  .sm\:stroke-neutral-200\/50 {
    stroke: rgb(229 229 229 / 0.5) !important;
  }

  .sm\:stroke-neutral-200\/55 {
    stroke: rgb(229 229 229 / 0.55) !important;
  }

  .sm\:stroke-neutral-200\/60 {
    stroke: rgb(229 229 229 / 0.6) !important;
  }

  .sm\:stroke-neutral-200\/65 {
    stroke: rgb(229 229 229 / 0.65) !important;
  }

  .sm\:stroke-neutral-200\/70 {
    stroke: rgb(229 229 229 / 0.7) !important;
  }

  .sm\:stroke-neutral-200\/75 {
    stroke: rgb(229 229 229 / 0.75) !important;
  }

  .sm\:stroke-neutral-200\/80 {
    stroke: rgb(229 229 229 / 0.8) !important;
  }

  .sm\:stroke-neutral-200\/85 {
    stroke: rgb(229 229 229 / 0.85) !important;
  }

  .sm\:stroke-neutral-200\/90 {
    stroke: rgb(229 229 229 / 0.9) !important;
  }

  .sm\:stroke-neutral-200\/95 {
    stroke: rgb(229 229 229 / 0.95) !important;
  }

  .sm\:stroke-neutral-300 {
    stroke: #d4d4d4 !important;
  }

  .sm\:stroke-neutral-300\/0 {
    stroke: rgb(212 212 212 / 0) !important;
  }

  .sm\:stroke-neutral-300\/10 {
    stroke: rgb(212 212 212 / 0.1) !important;
  }

  .sm\:stroke-neutral-300\/100 {
    stroke: rgb(212 212 212 / 1) !important;
  }

  .sm\:stroke-neutral-300\/15 {
    stroke: rgb(212 212 212 / 0.15) !important;
  }

  .sm\:stroke-neutral-300\/20 {
    stroke: rgb(212 212 212 / 0.2) !important;
  }

  .sm\:stroke-neutral-300\/25 {
    stroke: rgb(212 212 212 / 0.25) !important;
  }

  .sm\:stroke-neutral-300\/30 {
    stroke: rgb(212 212 212 / 0.3) !important;
  }

  .sm\:stroke-neutral-300\/35 {
    stroke: rgb(212 212 212 / 0.35) !important;
  }

  .sm\:stroke-neutral-300\/40 {
    stroke: rgb(212 212 212 / 0.4) !important;
  }

  .sm\:stroke-neutral-300\/45 {
    stroke: rgb(212 212 212 / 0.45) !important;
  }

  .sm\:stroke-neutral-300\/5 {
    stroke: rgb(212 212 212 / 0.05) !important;
  }

  .sm\:stroke-neutral-300\/50 {
    stroke: rgb(212 212 212 / 0.5) !important;
  }

  .sm\:stroke-neutral-300\/55 {
    stroke: rgb(212 212 212 / 0.55) !important;
  }

  .sm\:stroke-neutral-300\/60 {
    stroke: rgb(212 212 212 / 0.6) !important;
  }

  .sm\:stroke-neutral-300\/65 {
    stroke: rgb(212 212 212 / 0.65) !important;
  }

  .sm\:stroke-neutral-300\/70 {
    stroke: rgb(212 212 212 / 0.7) !important;
  }

  .sm\:stroke-neutral-300\/75 {
    stroke: rgb(212 212 212 / 0.75) !important;
  }

  .sm\:stroke-neutral-300\/80 {
    stroke: rgb(212 212 212 / 0.8) !important;
  }

  .sm\:stroke-neutral-300\/85 {
    stroke: rgb(212 212 212 / 0.85) !important;
  }

  .sm\:stroke-neutral-300\/90 {
    stroke: rgb(212 212 212 / 0.9) !important;
  }

  .sm\:stroke-neutral-300\/95 {
    stroke: rgb(212 212 212 / 0.95) !important;
  }

  .sm\:stroke-neutral-400 {
    stroke: #a3a3a3 !important;
  }

  .sm\:stroke-neutral-400\/0 {
    stroke: rgb(163 163 163 / 0) !important;
  }

  .sm\:stroke-neutral-400\/10 {
    stroke: rgb(163 163 163 / 0.1) !important;
  }

  .sm\:stroke-neutral-400\/100 {
    stroke: rgb(163 163 163 / 1) !important;
  }

  .sm\:stroke-neutral-400\/15 {
    stroke: rgb(163 163 163 / 0.15) !important;
  }

  .sm\:stroke-neutral-400\/20 {
    stroke: rgb(163 163 163 / 0.2) !important;
  }

  .sm\:stroke-neutral-400\/25 {
    stroke: rgb(163 163 163 / 0.25) !important;
  }

  .sm\:stroke-neutral-400\/30 {
    stroke: rgb(163 163 163 / 0.3) !important;
  }

  .sm\:stroke-neutral-400\/35 {
    stroke: rgb(163 163 163 / 0.35) !important;
  }

  .sm\:stroke-neutral-400\/40 {
    stroke: rgb(163 163 163 / 0.4) !important;
  }

  .sm\:stroke-neutral-400\/45 {
    stroke: rgb(163 163 163 / 0.45) !important;
  }

  .sm\:stroke-neutral-400\/5 {
    stroke: rgb(163 163 163 / 0.05) !important;
  }

  .sm\:stroke-neutral-400\/50 {
    stroke: rgb(163 163 163 / 0.5) !important;
  }

  .sm\:stroke-neutral-400\/55 {
    stroke: rgb(163 163 163 / 0.55) !important;
  }

  .sm\:stroke-neutral-400\/60 {
    stroke: rgb(163 163 163 / 0.6) !important;
  }

  .sm\:stroke-neutral-400\/65 {
    stroke: rgb(163 163 163 / 0.65) !important;
  }

  .sm\:stroke-neutral-400\/70 {
    stroke: rgb(163 163 163 / 0.7) !important;
  }

  .sm\:stroke-neutral-400\/75 {
    stroke: rgb(163 163 163 / 0.75) !important;
  }

  .sm\:stroke-neutral-400\/80 {
    stroke: rgb(163 163 163 / 0.8) !important;
  }

  .sm\:stroke-neutral-400\/85 {
    stroke: rgb(163 163 163 / 0.85) !important;
  }

  .sm\:stroke-neutral-400\/90 {
    stroke: rgb(163 163 163 / 0.9) !important;
  }

  .sm\:stroke-neutral-400\/95 {
    stroke: rgb(163 163 163 / 0.95) !important;
  }

  .sm\:stroke-neutral-50 {
    stroke: #fafafa !important;
  }

  .sm\:stroke-neutral-50\/0 {
    stroke: rgb(250 250 250 / 0) !important;
  }

  .sm\:stroke-neutral-50\/10 {
    stroke: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:stroke-neutral-50\/100 {
    stroke: rgb(250 250 250 / 1) !important;
  }

  .sm\:stroke-neutral-50\/15 {
    stroke: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:stroke-neutral-50\/20 {
    stroke: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:stroke-neutral-50\/25 {
    stroke: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:stroke-neutral-50\/30 {
    stroke: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:stroke-neutral-50\/35 {
    stroke: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:stroke-neutral-50\/40 {
    stroke: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:stroke-neutral-50\/45 {
    stroke: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:stroke-neutral-50\/5 {
    stroke: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:stroke-neutral-50\/50 {
    stroke: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:stroke-neutral-50\/55 {
    stroke: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:stroke-neutral-50\/60 {
    stroke: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:stroke-neutral-50\/65 {
    stroke: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:stroke-neutral-50\/70 {
    stroke: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:stroke-neutral-50\/75 {
    stroke: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:stroke-neutral-50\/80 {
    stroke: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:stroke-neutral-50\/85 {
    stroke: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:stroke-neutral-50\/90 {
    stroke: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:stroke-neutral-50\/95 {
    stroke: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:stroke-neutral-500 {
    stroke: #737373 !important;
  }

  .sm\:stroke-neutral-500\/0 {
    stroke: rgb(115 115 115 / 0) !important;
  }

  .sm\:stroke-neutral-500\/10 {
    stroke: rgb(115 115 115 / 0.1) !important;
  }

  .sm\:stroke-neutral-500\/100 {
    stroke: rgb(115 115 115 / 1) !important;
  }

  .sm\:stroke-neutral-500\/15 {
    stroke: rgb(115 115 115 / 0.15) !important;
  }

  .sm\:stroke-neutral-500\/20 {
    stroke: rgb(115 115 115 / 0.2) !important;
  }

  .sm\:stroke-neutral-500\/25 {
    stroke: rgb(115 115 115 / 0.25) !important;
  }

  .sm\:stroke-neutral-500\/30 {
    stroke: rgb(115 115 115 / 0.3) !important;
  }

  .sm\:stroke-neutral-500\/35 {
    stroke: rgb(115 115 115 / 0.35) !important;
  }

  .sm\:stroke-neutral-500\/40 {
    stroke: rgb(115 115 115 / 0.4) !important;
  }

  .sm\:stroke-neutral-500\/45 {
    stroke: rgb(115 115 115 / 0.45) !important;
  }

  .sm\:stroke-neutral-500\/5 {
    stroke: rgb(115 115 115 / 0.05) !important;
  }

  .sm\:stroke-neutral-500\/50 {
    stroke: rgb(115 115 115 / 0.5) !important;
  }

  .sm\:stroke-neutral-500\/55 {
    stroke: rgb(115 115 115 / 0.55) !important;
  }

  .sm\:stroke-neutral-500\/60 {
    stroke: rgb(115 115 115 / 0.6) !important;
  }

  .sm\:stroke-neutral-500\/65 {
    stroke: rgb(115 115 115 / 0.65) !important;
  }

  .sm\:stroke-neutral-500\/70 {
    stroke: rgb(115 115 115 / 0.7) !important;
  }

  .sm\:stroke-neutral-500\/75 {
    stroke: rgb(115 115 115 / 0.75) !important;
  }

  .sm\:stroke-neutral-500\/80 {
    stroke: rgb(115 115 115 / 0.8) !important;
  }

  .sm\:stroke-neutral-500\/85 {
    stroke: rgb(115 115 115 / 0.85) !important;
  }

  .sm\:stroke-neutral-500\/90 {
    stroke: rgb(115 115 115 / 0.9) !important;
  }

  .sm\:stroke-neutral-500\/95 {
    stroke: rgb(115 115 115 / 0.95) !important;
  }

  .sm\:stroke-neutral-600 {
    stroke: #525252 !important;
  }

  .sm\:stroke-neutral-600\/0 {
    stroke: rgb(82 82 82 / 0) !important;
  }

  .sm\:stroke-neutral-600\/10 {
    stroke: rgb(82 82 82 / 0.1) !important;
  }

  .sm\:stroke-neutral-600\/100 {
    stroke: rgb(82 82 82 / 1) !important;
  }

  .sm\:stroke-neutral-600\/15 {
    stroke: rgb(82 82 82 / 0.15) !important;
  }

  .sm\:stroke-neutral-600\/20 {
    stroke: rgb(82 82 82 / 0.2) !important;
  }

  .sm\:stroke-neutral-600\/25 {
    stroke: rgb(82 82 82 / 0.25) !important;
  }

  .sm\:stroke-neutral-600\/30 {
    stroke: rgb(82 82 82 / 0.3) !important;
  }

  .sm\:stroke-neutral-600\/35 {
    stroke: rgb(82 82 82 / 0.35) !important;
  }

  .sm\:stroke-neutral-600\/40 {
    stroke: rgb(82 82 82 / 0.4) !important;
  }

  .sm\:stroke-neutral-600\/45 {
    stroke: rgb(82 82 82 / 0.45) !important;
  }

  .sm\:stroke-neutral-600\/5 {
    stroke: rgb(82 82 82 / 0.05) !important;
  }

  .sm\:stroke-neutral-600\/50 {
    stroke: rgb(82 82 82 / 0.5) !important;
  }

  .sm\:stroke-neutral-600\/55 {
    stroke: rgb(82 82 82 / 0.55) !important;
  }

  .sm\:stroke-neutral-600\/60 {
    stroke: rgb(82 82 82 / 0.6) !important;
  }

  .sm\:stroke-neutral-600\/65 {
    stroke: rgb(82 82 82 / 0.65) !important;
  }

  .sm\:stroke-neutral-600\/70 {
    stroke: rgb(82 82 82 / 0.7) !important;
  }

  .sm\:stroke-neutral-600\/75 {
    stroke: rgb(82 82 82 / 0.75) !important;
  }

  .sm\:stroke-neutral-600\/80 {
    stroke: rgb(82 82 82 / 0.8) !important;
  }

  .sm\:stroke-neutral-600\/85 {
    stroke: rgb(82 82 82 / 0.85) !important;
  }

  .sm\:stroke-neutral-600\/90 {
    stroke: rgb(82 82 82 / 0.9) !important;
  }

  .sm\:stroke-neutral-600\/95 {
    stroke: rgb(82 82 82 / 0.95) !important;
  }

  .sm\:stroke-neutral-700 {
    stroke: #404040 !important;
  }

  .sm\:stroke-neutral-700\/0 {
    stroke: rgb(64 64 64 / 0) !important;
  }

  .sm\:stroke-neutral-700\/10 {
    stroke: rgb(64 64 64 / 0.1) !important;
  }

  .sm\:stroke-neutral-700\/100 {
    stroke: rgb(64 64 64 / 1) !important;
  }

  .sm\:stroke-neutral-700\/15 {
    stroke: rgb(64 64 64 / 0.15) !important;
  }

  .sm\:stroke-neutral-700\/20 {
    stroke: rgb(64 64 64 / 0.2) !important;
  }

  .sm\:stroke-neutral-700\/25 {
    stroke: rgb(64 64 64 / 0.25) !important;
  }

  .sm\:stroke-neutral-700\/30 {
    stroke: rgb(64 64 64 / 0.3) !important;
  }

  .sm\:stroke-neutral-700\/35 {
    stroke: rgb(64 64 64 / 0.35) !important;
  }

  .sm\:stroke-neutral-700\/40 {
    stroke: rgb(64 64 64 / 0.4) !important;
  }

  .sm\:stroke-neutral-700\/45 {
    stroke: rgb(64 64 64 / 0.45) !important;
  }

  .sm\:stroke-neutral-700\/5 {
    stroke: rgb(64 64 64 / 0.05) !important;
  }

  .sm\:stroke-neutral-700\/50 {
    stroke: rgb(64 64 64 / 0.5) !important;
  }

  .sm\:stroke-neutral-700\/55 {
    stroke: rgb(64 64 64 / 0.55) !important;
  }

  .sm\:stroke-neutral-700\/60 {
    stroke: rgb(64 64 64 / 0.6) !important;
  }

  .sm\:stroke-neutral-700\/65 {
    stroke: rgb(64 64 64 / 0.65) !important;
  }

  .sm\:stroke-neutral-700\/70 {
    stroke: rgb(64 64 64 / 0.7) !important;
  }

  .sm\:stroke-neutral-700\/75 {
    stroke: rgb(64 64 64 / 0.75) !important;
  }

  .sm\:stroke-neutral-700\/80 {
    stroke: rgb(64 64 64 / 0.8) !important;
  }

  .sm\:stroke-neutral-700\/85 {
    stroke: rgb(64 64 64 / 0.85) !important;
  }

  .sm\:stroke-neutral-700\/90 {
    stroke: rgb(64 64 64 / 0.9) !important;
  }

  .sm\:stroke-neutral-700\/95 {
    stroke: rgb(64 64 64 / 0.95) !important;
  }

  .sm\:stroke-neutral-800 {
    stroke: #262626 !important;
  }

  .sm\:stroke-neutral-800\/0 {
    stroke: rgb(38 38 38 / 0) !important;
  }

  .sm\:stroke-neutral-800\/10 {
    stroke: rgb(38 38 38 / 0.1) !important;
  }

  .sm\:stroke-neutral-800\/100 {
    stroke: rgb(38 38 38 / 1) !important;
  }

  .sm\:stroke-neutral-800\/15 {
    stroke: rgb(38 38 38 / 0.15) !important;
  }

  .sm\:stroke-neutral-800\/20 {
    stroke: rgb(38 38 38 / 0.2) !important;
  }

  .sm\:stroke-neutral-800\/25 {
    stroke: rgb(38 38 38 / 0.25) !important;
  }

  .sm\:stroke-neutral-800\/30 {
    stroke: rgb(38 38 38 / 0.3) !important;
  }

  .sm\:stroke-neutral-800\/35 {
    stroke: rgb(38 38 38 / 0.35) !important;
  }

  .sm\:stroke-neutral-800\/40 {
    stroke: rgb(38 38 38 / 0.4) !important;
  }

  .sm\:stroke-neutral-800\/45 {
    stroke: rgb(38 38 38 / 0.45) !important;
  }

  .sm\:stroke-neutral-800\/5 {
    stroke: rgb(38 38 38 / 0.05) !important;
  }

  .sm\:stroke-neutral-800\/50 {
    stroke: rgb(38 38 38 / 0.5) !important;
  }

  .sm\:stroke-neutral-800\/55 {
    stroke: rgb(38 38 38 / 0.55) !important;
  }

  .sm\:stroke-neutral-800\/60 {
    stroke: rgb(38 38 38 / 0.6) !important;
  }

  .sm\:stroke-neutral-800\/65 {
    stroke: rgb(38 38 38 / 0.65) !important;
  }

  .sm\:stroke-neutral-800\/70 {
    stroke: rgb(38 38 38 / 0.7) !important;
  }

  .sm\:stroke-neutral-800\/75 {
    stroke: rgb(38 38 38 / 0.75) !important;
  }

  .sm\:stroke-neutral-800\/80 {
    stroke: rgb(38 38 38 / 0.8) !important;
  }

  .sm\:stroke-neutral-800\/85 {
    stroke: rgb(38 38 38 / 0.85) !important;
  }

  .sm\:stroke-neutral-800\/90 {
    stroke: rgb(38 38 38 / 0.9) !important;
  }

  .sm\:stroke-neutral-800\/95 {
    stroke: rgb(38 38 38 / 0.95) !important;
  }

  .sm\:stroke-neutral-900 {
    stroke: #171717 !important;
  }

  .sm\:stroke-neutral-900\/0 {
    stroke: rgb(23 23 23 / 0) !important;
  }

  .sm\:stroke-neutral-900\/10 {
    stroke: rgb(23 23 23 / 0.1) !important;
  }

  .sm\:stroke-neutral-900\/100 {
    stroke: rgb(23 23 23 / 1) !important;
  }

  .sm\:stroke-neutral-900\/15 {
    stroke: rgb(23 23 23 / 0.15) !important;
  }

  .sm\:stroke-neutral-900\/20 {
    stroke: rgb(23 23 23 / 0.2) !important;
  }

  .sm\:stroke-neutral-900\/25 {
    stroke: rgb(23 23 23 / 0.25) !important;
  }

  .sm\:stroke-neutral-900\/30 {
    stroke: rgb(23 23 23 / 0.3) !important;
  }

  .sm\:stroke-neutral-900\/35 {
    stroke: rgb(23 23 23 / 0.35) !important;
  }

  .sm\:stroke-neutral-900\/40 {
    stroke: rgb(23 23 23 / 0.4) !important;
  }

  .sm\:stroke-neutral-900\/45 {
    stroke: rgb(23 23 23 / 0.45) !important;
  }

  .sm\:stroke-neutral-900\/5 {
    stroke: rgb(23 23 23 / 0.05) !important;
  }

  .sm\:stroke-neutral-900\/50 {
    stroke: rgb(23 23 23 / 0.5) !important;
  }

  .sm\:stroke-neutral-900\/55 {
    stroke: rgb(23 23 23 / 0.55) !important;
  }

  .sm\:stroke-neutral-900\/60 {
    stroke: rgb(23 23 23 / 0.6) !important;
  }

  .sm\:stroke-neutral-900\/65 {
    stroke: rgb(23 23 23 / 0.65) !important;
  }

  .sm\:stroke-neutral-900\/70 {
    stroke: rgb(23 23 23 / 0.7) !important;
  }

  .sm\:stroke-neutral-900\/75 {
    stroke: rgb(23 23 23 / 0.75) !important;
  }

  .sm\:stroke-neutral-900\/80 {
    stroke: rgb(23 23 23 / 0.8) !important;
  }

  .sm\:stroke-neutral-900\/85 {
    stroke: rgb(23 23 23 / 0.85) !important;
  }

  .sm\:stroke-neutral-900\/90 {
    stroke: rgb(23 23 23 / 0.9) !important;
  }

  .sm\:stroke-neutral-900\/95 {
    stroke: rgb(23 23 23 / 0.95) !important;
  }

  .sm\:stroke-neutral-950 {
    stroke: #0a0a0a !important;
  }

  .sm\:stroke-neutral-950\/0 {
    stroke: rgb(10 10 10 / 0) !important;
  }

  .sm\:stroke-neutral-950\/10 {
    stroke: rgb(10 10 10 / 0.1) !important;
  }

  .sm\:stroke-neutral-950\/100 {
    stroke: rgb(10 10 10 / 1) !important;
  }

  .sm\:stroke-neutral-950\/15 {
    stroke: rgb(10 10 10 / 0.15) !important;
  }

  .sm\:stroke-neutral-950\/20 {
    stroke: rgb(10 10 10 / 0.2) !important;
  }

  .sm\:stroke-neutral-950\/25 {
    stroke: rgb(10 10 10 / 0.25) !important;
  }

  .sm\:stroke-neutral-950\/30 {
    stroke: rgb(10 10 10 / 0.3) !important;
  }

  .sm\:stroke-neutral-950\/35 {
    stroke: rgb(10 10 10 / 0.35) !important;
  }

  .sm\:stroke-neutral-950\/40 {
    stroke: rgb(10 10 10 / 0.4) !important;
  }

  .sm\:stroke-neutral-950\/45 {
    stroke: rgb(10 10 10 / 0.45) !important;
  }

  .sm\:stroke-neutral-950\/5 {
    stroke: rgb(10 10 10 / 0.05) !important;
  }

  .sm\:stroke-neutral-950\/50 {
    stroke: rgb(10 10 10 / 0.5) !important;
  }

  .sm\:stroke-neutral-950\/55 {
    stroke: rgb(10 10 10 / 0.55) !important;
  }

  .sm\:stroke-neutral-950\/60 {
    stroke: rgb(10 10 10 / 0.6) !important;
  }

  .sm\:stroke-neutral-950\/65 {
    stroke: rgb(10 10 10 / 0.65) !important;
  }

  .sm\:stroke-neutral-950\/70 {
    stroke: rgb(10 10 10 / 0.7) !important;
  }

  .sm\:stroke-neutral-950\/75 {
    stroke: rgb(10 10 10 / 0.75) !important;
  }

  .sm\:stroke-neutral-950\/80 {
    stroke: rgb(10 10 10 / 0.8) !important;
  }

  .sm\:stroke-neutral-950\/85 {
    stroke: rgb(10 10 10 / 0.85) !important;
  }

  .sm\:stroke-neutral-950\/90 {
    stroke: rgb(10 10 10 / 0.9) !important;
  }

  .sm\:stroke-neutral-950\/95 {
    stroke: rgb(10 10 10 / 0.95) !important;
  }

  .sm\:stroke-none {
    stroke: none !important;
  }

  .sm\:stroke-orange-100 {
    stroke: #ffedd5 !important;
  }

  .sm\:stroke-orange-100\/0 {
    stroke: rgb(255 237 213 / 0) !important;
  }

  .sm\:stroke-orange-100\/10 {
    stroke: rgb(255 237 213 / 0.1) !important;
  }

  .sm\:stroke-orange-100\/100 {
    stroke: rgb(255 237 213 / 1) !important;
  }

  .sm\:stroke-orange-100\/15 {
    stroke: rgb(255 237 213 / 0.15) !important;
  }

  .sm\:stroke-orange-100\/20 {
    stroke: rgb(255 237 213 / 0.2) !important;
  }

  .sm\:stroke-orange-100\/25 {
    stroke: rgb(255 237 213 / 0.25) !important;
  }

  .sm\:stroke-orange-100\/30 {
    stroke: rgb(255 237 213 / 0.3) !important;
  }

  .sm\:stroke-orange-100\/35 {
    stroke: rgb(255 237 213 / 0.35) !important;
  }

  .sm\:stroke-orange-100\/40 {
    stroke: rgb(255 237 213 / 0.4) !important;
  }

  .sm\:stroke-orange-100\/45 {
    stroke: rgb(255 237 213 / 0.45) !important;
  }

  .sm\:stroke-orange-100\/5 {
    stroke: rgb(255 237 213 / 0.05) !important;
  }

  .sm\:stroke-orange-100\/50 {
    stroke: rgb(255 237 213 / 0.5) !important;
  }

  .sm\:stroke-orange-100\/55 {
    stroke: rgb(255 237 213 / 0.55) !important;
  }

  .sm\:stroke-orange-100\/60 {
    stroke: rgb(255 237 213 / 0.6) !important;
  }

  .sm\:stroke-orange-100\/65 {
    stroke: rgb(255 237 213 / 0.65) !important;
  }

  .sm\:stroke-orange-100\/70 {
    stroke: rgb(255 237 213 / 0.7) !important;
  }

  .sm\:stroke-orange-100\/75 {
    stroke: rgb(255 237 213 / 0.75) !important;
  }

  .sm\:stroke-orange-100\/80 {
    stroke: rgb(255 237 213 / 0.8) !important;
  }

  .sm\:stroke-orange-100\/85 {
    stroke: rgb(255 237 213 / 0.85) !important;
  }

  .sm\:stroke-orange-100\/90 {
    stroke: rgb(255 237 213 / 0.9) !important;
  }

  .sm\:stroke-orange-100\/95 {
    stroke: rgb(255 237 213 / 0.95) !important;
  }

  .sm\:stroke-orange-200 {
    stroke: #fed7aa !important;
  }

  .sm\:stroke-orange-200\/0 {
    stroke: rgb(254 215 170 / 0) !important;
  }

  .sm\:stroke-orange-200\/10 {
    stroke: rgb(254 215 170 / 0.1) !important;
  }

  .sm\:stroke-orange-200\/100 {
    stroke: rgb(254 215 170 / 1) !important;
  }

  .sm\:stroke-orange-200\/15 {
    stroke: rgb(254 215 170 / 0.15) !important;
  }

  .sm\:stroke-orange-200\/20 {
    stroke: rgb(254 215 170 / 0.2) !important;
  }

  .sm\:stroke-orange-200\/25 {
    stroke: rgb(254 215 170 / 0.25) !important;
  }

  .sm\:stroke-orange-200\/30 {
    stroke: rgb(254 215 170 / 0.3) !important;
  }

  .sm\:stroke-orange-200\/35 {
    stroke: rgb(254 215 170 / 0.35) !important;
  }

  .sm\:stroke-orange-200\/40 {
    stroke: rgb(254 215 170 / 0.4) !important;
  }

  .sm\:stroke-orange-200\/45 {
    stroke: rgb(254 215 170 / 0.45) !important;
  }

  .sm\:stroke-orange-200\/5 {
    stroke: rgb(254 215 170 / 0.05) !important;
  }

  .sm\:stroke-orange-200\/50 {
    stroke: rgb(254 215 170 / 0.5) !important;
  }

  .sm\:stroke-orange-200\/55 {
    stroke: rgb(254 215 170 / 0.55) !important;
  }

  .sm\:stroke-orange-200\/60 {
    stroke: rgb(254 215 170 / 0.6) !important;
  }

  .sm\:stroke-orange-200\/65 {
    stroke: rgb(254 215 170 / 0.65) !important;
  }

  .sm\:stroke-orange-200\/70 {
    stroke: rgb(254 215 170 / 0.7) !important;
  }

  .sm\:stroke-orange-200\/75 {
    stroke: rgb(254 215 170 / 0.75) !important;
  }

  .sm\:stroke-orange-200\/80 {
    stroke: rgb(254 215 170 / 0.8) !important;
  }

  .sm\:stroke-orange-200\/85 {
    stroke: rgb(254 215 170 / 0.85) !important;
  }

  .sm\:stroke-orange-200\/90 {
    stroke: rgb(254 215 170 / 0.9) !important;
  }

  .sm\:stroke-orange-200\/95 {
    stroke: rgb(254 215 170 / 0.95) !important;
  }

  .sm\:stroke-orange-300 {
    stroke: #fdba74 !important;
  }

  .sm\:stroke-orange-300\/0 {
    stroke: rgb(253 186 116 / 0) !important;
  }

  .sm\:stroke-orange-300\/10 {
    stroke: rgb(253 186 116 / 0.1) !important;
  }

  .sm\:stroke-orange-300\/100 {
    stroke: rgb(253 186 116 / 1) !important;
  }

  .sm\:stroke-orange-300\/15 {
    stroke: rgb(253 186 116 / 0.15) !important;
  }

  .sm\:stroke-orange-300\/20 {
    stroke: rgb(253 186 116 / 0.2) !important;
  }

  .sm\:stroke-orange-300\/25 {
    stroke: rgb(253 186 116 / 0.25) !important;
  }

  .sm\:stroke-orange-300\/30 {
    stroke: rgb(253 186 116 / 0.3) !important;
  }

  .sm\:stroke-orange-300\/35 {
    stroke: rgb(253 186 116 / 0.35) !important;
  }

  .sm\:stroke-orange-300\/40 {
    stroke: rgb(253 186 116 / 0.4) !important;
  }

  .sm\:stroke-orange-300\/45 {
    stroke: rgb(253 186 116 / 0.45) !important;
  }

  .sm\:stroke-orange-300\/5 {
    stroke: rgb(253 186 116 / 0.05) !important;
  }

  .sm\:stroke-orange-300\/50 {
    stroke: rgb(253 186 116 / 0.5) !important;
  }

  .sm\:stroke-orange-300\/55 {
    stroke: rgb(253 186 116 / 0.55) !important;
  }

  .sm\:stroke-orange-300\/60 {
    stroke: rgb(253 186 116 / 0.6) !important;
  }

  .sm\:stroke-orange-300\/65 {
    stroke: rgb(253 186 116 / 0.65) !important;
  }

  .sm\:stroke-orange-300\/70 {
    stroke: rgb(253 186 116 / 0.7) !important;
  }

  .sm\:stroke-orange-300\/75 {
    stroke: rgb(253 186 116 / 0.75) !important;
  }

  .sm\:stroke-orange-300\/80 {
    stroke: rgb(253 186 116 / 0.8) !important;
  }

  .sm\:stroke-orange-300\/85 {
    stroke: rgb(253 186 116 / 0.85) !important;
  }

  .sm\:stroke-orange-300\/90 {
    stroke: rgb(253 186 116 / 0.9) !important;
  }

  .sm\:stroke-orange-300\/95 {
    stroke: rgb(253 186 116 / 0.95) !important;
  }

  .sm\:stroke-orange-400 {
    stroke: #fb923c !important;
  }

  .sm\:stroke-orange-400\/0 {
    stroke: rgb(251 146 60 / 0) !important;
  }

  .sm\:stroke-orange-400\/10 {
    stroke: rgb(251 146 60 / 0.1) !important;
  }

  .sm\:stroke-orange-400\/100 {
    stroke: rgb(251 146 60 / 1) !important;
  }

  .sm\:stroke-orange-400\/15 {
    stroke: rgb(251 146 60 / 0.15) !important;
  }

  .sm\:stroke-orange-400\/20 {
    stroke: rgb(251 146 60 / 0.2) !important;
  }

  .sm\:stroke-orange-400\/25 {
    stroke: rgb(251 146 60 / 0.25) !important;
  }

  .sm\:stroke-orange-400\/30 {
    stroke: rgb(251 146 60 / 0.3) !important;
  }

  .sm\:stroke-orange-400\/35 {
    stroke: rgb(251 146 60 / 0.35) !important;
  }

  .sm\:stroke-orange-400\/40 {
    stroke: rgb(251 146 60 / 0.4) !important;
  }

  .sm\:stroke-orange-400\/45 {
    stroke: rgb(251 146 60 / 0.45) !important;
  }

  .sm\:stroke-orange-400\/5 {
    stroke: rgb(251 146 60 / 0.05) !important;
  }

  .sm\:stroke-orange-400\/50 {
    stroke: rgb(251 146 60 / 0.5) !important;
  }

  .sm\:stroke-orange-400\/55 {
    stroke: rgb(251 146 60 / 0.55) !important;
  }

  .sm\:stroke-orange-400\/60 {
    stroke: rgb(251 146 60 / 0.6) !important;
  }

  .sm\:stroke-orange-400\/65 {
    stroke: rgb(251 146 60 / 0.65) !important;
  }

  .sm\:stroke-orange-400\/70 {
    stroke: rgb(251 146 60 / 0.7) !important;
  }

  .sm\:stroke-orange-400\/75 {
    stroke: rgb(251 146 60 / 0.75) !important;
  }

  .sm\:stroke-orange-400\/80 {
    stroke: rgb(251 146 60 / 0.8) !important;
  }

  .sm\:stroke-orange-400\/85 {
    stroke: rgb(251 146 60 / 0.85) !important;
  }

  .sm\:stroke-orange-400\/90 {
    stroke: rgb(251 146 60 / 0.9) !important;
  }

  .sm\:stroke-orange-400\/95 {
    stroke: rgb(251 146 60 / 0.95) !important;
  }

  .sm\:stroke-orange-50 {
    stroke: #fff7ed !important;
  }

  .sm\:stroke-orange-50\/0 {
    stroke: rgb(255 247 237 / 0) !important;
  }

  .sm\:stroke-orange-50\/10 {
    stroke: rgb(255 247 237 / 0.1) !important;
  }

  .sm\:stroke-orange-50\/100 {
    stroke: rgb(255 247 237 / 1) !important;
  }

  .sm\:stroke-orange-50\/15 {
    stroke: rgb(255 247 237 / 0.15) !important;
  }

  .sm\:stroke-orange-50\/20 {
    stroke: rgb(255 247 237 / 0.2) !important;
  }

  .sm\:stroke-orange-50\/25 {
    stroke: rgb(255 247 237 / 0.25) !important;
  }

  .sm\:stroke-orange-50\/30 {
    stroke: rgb(255 247 237 / 0.3) !important;
  }

  .sm\:stroke-orange-50\/35 {
    stroke: rgb(255 247 237 / 0.35) !important;
  }

  .sm\:stroke-orange-50\/40 {
    stroke: rgb(255 247 237 / 0.4) !important;
  }

  .sm\:stroke-orange-50\/45 {
    stroke: rgb(255 247 237 / 0.45) !important;
  }

  .sm\:stroke-orange-50\/5 {
    stroke: rgb(255 247 237 / 0.05) !important;
  }

  .sm\:stroke-orange-50\/50 {
    stroke: rgb(255 247 237 / 0.5) !important;
  }

  .sm\:stroke-orange-50\/55 {
    stroke: rgb(255 247 237 / 0.55) !important;
  }

  .sm\:stroke-orange-50\/60 {
    stroke: rgb(255 247 237 / 0.6) !important;
  }

  .sm\:stroke-orange-50\/65 {
    stroke: rgb(255 247 237 / 0.65) !important;
  }

  .sm\:stroke-orange-50\/70 {
    stroke: rgb(255 247 237 / 0.7) !important;
  }

  .sm\:stroke-orange-50\/75 {
    stroke: rgb(255 247 237 / 0.75) !important;
  }

  .sm\:stroke-orange-50\/80 {
    stroke: rgb(255 247 237 / 0.8) !important;
  }

  .sm\:stroke-orange-50\/85 {
    stroke: rgb(255 247 237 / 0.85) !important;
  }

  .sm\:stroke-orange-50\/90 {
    stroke: rgb(255 247 237 / 0.9) !important;
  }

  .sm\:stroke-orange-50\/95 {
    stroke: rgb(255 247 237 / 0.95) !important;
  }

  .sm\:stroke-orange-500 {
    stroke: #f97316 !important;
  }

  .sm\:stroke-orange-500\/0 {
    stroke: rgb(249 115 22 / 0) !important;
  }

  .sm\:stroke-orange-500\/10 {
    stroke: rgb(249 115 22 / 0.1) !important;
  }

  .sm\:stroke-orange-500\/100 {
    stroke: rgb(249 115 22 / 1) !important;
  }

  .sm\:stroke-orange-500\/15 {
    stroke: rgb(249 115 22 / 0.15) !important;
  }

  .sm\:stroke-orange-500\/20 {
    stroke: rgb(249 115 22 / 0.2) !important;
  }

  .sm\:stroke-orange-500\/25 {
    stroke: rgb(249 115 22 / 0.25) !important;
  }

  .sm\:stroke-orange-500\/30 {
    stroke: rgb(249 115 22 / 0.3) !important;
  }

  .sm\:stroke-orange-500\/35 {
    stroke: rgb(249 115 22 / 0.35) !important;
  }

  .sm\:stroke-orange-500\/40 {
    stroke: rgb(249 115 22 / 0.4) !important;
  }

  .sm\:stroke-orange-500\/45 {
    stroke: rgb(249 115 22 / 0.45) !important;
  }

  .sm\:stroke-orange-500\/5 {
    stroke: rgb(249 115 22 / 0.05) !important;
  }

  .sm\:stroke-orange-500\/50 {
    stroke: rgb(249 115 22 / 0.5) !important;
  }

  .sm\:stroke-orange-500\/55 {
    stroke: rgb(249 115 22 / 0.55) !important;
  }

  .sm\:stroke-orange-500\/60 {
    stroke: rgb(249 115 22 / 0.6) !important;
  }

  .sm\:stroke-orange-500\/65 {
    stroke: rgb(249 115 22 / 0.65) !important;
  }

  .sm\:stroke-orange-500\/70 {
    stroke: rgb(249 115 22 / 0.7) !important;
  }

  .sm\:stroke-orange-500\/75 {
    stroke: rgb(249 115 22 / 0.75) !important;
  }

  .sm\:stroke-orange-500\/80 {
    stroke: rgb(249 115 22 / 0.8) !important;
  }

  .sm\:stroke-orange-500\/85 {
    stroke: rgb(249 115 22 / 0.85) !important;
  }

  .sm\:stroke-orange-500\/90 {
    stroke: rgb(249 115 22 / 0.9) !important;
  }

  .sm\:stroke-orange-500\/95 {
    stroke: rgb(249 115 22 / 0.95) !important;
  }

  .sm\:stroke-orange-600 {
    stroke: #ea580c !important;
  }

  .sm\:stroke-orange-600\/0 {
    stroke: rgb(234 88 12 / 0) !important;
  }

  .sm\:stroke-orange-600\/10 {
    stroke: rgb(234 88 12 / 0.1) !important;
  }

  .sm\:stroke-orange-600\/100 {
    stroke: rgb(234 88 12 / 1) !important;
  }

  .sm\:stroke-orange-600\/15 {
    stroke: rgb(234 88 12 / 0.15) !important;
  }

  .sm\:stroke-orange-600\/20 {
    stroke: rgb(234 88 12 / 0.2) !important;
  }

  .sm\:stroke-orange-600\/25 {
    stroke: rgb(234 88 12 / 0.25) !important;
  }

  .sm\:stroke-orange-600\/30 {
    stroke: rgb(234 88 12 / 0.3) !important;
  }

  .sm\:stroke-orange-600\/35 {
    stroke: rgb(234 88 12 / 0.35) !important;
  }

  .sm\:stroke-orange-600\/40 {
    stroke: rgb(234 88 12 / 0.4) !important;
  }

  .sm\:stroke-orange-600\/45 {
    stroke: rgb(234 88 12 / 0.45) !important;
  }

  .sm\:stroke-orange-600\/5 {
    stroke: rgb(234 88 12 / 0.05) !important;
  }

  .sm\:stroke-orange-600\/50 {
    stroke: rgb(234 88 12 / 0.5) !important;
  }

  .sm\:stroke-orange-600\/55 {
    stroke: rgb(234 88 12 / 0.55) !important;
  }

  .sm\:stroke-orange-600\/60 {
    stroke: rgb(234 88 12 / 0.6) !important;
  }

  .sm\:stroke-orange-600\/65 {
    stroke: rgb(234 88 12 / 0.65) !important;
  }

  .sm\:stroke-orange-600\/70 {
    stroke: rgb(234 88 12 / 0.7) !important;
  }

  .sm\:stroke-orange-600\/75 {
    stroke: rgb(234 88 12 / 0.75) !important;
  }

  .sm\:stroke-orange-600\/80 {
    stroke: rgb(234 88 12 / 0.8) !important;
  }

  .sm\:stroke-orange-600\/85 {
    stroke: rgb(234 88 12 / 0.85) !important;
  }

  .sm\:stroke-orange-600\/90 {
    stroke: rgb(234 88 12 / 0.9) !important;
  }

  .sm\:stroke-orange-600\/95 {
    stroke: rgb(234 88 12 / 0.95) !important;
  }

  .sm\:stroke-orange-700 {
    stroke: #c2410c !important;
  }

  .sm\:stroke-orange-700\/0 {
    stroke: rgb(194 65 12 / 0) !important;
  }

  .sm\:stroke-orange-700\/10 {
    stroke: rgb(194 65 12 / 0.1) !important;
  }

  .sm\:stroke-orange-700\/100 {
    stroke: rgb(194 65 12 / 1) !important;
  }

  .sm\:stroke-orange-700\/15 {
    stroke: rgb(194 65 12 / 0.15) !important;
  }

  .sm\:stroke-orange-700\/20 {
    stroke: rgb(194 65 12 / 0.2) !important;
  }

  .sm\:stroke-orange-700\/25 {
    stroke: rgb(194 65 12 / 0.25) !important;
  }

  .sm\:stroke-orange-700\/30 {
    stroke: rgb(194 65 12 / 0.3) !important;
  }

  .sm\:stroke-orange-700\/35 {
    stroke: rgb(194 65 12 / 0.35) !important;
  }

  .sm\:stroke-orange-700\/40 {
    stroke: rgb(194 65 12 / 0.4) !important;
  }

  .sm\:stroke-orange-700\/45 {
    stroke: rgb(194 65 12 / 0.45) !important;
  }

  .sm\:stroke-orange-700\/5 {
    stroke: rgb(194 65 12 / 0.05) !important;
  }

  .sm\:stroke-orange-700\/50 {
    stroke: rgb(194 65 12 / 0.5) !important;
  }

  .sm\:stroke-orange-700\/55 {
    stroke: rgb(194 65 12 / 0.55) !important;
  }

  .sm\:stroke-orange-700\/60 {
    stroke: rgb(194 65 12 / 0.6) !important;
  }

  .sm\:stroke-orange-700\/65 {
    stroke: rgb(194 65 12 / 0.65) !important;
  }

  .sm\:stroke-orange-700\/70 {
    stroke: rgb(194 65 12 / 0.7) !important;
  }

  .sm\:stroke-orange-700\/75 {
    stroke: rgb(194 65 12 / 0.75) !important;
  }

  .sm\:stroke-orange-700\/80 {
    stroke: rgb(194 65 12 / 0.8) !important;
  }

  .sm\:stroke-orange-700\/85 {
    stroke: rgb(194 65 12 / 0.85) !important;
  }

  .sm\:stroke-orange-700\/90 {
    stroke: rgb(194 65 12 / 0.9) !important;
  }

  .sm\:stroke-orange-700\/95 {
    stroke: rgb(194 65 12 / 0.95) !important;
  }

  .sm\:stroke-orange-800 {
    stroke: #9a3412 !important;
  }

  .sm\:stroke-orange-800\/0 {
    stroke: rgb(154 52 18 / 0) !important;
  }

  .sm\:stroke-orange-800\/10 {
    stroke: rgb(154 52 18 / 0.1) !important;
  }

  .sm\:stroke-orange-800\/100 {
    stroke: rgb(154 52 18 / 1) !important;
  }

  .sm\:stroke-orange-800\/15 {
    stroke: rgb(154 52 18 / 0.15) !important;
  }

  .sm\:stroke-orange-800\/20 {
    stroke: rgb(154 52 18 / 0.2) !important;
  }

  .sm\:stroke-orange-800\/25 {
    stroke: rgb(154 52 18 / 0.25) !important;
  }

  .sm\:stroke-orange-800\/30 {
    stroke: rgb(154 52 18 / 0.3) !important;
  }

  .sm\:stroke-orange-800\/35 {
    stroke: rgb(154 52 18 / 0.35) !important;
  }

  .sm\:stroke-orange-800\/40 {
    stroke: rgb(154 52 18 / 0.4) !important;
  }

  .sm\:stroke-orange-800\/45 {
    stroke: rgb(154 52 18 / 0.45) !important;
  }

  .sm\:stroke-orange-800\/5 {
    stroke: rgb(154 52 18 / 0.05) !important;
  }

  .sm\:stroke-orange-800\/50 {
    stroke: rgb(154 52 18 / 0.5) !important;
  }

  .sm\:stroke-orange-800\/55 {
    stroke: rgb(154 52 18 / 0.55) !important;
  }

  .sm\:stroke-orange-800\/60 {
    stroke: rgb(154 52 18 / 0.6) !important;
  }

  .sm\:stroke-orange-800\/65 {
    stroke: rgb(154 52 18 / 0.65) !important;
  }

  .sm\:stroke-orange-800\/70 {
    stroke: rgb(154 52 18 / 0.7) !important;
  }

  .sm\:stroke-orange-800\/75 {
    stroke: rgb(154 52 18 / 0.75) !important;
  }

  .sm\:stroke-orange-800\/80 {
    stroke: rgb(154 52 18 / 0.8) !important;
  }

  .sm\:stroke-orange-800\/85 {
    stroke: rgb(154 52 18 / 0.85) !important;
  }

  .sm\:stroke-orange-800\/90 {
    stroke: rgb(154 52 18 / 0.9) !important;
  }

  .sm\:stroke-orange-800\/95 {
    stroke: rgb(154 52 18 / 0.95) !important;
  }

  .sm\:stroke-orange-900 {
    stroke: #7c2d12 !important;
  }

  .sm\:stroke-orange-900\/0 {
    stroke: rgb(124 45 18 / 0) !important;
  }

  .sm\:stroke-orange-900\/10 {
    stroke: rgb(124 45 18 / 0.1) !important;
  }

  .sm\:stroke-orange-900\/100 {
    stroke: rgb(124 45 18 / 1) !important;
  }

  .sm\:stroke-orange-900\/15 {
    stroke: rgb(124 45 18 / 0.15) !important;
  }

  .sm\:stroke-orange-900\/20 {
    stroke: rgb(124 45 18 / 0.2) !important;
  }

  .sm\:stroke-orange-900\/25 {
    stroke: rgb(124 45 18 / 0.25) !important;
  }

  .sm\:stroke-orange-900\/30 {
    stroke: rgb(124 45 18 / 0.3) !important;
  }

  .sm\:stroke-orange-900\/35 {
    stroke: rgb(124 45 18 / 0.35) !important;
  }

  .sm\:stroke-orange-900\/40 {
    stroke: rgb(124 45 18 / 0.4) !important;
  }

  .sm\:stroke-orange-900\/45 {
    stroke: rgb(124 45 18 / 0.45) !important;
  }

  .sm\:stroke-orange-900\/5 {
    stroke: rgb(124 45 18 / 0.05) !important;
  }

  .sm\:stroke-orange-900\/50 {
    stroke: rgb(124 45 18 / 0.5) !important;
  }

  .sm\:stroke-orange-900\/55 {
    stroke: rgb(124 45 18 / 0.55) !important;
  }

  .sm\:stroke-orange-900\/60 {
    stroke: rgb(124 45 18 / 0.6) !important;
  }

  .sm\:stroke-orange-900\/65 {
    stroke: rgb(124 45 18 / 0.65) !important;
  }

  .sm\:stroke-orange-900\/70 {
    stroke: rgb(124 45 18 / 0.7) !important;
  }

  .sm\:stroke-orange-900\/75 {
    stroke: rgb(124 45 18 / 0.75) !important;
  }

  .sm\:stroke-orange-900\/80 {
    stroke: rgb(124 45 18 / 0.8) !important;
  }

  .sm\:stroke-orange-900\/85 {
    stroke: rgb(124 45 18 / 0.85) !important;
  }

  .sm\:stroke-orange-900\/90 {
    stroke: rgb(124 45 18 / 0.9) !important;
  }

  .sm\:stroke-orange-900\/95 {
    stroke: rgb(124 45 18 / 0.95) !important;
  }

  .sm\:stroke-orange-950 {
    stroke: #431407 !important;
  }

  .sm\:stroke-orange-950\/0 {
    stroke: rgb(67 20 7 / 0) !important;
  }

  .sm\:stroke-orange-950\/10 {
    stroke: rgb(67 20 7 / 0.1) !important;
  }

  .sm\:stroke-orange-950\/100 {
    stroke: rgb(67 20 7 / 1) !important;
  }

  .sm\:stroke-orange-950\/15 {
    stroke: rgb(67 20 7 / 0.15) !important;
  }

  .sm\:stroke-orange-950\/20 {
    stroke: rgb(67 20 7 / 0.2) !important;
  }

  .sm\:stroke-orange-950\/25 {
    stroke: rgb(67 20 7 / 0.25) !important;
  }

  .sm\:stroke-orange-950\/30 {
    stroke: rgb(67 20 7 / 0.3) !important;
  }

  .sm\:stroke-orange-950\/35 {
    stroke: rgb(67 20 7 / 0.35) !important;
  }

  .sm\:stroke-orange-950\/40 {
    stroke: rgb(67 20 7 / 0.4) !important;
  }

  .sm\:stroke-orange-950\/45 {
    stroke: rgb(67 20 7 / 0.45) !important;
  }

  .sm\:stroke-orange-950\/5 {
    stroke: rgb(67 20 7 / 0.05) !important;
  }

  .sm\:stroke-orange-950\/50 {
    stroke: rgb(67 20 7 / 0.5) !important;
  }

  .sm\:stroke-orange-950\/55 {
    stroke: rgb(67 20 7 / 0.55) !important;
  }

  .sm\:stroke-orange-950\/60 {
    stroke: rgb(67 20 7 / 0.6) !important;
  }

  .sm\:stroke-orange-950\/65 {
    stroke: rgb(67 20 7 / 0.65) !important;
  }

  .sm\:stroke-orange-950\/70 {
    stroke: rgb(67 20 7 / 0.7) !important;
  }

  .sm\:stroke-orange-950\/75 {
    stroke: rgb(67 20 7 / 0.75) !important;
  }

  .sm\:stroke-orange-950\/80 {
    stroke: rgb(67 20 7 / 0.8) !important;
  }

  .sm\:stroke-orange-950\/85 {
    stroke: rgb(67 20 7 / 0.85) !important;
  }

  .sm\:stroke-orange-950\/90 {
    stroke: rgb(67 20 7 / 0.9) !important;
  }

  .sm\:stroke-orange-950\/95 {
    stroke: rgb(67 20 7 / 0.95) !important;
  }

  .sm\:stroke-pink-100 {
    stroke: #fce7f3 !important;
  }

  .sm\:stroke-pink-100\/0 {
    stroke: rgb(252 231 243 / 0) !important;
  }

  .sm\:stroke-pink-100\/10 {
    stroke: rgb(252 231 243 / 0.1) !important;
  }

  .sm\:stroke-pink-100\/100 {
    stroke: rgb(252 231 243 / 1) !important;
  }

  .sm\:stroke-pink-100\/15 {
    stroke: rgb(252 231 243 / 0.15) !important;
  }

  .sm\:stroke-pink-100\/20 {
    stroke: rgb(252 231 243 / 0.2) !important;
  }

  .sm\:stroke-pink-100\/25 {
    stroke: rgb(252 231 243 / 0.25) !important;
  }

  .sm\:stroke-pink-100\/30 {
    stroke: rgb(252 231 243 / 0.3) !important;
  }

  .sm\:stroke-pink-100\/35 {
    stroke: rgb(252 231 243 / 0.35) !important;
  }

  .sm\:stroke-pink-100\/40 {
    stroke: rgb(252 231 243 / 0.4) !important;
  }

  .sm\:stroke-pink-100\/45 {
    stroke: rgb(252 231 243 / 0.45) !important;
  }

  .sm\:stroke-pink-100\/5 {
    stroke: rgb(252 231 243 / 0.05) !important;
  }

  .sm\:stroke-pink-100\/50 {
    stroke: rgb(252 231 243 / 0.5) !important;
  }

  .sm\:stroke-pink-100\/55 {
    stroke: rgb(252 231 243 / 0.55) !important;
  }

  .sm\:stroke-pink-100\/60 {
    stroke: rgb(252 231 243 / 0.6) !important;
  }

  .sm\:stroke-pink-100\/65 {
    stroke: rgb(252 231 243 / 0.65) !important;
  }

  .sm\:stroke-pink-100\/70 {
    stroke: rgb(252 231 243 / 0.7) !important;
  }

  .sm\:stroke-pink-100\/75 {
    stroke: rgb(252 231 243 / 0.75) !important;
  }

  .sm\:stroke-pink-100\/80 {
    stroke: rgb(252 231 243 / 0.8) !important;
  }

  .sm\:stroke-pink-100\/85 {
    stroke: rgb(252 231 243 / 0.85) !important;
  }

  .sm\:stroke-pink-100\/90 {
    stroke: rgb(252 231 243 / 0.9) !important;
  }

  .sm\:stroke-pink-100\/95 {
    stroke: rgb(252 231 243 / 0.95) !important;
  }

  .sm\:stroke-pink-200 {
    stroke: #fbcfe8 !important;
  }

  .sm\:stroke-pink-200\/0 {
    stroke: rgb(251 207 232 / 0) !important;
  }

  .sm\:stroke-pink-200\/10 {
    stroke: rgb(251 207 232 / 0.1) !important;
  }

  .sm\:stroke-pink-200\/100 {
    stroke: rgb(251 207 232 / 1) !important;
  }

  .sm\:stroke-pink-200\/15 {
    stroke: rgb(251 207 232 / 0.15) !important;
  }

  .sm\:stroke-pink-200\/20 {
    stroke: rgb(251 207 232 / 0.2) !important;
  }

  .sm\:stroke-pink-200\/25 {
    stroke: rgb(251 207 232 / 0.25) !important;
  }

  .sm\:stroke-pink-200\/30 {
    stroke: rgb(251 207 232 / 0.3) !important;
  }

  .sm\:stroke-pink-200\/35 {
    stroke: rgb(251 207 232 / 0.35) !important;
  }

  .sm\:stroke-pink-200\/40 {
    stroke: rgb(251 207 232 / 0.4) !important;
  }

  .sm\:stroke-pink-200\/45 {
    stroke: rgb(251 207 232 / 0.45) !important;
  }

  .sm\:stroke-pink-200\/5 {
    stroke: rgb(251 207 232 / 0.05) !important;
  }

  .sm\:stroke-pink-200\/50 {
    stroke: rgb(251 207 232 / 0.5) !important;
  }

  .sm\:stroke-pink-200\/55 {
    stroke: rgb(251 207 232 / 0.55) !important;
  }

  .sm\:stroke-pink-200\/60 {
    stroke: rgb(251 207 232 / 0.6) !important;
  }

  .sm\:stroke-pink-200\/65 {
    stroke: rgb(251 207 232 / 0.65) !important;
  }

  .sm\:stroke-pink-200\/70 {
    stroke: rgb(251 207 232 / 0.7) !important;
  }

  .sm\:stroke-pink-200\/75 {
    stroke: rgb(251 207 232 / 0.75) !important;
  }

  .sm\:stroke-pink-200\/80 {
    stroke: rgb(251 207 232 / 0.8) !important;
  }

  .sm\:stroke-pink-200\/85 {
    stroke: rgb(251 207 232 / 0.85) !important;
  }

  .sm\:stroke-pink-200\/90 {
    stroke: rgb(251 207 232 / 0.9) !important;
  }

  .sm\:stroke-pink-200\/95 {
    stroke: rgb(251 207 232 / 0.95) !important;
  }

  .sm\:stroke-pink-300 {
    stroke: #f9a8d4 !important;
  }

  .sm\:stroke-pink-300\/0 {
    stroke: rgb(249 168 212 / 0) !important;
  }

  .sm\:stroke-pink-300\/10 {
    stroke: rgb(249 168 212 / 0.1) !important;
  }

  .sm\:stroke-pink-300\/100 {
    stroke: rgb(249 168 212 / 1) !important;
  }

  .sm\:stroke-pink-300\/15 {
    stroke: rgb(249 168 212 / 0.15) !important;
  }

  .sm\:stroke-pink-300\/20 {
    stroke: rgb(249 168 212 / 0.2) !important;
  }

  .sm\:stroke-pink-300\/25 {
    stroke: rgb(249 168 212 / 0.25) !important;
  }

  .sm\:stroke-pink-300\/30 {
    stroke: rgb(249 168 212 / 0.3) !important;
  }

  .sm\:stroke-pink-300\/35 {
    stroke: rgb(249 168 212 / 0.35) !important;
  }

  .sm\:stroke-pink-300\/40 {
    stroke: rgb(249 168 212 / 0.4) !important;
  }

  .sm\:stroke-pink-300\/45 {
    stroke: rgb(249 168 212 / 0.45) !important;
  }

  .sm\:stroke-pink-300\/5 {
    stroke: rgb(249 168 212 / 0.05) !important;
  }

  .sm\:stroke-pink-300\/50 {
    stroke: rgb(249 168 212 / 0.5) !important;
  }

  .sm\:stroke-pink-300\/55 {
    stroke: rgb(249 168 212 / 0.55) !important;
  }

  .sm\:stroke-pink-300\/60 {
    stroke: rgb(249 168 212 / 0.6) !important;
  }

  .sm\:stroke-pink-300\/65 {
    stroke: rgb(249 168 212 / 0.65) !important;
  }

  .sm\:stroke-pink-300\/70 {
    stroke: rgb(249 168 212 / 0.7) !important;
  }

  .sm\:stroke-pink-300\/75 {
    stroke: rgb(249 168 212 / 0.75) !important;
  }

  .sm\:stroke-pink-300\/80 {
    stroke: rgb(249 168 212 / 0.8) !important;
  }

  .sm\:stroke-pink-300\/85 {
    stroke: rgb(249 168 212 / 0.85) !important;
  }

  .sm\:stroke-pink-300\/90 {
    stroke: rgb(249 168 212 / 0.9) !important;
  }

  .sm\:stroke-pink-300\/95 {
    stroke: rgb(249 168 212 / 0.95) !important;
  }

  .sm\:stroke-pink-400 {
    stroke: #f472b6 !important;
  }

  .sm\:stroke-pink-400\/0 {
    stroke: rgb(244 114 182 / 0) !important;
  }

  .sm\:stroke-pink-400\/10 {
    stroke: rgb(244 114 182 / 0.1) !important;
  }

  .sm\:stroke-pink-400\/100 {
    stroke: rgb(244 114 182 / 1) !important;
  }

  .sm\:stroke-pink-400\/15 {
    stroke: rgb(244 114 182 / 0.15) !important;
  }

  .sm\:stroke-pink-400\/20 {
    stroke: rgb(244 114 182 / 0.2) !important;
  }

  .sm\:stroke-pink-400\/25 {
    stroke: rgb(244 114 182 / 0.25) !important;
  }

  .sm\:stroke-pink-400\/30 {
    stroke: rgb(244 114 182 / 0.3) !important;
  }

  .sm\:stroke-pink-400\/35 {
    stroke: rgb(244 114 182 / 0.35) !important;
  }

  .sm\:stroke-pink-400\/40 {
    stroke: rgb(244 114 182 / 0.4) !important;
  }

  .sm\:stroke-pink-400\/45 {
    stroke: rgb(244 114 182 / 0.45) !important;
  }

  .sm\:stroke-pink-400\/5 {
    stroke: rgb(244 114 182 / 0.05) !important;
  }

  .sm\:stroke-pink-400\/50 {
    stroke: rgb(244 114 182 / 0.5) !important;
  }

  .sm\:stroke-pink-400\/55 {
    stroke: rgb(244 114 182 / 0.55) !important;
  }

  .sm\:stroke-pink-400\/60 {
    stroke: rgb(244 114 182 / 0.6) !important;
  }

  .sm\:stroke-pink-400\/65 {
    stroke: rgb(244 114 182 / 0.65) !important;
  }

  .sm\:stroke-pink-400\/70 {
    stroke: rgb(244 114 182 / 0.7) !important;
  }

  .sm\:stroke-pink-400\/75 {
    stroke: rgb(244 114 182 / 0.75) !important;
  }

  .sm\:stroke-pink-400\/80 {
    stroke: rgb(244 114 182 / 0.8) !important;
  }

  .sm\:stroke-pink-400\/85 {
    stroke: rgb(244 114 182 / 0.85) !important;
  }

  .sm\:stroke-pink-400\/90 {
    stroke: rgb(244 114 182 / 0.9) !important;
  }

  .sm\:stroke-pink-400\/95 {
    stroke: rgb(244 114 182 / 0.95) !important;
  }

  .sm\:stroke-pink-50 {
    stroke: #fdf2f8 !important;
  }

  .sm\:stroke-pink-50\/0 {
    stroke: rgb(253 242 248 / 0) !important;
  }

  .sm\:stroke-pink-50\/10 {
    stroke: rgb(253 242 248 / 0.1) !important;
  }

  .sm\:stroke-pink-50\/100 {
    stroke: rgb(253 242 248 / 1) !important;
  }

  .sm\:stroke-pink-50\/15 {
    stroke: rgb(253 242 248 / 0.15) !important;
  }

  .sm\:stroke-pink-50\/20 {
    stroke: rgb(253 242 248 / 0.2) !important;
  }

  .sm\:stroke-pink-50\/25 {
    stroke: rgb(253 242 248 / 0.25) !important;
  }

  .sm\:stroke-pink-50\/30 {
    stroke: rgb(253 242 248 / 0.3) !important;
  }

  .sm\:stroke-pink-50\/35 {
    stroke: rgb(253 242 248 / 0.35) !important;
  }

  .sm\:stroke-pink-50\/40 {
    stroke: rgb(253 242 248 / 0.4) !important;
  }

  .sm\:stroke-pink-50\/45 {
    stroke: rgb(253 242 248 / 0.45) !important;
  }

  .sm\:stroke-pink-50\/5 {
    stroke: rgb(253 242 248 / 0.05) !important;
  }

  .sm\:stroke-pink-50\/50 {
    stroke: rgb(253 242 248 / 0.5) !important;
  }

  .sm\:stroke-pink-50\/55 {
    stroke: rgb(253 242 248 / 0.55) !important;
  }

  .sm\:stroke-pink-50\/60 {
    stroke: rgb(253 242 248 / 0.6) !important;
  }

  .sm\:stroke-pink-50\/65 {
    stroke: rgb(253 242 248 / 0.65) !important;
  }

  .sm\:stroke-pink-50\/70 {
    stroke: rgb(253 242 248 / 0.7) !important;
  }

  .sm\:stroke-pink-50\/75 {
    stroke: rgb(253 242 248 / 0.75) !important;
  }

  .sm\:stroke-pink-50\/80 {
    stroke: rgb(253 242 248 / 0.8) !important;
  }

  .sm\:stroke-pink-50\/85 {
    stroke: rgb(253 242 248 / 0.85) !important;
  }

  .sm\:stroke-pink-50\/90 {
    stroke: rgb(253 242 248 / 0.9) !important;
  }

  .sm\:stroke-pink-50\/95 {
    stroke: rgb(253 242 248 / 0.95) !important;
  }

  .sm\:stroke-pink-500 {
    stroke: #ec4899 !important;
  }

  .sm\:stroke-pink-500\/0 {
    stroke: rgb(236 72 153 / 0) !important;
  }

  .sm\:stroke-pink-500\/10 {
    stroke: rgb(236 72 153 / 0.1) !important;
  }

  .sm\:stroke-pink-500\/100 {
    stroke: rgb(236 72 153 / 1) !important;
  }

  .sm\:stroke-pink-500\/15 {
    stroke: rgb(236 72 153 / 0.15) !important;
  }

  .sm\:stroke-pink-500\/20 {
    stroke: rgb(236 72 153 / 0.2) !important;
  }

  .sm\:stroke-pink-500\/25 {
    stroke: rgb(236 72 153 / 0.25) !important;
  }

  .sm\:stroke-pink-500\/30 {
    stroke: rgb(236 72 153 / 0.3) !important;
  }

  .sm\:stroke-pink-500\/35 {
    stroke: rgb(236 72 153 / 0.35) !important;
  }

  .sm\:stroke-pink-500\/40 {
    stroke: rgb(236 72 153 / 0.4) !important;
  }

  .sm\:stroke-pink-500\/45 {
    stroke: rgb(236 72 153 / 0.45) !important;
  }

  .sm\:stroke-pink-500\/5 {
    stroke: rgb(236 72 153 / 0.05) !important;
  }

  .sm\:stroke-pink-500\/50 {
    stroke: rgb(236 72 153 / 0.5) !important;
  }

  .sm\:stroke-pink-500\/55 {
    stroke: rgb(236 72 153 / 0.55) !important;
  }

  .sm\:stroke-pink-500\/60 {
    stroke: rgb(236 72 153 / 0.6) !important;
  }

  .sm\:stroke-pink-500\/65 {
    stroke: rgb(236 72 153 / 0.65) !important;
  }

  .sm\:stroke-pink-500\/70 {
    stroke: rgb(236 72 153 / 0.7) !important;
  }

  .sm\:stroke-pink-500\/75 {
    stroke: rgb(236 72 153 / 0.75) !important;
  }

  .sm\:stroke-pink-500\/80 {
    stroke: rgb(236 72 153 / 0.8) !important;
  }

  .sm\:stroke-pink-500\/85 {
    stroke: rgb(236 72 153 / 0.85) !important;
  }

  .sm\:stroke-pink-500\/90 {
    stroke: rgb(236 72 153 / 0.9) !important;
  }

  .sm\:stroke-pink-500\/95 {
    stroke: rgb(236 72 153 / 0.95) !important;
  }

  .sm\:stroke-pink-600 {
    stroke: #db2777 !important;
  }

  .sm\:stroke-pink-600\/0 {
    stroke: rgb(219 39 119 / 0) !important;
  }

  .sm\:stroke-pink-600\/10 {
    stroke: rgb(219 39 119 / 0.1) !important;
  }

  .sm\:stroke-pink-600\/100 {
    stroke: rgb(219 39 119 / 1) !important;
  }

  .sm\:stroke-pink-600\/15 {
    stroke: rgb(219 39 119 / 0.15) !important;
  }

  .sm\:stroke-pink-600\/20 {
    stroke: rgb(219 39 119 / 0.2) !important;
  }

  .sm\:stroke-pink-600\/25 {
    stroke: rgb(219 39 119 / 0.25) !important;
  }

  .sm\:stroke-pink-600\/30 {
    stroke: rgb(219 39 119 / 0.3) !important;
  }

  .sm\:stroke-pink-600\/35 {
    stroke: rgb(219 39 119 / 0.35) !important;
  }

  .sm\:stroke-pink-600\/40 {
    stroke: rgb(219 39 119 / 0.4) !important;
  }

  .sm\:stroke-pink-600\/45 {
    stroke: rgb(219 39 119 / 0.45) !important;
  }

  .sm\:stroke-pink-600\/5 {
    stroke: rgb(219 39 119 / 0.05) !important;
  }

  .sm\:stroke-pink-600\/50 {
    stroke: rgb(219 39 119 / 0.5) !important;
  }

  .sm\:stroke-pink-600\/55 {
    stroke: rgb(219 39 119 / 0.55) !important;
  }

  .sm\:stroke-pink-600\/60 {
    stroke: rgb(219 39 119 / 0.6) !important;
  }

  .sm\:stroke-pink-600\/65 {
    stroke: rgb(219 39 119 / 0.65) !important;
  }

  .sm\:stroke-pink-600\/70 {
    stroke: rgb(219 39 119 / 0.7) !important;
  }

  .sm\:stroke-pink-600\/75 {
    stroke: rgb(219 39 119 / 0.75) !important;
  }

  .sm\:stroke-pink-600\/80 {
    stroke: rgb(219 39 119 / 0.8) !important;
  }

  .sm\:stroke-pink-600\/85 {
    stroke: rgb(219 39 119 / 0.85) !important;
  }

  .sm\:stroke-pink-600\/90 {
    stroke: rgb(219 39 119 / 0.9) !important;
  }

  .sm\:stroke-pink-600\/95 {
    stroke: rgb(219 39 119 / 0.95) !important;
  }

  .sm\:stroke-pink-700 {
    stroke: #be185d !important;
  }

  .sm\:stroke-pink-700\/0 {
    stroke: rgb(190 24 93 / 0) !important;
  }

  .sm\:stroke-pink-700\/10 {
    stroke: rgb(190 24 93 / 0.1) !important;
  }

  .sm\:stroke-pink-700\/100 {
    stroke: rgb(190 24 93 / 1) !important;
  }

  .sm\:stroke-pink-700\/15 {
    stroke: rgb(190 24 93 / 0.15) !important;
  }

  .sm\:stroke-pink-700\/20 {
    stroke: rgb(190 24 93 / 0.2) !important;
  }

  .sm\:stroke-pink-700\/25 {
    stroke: rgb(190 24 93 / 0.25) !important;
  }

  .sm\:stroke-pink-700\/30 {
    stroke: rgb(190 24 93 / 0.3) !important;
  }

  .sm\:stroke-pink-700\/35 {
    stroke: rgb(190 24 93 / 0.35) !important;
  }

  .sm\:stroke-pink-700\/40 {
    stroke: rgb(190 24 93 / 0.4) !important;
  }

  .sm\:stroke-pink-700\/45 {
    stroke: rgb(190 24 93 / 0.45) !important;
  }

  .sm\:stroke-pink-700\/5 {
    stroke: rgb(190 24 93 / 0.05) !important;
  }

  .sm\:stroke-pink-700\/50 {
    stroke: rgb(190 24 93 / 0.5) !important;
  }

  .sm\:stroke-pink-700\/55 {
    stroke: rgb(190 24 93 / 0.55) !important;
  }

  .sm\:stroke-pink-700\/60 {
    stroke: rgb(190 24 93 / 0.6) !important;
  }

  .sm\:stroke-pink-700\/65 {
    stroke: rgb(190 24 93 / 0.65) !important;
  }

  .sm\:stroke-pink-700\/70 {
    stroke: rgb(190 24 93 / 0.7) !important;
  }

  .sm\:stroke-pink-700\/75 {
    stroke: rgb(190 24 93 / 0.75) !important;
  }

  .sm\:stroke-pink-700\/80 {
    stroke: rgb(190 24 93 / 0.8) !important;
  }

  .sm\:stroke-pink-700\/85 {
    stroke: rgb(190 24 93 / 0.85) !important;
  }

  .sm\:stroke-pink-700\/90 {
    stroke: rgb(190 24 93 / 0.9) !important;
  }

  .sm\:stroke-pink-700\/95 {
    stroke: rgb(190 24 93 / 0.95) !important;
  }

  .sm\:stroke-pink-800 {
    stroke: #9d174d !important;
  }

  .sm\:stroke-pink-800\/0 {
    stroke: rgb(157 23 77 / 0) !important;
  }

  .sm\:stroke-pink-800\/10 {
    stroke: rgb(157 23 77 / 0.1) !important;
  }

  .sm\:stroke-pink-800\/100 {
    stroke: rgb(157 23 77 / 1) !important;
  }

  .sm\:stroke-pink-800\/15 {
    stroke: rgb(157 23 77 / 0.15) !important;
  }

  .sm\:stroke-pink-800\/20 {
    stroke: rgb(157 23 77 / 0.2) !important;
  }

  .sm\:stroke-pink-800\/25 {
    stroke: rgb(157 23 77 / 0.25) !important;
  }

  .sm\:stroke-pink-800\/30 {
    stroke: rgb(157 23 77 / 0.3) !important;
  }

  .sm\:stroke-pink-800\/35 {
    stroke: rgb(157 23 77 / 0.35) !important;
  }

  .sm\:stroke-pink-800\/40 {
    stroke: rgb(157 23 77 / 0.4) !important;
  }

  .sm\:stroke-pink-800\/45 {
    stroke: rgb(157 23 77 / 0.45) !important;
  }

  .sm\:stroke-pink-800\/5 {
    stroke: rgb(157 23 77 / 0.05) !important;
  }

  .sm\:stroke-pink-800\/50 {
    stroke: rgb(157 23 77 / 0.5) !important;
  }

  .sm\:stroke-pink-800\/55 {
    stroke: rgb(157 23 77 / 0.55) !important;
  }

  .sm\:stroke-pink-800\/60 {
    stroke: rgb(157 23 77 / 0.6) !important;
  }

  .sm\:stroke-pink-800\/65 {
    stroke: rgb(157 23 77 / 0.65) !important;
  }

  .sm\:stroke-pink-800\/70 {
    stroke: rgb(157 23 77 / 0.7) !important;
  }

  .sm\:stroke-pink-800\/75 {
    stroke: rgb(157 23 77 / 0.75) !important;
  }

  .sm\:stroke-pink-800\/80 {
    stroke: rgb(157 23 77 / 0.8) !important;
  }

  .sm\:stroke-pink-800\/85 {
    stroke: rgb(157 23 77 / 0.85) !important;
  }

  .sm\:stroke-pink-800\/90 {
    stroke: rgb(157 23 77 / 0.9) !important;
  }

  .sm\:stroke-pink-800\/95 {
    stroke: rgb(157 23 77 / 0.95) !important;
  }

  .sm\:stroke-pink-900 {
    stroke: #831843 !important;
  }

  .sm\:stroke-pink-900\/0 {
    stroke: rgb(131 24 67 / 0) !important;
  }

  .sm\:stroke-pink-900\/10 {
    stroke: rgb(131 24 67 / 0.1) !important;
  }

  .sm\:stroke-pink-900\/100 {
    stroke: rgb(131 24 67 / 1) !important;
  }

  .sm\:stroke-pink-900\/15 {
    stroke: rgb(131 24 67 / 0.15) !important;
  }

  .sm\:stroke-pink-900\/20 {
    stroke: rgb(131 24 67 / 0.2) !important;
  }

  .sm\:stroke-pink-900\/25 {
    stroke: rgb(131 24 67 / 0.25) !important;
  }

  .sm\:stroke-pink-900\/30 {
    stroke: rgb(131 24 67 / 0.3) !important;
  }

  .sm\:stroke-pink-900\/35 {
    stroke: rgb(131 24 67 / 0.35) !important;
  }

  .sm\:stroke-pink-900\/40 {
    stroke: rgb(131 24 67 / 0.4) !important;
  }

  .sm\:stroke-pink-900\/45 {
    stroke: rgb(131 24 67 / 0.45) !important;
  }

  .sm\:stroke-pink-900\/5 {
    stroke: rgb(131 24 67 / 0.05) !important;
  }

  .sm\:stroke-pink-900\/50 {
    stroke: rgb(131 24 67 / 0.5) !important;
  }

  .sm\:stroke-pink-900\/55 {
    stroke: rgb(131 24 67 / 0.55) !important;
  }

  .sm\:stroke-pink-900\/60 {
    stroke: rgb(131 24 67 / 0.6) !important;
  }

  .sm\:stroke-pink-900\/65 {
    stroke: rgb(131 24 67 / 0.65) !important;
  }

  .sm\:stroke-pink-900\/70 {
    stroke: rgb(131 24 67 / 0.7) !important;
  }

  .sm\:stroke-pink-900\/75 {
    stroke: rgb(131 24 67 / 0.75) !important;
  }

  .sm\:stroke-pink-900\/80 {
    stroke: rgb(131 24 67 / 0.8) !important;
  }

  .sm\:stroke-pink-900\/85 {
    stroke: rgb(131 24 67 / 0.85) !important;
  }

  .sm\:stroke-pink-900\/90 {
    stroke: rgb(131 24 67 / 0.9) !important;
  }

  .sm\:stroke-pink-900\/95 {
    stroke: rgb(131 24 67 / 0.95) !important;
  }

  .sm\:stroke-pink-950 {
    stroke: #500724 !important;
  }

  .sm\:stroke-pink-950\/0 {
    stroke: rgb(80 7 36 / 0) !important;
  }

  .sm\:stroke-pink-950\/10 {
    stroke: rgb(80 7 36 / 0.1) !important;
  }

  .sm\:stroke-pink-950\/100 {
    stroke: rgb(80 7 36 / 1) !important;
  }

  .sm\:stroke-pink-950\/15 {
    stroke: rgb(80 7 36 / 0.15) !important;
  }

  .sm\:stroke-pink-950\/20 {
    stroke: rgb(80 7 36 / 0.2) !important;
  }

  .sm\:stroke-pink-950\/25 {
    stroke: rgb(80 7 36 / 0.25) !important;
  }

  .sm\:stroke-pink-950\/30 {
    stroke: rgb(80 7 36 / 0.3) !important;
  }

  .sm\:stroke-pink-950\/35 {
    stroke: rgb(80 7 36 / 0.35) !important;
  }

  .sm\:stroke-pink-950\/40 {
    stroke: rgb(80 7 36 / 0.4) !important;
  }

  .sm\:stroke-pink-950\/45 {
    stroke: rgb(80 7 36 / 0.45) !important;
  }

  .sm\:stroke-pink-950\/5 {
    stroke: rgb(80 7 36 / 0.05) !important;
  }

  .sm\:stroke-pink-950\/50 {
    stroke: rgb(80 7 36 / 0.5) !important;
  }

  .sm\:stroke-pink-950\/55 {
    stroke: rgb(80 7 36 / 0.55) !important;
  }

  .sm\:stroke-pink-950\/60 {
    stroke: rgb(80 7 36 / 0.6) !important;
  }

  .sm\:stroke-pink-950\/65 {
    stroke: rgb(80 7 36 / 0.65) !important;
  }

  .sm\:stroke-pink-950\/70 {
    stroke: rgb(80 7 36 / 0.7) !important;
  }

  .sm\:stroke-pink-950\/75 {
    stroke: rgb(80 7 36 / 0.75) !important;
  }

  .sm\:stroke-pink-950\/80 {
    stroke: rgb(80 7 36 / 0.8) !important;
  }

  .sm\:stroke-pink-950\/85 {
    stroke: rgb(80 7 36 / 0.85) !important;
  }

  .sm\:stroke-pink-950\/90 {
    stroke: rgb(80 7 36 / 0.9) !important;
  }

  .sm\:stroke-pink-950\/95 {
    stroke: rgb(80 7 36 / 0.95) !important;
  }

  .sm\:stroke-purple-100 {
    stroke: #f3e8ff !important;
  }

  .sm\:stroke-purple-100\/0 {
    stroke: rgb(243 232 255 / 0) !important;
  }

  .sm\:stroke-purple-100\/10 {
    stroke: rgb(243 232 255 / 0.1) !important;
  }

  .sm\:stroke-purple-100\/100 {
    stroke: rgb(243 232 255 / 1) !important;
  }

  .sm\:stroke-purple-100\/15 {
    stroke: rgb(243 232 255 / 0.15) !important;
  }

  .sm\:stroke-purple-100\/20 {
    stroke: rgb(243 232 255 / 0.2) !important;
  }

  .sm\:stroke-purple-100\/25 {
    stroke: rgb(243 232 255 / 0.25) !important;
  }

  .sm\:stroke-purple-100\/30 {
    stroke: rgb(243 232 255 / 0.3) !important;
  }

  .sm\:stroke-purple-100\/35 {
    stroke: rgb(243 232 255 / 0.35) !important;
  }

  .sm\:stroke-purple-100\/40 {
    stroke: rgb(243 232 255 / 0.4) !important;
  }

  .sm\:stroke-purple-100\/45 {
    stroke: rgb(243 232 255 / 0.45) !important;
  }

  .sm\:stroke-purple-100\/5 {
    stroke: rgb(243 232 255 / 0.05) !important;
  }

  .sm\:stroke-purple-100\/50 {
    stroke: rgb(243 232 255 / 0.5) !important;
  }

  .sm\:stroke-purple-100\/55 {
    stroke: rgb(243 232 255 / 0.55) !important;
  }

  .sm\:stroke-purple-100\/60 {
    stroke: rgb(243 232 255 / 0.6) !important;
  }

  .sm\:stroke-purple-100\/65 {
    stroke: rgb(243 232 255 / 0.65) !important;
  }

  .sm\:stroke-purple-100\/70 {
    stroke: rgb(243 232 255 / 0.7) !important;
  }

  .sm\:stroke-purple-100\/75 {
    stroke: rgb(243 232 255 / 0.75) !important;
  }

  .sm\:stroke-purple-100\/80 {
    stroke: rgb(243 232 255 / 0.8) !important;
  }

  .sm\:stroke-purple-100\/85 {
    stroke: rgb(243 232 255 / 0.85) !important;
  }

  .sm\:stroke-purple-100\/90 {
    stroke: rgb(243 232 255 / 0.9) !important;
  }

  .sm\:stroke-purple-100\/95 {
    stroke: rgb(243 232 255 / 0.95) !important;
  }

  .sm\:stroke-purple-200 {
    stroke: #e9d5ff !important;
  }

  .sm\:stroke-purple-200\/0 {
    stroke: rgb(233 213 255 / 0) !important;
  }

  .sm\:stroke-purple-200\/10 {
    stroke: rgb(233 213 255 / 0.1) !important;
  }

  .sm\:stroke-purple-200\/100 {
    stroke: rgb(233 213 255 / 1) !important;
  }

  .sm\:stroke-purple-200\/15 {
    stroke: rgb(233 213 255 / 0.15) !important;
  }

  .sm\:stroke-purple-200\/20 {
    stroke: rgb(233 213 255 / 0.2) !important;
  }

  .sm\:stroke-purple-200\/25 {
    stroke: rgb(233 213 255 / 0.25) !important;
  }

  .sm\:stroke-purple-200\/30 {
    stroke: rgb(233 213 255 / 0.3) !important;
  }

  .sm\:stroke-purple-200\/35 {
    stroke: rgb(233 213 255 / 0.35) !important;
  }

  .sm\:stroke-purple-200\/40 {
    stroke: rgb(233 213 255 / 0.4) !important;
  }

  .sm\:stroke-purple-200\/45 {
    stroke: rgb(233 213 255 / 0.45) !important;
  }

  .sm\:stroke-purple-200\/5 {
    stroke: rgb(233 213 255 / 0.05) !important;
  }

  .sm\:stroke-purple-200\/50 {
    stroke: rgb(233 213 255 / 0.5) !important;
  }

  .sm\:stroke-purple-200\/55 {
    stroke: rgb(233 213 255 / 0.55) !important;
  }

  .sm\:stroke-purple-200\/60 {
    stroke: rgb(233 213 255 / 0.6) !important;
  }

  .sm\:stroke-purple-200\/65 {
    stroke: rgb(233 213 255 / 0.65) !important;
  }

  .sm\:stroke-purple-200\/70 {
    stroke: rgb(233 213 255 / 0.7) !important;
  }

  .sm\:stroke-purple-200\/75 {
    stroke: rgb(233 213 255 / 0.75) !important;
  }

  .sm\:stroke-purple-200\/80 {
    stroke: rgb(233 213 255 / 0.8) !important;
  }

  .sm\:stroke-purple-200\/85 {
    stroke: rgb(233 213 255 / 0.85) !important;
  }

  .sm\:stroke-purple-200\/90 {
    stroke: rgb(233 213 255 / 0.9) !important;
  }

  .sm\:stroke-purple-200\/95 {
    stroke: rgb(233 213 255 / 0.95) !important;
  }

  .sm\:stroke-purple-300 {
    stroke: #d8b4fe !important;
  }

  .sm\:stroke-purple-300\/0 {
    stroke: rgb(216 180 254 / 0) !important;
  }

  .sm\:stroke-purple-300\/10 {
    stroke: rgb(216 180 254 / 0.1) !important;
  }

  .sm\:stroke-purple-300\/100 {
    stroke: rgb(216 180 254 / 1) !important;
  }

  .sm\:stroke-purple-300\/15 {
    stroke: rgb(216 180 254 / 0.15) !important;
  }

  .sm\:stroke-purple-300\/20 {
    stroke: rgb(216 180 254 / 0.2) !important;
  }

  .sm\:stroke-purple-300\/25 {
    stroke: rgb(216 180 254 / 0.25) !important;
  }

  .sm\:stroke-purple-300\/30 {
    stroke: rgb(216 180 254 / 0.3) !important;
  }

  .sm\:stroke-purple-300\/35 {
    stroke: rgb(216 180 254 / 0.35) !important;
  }

  .sm\:stroke-purple-300\/40 {
    stroke: rgb(216 180 254 / 0.4) !important;
  }

  .sm\:stroke-purple-300\/45 {
    stroke: rgb(216 180 254 / 0.45) !important;
  }

  .sm\:stroke-purple-300\/5 {
    stroke: rgb(216 180 254 / 0.05) !important;
  }

  .sm\:stroke-purple-300\/50 {
    stroke: rgb(216 180 254 / 0.5) !important;
  }

  .sm\:stroke-purple-300\/55 {
    stroke: rgb(216 180 254 / 0.55) !important;
  }

  .sm\:stroke-purple-300\/60 {
    stroke: rgb(216 180 254 / 0.6) !important;
  }

  .sm\:stroke-purple-300\/65 {
    stroke: rgb(216 180 254 / 0.65) !important;
  }

  .sm\:stroke-purple-300\/70 {
    stroke: rgb(216 180 254 / 0.7) !important;
  }

  .sm\:stroke-purple-300\/75 {
    stroke: rgb(216 180 254 / 0.75) !important;
  }

  .sm\:stroke-purple-300\/80 {
    stroke: rgb(216 180 254 / 0.8) !important;
  }

  .sm\:stroke-purple-300\/85 {
    stroke: rgb(216 180 254 / 0.85) !important;
  }

  .sm\:stroke-purple-300\/90 {
    stroke: rgb(216 180 254 / 0.9) !important;
  }

  .sm\:stroke-purple-300\/95 {
    stroke: rgb(216 180 254 / 0.95) !important;
  }

  .sm\:stroke-purple-400 {
    stroke: #c084fc !important;
  }

  .sm\:stroke-purple-400\/0 {
    stroke: rgb(192 132 252 / 0) !important;
  }

  .sm\:stroke-purple-400\/10 {
    stroke: rgb(192 132 252 / 0.1) !important;
  }

  .sm\:stroke-purple-400\/100 {
    stroke: rgb(192 132 252 / 1) !important;
  }

  .sm\:stroke-purple-400\/15 {
    stroke: rgb(192 132 252 / 0.15) !important;
  }

  .sm\:stroke-purple-400\/20 {
    stroke: rgb(192 132 252 / 0.2) !important;
  }

  .sm\:stroke-purple-400\/25 {
    stroke: rgb(192 132 252 / 0.25) !important;
  }

  .sm\:stroke-purple-400\/30 {
    stroke: rgb(192 132 252 / 0.3) !important;
  }

  .sm\:stroke-purple-400\/35 {
    stroke: rgb(192 132 252 / 0.35) !important;
  }

  .sm\:stroke-purple-400\/40 {
    stroke: rgb(192 132 252 / 0.4) !important;
  }

  .sm\:stroke-purple-400\/45 {
    stroke: rgb(192 132 252 / 0.45) !important;
  }

  .sm\:stroke-purple-400\/5 {
    stroke: rgb(192 132 252 / 0.05) !important;
  }

  .sm\:stroke-purple-400\/50 {
    stroke: rgb(192 132 252 / 0.5) !important;
  }

  .sm\:stroke-purple-400\/55 {
    stroke: rgb(192 132 252 / 0.55) !important;
  }

  .sm\:stroke-purple-400\/60 {
    stroke: rgb(192 132 252 / 0.6) !important;
  }

  .sm\:stroke-purple-400\/65 {
    stroke: rgb(192 132 252 / 0.65) !important;
  }

  .sm\:stroke-purple-400\/70 {
    stroke: rgb(192 132 252 / 0.7) !important;
  }

  .sm\:stroke-purple-400\/75 {
    stroke: rgb(192 132 252 / 0.75) !important;
  }

  .sm\:stroke-purple-400\/80 {
    stroke: rgb(192 132 252 / 0.8) !important;
  }

  .sm\:stroke-purple-400\/85 {
    stroke: rgb(192 132 252 / 0.85) !important;
  }

  .sm\:stroke-purple-400\/90 {
    stroke: rgb(192 132 252 / 0.9) !important;
  }

  .sm\:stroke-purple-400\/95 {
    stroke: rgb(192 132 252 / 0.95) !important;
  }

  .sm\:stroke-purple-50 {
    stroke: #faf5ff !important;
  }

  .sm\:stroke-purple-50\/0 {
    stroke: rgb(250 245 255 / 0) !important;
  }

  .sm\:stroke-purple-50\/10 {
    stroke: rgb(250 245 255 / 0.1) !important;
  }

  .sm\:stroke-purple-50\/100 {
    stroke: rgb(250 245 255 / 1) !important;
  }

  .sm\:stroke-purple-50\/15 {
    stroke: rgb(250 245 255 / 0.15) !important;
  }

  .sm\:stroke-purple-50\/20 {
    stroke: rgb(250 245 255 / 0.2) !important;
  }

  .sm\:stroke-purple-50\/25 {
    stroke: rgb(250 245 255 / 0.25) !important;
  }

  .sm\:stroke-purple-50\/30 {
    stroke: rgb(250 245 255 / 0.3) !important;
  }

  .sm\:stroke-purple-50\/35 {
    stroke: rgb(250 245 255 / 0.35) !important;
  }

  .sm\:stroke-purple-50\/40 {
    stroke: rgb(250 245 255 / 0.4) !important;
  }

  .sm\:stroke-purple-50\/45 {
    stroke: rgb(250 245 255 / 0.45) !important;
  }

  .sm\:stroke-purple-50\/5 {
    stroke: rgb(250 245 255 / 0.05) !important;
  }

  .sm\:stroke-purple-50\/50 {
    stroke: rgb(250 245 255 / 0.5) !important;
  }

  .sm\:stroke-purple-50\/55 {
    stroke: rgb(250 245 255 / 0.55) !important;
  }

  .sm\:stroke-purple-50\/60 {
    stroke: rgb(250 245 255 / 0.6) !important;
  }

  .sm\:stroke-purple-50\/65 {
    stroke: rgb(250 245 255 / 0.65) !important;
  }

  .sm\:stroke-purple-50\/70 {
    stroke: rgb(250 245 255 / 0.7) !important;
  }

  .sm\:stroke-purple-50\/75 {
    stroke: rgb(250 245 255 / 0.75) !important;
  }

  .sm\:stroke-purple-50\/80 {
    stroke: rgb(250 245 255 / 0.8) !important;
  }

  .sm\:stroke-purple-50\/85 {
    stroke: rgb(250 245 255 / 0.85) !important;
  }

  .sm\:stroke-purple-50\/90 {
    stroke: rgb(250 245 255 / 0.9) !important;
  }

  .sm\:stroke-purple-50\/95 {
    stroke: rgb(250 245 255 / 0.95) !important;
  }

  .sm\:stroke-purple-500 {
    stroke: #a855f7 !important;
  }

  .sm\:stroke-purple-500\/0 {
    stroke: rgb(168 85 247 / 0) !important;
  }

  .sm\:stroke-purple-500\/10 {
    stroke: rgb(168 85 247 / 0.1) !important;
  }

  .sm\:stroke-purple-500\/100 {
    stroke: rgb(168 85 247 / 1) !important;
  }

  .sm\:stroke-purple-500\/15 {
    stroke: rgb(168 85 247 / 0.15) !important;
  }

  .sm\:stroke-purple-500\/20 {
    stroke: rgb(168 85 247 / 0.2) !important;
  }

  .sm\:stroke-purple-500\/25 {
    stroke: rgb(168 85 247 / 0.25) !important;
  }

  .sm\:stroke-purple-500\/30 {
    stroke: rgb(168 85 247 / 0.3) !important;
  }

  .sm\:stroke-purple-500\/35 {
    stroke: rgb(168 85 247 / 0.35) !important;
  }

  .sm\:stroke-purple-500\/40 {
    stroke: rgb(168 85 247 / 0.4) !important;
  }

  .sm\:stroke-purple-500\/45 {
    stroke: rgb(168 85 247 / 0.45) !important;
  }

  .sm\:stroke-purple-500\/5 {
    stroke: rgb(168 85 247 / 0.05) !important;
  }

  .sm\:stroke-purple-500\/50 {
    stroke: rgb(168 85 247 / 0.5) !important;
  }

  .sm\:stroke-purple-500\/55 {
    stroke: rgb(168 85 247 / 0.55) !important;
  }

  .sm\:stroke-purple-500\/60 {
    stroke: rgb(168 85 247 / 0.6) !important;
  }

  .sm\:stroke-purple-500\/65 {
    stroke: rgb(168 85 247 / 0.65) !important;
  }

  .sm\:stroke-purple-500\/70 {
    stroke: rgb(168 85 247 / 0.7) !important;
  }

  .sm\:stroke-purple-500\/75 {
    stroke: rgb(168 85 247 / 0.75) !important;
  }

  .sm\:stroke-purple-500\/80 {
    stroke: rgb(168 85 247 / 0.8) !important;
  }

  .sm\:stroke-purple-500\/85 {
    stroke: rgb(168 85 247 / 0.85) !important;
  }

  .sm\:stroke-purple-500\/90 {
    stroke: rgb(168 85 247 / 0.9) !important;
  }

  .sm\:stroke-purple-500\/95 {
    stroke: rgb(168 85 247 / 0.95) !important;
  }

  .sm\:stroke-purple-600 {
    stroke: #9333ea !important;
  }

  .sm\:stroke-purple-600\/0 {
    stroke: rgb(147 51 234 / 0) !important;
  }

  .sm\:stroke-purple-600\/10 {
    stroke: rgb(147 51 234 / 0.1) !important;
  }

  .sm\:stroke-purple-600\/100 {
    stroke: rgb(147 51 234 / 1) !important;
  }

  .sm\:stroke-purple-600\/15 {
    stroke: rgb(147 51 234 / 0.15) !important;
  }

  .sm\:stroke-purple-600\/20 {
    stroke: rgb(147 51 234 / 0.2) !important;
  }

  .sm\:stroke-purple-600\/25 {
    stroke: rgb(147 51 234 / 0.25) !important;
  }

  .sm\:stroke-purple-600\/30 {
    stroke: rgb(147 51 234 / 0.3) !important;
  }

  .sm\:stroke-purple-600\/35 {
    stroke: rgb(147 51 234 / 0.35) !important;
  }

  .sm\:stroke-purple-600\/40 {
    stroke: rgb(147 51 234 / 0.4) !important;
  }

  .sm\:stroke-purple-600\/45 {
    stroke: rgb(147 51 234 / 0.45) !important;
  }

  .sm\:stroke-purple-600\/5 {
    stroke: rgb(147 51 234 / 0.05) !important;
  }

  .sm\:stroke-purple-600\/50 {
    stroke: rgb(147 51 234 / 0.5) !important;
  }

  .sm\:stroke-purple-600\/55 {
    stroke: rgb(147 51 234 / 0.55) !important;
  }

  .sm\:stroke-purple-600\/60 {
    stroke: rgb(147 51 234 / 0.6) !important;
  }

  .sm\:stroke-purple-600\/65 {
    stroke: rgb(147 51 234 / 0.65) !important;
  }

  .sm\:stroke-purple-600\/70 {
    stroke: rgb(147 51 234 / 0.7) !important;
  }

  .sm\:stroke-purple-600\/75 {
    stroke: rgb(147 51 234 / 0.75) !important;
  }

  .sm\:stroke-purple-600\/80 {
    stroke: rgb(147 51 234 / 0.8) !important;
  }

  .sm\:stroke-purple-600\/85 {
    stroke: rgb(147 51 234 / 0.85) !important;
  }

  .sm\:stroke-purple-600\/90 {
    stroke: rgb(147 51 234 / 0.9) !important;
  }

  .sm\:stroke-purple-600\/95 {
    stroke: rgb(147 51 234 / 0.95) !important;
  }

  .sm\:stroke-purple-700 {
    stroke: #7e22ce !important;
  }

  .sm\:stroke-purple-700\/0 {
    stroke: rgb(126 34 206 / 0) !important;
  }

  .sm\:stroke-purple-700\/10 {
    stroke: rgb(126 34 206 / 0.1) !important;
  }

  .sm\:stroke-purple-700\/100 {
    stroke: rgb(126 34 206 / 1) !important;
  }

  .sm\:stroke-purple-700\/15 {
    stroke: rgb(126 34 206 / 0.15) !important;
  }

  .sm\:stroke-purple-700\/20 {
    stroke: rgb(126 34 206 / 0.2) !important;
  }

  .sm\:stroke-purple-700\/25 {
    stroke: rgb(126 34 206 / 0.25) !important;
  }

  .sm\:stroke-purple-700\/30 {
    stroke: rgb(126 34 206 / 0.3) !important;
  }

  .sm\:stroke-purple-700\/35 {
    stroke: rgb(126 34 206 / 0.35) !important;
  }

  .sm\:stroke-purple-700\/40 {
    stroke: rgb(126 34 206 / 0.4) !important;
  }

  .sm\:stroke-purple-700\/45 {
    stroke: rgb(126 34 206 / 0.45) !important;
  }

  .sm\:stroke-purple-700\/5 {
    stroke: rgb(126 34 206 / 0.05) !important;
  }

  .sm\:stroke-purple-700\/50 {
    stroke: rgb(126 34 206 / 0.5) !important;
  }

  .sm\:stroke-purple-700\/55 {
    stroke: rgb(126 34 206 / 0.55) !important;
  }

  .sm\:stroke-purple-700\/60 {
    stroke: rgb(126 34 206 / 0.6) !important;
  }

  .sm\:stroke-purple-700\/65 {
    stroke: rgb(126 34 206 / 0.65) !important;
  }

  .sm\:stroke-purple-700\/70 {
    stroke: rgb(126 34 206 / 0.7) !important;
  }

  .sm\:stroke-purple-700\/75 {
    stroke: rgb(126 34 206 / 0.75) !important;
  }

  .sm\:stroke-purple-700\/80 {
    stroke: rgb(126 34 206 / 0.8) !important;
  }

  .sm\:stroke-purple-700\/85 {
    stroke: rgb(126 34 206 / 0.85) !important;
  }

  .sm\:stroke-purple-700\/90 {
    stroke: rgb(126 34 206 / 0.9) !important;
  }

  .sm\:stroke-purple-700\/95 {
    stroke: rgb(126 34 206 / 0.95) !important;
  }

  .sm\:stroke-purple-800 {
    stroke: #6b21a8 !important;
  }

  .sm\:stroke-purple-800\/0 {
    stroke: rgb(107 33 168 / 0) !important;
  }

  .sm\:stroke-purple-800\/10 {
    stroke: rgb(107 33 168 / 0.1) !important;
  }

  .sm\:stroke-purple-800\/100 {
    stroke: rgb(107 33 168 / 1) !important;
  }

  .sm\:stroke-purple-800\/15 {
    stroke: rgb(107 33 168 / 0.15) !important;
  }

  .sm\:stroke-purple-800\/20 {
    stroke: rgb(107 33 168 / 0.2) !important;
  }

  .sm\:stroke-purple-800\/25 {
    stroke: rgb(107 33 168 / 0.25) !important;
  }

  .sm\:stroke-purple-800\/30 {
    stroke: rgb(107 33 168 / 0.3) !important;
  }

  .sm\:stroke-purple-800\/35 {
    stroke: rgb(107 33 168 / 0.35) !important;
  }

  .sm\:stroke-purple-800\/40 {
    stroke: rgb(107 33 168 / 0.4) !important;
  }

  .sm\:stroke-purple-800\/45 {
    stroke: rgb(107 33 168 / 0.45) !important;
  }

  .sm\:stroke-purple-800\/5 {
    stroke: rgb(107 33 168 / 0.05) !important;
  }

  .sm\:stroke-purple-800\/50 {
    stroke: rgb(107 33 168 / 0.5) !important;
  }

  .sm\:stroke-purple-800\/55 {
    stroke: rgb(107 33 168 / 0.55) !important;
  }

  .sm\:stroke-purple-800\/60 {
    stroke: rgb(107 33 168 / 0.6) !important;
  }

  .sm\:stroke-purple-800\/65 {
    stroke: rgb(107 33 168 / 0.65) !important;
  }

  .sm\:stroke-purple-800\/70 {
    stroke: rgb(107 33 168 / 0.7) !important;
  }

  .sm\:stroke-purple-800\/75 {
    stroke: rgb(107 33 168 / 0.75) !important;
  }

  .sm\:stroke-purple-800\/80 {
    stroke: rgb(107 33 168 / 0.8) !important;
  }

  .sm\:stroke-purple-800\/85 {
    stroke: rgb(107 33 168 / 0.85) !important;
  }

  .sm\:stroke-purple-800\/90 {
    stroke: rgb(107 33 168 / 0.9) !important;
  }

  .sm\:stroke-purple-800\/95 {
    stroke: rgb(107 33 168 / 0.95) !important;
  }

  .sm\:stroke-purple-900 {
    stroke: #581c87 !important;
  }

  .sm\:stroke-purple-900\/0 {
    stroke: rgb(88 28 135 / 0) !important;
  }

  .sm\:stroke-purple-900\/10 {
    stroke: rgb(88 28 135 / 0.1) !important;
  }

  .sm\:stroke-purple-900\/100 {
    stroke: rgb(88 28 135 / 1) !important;
  }

  .sm\:stroke-purple-900\/15 {
    stroke: rgb(88 28 135 / 0.15) !important;
  }

  .sm\:stroke-purple-900\/20 {
    stroke: rgb(88 28 135 / 0.2) !important;
  }

  .sm\:stroke-purple-900\/25 {
    stroke: rgb(88 28 135 / 0.25) !important;
  }

  .sm\:stroke-purple-900\/30 {
    stroke: rgb(88 28 135 / 0.3) !important;
  }

  .sm\:stroke-purple-900\/35 {
    stroke: rgb(88 28 135 / 0.35) !important;
  }

  .sm\:stroke-purple-900\/40 {
    stroke: rgb(88 28 135 / 0.4) !important;
  }

  .sm\:stroke-purple-900\/45 {
    stroke: rgb(88 28 135 / 0.45) !important;
  }

  .sm\:stroke-purple-900\/5 {
    stroke: rgb(88 28 135 / 0.05) !important;
  }

  .sm\:stroke-purple-900\/50 {
    stroke: rgb(88 28 135 / 0.5) !important;
  }

  .sm\:stroke-purple-900\/55 {
    stroke: rgb(88 28 135 / 0.55) !important;
  }

  .sm\:stroke-purple-900\/60 {
    stroke: rgb(88 28 135 / 0.6) !important;
  }

  .sm\:stroke-purple-900\/65 {
    stroke: rgb(88 28 135 / 0.65) !important;
  }

  .sm\:stroke-purple-900\/70 {
    stroke: rgb(88 28 135 / 0.7) !important;
  }

  .sm\:stroke-purple-900\/75 {
    stroke: rgb(88 28 135 / 0.75) !important;
  }

  .sm\:stroke-purple-900\/80 {
    stroke: rgb(88 28 135 / 0.8) !important;
  }

  .sm\:stroke-purple-900\/85 {
    stroke: rgb(88 28 135 / 0.85) !important;
  }

  .sm\:stroke-purple-900\/90 {
    stroke: rgb(88 28 135 / 0.9) !important;
  }

  .sm\:stroke-purple-900\/95 {
    stroke: rgb(88 28 135 / 0.95) !important;
  }

  .sm\:stroke-purple-950 {
    stroke: #3b0764 !important;
  }

  .sm\:stroke-purple-950\/0 {
    stroke: rgb(59 7 100 / 0) !important;
  }

  .sm\:stroke-purple-950\/10 {
    stroke: rgb(59 7 100 / 0.1) !important;
  }

  .sm\:stroke-purple-950\/100 {
    stroke: rgb(59 7 100 / 1) !important;
  }

  .sm\:stroke-purple-950\/15 {
    stroke: rgb(59 7 100 / 0.15) !important;
  }

  .sm\:stroke-purple-950\/20 {
    stroke: rgb(59 7 100 / 0.2) !important;
  }

  .sm\:stroke-purple-950\/25 {
    stroke: rgb(59 7 100 / 0.25) !important;
  }

  .sm\:stroke-purple-950\/30 {
    stroke: rgb(59 7 100 / 0.3) !important;
  }

  .sm\:stroke-purple-950\/35 {
    stroke: rgb(59 7 100 / 0.35) !important;
  }

  .sm\:stroke-purple-950\/40 {
    stroke: rgb(59 7 100 / 0.4) !important;
  }

  .sm\:stroke-purple-950\/45 {
    stroke: rgb(59 7 100 / 0.45) !important;
  }

  .sm\:stroke-purple-950\/5 {
    stroke: rgb(59 7 100 / 0.05) !important;
  }

  .sm\:stroke-purple-950\/50 {
    stroke: rgb(59 7 100 / 0.5) !important;
  }

  .sm\:stroke-purple-950\/55 {
    stroke: rgb(59 7 100 / 0.55) !important;
  }

  .sm\:stroke-purple-950\/60 {
    stroke: rgb(59 7 100 / 0.6) !important;
  }

  .sm\:stroke-purple-950\/65 {
    stroke: rgb(59 7 100 / 0.65) !important;
  }

  .sm\:stroke-purple-950\/70 {
    stroke: rgb(59 7 100 / 0.7) !important;
  }

  .sm\:stroke-purple-950\/75 {
    stroke: rgb(59 7 100 / 0.75) !important;
  }

  .sm\:stroke-purple-950\/80 {
    stroke: rgb(59 7 100 / 0.8) !important;
  }

  .sm\:stroke-purple-950\/85 {
    stroke: rgb(59 7 100 / 0.85) !important;
  }

  .sm\:stroke-purple-950\/90 {
    stroke: rgb(59 7 100 / 0.9) !important;
  }

  .sm\:stroke-purple-950\/95 {
    stroke: rgb(59 7 100 / 0.95) !important;
  }

  .sm\:stroke-red-100 {
    stroke: #fee2e2 !important;
  }

  .sm\:stroke-red-100\/0 {
    stroke: rgb(254 226 226 / 0) !important;
  }

  .sm\:stroke-red-100\/10 {
    stroke: rgb(254 226 226 / 0.1) !important;
  }

  .sm\:stroke-red-100\/100 {
    stroke: rgb(254 226 226 / 1) !important;
  }

  .sm\:stroke-red-100\/15 {
    stroke: rgb(254 226 226 / 0.15) !important;
  }

  .sm\:stroke-red-100\/20 {
    stroke: rgb(254 226 226 / 0.2) !important;
  }

  .sm\:stroke-red-100\/25 {
    stroke: rgb(254 226 226 / 0.25) !important;
  }

  .sm\:stroke-red-100\/30 {
    stroke: rgb(254 226 226 / 0.3) !important;
  }

  .sm\:stroke-red-100\/35 {
    stroke: rgb(254 226 226 / 0.35) !important;
  }

  .sm\:stroke-red-100\/40 {
    stroke: rgb(254 226 226 / 0.4) !important;
  }

  .sm\:stroke-red-100\/45 {
    stroke: rgb(254 226 226 / 0.45) !important;
  }

  .sm\:stroke-red-100\/5 {
    stroke: rgb(254 226 226 / 0.05) !important;
  }

  .sm\:stroke-red-100\/50 {
    stroke: rgb(254 226 226 / 0.5) !important;
  }

  .sm\:stroke-red-100\/55 {
    stroke: rgb(254 226 226 / 0.55) !important;
  }

  .sm\:stroke-red-100\/60 {
    stroke: rgb(254 226 226 / 0.6) !important;
  }

  .sm\:stroke-red-100\/65 {
    stroke: rgb(254 226 226 / 0.65) !important;
  }

  .sm\:stroke-red-100\/70 {
    stroke: rgb(254 226 226 / 0.7) !important;
  }

  .sm\:stroke-red-100\/75 {
    stroke: rgb(254 226 226 / 0.75) !important;
  }

  .sm\:stroke-red-100\/80 {
    stroke: rgb(254 226 226 / 0.8) !important;
  }

  .sm\:stroke-red-100\/85 {
    stroke: rgb(254 226 226 / 0.85) !important;
  }

  .sm\:stroke-red-100\/90 {
    stroke: rgb(254 226 226 / 0.9) !important;
  }

  .sm\:stroke-red-100\/95 {
    stroke: rgb(254 226 226 / 0.95) !important;
  }

  .sm\:stroke-red-200 {
    stroke: #fecaca !important;
  }

  .sm\:stroke-red-200\/0 {
    stroke: rgb(254 202 202 / 0) !important;
  }

  .sm\:stroke-red-200\/10 {
    stroke: rgb(254 202 202 / 0.1) !important;
  }

  .sm\:stroke-red-200\/100 {
    stroke: rgb(254 202 202 / 1) !important;
  }

  .sm\:stroke-red-200\/15 {
    stroke: rgb(254 202 202 / 0.15) !important;
  }

  .sm\:stroke-red-200\/20 {
    stroke: rgb(254 202 202 / 0.2) !important;
  }

  .sm\:stroke-red-200\/25 {
    stroke: rgb(254 202 202 / 0.25) !important;
  }

  .sm\:stroke-red-200\/30 {
    stroke: rgb(254 202 202 / 0.3) !important;
  }

  .sm\:stroke-red-200\/35 {
    stroke: rgb(254 202 202 / 0.35) !important;
  }

  .sm\:stroke-red-200\/40 {
    stroke: rgb(254 202 202 / 0.4) !important;
  }

  .sm\:stroke-red-200\/45 {
    stroke: rgb(254 202 202 / 0.45) !important;
  }

  .sm\:stroke-red-200\/5 {
    stroke: rgb(254 202 202 / 0.05) !important;
  }

  .sm\:stroke-red-200\/50 {
    stroke: rgb(254 202 202 / 0.5) !important;
  }

  .sm\:stroke-red-200\/55 {
    stroke: rgb(254 202 202 / 0.55) !important;
  }

  .sm\:stroke-red-200\/60 {
    stroke: rgb(254 202 202 / 0.6) !important;
  }

  .sm\:stroke-red-200\/65 {
    stroke: rgb(254 202 202 / 0.65) !important;
  }

  .sm\:stroke-red-200\/70 {
    stroke: rgb(254 202 202 / 0.7) !important;
  }

  .sm\:stroke-red-200\/75 {
    stroke: rgb(254 202 202 / 0.75) !important;
  }

  .sm\:stroke-red-200\/80 {
    stroke: rgb(254 202 202 / 0.8) !important;
  }

  .sm\:stroke-red-200\/85 {
    stroke: rgb(254 202 202 / 0.85) !important;
  }

  .sm\:stroke-red-200\/90 {
    stroke: rgb(254 202 202 / 0.9) !important;
  }

  .sm\:stroke-red-200\/95 {
    stroke: rgb(254 202 202 / 0.95) !important;
  }

  .sm\:stroke-red-300 {
    stroke: #fca5a5 !important;
  }

  .sm\:stroke-red-300\/0 {
    stroke: rgb(252 165 165 / 0) !important;
  }

  .sm\:stroke-red-300\/10 {
    stroke: rgb(252 165 165 / 0.1) !important;
  }

  .sm\:stroke-red-300\/100 {
    stroke: rgb(252 165 165 / 1) !important;
  }

  .sm\:stroke-red-300\/15 {
    stroke: rgb(252 165 165 / 0.15) !important;
  }

  .sm\:stroke-red-300\/20 {
    stroke: rgb(252 165 165 / 0.2) !important;
  }

  .sm\:stroke-red-300\/25 {
    stroke: rgb(252 165 165 / 0.25) !important;
  }

  .sm\:stroke-red-300\/30 {
    stroke: rgb(252 165 165 / 0.3) !important;
  }

  .sm\:stroke-red-300\/35 {
    stroke: rgb(252 165 165 / 0.35) !important;
  }

  .sm\:stroke-red-300\/40 {
    stroke: rgb(252 165 165 / 0.4) !important;
  }

  .sm\:stroke-red-300\/45 {
    stroke: rgb(252 165 165 / 0.45) !important;
  }

  .sm\:stroke-red-300\/5 {
    stroke: rgb(252 165 165 / 0.05) !important;
  }

  .sm\:stroke-red-300\/50 {
    stroke: rgb(252 165 165 / 0.5) !important;
  }

  .sm\:stroke-red-300\/55 {
    stroke: rgb(252 165 165 / 0.55) !important;
  }

  .sm\:stroke-red-300\/60 {
    stroke: rgb(252 165 165 / 0.6) !important;
  }

  .sm\:stroke-red-300\/65 {
    stroke: rgb(252 165 165 / 0.65) !important;
  }

  .sm\:stroke-red-300\/70 {
    stroke: rgb(252 165 165 / 0.7) !important;
  }

  .sm\:stroke-red-300\/75 {
    stroke: rgb(252 165 165 / 0.75) !important;
  }

  .sm\:stroke-red-300\/80 {
    stroke: rgb(252 165 165 / 0.8) !important;
  }

  .sm\:stroke-red-300\/85 {
    stroke: rgb(252 165 165 / 0.85) !important;
  }

  .sm\:stroke-red-300\/90 {
    stroke: rgb(252 165 165 / 0.9) !important;
  }

  .sm\:stroke-red-300\/95 {
    stroke: rgb(252 165 165 / 0.95) !important;
  }

  .sm\:stroke-red-400 {
    stroke: #f87171 !important;
  }

  .sm\:stroke-red-400\/0 {
    stroke: rgb(248 113 113 / 0) !important;
  }

  .sm\:stroke-red-400\/10 {
    stroke: rgb(248 113 113 / 0.1) !important;
  }

  .sm\:stroke-red-400\/100 {
    stroke: rgb(248 113 113 / 1) !important;
  }

  .sm\:stroke-red-400\/15 {
    stroke: rgb(248 113 113 / 0.15) !important;
  }

  .sm\:stroke-red-400\/20 {
    stroke: rgb(248 113 113 / 0.2) !important;
  }

  .sm\:stroke-red-400\/25 {
    stroke: rgb(248 113 113 / 0.25) !important;
  }

  .sm\:stroke-red-400\/30 {
    stroke: rgb(248 113 113 / 0.3) !important;
  }

  .sm\:stroke-red-400\/35 {
    stroke: rgb(248 113 113 / 0.35) !important;
  }

  .sm\:stroke-red-400\/40 {
    stroke: rgb(248 113 113 / 0.4) !important;
  }

  .sm\:stroke-red-400\/45 {
    stroke: rgb(248 113 113 / 0.45) !important;
  }

  .sm\:stroke-red-400\/5 {
    stroke: rgb(248 113 113 / 0.05) !important;
  }

  .sm\:stroke-red-400\/50 {
    stroke: rgb(248 113 113 / 0.5) !important;
  }

  .sm\:stroke-red-400\/55 {
    stroke: rgb(248 113 113 / 0.55) !important;
  }

  .sm\:stroke-red-400\/60 {
    stroke: rgb(248 113 113 / 0.6) !important;
  }

  .sm\:stroke-red-400\/65 {
    stroke: rgb(248 113 113 / 0.65) !important;
  }

  .sm\:stroke-red-400\/70 {
    stroke: rgb(248 113 113 / 0.7) !important;
  }

  .sm\:stroke-red-400\/75 {
    stroke: rgb(248 113 113 / 0.75) !important;
  }

  .sm\:stroke-red-400\/80 {
    stroke: rgb(248 113 113 / 0.8) !important;
  }

  .sm\:stroke-red-400\/85 {
    stroke: rgb(248 113 113 / 0.85) !important;
  }

  .sm\:stroke-red-400\/90 {
    stroke: rgb(248 113 113 / 0.9) !important;
  }

  .sm\:stroke-red-400\/95 {
    stroke: rgb(248 113 113 / 0.95) !important;
  }

  .sm\:stroke-red-50 {
    stroke: #fef2f2 !important;
  }

  .sm\:stroke-red-50\/0 {
    stroke: rgb(254 242 242 / 0) !important;
  }

  .sm\:stroke-red-50\/10 {
    stroke: rgb(254 242 242 / 0.1) !important;
  }

  .sm\:stroke-red-50\/100 {
    stroke: rgb(254 242 242 / 1) !important;
  }

  .sm\:stroke-red-50\/15 {
    stroke: rgb(254 242 242 / 0.15) !important;
  }

  .sm\:stroke-red-50\/20 {
    stroke: rgb(254 242 242 / 0.2) !important;
  }

  .sm\:stroke-red-50\/25 {
    stroke: rgb(254 242 242 / 0.25) !important;
  }

  .sm\:stroke-red-50\/30 {
    stroke: rgb(254 242 242 / 0.3) !important;
  }

  .sm\:stroke-red-50\/35 {
    stroke: rgb(254 242 242 / 0.35) !important;
  }

  .sm\:stroke-red-50\/40 {
    stroke: rgb(254 242 242 / 0.4) !important;
  }

  .sm\:stroke-red-50\/45 {
    stroke: rgb(254 242 242 / 0.45) !important;
  }

  .sm\:stroke-red-50\/5 {
    stroke: rgb(254 242 242 / 0.05) !important;
  }

  .sm\:stroke-red-50\/50 {
    stroke: rgb(254 242 242 / 0.5) !important;
  }

  .sm\:stroke-red-50\/55 {
    stroke: rgb(254 242 242 / 0.55) !important;
  }

  .sm\:stroke-red-50\/60 {
    stroke: rgb(254 242 242 / 0.6) !important;
  }

  .sm\:stroke-red-50\/65 {
    stroke: rgb(254 242 242 / 0.65) !important;
  }

  .sm\:stroke-red-50\/70 {
    stroke: rgb(254 242 242 / 0.7) !important;
  }

  .sm\:stroke-red-50\/75 {
    stroke: rgb(254 242 242 / 0.75) !important;
  }

  .sm\:stroke-red-50\/80 {
    stroke: rgb(254 242 242 / 0.8) !important;
  }

  .sm\:stroke-red-50\/85 {
    stroke: rgb(254 242 242 / 0.85) !important;
  }

  .sm\:stroke-red-50\/90 {
    stroke: rgb(254 242 242 / 0.9) !important;
  }

  .sm\:stroke-red-50\/95 {
    stroke: rgb(254 242 242 / 0.95) !important;
  }

  .sm\:stroke-red-500 {
    stroke: #ef4444 !important;
  }

  .sm\:stroke-red-500\/0 {
    stroke: rgb(239 68 68 / 0) !important;
  }

  .sm\:stroke-red-500\/10 {
    stroke: rgb(239 68 68 / 0.1) !important;
  }

  .sm\:stroke-red-500\/100 {
    stroke: rgb(239 68 68 / 1) !important;
  }

  .sm\:stroke-red-500\/15 {
    stroke: rgb(239 68 68 / 0.15) !important;
  }

  .sm\:stroke-red-500\/20 {
    stroke: rgb(239 68 68 / 0.2) !important;
  }

  .sm\:stroke-red-500\/25 {
    stroke: rgb(239 68 68 / 0.25) !important;
  }

  .sm\:stroke-red-500\/30 {
    stroke: rgb(239 68 68 / 0.3) !important;
  }

  .sm\:stroke-red-500\/35 {
    stroke: rgb(239 68 68 / 0.35) !important;
  }

  .sm\:stroke-red-500\/40 {
    stroke: rgb(239 68 68 / 0.4) !important;
  }

  .sm\:stroke-red-500\/45 {
    stroke: rgb(239 68 68 / 0.45) !important;
  }

  .sm\:stroke-red-500\/5 {
    stroke: rgb(239 68 68 / 0.05) !important;
  }

  .sm\:stroke-red-500\/50 {
    stroke: rgb(239 68 68 / 0.5) !important;
  }

  .sm\:stroke-red-500\/55 {
    stroke: rgb(239 68 68 / 0.55) !important;
  }

  .sm\:stroke-red-500\/60 {
    stroke: rgb(239 68 68 / 0.6) !important;
  }

  .sm\:stroke-red-500\/65 {
    stroke: rgb(239 68 68 / 0.65) !important;
  }

  .sm\:stroke-red-500\/70 {
    stroke: rgb(239 68 68 / 0.7) !important;
  }

  .sm\:stroke-red-500\/75 {
    stroke: rgb(239 68 68 / 0.75) !important;
  }

  .sm\:stroke-red-500\/80 {
    stroke: rgb(239 68 68 / 0.8) !important;
  }

  .sm\:stroke-red-500\/85 {
    stroke: rgb(239 68 68 / 0.85) !important;
  }

  .sm\:stroke-red-500\/90 {
    stroke: rgb(239 68 68 / 0.9) !important;
  }

  .sm\:stroke-red-500\/95 {
    stroke: rgb(239 68 68 / 0.95) !important;
  }

  .sm\:stroke-red-600 {
    stroke: #dc2626 !important;
  }

  .sm\:stroke-red-600\/0 {
    stroke: rgb(220 38 38 / 0) !important;
  }

  .sm\:stroke-red-600\/10 {
    stroke: rgb(220 38 38 / 0.1) !important;
  }

  .sm\:stroke-red-600\/100 {
    stroke: rgb(220 38 38 / 1) !important;
  }

  .sm\:stroke-red-600\/15 {
    stroke: rgb(220 38 38 / 0.15) !important;
  }

  .sm\:stroke-red-600\/20 {
    stroke: rgb(220 38 38 / 0.2) !important;
  }

  .sm\:stroke-red-600\/25 {
    stroke: rgb(220 38 38 / 0.25) !important;
  }

  .sm\:stroke-red-600\/30 {
    stroke: rgb(220 38 38 / 0.3) !important;
  }

  .sm\:stroke-red-600\/35 {
    stroke: rgb(220 38 38 / 0.35) !important;
  }

  .sm\:stroke-red-600\/40 {
    stroke: rgb(220 38 38 / 0.4) !important;
  }

  .sm\:stroke-red-600\/45 {
    stroke: rgb(220 38 38 / 0.45) !important;
  }

  .sm\:stroke-red-600\/5 {
    stroke: rgb(220 38 38 / 0.05) !important;
  }

  .sm\:stroke-red-600\/50 {
    stroke: rgb(220 38 38 / 0.5) !important;
  }

  .sm\:stroke-red-600\/55 {
    stroke: rgb(220 38 38 / 0.55) !important;
  }

  .sm\:stroke-red-600\/60 {
    stroke: rgb(220 38 38 / 0.6) !important;
  }

  .sm\:stroke-red-600\/65 {
    stroke: rgb(220 38 38 / 0.65) !important;
  }

  .sm\:stroke-red-600\/70 {
    stroke: rgb(220 38 38 / 0.7) !important;
  }

  .sm\:stroke-red-600\/75 {
    stroke: rgb(220 38 38 / 0.75) !important;
  }

  .sm\:stroke-red-600\/80 {
    stroke: rgb(220 38 38 / 0.8) !important;
  }

  .sm\:stroke-red-600\/85 {
    stroke: rgb(220 38 38 / 0.85) !important;
  }

  .sm\:stroke-red-600\/90 {
    stroke: rgb(220 38 38 / 0.9) !important;
  }

  .sm\:stroke-red-600\/95 {
    stroke: rgb(220 38 38 / 0.95) !important;
  }

  .sm\:stroke-red-700 {
    stroke: #b91c1c !important;
  }

  .sm\:stroke-red-700\/0 {
    stroke: rgb(185 28 28 / 0) !important;
  }

  .sm\:stroke-red-700\/10 {
    stroke: rgb(185 28 28 / 0.1) !important;
  }

  .sm\:stroke-red-700\/100 {
    stroke: rgb(185 28 28 / 1) !important;
  }

  .sm\:stroke-red-700\/15 {
    stroke: rgb(185 28 28 / 0.15) !important;
  }

  .sm\:stroke-red-700\/20 {
    stroke: rgb(185 28 28 / 0.2) !important;
  }

  .sm\:stroke-red-700\/25 {
    stroke: rgb(185 28 28 / 0.25) !important;
  }

  .sm\:stroke-red-700\/30 {
    stroke: rgb(185 28 28 / 0.3) !important;
  }

  .sm\:stroke-red-700\/35 {
    stroke: rgb(185 28 28 / 0.35) !important;
  }

  .sm\:stroke-red-700\/40 {
    stroke: rgb(185 28 28 / 0.4) !important;
  }

  .sm\:stroke-red-700\/45 {
    stroke: rgb(185 28 28 / 0.45) !important;
  }

  .sm\:stroke-red-700\/5 {
    stroke: rgb(185 28 28 / 0.05) !important;
  }

  .sm\:stroke-red-700\/50 {
    stroke: rgb(185 28 28 / 0.5) !important;
  }

  .sm\:stroke-red-700\/55 {
    stroke: rgb(185 28 28 / 0.55) !important;
  }

  .sm\:stroke-red-700\/60 {
    stroke: rgb(185 28 28 / 0.6) !important;
  }

  .sm\:stroke-red-700\/65 {
    stroke: rgb(185 28 28 / 0.65) !important;
  }

  .sm\:stroke-red-700\/70 {
    stroke: rgb(185 28 28 / 0.7) !important;
  }

  .sm\:stroke-red-700\/75 {
    stroke: rgb(185 28 28 / 0.75) !important;
  }

  .sm\:stroke-red-700\/80 {
    stroke: rgb(185 28 28 / 0.8) !important;
  }

  .sm\:stroke-red-700\/85 {
    stroke: rgb(185 28 28 / 0.85) !important;
  }

  .sm\:stroke-red-700\/90 {
    stroke: rgb(185 28 28 / 0.9) !important;
  }

  .sm\:stroke-red-700\/95 {
    stroke: rgb(185 28 28 / 0.95) !important;
  }

  .sm\:stroke-red-800 {
    stroke: #991b1b !important;
  }

  .sm\:stroke-red-800\/0 {
    stroke: rgb(153 27 27 / 0) !important;
  }

  .sm\:stroke-red-800\/10 {
    stroke: rgb(153 27 27 / 0.1) !important;
  }

  .sm\:stroke-red-800\/100 {
    stroke: rgb(153 27 27 / 1) !important;
  }

  .sm\:stroke-red-800\/15 {
    stroke: rgb(153 27 27 / 0.15) !important;
  }

  .sm\:stroke-red-800\/20 {
    stroke: rgb(153 27 27 / 0.2) !important;
  }

  .sm\:stroke-red-800\/25 {
    stroke: rgb(153 27 27 / 0.25) !important;
  }

  .sm\:stroke-red-800\/30 {
    stroke: rgb(153 27 27 / 0.3) !important;
  }

  .sm\:stroke-red-800\/35 {
    stroke: rgb(153 27 27 / 0.35) !important;
  }

  .sm\:stroke-red-800\/40 {
    stroke: rgb(153 27 27 / 0.4) !important;
  }

  .sm\:stroke-red-800\/45 {
    stroke: rgb(153 27 27 / 0.45) !important;
  }

  .sm\:stroke-red-800\/5 {
    stroke: rgb(153 27 27 / 0.05) !important;
  }

  .sm\:stroke-red-800\/50 {
    stroke: rgb(153 27 27 / 0.5) !important;
  }

  .sm\:stroke-red-800\/55 {
    stroke: rgb(153 27 27 / 0.55) !important;
  }

  .sm\:stroke-red-800\/60 {
    stroke: rgb(153 27 27 / 0.6) !important;
  }

  .sm\:stroke-red-800\/65 {
    stroke: rgb(153 27 27 / 0.65) !important;
  }

  .sm\:stroke-red-800\/70 {
    stroke: rgb(153 27 27 / 0.7) !important;
  }

  .sm\:stroke-red-800\/75 {
    stroke: rgb(153 27 27 / 0.75) !important;
  }

  .sm\:stroke-red-800\/80 {
    stroke: rgb(153 27 27 / 0.8) !important;
  }

  .sm\:stroke-red-800\/85 {
    stroke: rgb(153 27 27 / 0.85) !important;
  }

  .sm\:stroke-red-800\/90 {
    stroke: rgb(153 27 27 / 0.9) !important;
  }

  .sm\:stroke-red-800\/95 {
    stroke: rgb(153 27 27 / 0.95) !important;
  }

  .sm\:stroke-red-900 {
    stroke: #7f1d1d !important;
  }

  .sm\:stroke-red-900\/0 {
    stroke: rgb(127 29 29 / 0) !important;
  }

  .sm\:stroke-red-900\/10 {
    stroke: rgb(127 29 29 / 0.1) !important;
  }

  .sm\:stroke-red-900\/100 {
    stroke: rgb(127 29 29 / 1) !important;
  }

  .sm\:stroke-red-900\/15 {
    stroke: rgb(127 29 29 / 0.15) !important;
  }

  .sm\:stroke-red-900\/20 {
    stroke: rgb(127 29 29 / 0.2) !important;
  }

  .sm\:stroke-red-900\/25 {
    stroke: rgb(127 29 29 / 0.25) !important;
  }

  .sm\:stroke-red-900\/30 {
    stroke: rgb(127 29 29 / 0.3) !important;
  }

  .sm\:stroke-red-900\/35 {
    stroke: rgb(127 29 29 / 0.35) !important;
  }

  .sm\:stroke-red-900\/40 {
    stroke: rgb(127 29 29 / 0.4) !important;
  }

  .sm\:stroke-red-900\/45 {
    stroke: rgb(127 29 29 / 0.45) !important;
  }

  .sm\:stroke-red-900\/5 {
    stroke: rgb(127 29 29 / 0.05) !important;
  }

  .sm\:stroke-red-900\/50 {
    stroke: rgb(127 29 29 / 0.5) !important;
  }

  .sm\:stroke-red-900\/55 {
    stroke: rgb(127 29 29 / 0.55) !important;
  }

  .sm\:stroke-red-900\/60 {
    stroke: rgb(127 29 29 / 0.6) !important;
  }

  .sm\:stroke-red-900\/65 {
    stroke: rgb(127 29 29 / 0.65) !important;
  }

  .sm\:stroke-red-900\/70 {
    stroke: rgb(127 29 29 / 0.7) !important;
  }

  .sm\:stroke-red-900\/75 {
    stroke: rgb(127 29 29 / 0.75) !important;
  }

  .sm\:stroke-red-900\/80 {
    stroke: rgb(127 29 29 / 0.8) !important;
  }

  .sm\:stroke-red-900\/85 {
    stroke: rgb(127 29 29 / 0.85) !important;
  }

  .sm\:stroke-red-900\/90 {
    stroke: rgb(127 29 29 / 0.9) !important;
  }

  .sm\:stroke-red-900\/95 {
    stroke: rgb(127 29 29 / 0.95) !important;
  }

  .sm\:stroke-red-950 {
    stroke: #450a0a !important;
  }

  .sm\:stroke-red-950\/0 {
    stroke: rgb(69 10 10 / 0) !important;
  }

  .sm\:stroke-red-950\/10 {
    stroke: rgb(69 10 10 / 0.1) !important;
  }

  .sm\:stroke-red-950\/100 {
    stroke: rgb(69 10 10 / 1) !important;
  }

  .sm\:stroke-red-950\/15 {
    stroke: rgb(69 10 10 / 0.15) !important;
  }

  .sm\:stroke-red-950\/20 {
    stroke: rgb(69 10 10 / 0.2) !important;
  }

  .sm\:stroke-red-950\/25 {
    stroke: rgb(69 10 10 / 0.25) !important;
  }

  .sm\:stroke-red-950\/30 {
    stroke: rgb(69 10 10 / 0.3) !important;
  }

  .sm\:stroke-red-950\/35 {
    stroke: rgb(69 10 10 / 0.35) !important;
  }

  .sm\:stroke-red-950\/40 {
    stroke: rgb(69 10 10 / 0.4) !important;
  }

  .sm\:stroke-red-950\/45 {
    stroke: rgb(69 10 10 / 0.45) !important;
  }

  .sm\:stroke-red-950\/5 {
    stroke: rgb(69 10 10 / 0.05) !important;
  }

  .sm\:stroke-red-950\/50 {
    stroke: rgb(69 10 10 / 0.5) !important;
  }

  .sm\:stroke-red-950\/55 {
    stroke: rgb(69 10 10 / 0.55) !important;
  }

  .sm\:stroke-red-950\/60 {
    stroke: rgb(69 10 10 / 0.6) !important;
  }

  .sm\:stroke-red-950\/65 {
    stroke: rgb(69 10 10 / 0.65) !important;
  }

  .sm\:stroke-red-950\/70 {
    stroke: rgb(69 10 10 / 0.7) !important;
  }

  .sm\:stroke-red-950\/75 {
    stroke: rgb(69 10 10 / 0.75) !important;
  }

  .sm\:stroke-red-950\/80 {
    stroke: rgb(69 10 10 / 0.8) !important;
  }

  .sm\:stroke-red-950\/85 {
    stroke: rgb(69 10 10 / 0.85) !important;
  }

  .sm\:stroke-red-950\/90 {
    stroke: rgb(69 10 10 / 0.9) !important;
  }

  .sm\:stroke-red-950\/95 {
    stroke: rgb(69 10 10 / 0.95) !important;
  }

  .sm\:stroke-rose-100 {
    stroke: #ffe4e6 !important;
  }

  .sm\:stroke-rose-100\/0 {
    stroke: rgb(255 228 230 / 0) !important;
  }

  .sm\:stroke-rose-100\/10 {
    stroke: rgb(255 228 230 / 0.1) !important;
  }

  .sm\:stroke-rose-100\/100 {
    stroke: rgb(255 228 230 / 1) !important;
  }

  .sm\:stroke-rose-100\/15 {
    stroke: rgb(255 228 230 / 0.15) !important;
  }

  .sm\:stroke-rose-100\/20 {
    stroke: rgb(255 228 230 / 0.2) !important;
  }

  .sm\:stroke-rose-100\/25 {
    stroke: rgb(255 228 230 / 0.25) !important;
  }

  .sm\:stroke-rose-100\/30 {
    stroke: rgb(255 228 230 / 0.3) !important;
  }

  .sm\:stroke-rose-100\/35 {
    stroke: rgb(255 228 230 / 0.35) !important;
  }

  .sm\:stroke-rose-100\/40 {
    stroke: rgb(255 228 230 / 0.4) !important;
  }

  .sm\:stroke-rose-100\/45 {
    stroke: rgb(255 228 230 / 0.45) !important;
  }

  .sm\:stroke-rose-100\/5 {
    stroke: rgb(255 228 230 / 0.05) !important;
  }

  .sm\:stroke-rose-100\/50 {
    stroke: rgb(255 228 230 / 0.5) !important;
  }

  .sm\:stroke-rose-100\/55 {
    stroke: rgb(255 228 230 / 0.55) !important;
  }

  .sm\:stroke-rose-100\/60 {
    stroke: rgb(255 228 230 / 0.6) !important;
  }

  .sm\:stroke-rose-100\/65 {
    stroke: rgb(255 228 230 / 0.65) !important;
  }

  .sm\:stroke-rose-100\/70 {
    stroke: rgb(255 228 230 / 0.7) !important;
  }

  .sm\:stroke-rose-100\/75 {
    stroke: rgb(255 228 230 / 0.75) !important;
  }

  .sm\:stroke-rose-100\/80 {
    stroke: rgb(255 228 230 / 0.8) !important;
  }

  .sm\:stroke-rose-100\/85 {
    stroke: rgb(255 228 230 / 0.85) !important;
  }

  .sm\:stroke-rose-100\/90 {
    stroke: rgb(255 228 230 / 0.9) !important;
  }

  .sm\:stroke-rose-100\/95 {
    stroke: rgb(255 228 230 / 0.95) !important;
  }

  .sm\:stroke-rose-200 {
    stroke: #fecdd3 !important;
  }

  .sm\:stroke-rose-200\/0 {
    stroke: rgb(254 205 211 / 0) !important;
  }

  .sm\:stroke-rose-200\/10 {
    stroke: rgb(254 205 211 / 0.1) !important;
  }

  .sm\:stroke-rose-200\/100 {
    stroke: rgb(254 205 211 / 1) !important;
  }

  .sm\:stroke-rose-200\/15 {
    stroke: rgb(254 205 211 / 0.15) !important;
  }

  .sm\:stroke-rose-200\/20 {
    stroke: rgb(254 205 211 / 0.2) !important;
  }

  .sm\:stroke-rose-200\/25 {
    stroke: rgb(254 205 211 / 0.25) !important;
  }

  .sm\:stroke-rose-200\/30 {
    stroke: rgb(254 205 211 / 0.3) !important;
  }

  .sm\:stroke-rose-200\/35 {
    stroke: rgb(254 205 211 / 0.35) !important;
  }

  .sm\:stroke-rose-200\/40 {
    stroke: rgb(254 205 211 / 0.4) !important;
  }

  .sm\:stroke-rose-200\/45 {
    stroke: rgb(254 205 211 / 0.45) !important;
  }

  .sm\:stroke-rose-200\/5 {
    stroke: rgb(254 205 211 / 0.05) !important;
  }

  .sm\:stroke-rose-200\/50 {
    stroke: rgb(254 205 211 / 0.5) !important;
  }

  .sm\:stroke-rose-200\/55 {
    stroke: rgb(254 205 211 / 0.55) !important;
  }

  .sm\:stroke-rose-200\/60 {
    stroke: rgb(254 205 211 / 0.6) !important;
  }

  .sm\:stroke-rose-200\/65 {
    stroke: rgb(254 205 211 / 0.65) !important;
  }

  .sm\:stroke-rose-200\/70 {
    stroke: rgb(254 205 211 / 0.7) !important;
  }

  .sm\:stroke-rose-200\/75 {
    stroke: rgb(254 205 211 / 0.75) !important;
  }

  .sm\:stroke-rose-200\/80 {
    stroke: rgb(254 205 211 / 0.8) !important;
  }

  .sm\:stroke-rose-200\/85 {
    stroke: rgb(254 205 211 / 0.85) !important;
  }

  .sm\:stroke-rose-200\/90 {
    stroke: rgb(254 205 211 / 0.9) !important;
  }

  .sm\:stroke-rose-200\/95 {
    stroke: rgb(254 205 211 / 0.95) !important;
  }

  .sm\:stroke-rose-300 {
    stroke: #fda4af !important;
  }

  .sm\:stroke-rose-300\/0 {
    stroke: rgb(253 164 175 / 0) !important;
  }

  .sm\:stroke-rose-300\/10 {
    stroke: rgb(253 164 175 / 0.1) !important;
  }

  .sm\:stroke-rose-300\/100 {
    stroke: rgb(253 164 175 / 1) !important;
  }

  .sm\:stroke-rose-300\/15 {
    stroke: rgb(253 164 175 / 0.15) !important;
  }

  .sm\:stroke-rose-300\/20 {
    stroke: rgb(253 164 175 / 0.2) !important;
  }

  .sm\:stroke-rose-300\/25 {
    stroke: rgb(253 164 175 / 0.25) !important;
  }

  .sm\:stroke-rose-300\/30 {
    stroke: rgb(253 164 175 / 0.3) !important;
  }

  .sm\:stroke-rose-300\/35 {
    stroke: rgb(253 164 175 / 0.35) !important;
  }

  .sm\:stroke-rose-300\/40 {
    stroke: rgb(253 164 175 / 0.4) !important;
  }

  .sm\:stroke-rose-300\/45 {
    stroke: rgb(253 164 175 / 0.45) !important;
  }

  .sm\:stroke-rose-300\/5 {
    stroke: rgb(253 164 175 / 0.05) !important;
  }

  .sm\:stroke-rose-300\/50 {
    stroke: rgb(253 164 175 / 0.5) !important;
  }

  .sm\:stroke-rose-300\/55 {
    stroke: rgb(253 164 175 / 0.55) !important;
  }

  .sm\:stroke-rose-300\/60 {
    stroke: rgb(253 164 175 / 0.6) !important;
  }

  .sm\:stroke-rose-300\/65 {
    stroke: rgb(253 164 175 / 0.65) !important;
  }

  .sm\:stroke-rose-300\/70 {
    stroke: rgb(253 164 175 / 0.7) !important;
  }

  .sm\:stroke-rose-300\/75 {
    stroke: rgb(253 164 175 / 0.75) !important;
  }

  .sm\:stroke-rose-300\/80 {
    stroke: rgb(253 164 175 / 0.8) !important;
  }

  .sm\:stroke-rose-300\/85 {
    stroke: rgb(253 164 175 / 0.85) !important;
  }

  .sm\:stroke-rose-300\/90 {
    stroke: rgb(253 164 175 / 0.9) !important;
  }

  .sm\:stroke-rose-300\/95 {
    stroke: rgb(253 164 175 / 0.95) !important;
  }

  .sm\:stroke-rose-400 {
    stroke: #fb7185 !important;
  }

  .sm\:stroke-rose-400\/0 {
    stroke: rgb(251 113 133 / 0) !important;
  }

  .sm\:stroke-rose-400\/10 {
    stroke: rgb(251 113 133 / 0.1) !important;
  }

  .sm\:stroke-rose-400\/100 {
    stroke: rgb(251 113 133 / 1) !important;
  }

  .sm\:stroke-rose-400\/15 {
    stroke: rgb(251 113 133 / 0.15) !important;
  }

  .sm\:stroke-rose-400\/20 {
    stroke: rgb(251 113 133 / 0.2) !important;
  }

  .sm\:stroke-rose-400\/25 {
    stroke: rgb(251 113 133 / 0.25) !important;
  }

  .sm\:stroke-rose-400\/30 {
    stroke: rgb(251 113 133 / 0.3) !important;
  }

  .sm\:stroke-rose-400\/35 {
    stroke: rgb(251 113 133 / 0.35) !important;
  }

  .sm\:stroke-rose-400\/40 {
    stroke: rgb(251 113 133 / 0.4) !important;
  }

  .sm\:stroke-rose-400\/45 {
    stroke: rgb(251 113 133 / 0.45) !important;
  }

  .sm\:stroke-rose-400\/5 {
    stroke: rgb(251 113 133 / 0.05) !important;
  }

  .sm\:stroke-rose-400\/50 {
    stroke: rgb(251 113 133 / 0.5) !important;
  }

  .sm\:stroke-rose-400\/55 {
    stroke: rgb(251 113 133 / 0.55) !important;
  }

  .sm\:stroke-rose-400\/60 {
    stroke: rgb(251 113 133 / 0.6) !important;
  }

  .sm\:stroke-rose-400\/65 {
    stroke: rgb(251 113 133 / 0.65) !important;
  }

  .sm\:stroke-rose-400\/70 {
    stroke: rgb(251 113 133 / 0.7) !important;
  }

  .sm\:stroke-rose-400\/75 {
    stroke: rgb(251 113 133 / 0.75) !important;
  }

  .sm\:stroke-rose-400\/80 {
    stroke: rgb(251 113 133 / 0.8) !important;
  }

  .sm\:stroke-rose-400\/85 {
    stroke: rgb(251 113 133 / 0.85) !important;
  }

  .sm\:stroke-rose-400\/90 {
    stroke: rgb(251 113 133 / 0.9) !important;
  }

  .sm\:stroke-rose-400\/95 {
    stroke: rgb(251 113 133 / 0.95) !important;
  }

  .sm\:stroke-rose-50 {
    stroke: #fff1f2 !important;
  }

  .sm\:stroke-rose-50\/0 {
    stroke: rgb(255 241 242 / 0) !important;
  }

  .sm\:stroke-rose-50\/10 {
    stroke: rgb(255 241 242 / 0.1) !important;
  }

  .sm\:stroke-rose-50\/100 {
    stroke: rgb(255 241 242 / 1) !important;
  }

  .sm\:stroke-rose-50\/15 {
    stroke: rgb(255 241 242 / 0.15) !important;
  }

  .sm\:stroke-rose-50\/20 {
    stroke: rgb(255 241 242 / 0.2) !important;
  }

  .sm\:stroke-rose-50\/25 {
    stroke: rgb(255 241 242 / 0.25) !important;
  }

  .sm\:stroke-rose-50\/30 {
    stroke: rgb(255 241 242 / 0.3) !important;
  }

  .sm\:stroke-rose-50\/35 {
    stroke: rgb(255 241 242 / 0.35) !important;
  }

  .sm\:stroke-rose-50\/40 {
    stroke: rgb(255 241 242 / 0.4) !important;
  }

  .sm\:stroke-rose-50\/45 {
    stroke: rgb(255 241 242 / 0.45) !important;
  }

  .sm\:stroke-rose-50\/5 {
    stroke: rgb(255 241 242 / 0.05) !important;
  }

  .sm\:stroke-rose-50\/50 {
    stroke: rgb(255 241 242 / 0.5) !important;
  }

  .sm\:stroke-rose-50\/55 {
    stroke: rgb(255 241 242 / 0.55) !important;
  }

  .sm\:stroke-rose-50\/60 {
    stroke: rgb(255 241 242 / 0.6) !important;
  }

  .sm\:stroke-rose-50\/65 {
    stroke: rgb(255 241 242 / 0.65) !important;
  }

  .sm\:stroke-rose-50\/70 {
    stroke: rgb(255 241 242 / 0.7) !important;
  }

  .sm\:stroke-rose-50\/75 {
    stroke: rgb(255 241 242 / 0.75) !important;
  }

  .sm\:stroke-rose-50\/80 {
    stroke: rgb(255 241 242 / 0.8) !important;
  }

  .sm\:stroke-rose-50\/85 {
    stroke: rgb(255 241 242 / 0.85) !important;
  }

  .sm\:stroke-rose-50\/90 {
    stroke: rgb(255 241 242 / 0.9) !important;
  }

  .sm\:stroke-rose-50\/95 {
    stroke: rgb(255 241 242 / 0.95) !important;
  }

  .sm\:stroke-rose-500 {
    stroke: #f43f5e !important;
  }

  .sm\:stroke-rose-500\/0 {
    stroke: rgb(244 63 94 / 0) !important;
  }

  .sm\:stroke-rose-500\/10 {
    stroke: rgb(244 63 94 / 0.1) !important;
  }

  .sm\:stroke-rose-500\/100 {
    stroke: rgb(244 63 94 / 1) !important;
  }

  .sm\:stroke-rose-500\/15 {
    stroke: rgb(244 63 94 / 0.15) !important;
  }

  .sm\:stroke-rose-500\/20 {
    stroke: rgb(244 63 94 / 0.2) !important;
  }

  .sm\:stroke-rose-500\/25 {
    stroke: rgb(244 63 94 / 0.25) !important;
  }

  .sm\:stroke-rose-500\/30 {
    stroke: rgb(244 63 94 / 0.3) !important;
  }

  .sm\:stroke-rose-500\/35 {
    stroke: rgb(244 63 94 / 0.35) !important;
  }

  .sm\:stroke-rose-500\/40 {
    stroke: rgb(244 63 94 / 0.4) !important;
  }

  .sm\:stroke-rose-500\/45 {
    stroke: rgb(244 63 94 / 0.45) !important;
  }

  .sm\:stroke-rose-500\/5 {
    stroke: rgb(244 63 94 / 0.05) !important;
  }

  .sm\:stroke-rose-500\/50 {
    stroke: rgb(244 63 94 / 0.5) !important;
  }

  .sm\:stroke-rose-500\/55 {
    stroke: rgb(244 63 94 / 0.55) !important;
  }

  .sm\:stroke-rose-500\/60 {
    stroke: rgb(244 63 94 / 0.6) !important;
  }

  .sm\:stroke-rose-500\/65 {
    stroke: rgb(244 63 94 / 0.65) !important;
  }

  .sm\:stroke-rose-500\/70 {
    stroke: rgb(244 63 94 / 0.7) !important;
  }

  .sm\:stroke-rose-500\/75 {
    stroke: rgb(244 63 94 / 0.75) !important;
  }

  .sm\:stroke-rose-500\/80 {
    stroke: rgb(244 63 94 / 0.8) !important;
  }

  .sm\:stroke-rose-500\/85 {
    stroke: rgb(244 63 94 / 0.85) !important;
  }

  .sm\:stroke-rose-500\/90 {
    stroke: rgb(244 63 94 / 0.9) !important;
  }

  .sm\:stroke-rose-500\/95 {
    stroke: rgb(244 63 94 / 0.95) !important;
  }

  .sm\:stroke-rose-600 {
    stroke: #e11d48 !important;
  }

  .sm\:stroke-rose-600\/0 {
    stroke: rgb(225 29 72 / 0) !important;
  }

  .sm\:stroke-rose-600\/10 {
    stroke: rgb(225 29 72 / 0.1) !important;
  }

  .sm\:stroke-rose-600\/100 {
    stroke: rgb(225 29 72 / 1) !important;
  }

  .sm\:stroke-rose-600\/15 {
    stroke: rgb(225 29 72 / 0.15) !important;
  }

  .sm\:stroke-rose-600\/20 {
    stroke: rgb(225 29 72 / 0.2) !important;
  }

  .sm\:stroke-rose-600\/25 {
    stroke: rgb(225 29 72 / 0.25) !important;
  }

  .sm\:stroke-rose-600\/30 {
    stroke: rgb(225 29 72 / 0.3) !important;
  }

  .sm\:stroke-rose-600\/35 {
    stroke: rgb(225 29 72 / 0.35) !important;
  }

  .sm\:stroke-rose-600\/40 {
    stroke: rgb(225 29 72 / 0.4) !important;
  }

  .sm\:stroke-rose-600\/45 {
    stroke: rgb(225 29 72 / 0.45) !important;
  }

  .sm\:stroke-rose-600\/5 {
    stroke: rgb(225 29 72 / 0.05) !important;
  }

  .sm\:stroke-rose-600\/50 {
    stroke: rgb(225 29 72 / 0.5) !important;
  }

  .sm\:stroke-rose-600\/55 {
    stroke: rgb(225 29 72 / 0.55) !important;
  }

  .sm\:stroke-rose-600\/60 {
    stroke: rgb(225 29 72 / 0.6) !important;
  }

  .sm\:stroke-rose-600\/65 {
    stroke: rgb(225 29 72 / 0.65) !important;
  }

  .sm\:stroke-rose-600\/70 {
    stroke: rgb(225 29 72 / 0.7) !important;
  }

  .sm\:stroke-rose-600\/75 {
    stroke: rgb(225 29 72 / 0.75) !important;
  }

  .sm\:stroke-rose-600\/80 {
    stroke: rgb(225 29 72 / 0.8) !important;
  }

  .sm\:stroke-rose-600\/85 {
    stroke: rgb(225 29 72 / 0.85) !important;
  }

  .sm\:stroke-rose-600\/90 {
    stroke: rgb(225 29 72 / 0.9) !important;
  }

  .sm\:stroke-rose-600\/95 {
    stroke: rgb(225 29 72 / 0.95) !important;
  }

  .sm\:stroke-rose-700 {
    stroke: #be123c !important;
  }

  .sm\:stroke-rose-700\/0 {
    stroke: rgb(190 18 60 / 0) !important;
  }

  .sm\:stroke-rose-700\/10 {
    stroke: rgb(190 18 60 / 0.1) !important;
  }

  .sm\:stroke-rose-700\/100 {
    stroke: rgb(190 18 60 / 1) !important;
  }

  .sm\:stroke-rose-700\/15 {
    stroke: rgb(190 18 60 / 0.15) !important;
  }

  .sm\:stroke-rose-700\/20 {
    stroke: rgb(190 18 60 / 0.2) !important;
  }

  .sm\:stroke-rose-700\/25 {
    stroke: rgb(190 18 60 / 0.25) !important;
  }

  .sm\:stroke-rose-700\/30 {
    stroke: rgb(190 18 60 / 0.3) !important;
  }

  .sm\:stroke-rose-700\/35 {
    stroke: rgb(190 18 60 / 0.35) !important;
  }

  .sm\:stroke-rose-700\/40 {
    stroke: rgb(190 18 60 / 0.4) !important;
  }

  .sm\:stroke-rose-700\/45 {
    stroke: rgb(190 18 60 / 0.45) !important;
  }

  .sm\:stroke-rose-700\/5 {
    stroke: rgb(190 18 60 / 0.05) !important;
  }

  .sm\:stroke-rose-700\/50 {
    stroke: rgb(190 18 60 / 0.5) !important;
  }

  .sm\:stroke-rose-700\/55 {
    stroke: rgb(190 18 60 / 0.55) !important;
  }

  .sm\:stroke-rose-700\/60 {
    stroke: rgb(190 18 60 / 0.6) !important;
  }

  .sm\:stroke-rose-700\/65 {
    stroke: rgb(190 18 60 / 0.65) !important;
  }

  .sm\:stroke-rose-700\/70 {
    stroke: rgb(190 18 60 / 0.7) !important;
  }

  .sm\:stroke-rose-700\/75 {
    stroke: rgb(190 18 60 / 0.75) !important;
  }

  .sm\:stroke-rose-700\/80 {
    stroke: rgb(190 18 60 / 0.8) !important;
  }

  .sm\:stroke-rose-700\/85 {
    stroke: rgb(190 18 60 / 0.85) !important;
  }

  .sm\:stroke-rose-700\/90 {
    stroke: rgb(190 18 60 / 0.9) !important;
  }

  .sm\:stroke-rose-700\/95 {
    stroke: rgb(190 18 60 / 0.95) !important;
  }

  .sm\:stroke-rose-800 {
    stroke: #9f1239 !important;
  }

  .sm\:stroke-rose-800\/0 {
    stroke: rgb(159 18 57 / 0) !important;
  }

  .sm\:stroke-rose-800\/10 {
    stroke: rgb(159 18 57 / 0.1) !important;
  }

  .sm\:stroke-rose-800\/100 {
    stroke: rgb(159 18 57 / 1) !important;
  }

  .sm\:stroke-rose-800\/15 {
    stroke: rgb(159 18 57 / 0.15) !important;
  }

  .sm\:stroke-rose-800\/20 {
    stroke: rgb(159 18 57 / 0.2) !important;
  }

  .sm\:stroke-rose-800\/25 {
    stroke: rgb(159 18 57 / 0.25) !important;
  }

  .sm\:stroke-rose-800\/30 {
    stroke: rgb(159 18 57 / 0.3) !important;
  }

  .sm\:stroke-rose-800\/35 {
    stroke: rgb(159 18 57 / 0.35) !important;
  }

  .sm\:stroke-rose-800\/40 {
    stroke: rgb(159 18 57 / 0.4) !important;
  }

  .sm\:stroke-rose-800\/45 {
    stroke: rgb(159 18 57 / 0.45) !important;
  }

  .sm\:stroke-rose-800\/5 {
    stroke: rgb(159 18 57 / 0.05) !important;
  }

  .sm\:stroke-rose-800\/50 {
    stroke: rgb(159 18 57 / 0.5) !important;
  }

  .sm\:stroke-rose-800\/55 {
    stroke: rgb(159 18 57 / 0.55) !important;
  }

  .sm\:stroke-rose-800\/60 {
    stroke: rgb(159 18 57 / 0.6) !important;
  }

  .sm\:stroke-rose-800\/65 {
    stroke: rgb(159 18 57 / 0.65) !important;
  }

  .sm\:stroke-rose-800\/70 {
    stroke: rgb(159 18 57 / 0.7) !important;
  }

  .sm\:stroke-rose-800\/75 {
    stroke: rgb(159 18 57 / 0.75) !important;
  }

  .sm\:stroke-rose-800\/80 {
    stroke: rgb(159 18 57 / 0.8) !important;
  }

  .sm\:stroke-rose-800\/85 {
    stroke: rgb(159 18 57 / 0.85) !important;
  }

  .sm\:stroke-rose-800\/90 {
    stroke: rgb(159 18 57 / 0.9) !important;
  }

  .sm\:stroke-rose-800\/95 {
    stroke: rgb(159 18 57 / 0.95) !important;
  }

  .sm\:stroke-rose-900 {
    stroke: #881337 !important;
  }

  .sm\:stroke-rose-900\/0 {
    stroke: rgb(136 19 55 / 0) !important;
  }

  .sm\:stroke-rose-900\/10 {
    stroke: rgb(136 19 55 / 0.1) !important;
  }

  .sm\:stroke-rose-900\/100 {
    stroke: rgb(136 19 55 / 1) !important;
  }

  .sm\:stroke-rose-900\/15 {
    stroke: rgb(136 19 55 / 0.15) !important;
  }

  .sm\:stroke-rose-900\/20 {
    stroke: rgb(136 19 55 / 0.2) !important;
  }

  .sm\:stroke-rose-900\/25 {
    stroke: rgb(136 19 55 / 0.25) !important;
  }

  .sm\:stroke-rose-900\/30 {
    stroke: rgb(136 19 55 / 0.3) !important;
  }

  .sm\:stroke-rose-900\/35 {
    stroke: rgb(136 19 55 / 0.35) !important;
  }

  .sm\:stroke-rose-900\/40 {
    stroke: rgb(136 19 55 / 0.4) !important;
  }

  .sm\:stroke-rose-900\/45 {
    stroke: rgb(136 19 55 / 0.45) !important;
  }

  .sm\:stroke-rose-900\/5 {
    stroke: rgb(136 19 55 / 0.05) !important;
  }

  .sm\:stroke-rose-900\/50 {
    stroke: rgb(136 19 55 / 0.5) !important;
  }

  .sm\:stroke-rose-900\/55 {
    stroke: rgb(136 19 55 / 0.55) !important;
  }

  .sm\:stroke-rose-900\/60 {
    stroke: rgb(136 19 55 / 0.6) !important;
  }

  .sm\:stroke-rose-900\/65 {
    stroke: rgb(136 19 55 / 0.65) !important;
  }

  .sm\:stroke-rose-900\/70 {
    stroke: rgb(136 19 55 / 0.7) !important;
  }

  .sm\:stroke-rose-900\/75 {
    stroke: rgb(136 19 55 / 0.75) !important;
  }

  .sm\:stroke-rose-900\/80 {
    stroke: rgb(136 19 55 / 0.8) !important;
  }

  .sm\:stroke-rose-900\/85 {
    stroke: rgb(136 19 55 / 0.85) !important;
  }

  .sm\:stroke-rose-900\/90 {
    stroke: rgb(136 19 55 / 0.9) !important;
  }

  .sm\:stroke-rose-900\/95 {
    stroke: rgb(136 19 55 / 0.95) !important;
  }

  .sm\:stroke-rose-950 {
    stroke: #4c0519 !important;
  }

  .sm\:stroke-rose-950\/0 {
    stroke: rgb(76 5 25 / 0) !important;
  }

  .sm\:stroke-rose-950\/10 {
    stroke: rgb(76 5 25 / 0.1) !important;
  }

  .sm\:stroke-rose-950\/100 {
    stroke: rgb(76 5 25 / 1) !important;
  }

  .sm\:stroke-rose-950\/15 {
    stroke: rgb(76 5 25 / 0.15) !important;
  }

  .sm\:stroke-rose-950\/20 {
    stroke: rgb(76 5 25 / 0.2) !important;
  }

  .sm\:stroke-rose-950\/25 {
    stroke: rgb(76 5 25 / 0.25) !important;
  }

  .sm\:stroke-rose-950\/30 {
    stroke: rgb(76 5 25 / 0.3) !important;
  }

  .sm\:stroke-rose-950\/35 {
    stroke: rgb(76 5 25 / 0.35) !important;
  }

  .sm\:stroke-rose-950\/40 {
    stroke: rgb(76 5 25 / 0.4) !important;
  }

  .sm\:stroke-rose-950\/45 {
    stroke: rgb(76 5 25 / 0.45) !important;
  }

  .sm\:stroke-rose-950\/5 {
    stroke: rgb(76 5 25 / 0.05) !important;
  }

  .sm\:stroke-rose-950\/50 {
    stroke: rgb(76 5 25 / 0.5) !important;
  }

  .sm\:stroke-rose-950\/55 {
    stroke: rgb(76 5 25 / 0.55) !important;
  }

  .sm\:stroke-rose-950\/60 {
    stroke: rgb(76 5 25 / 0.6) !important;
  }

  .sm\:stroke-rose-950\/65 {
    stroke: rgb(76 5 25 / 0.65) !important;
  }

  .sm\:stroke-rose-950\/70 {
    stroke: rgb(76 5 25 / 0.7) !important;
  }

  .sm\:stroke-rose-950\/75 {
    stroke: rgb(76 5 25 / 0.75) !important;
  }

  .sm\:stroke-rose-950\/80 {
    stroke: rgb(76 5 25 / 0.8) !important;
  }

  .sm\:stroke-rose-950\/85 {
    stroke: rgb(76 5 25 / 0.85) !important;
  }

  .sm\:stroke-rose-950\/90 {
    stroke: rgb(76 5 25 / 0.9) !important;
  }

  .sm\:stroke-rose-950\/95 {
    stroke: rgb(76 5 25 / 0.95) !important;
  }

  .sm\:stroke-secondary {
    stroke: #000 !important;
  }

  .sm\:stroke-secondary\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .sm\:stroke-secondary\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:stroke-secondary\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .sm\:stroke-secondary\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:stroke-secondary\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:stroke-secondary\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:stroke-secondary\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:stroke-secondary\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:stroke-secondary\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:stroke-secondary\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:stroke-secondary\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:stroke-secondary\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:stroke-secondary\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:stroke-secondary\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:stroke-secondary\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:stroke-secondary\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:stroke-secondary\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:stroke-secondary\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:stroke-secondary\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:stroke-secondary\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:stroke-secondary\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:stroke-sky-100 {
    stroke: #e0f2fe !important;
  }

  .sm\:stroke-sky-100\/0 {
    stroke: rgb(224 242 254 / 0) !important;
  }

  .sm\:stroke-sky-100\/10 {
    stroke: rgb(224 242 254 / 0.1) !important;
  }

  .sm\:stroke-sky-100\/100 {
    stroke: rgb(224 242 254 / 1) !important;
  }

  .sm\:stroke-sky-100\/15 {
    stroke: rgb(224 242 254 / 0.15) !important;
  }

  .sm\:stroke-sky-100\/20 {
    stroke: rgb(224 242 254 / 0.2) !important;
  }

  .sm\:stroke-sky-100\/25 {
    stroke: rgb(224 242 254 / 0.25) !important;
  }

  .sm\:stroke-sky-100\/30 {
    stroke: rgb(224 242 254 / 0.3) !important;
  }

  .sm\:stroke-sky-100\/35 {
    stroke: rgb(224 242 254 / 0.35) !important;
  }

  .sm\:stroke-sky-100\/40 {
    stroke: rgb(224 242 254 / 0.4) !important;
  }

  .sm\:stroke-sky-100\/45 {
    stroke: rgb(224 242 254 / 0.45) !important;
  }

  .sm\:stroke-sky-100\/5 {
    stroke: rgb(224 242 254 / 0.05) !important;
  }

  .sm\:stroke-sky-100\/50 {
    stroke: rgb(224 242 254 / 0.5) !important;
  }

  .sm\:stroke-sky-100\/55 {
    stroke: rgb(224 242 254 / 0.55) !important;
  }

  .sm\:stroke-sky-100\/60 {
    stroke: rgb(224 242 254 / 0.6) !important;
  }

  .sm\:stroke-sky-100\/65 {
    stroke: rgb(224 242 254 / 0.65) !important;
  }

  .sm\:stroke-sky-100\/70 {
    stroke: rgb(224 242 254 / 0.7) !important;
  }

  .sm\:stroke-sky-100\/75 {
    stroke: rgb(224 242 254 / 0.75) !important;
  }

  .sm\:stroke-sky-100\/80 {
    stroke: rgb(224 242 254 / 0.8) !important;
  }

  .sm\:stroke-sky-100\/85 {
    stroke: rgb(224 242 254 / 0.85) !important;
  }

  .sm\:stroke-sky-100\/90 {
    stroke: rgb(224 242 254 / 0.9) !important;
  }

  .sm\:stroke-sky-100\/95 {
    stroke: rgb(224 242 254 / 0.95) !important;
  }

  .sm\:stroke-sky-200 {
    stroke: #bae6fd !important;
  }

  .sm\:stroke-sky-200\/0 {
    stroke: rgb(186 230 253 / 0) !important;
  }

  .sm\:stroke-sky-200\/10 {
    stroke: rgb(186 230 253 / 0.1) !important;
  }

  .sm\:stroke-sky-200\/100 {
    stroke: rgb(186 230 253 / 1) !important;
  }

  .sm\:stroke-sky-200\/15 {
    stroke: rgb(186 230 253 / 0.15) !important;
  }

  .sm\:stroke-sky-200\/20 {
    stroke: rgb(186 230 253 / 0.2) !important;
  }

  .sm\:stroke-sky-200\/25 {
    stroke: rgb(186 230 253 / 0.25) !important;
  }

  .sm\:stroke-sky-200\/30 {
    stroke: rgb(186 230 253 / 0.3) !important;
  }

  .sm\:stroke-sky-200\/35 {
    stroke: rgb(186 230 253 / 0.35) !important;
  }

  .sm\:stroke-sky-200\/40 {
    stroke: rgb(186 230 253 / 0.4) !important;
  }

  .sm\:stroke-sky-200\/45 {
    stroke: rgb(186 230 253 / 0.45) !important;
  }

  .sm\:stroke-sky-200\/5 {
    stroke: rgb(186 230 253 / 0.05) !important;
  }

  .sm\:stroke-sky-200\/50 {
    stroke: rgb(186 230 253 / 0.5) !important;
  }

  .sm\:stroke-sky-200\/55 {
    stroke: rgb(186 230 253 / 0.55) !important;
  }

  .sm\:stroke-sky-200\/60 {
    stroke: rgb(186 230 253 / 0.6) !important;
  }

  .sm\:stroke-sky-200\/65 {
    stroke: rgb(186 230 253 / 0.65) !important;
  }

  .sm\:stroke-sky-200\/70 {
    stroke: rgb(186 230 253 / 0.7) !important;
  }

  .sm\:stroke-sky-200\/75 {
    stroke: rgb(186 230 253 / 0.75) !important;
  }

  .sm\:stroke-sky-200\/80 {
    stroke: rgb(186 230 253 / 0.8) !important;
  }

  .sm\:stroke-sky-200\/85 {
    stroke: rgb(186 230 253 / 0.85) !important;
  }

  .sm\:stroke-sky-200\/90 {
    stroke: rgb(186 230 253 / 0.9) !important;
  }

  .sm\:stroke-sky-200\/95 {
    stroke: rgb(186 230 253 / 0.95) !important;
  }

  .sm\:stroke-sky-300 {
    stroke: #7dd3fc !important;
  }

  .sm\:stroke-sky-300\/0 {
    stroke: rgb(125 211 252 / 0) !important;
  }

  .sm\:stroke-sky-300\/10 {
    stroke: rgb(125 211 252 / 0.1) !important;
  }

  .sm\:stroke-sky-300\/100 {
    stroke: rgb(125 211 252 / 1) !important;
  }

  .sm\:stroke-sky-300\/15 {
    stroke: rgb(125 211 252 / 0.15) !important;
  }

  .sm\:stroke-sky-300\/20 {
    stroke: rgb(125 211 252 / 0.2) !important;
  }

  .sm\:stroke-sky-300\/25 {
    stroke: rgb(125 211 252 / 0.25) !important;
  }

  .sm\:stroke-sky-300\/30 {
    stroke: rgb(125 211 252 / 0.3) !important;
  }

  .sm\:stroke-sky-300\/35 {
    stroke: rgb(125 211 252 / 0.35) !important;
  }

  .sm\:stroke-sky-300\/40 {
    stroke: rgb(125 211 252 / 0.4) !important;
  }

  .sm\:stroke-sky-300\/45 {
    stroke: rgb(125 211 252 / 0.45) !important;
  }

  .sm\:stroke-sky-300\/5 {
    stroke: rgb(125 211 252 / 0.05) !important;
  }

  .sm\:stroke-sky-300\/50 {
    stroke: rgb(125 211 252 / 0.5) !important;
  }

  .sm\:stroke-sky-300\/55 {
    stroke: rgb(125 211 252 / 0.55) !important;
  }

  .sm\:stroke-sky-300\/60 {
    stroke: rgb(125 211 252 / 0.6) !important;
  }

  .sm\:stroke-sky-300\/65 {
    stroke: rgb(125 211 252 / 0.65) !important;
  }

  .sm\:stroke-sky-300\/70 {
    stroke: rgb(125 211 252 / 0.7) !important;
  }

  .sm\:stroke-sky-300\/75 {
    stroke: rgb(125 211 252 / 0.75) !important;
  }

  .sm\:stroke-sky-300\/80 {
    stroke: rgb(125 211 252 / 0.8) !important;
  }

  .sm\:stroke-sky-300\/85 {
    stroke: rgb(125 211 252 / 0.85) !important;
  }

  .sm\:stroke-sky-300\/90 {
    stroke: rgb(125 211 252 / 0.9) !important;
  }

  .sm\:stroke-sky-300\/95 {
    stroke: rgb(125 211 252 / 0.95) !important;
  }

  .sm\:stroke-sky-400 {
    stroke: #38bdf8 !important;
  }

  .sm\:stroke-sky-400\/0 {
    stroke: rgb(56 189 248 / 0) !important;
  }

  .sm\:stroke-sky-400\/10 {
    stroke: rgb(56 189 248 / 0.1) !important;
  }

  .sm\:stroke-sky-400\/100 {
    stroke: rgb(56 189 248 / 1) !important;
  }

  .sm\:stroke-sky-400\/15 {
    stroke: rgb(56 189 248 / 0.15) !important;
  }

  .sm\:stroke-sky-400\/20 {
    stroke: rgb(56 189 248 / 0.2) !important;
  }

  .sm\:stroke-sky-400\/25 {
    stroke: rgb(56 189 248 / 0.25) !important;
  }

  .sm\:stroke-sky-400\/30 {
    stroke: rgb(56 189 248 / 0.3) !important;
  }

  .sm\:stroke-sky-400\/35 {
    stroke: rgb(56 189 248 / 0.35) !important;
  }

  .sm\:stroke-sky-400\/40 {
    stroke: rgb(56 189 248 / 0.4) !important;
  }

  .sm\:stroke-sky-400\/45 {
    stroke: rgb(56 189 248 / 0.45) !important;
  }

  .sm\:stroke-sky-400\/5 {
    stroke: rgb(56 189 248 / 0.05) !important;
  }

  .sm\:stroke-sky-400\/50 {
    stroke: rgb(56 189 248 / 0.5) !important;
  }

  .sm\:stroke-sky-400\/55 {
    stroke: rgb(56 189 248 / 0.55) !important;
  }

  .sm\:stroke-sky-400\/60 {
    stroke: rgb(56 189 248 / 0.6) !important;
  }

  .sm\:stroke-sky-400\/65 {
    stroke: rgb(56 189 248 / 0.65) !important;
  }

  .sm\:stroke-sky-400\/70 {
    stroke: rgb(56 189 248 / 0.7) !important;
  }

  .sm\:stroke-sky-400\/75 {
    stroke: rgb(56 189 248 / 0.75) !important;
  }

  .sm\:stroke-sky-400\/80 {
    stroke: rgb(56 189 248 / 0.8) !important;
  }

  .sm\:stroke-sky-400\/85 {
    stroke: rgb(56 189 248 / 0.85) !important;
  }

  .sm\:stroke-sky-400\/90 {
    stroke: rgb(56 189 248 / 0.9) !important;
  }

  .sm\:stroke-sky-400\/95 {
    stroke: rgb(56 189 248 / 0.95) !important;
  }

  .sm\:stroke-sky-50 {
    stroke: #f0f9ff !important;
  }

  .sm\:stroke-sky-50\/0 {
    stroke: rgb(240 249 255 / 0) !important;
  }

  .sm\:stroke-sky-50\/10 {
    stroke: rgb(240 249 255 / 0.1) !important;
  }

  .sm\:stroke-sky-50\/100 {
    stroke: rgb(240 249 255 / 1) !important;
  }

  .sm\:stroke-sky-50\/15 {
    stroke: rgb(240 249 255 / 0.15) !important;
  }

  .sm\:stroke-sky-50\/20 {
    stroke: rgb(240 249 255 / 0.2) !important;
  }

  .sm\:stroke-sky-50\/25 {
    stroke: rgb(240 249 255 / 0.25) !important;
  }

  .sm\:stroke-sky-50\/30 {
    stroke: rgb(240 249 255 / 0.3) !important;
  }

  .sm\:stroke-sky-50\/35 {
    stroke: rgb(240 249 255 / 0.35) !important;
  }

  .sm\:stroke-sky-50\/40 {
    stroke: rgb(240 249 255 / 0.4) !important;
  }

  .sm\:stroke-sky-50\/45 {
    stroke: rgb(240 249 255 / 0.45) !important;
  }

  .sm\:stroke-sky-50\/5 {
    stroke: rgb(240 249 255 / 0.05) !important;
  }

  .sm\:stroke-sky-50\/50 {
    stroke: rgb(240 249 255 / 0.5) !important;
  }

  .sm\:stroke-sky-50\/55 {
    stroke: rgb(240 249 255 / 0.55) !important;
  }

  .sm\:stroke-sky-50\/60 {
    stroke: rgb(240 249 255 / 0.6) !important;
  }

  .sm\:stroke-sky-50\/65 {
    stroke: rgb(240 249 255 / 0.65) !important;
  }

  .sm\:stroke-sky-50\/70 {
    stroke: rgb(240 249 255 / 0.7) !important;
  }

  .sm\:stroke-sky-50\/75 {
    stroke: rgb(240 249 255 / 0.75) !important;
  }

  .sm\:stroke-sky-50\/80 {
    stroke: rgb(240 249 255 / 0.8) !important;
  }

  .sm\:stroke-sky-50\/85 {
    stroke: rgb(240 249 255 / 0.85) !important;
  }

  .sm\:stroke-sky-50\/90 {
    stroke: rgb(240 249 255 / 0.9) !important;
  }

  .sm\:stroke-sky-50\/95 {
    stroke: rgb(240 249 255 / 0.95) !important;
  }

  .sm\:stroke-sky-500 {
    stroke: #0ea5e9 !important;
  }

  .sm\:stroke-sky-500\/0 {
    stroke: rgb(14 165 233 / 0) !important;
  }

  .sm\:stroke-sky-500\/10 {
    stroke: rgb(14 165 233 / 0.1) !important;
  }

  .sm\:stroke-sky-500\/100 {
    stroke: rgb(14 165 233 / 1) !important;
  }

  .sm\:stroke-sky-500\/15 {
    stroke: rgb(14 165 233 / 0.15) !important;
  }

  .sm\:stroke-sky-500\/20 {
    stroke: rgb(14 165 233 / 0.2) !important;
  }

  .sm\:stroke-sky-500\/25 {
    stroke: rgb(14 165 233 / 0.25) !important;
  }

  .sm\:stroke-sky-500\/30 {
    stroke: rgb(14 165 233 / 0.3) !important;
  }

  .sm\:stroke-sky-500\/35 {
    stroke: rgb(14 165 233 / 0.35) !important;
  }

  .sm\:stroke-sky-500\/40 {
    stroke: rgb(14 165 233 / 0.4) !important;
  }

  .sm\:stroke-sky-500\/45 {
    stroke: rgb(14 165 233 / 0.45) !important;
  }

  .sm\:stroke-sky-500\/5 {
    stroke: rgb(14 165 233 / 0.05) !important;
  }

  .sm\:stroke-sky-500\/50 {
    stroke: rgb(14 165 233 / 0.5) !important;
  }

  .sm\:stroke-sky-500\/55 {
    stroke: rgb(14 165 233 / 0.55) !important;
  }

  .sm\:stroke-sky-500\/60 {
    stroke: rgb(14 165 233 / 0.6) !important;
  }

  .sm\:stroke-sky-500\/65 {
    stroke: rgb(14 165 233 / 0.65) !important;
  }

  .sm\:stroke-sky-500\/70 {
    stroke: rgb(14 165 233 / 0.7) !important;
  }

  .sm\:stroke-sky-500\/75 {
    stroke: rgb(14 165 233 / 0.75) !important;
  }

  .sm\:stroke-sky-500\/80 {
    stroke: rgb(14 165 233 / 0.8) !important;
  }

  .sm\:stroke-sky-500\/85 {
    stroke: rgb(14 165 233 / 0.85) !important;
  }

  .sm\:stroke-sky-500\/90 {
    stroke: rgb(14 165 233 / 0.9) !important;
  }

  .sm\:stroke-sky-500\/95 {
    stroke: rgb(14 165 233 / 0.95) !important;
  }

  .sm\:stroke-sky-600 {
    stroke: #0284c7 !important;
  }

  .sm\:stroke-sky-600\/0 {
    stroke: rgb(2 132 199 / 0) !important;
  }

  .sm\:stroke-sky-600\/10 {
    stroke: rgb(2 132 199 / 0.1) !important;
  }

  .sm\:stroke-sky-600\/100 {
    stroke: rgb(2 132 199 / 1) !important;
  }

  .sm\:stroke-sky-600\/15 {
    stroke: rgb(2 132 199 / 0.15) !important;
  }

  .sm\:stroke-sky-600\/20 {
    stroke: rgb(2 132 199 / 0.2) !important;
  }

  .sm\:stroke-sky-600\/25 {
    stroke: rgb(2 132 199 / 0.25) !important;
  }

  .sm\:stroke-sky-600\/30 {
    stroke: rgb(2 132 199 / 0.3) !important;
  }

  .sm\:stroke-sky-600\/35 {
    stroke: rgb(2 132 199 / 0.35) !important;
  }

  .sm\:stroke-sky-600\/40 {
    stroke: rgb(2 132 199 / 0.4) !important;
  }

  .sm\:stroke-sky-600\/45 {
    stroke: rgb(2 132 199 / 0.45) !important;
  }

  .sm\:stroke-sky-600\/5 {
    stroke: rgb(2 132 199 / 0.05) !important;
  }

  .sm\:stroke-sky-600\/50 {
    stroke: rgb(2 132 199 / 0.5) !important;
  }

  .sm\:stroke-sky-600\/55 {
    stroke: rgb(2 132 199 / 0.55) !important;
  }

  .sm\:stroke-sky-600\/60 {
    stroke: rgb(2 132 199 / 0.6) !important;
  }

  .sm\:stroke-sky-600\/65 {
    stroke: rgb(2 132 199 / 0.65) !important;
  }

  .sm\:stroke-sky-600\/70 {
    stroke: rgb(2 132 199 / 0.7) !important;
  }

  .sm\:stroke-sky-600\/75 {
    stroke: rgb(2 132 199 / 0.75) !important;
  }

  .sm\:stroke-sky-600\/80 {
    stroke: rgb(2 132 199 / 0.8) !important;
  }

  .sm\:stroke-sky-600\/85 {
    stroke: rgb(2 132 199 / 0.85) !important;
  }

  .sm\:stroke-sky-600\/90 {
    stroke: rgb(2 132 199 / 0.9) !important;
  }

  .sm\:stroke-sky-600\/95 {
    stroke: rgb(2 132 199 / 0.95) !important;
  }

  .sm\:stroke-sky-700 {
    stroke: #0369a1 !important;
  }

  .sm\:stroke-sky-700\/0 {
    stroke: rgb(3 105 161 / 0) !important;
  }

  .sm\:stroke-sky-700\/10 {
    stroke: rgb(3 105 161 / 0.1) !important;
  }

  .sm\:stroke-sky-700\/100 {
    stroke: rgb(3 105 161 / 1) !important;
  }

  .sm\:stroke-sky-700\/15 {
    stroke: rgb(3 105 161 / 0.15) !important;
  }

  .sm\:stroke-sky-700\/20 {
    stroke: rgb(3 105 161 / 0.2) !important;
  }

  .sm\:stroke-sky-700\/25 {
    stroke: rgb(3 105 161 / 0.25) !important;
  }

  .sm\:stroke-sky-700\/30 {
    stroke: rgb(3 105 161 / 0.3) !important;
  }

  .sm\:stroke-sky-700\/35 {
    stroke: rgb(3 105 161 / 0.35) !important;
  }

  .sm\:stroke-sky-700\/40 {
    stroke: rgb(3 105 161 / 0.4) !important;
  }

  .sm\:stroke-sky-700\/45 {
    stroke: rgb(3 105 161 / 0.45) !important;
  }

  .sm\:stroke-sky-700\/5 {
    stroke: rgb(3 105 161 / 0.05) !important;
  }

  .sm\:stroke-sky-700\/50 {
    stroke: rgb(3 105 161 / 0.5) !important;
  }

  .sm\:stroke-sky-700\/55 {
    stroke: rgb(3 105 161 / 0.55) !important;
  }

  .sm\:stroke-sky-700\/60 {
    stroke: rgb(3 105 161 / 0.6) !important;
  }

  .sm\:stroke-sky-700\/65 {
    stroke: rgb(3 105 161 / 0.65) !important;
  }

  .sm\:stroke-sky-700\/70 {
    stroke: rgb(3 105 161 / 0.7) !important;
  }

  .sm\:stroke-sky-700\/75 {
    stroke: rgb(3 105 161 / 0.75) !important;
  }

  .sm\:stroke-sky-700\/80 {
    stroke: rgb(3 105 161 / 0.8) !important;
  }

  .sm\:stroke-sky-700\/85 {
    stroke: rgb(3 105 161 / 0.85) !important;
  }

  .sm\:stroke-sky-700\/90 {
    stroke: rgb(3 105 161 / 0.9) !important;
  }

  .sm\:stroke-sky-700\/95 {
    stroke: rgb(3 105 161 / 0.95) !important;
  }

  .sm\:stroke-sky-800 {
    stroke: #075985 !important;
  }

  .sm\:stroke-sky-800\/0 {
    stroke: rgb(7 89 133 / 0) !important;
  }

  .sm\:stroke-sky-800\/10 {
    stroke: rgb(7 89 133 / 0.1) !important;
  }

  .sm\:stroke-sky-800\/100 {
    stroke: rgb(7 89 133 / 1) !important;
  }

  .sm\:stroke-sky-800\/15 {
    stroke: rgb(7 89 133 / 0.15) !important;
  }

  .sm\:stroke-sky-800\/20 {
    stroke: rgb(7 89 133 / 0.2) !important;
  }

  .sm\:stroke-sky-800\/25 {
    stroke: rgb(7 89 133 / 0.25) !important;
  }

  .sm\:stroke-sky-800\/30 {
    stroke: rgb(7 89 133 / 0.3) !important;
  }

  .sm\:stroke-sky-800\/35 {
    stroke: rgb(7 89 133 / 0.35) !important;
  }

  .sm\:stroke-sky-800\/40 {
    stroke: rgb(7 89 133 / 0.4) !important;
  }

  .sm\:stroke-sky-800\/45 {
    stroke: rgb(7 89 133 / 0.45) !important;
  }

  .sm\:stroke-sky-800\/5 {
    stroke: rgb(7 89 133 / 0.05) !important;
  }

  .sm\:stroke-sky-800\/50 {
    stroke: rgb(7 89 133 / 0.5) !important;
  }

  .sm\:stroke-sky-800\/55 {
    stroke: rgb(7 89 133 / 0.55) !important;
  }

  .sm\:stroke-sky-800\/60 {
    stroke: rgb(7 89 133 / 0.6) !important;
  }

  .sm\:stroke-sky-800\/65 {
    stroke: rgb(7 89 133 / 0.65) !important;
  }

  .sm\:stroke-sky-800\/70 {
    stroke: rgb(7 89 133 / 0.7) !important;
  }

  .sm\:stroke-sky-800\/75 {
    stroke: rgb(7 89 133 / 0.75) !important;
  }

  .sm\:stroke-sky-800\/80 {
    stroke: rgb(7 89 133 / 0.8) !important;
  }

  .sm\:stroke-sky-800\/85 {
    stroke: rgb(7 89 133 / 0.85) !important;
  }

  .sm\:stroke-sky-800\/90 {
    stroke: rgb(7 89 133 / 0.9) !important;
  }

  .sm\:stroke-sky-800\/95 {
    stroke: rgb(7 89 133 / 0.95) !important;
  }

  .sm\:stroke-sky-900 {
    stroke: #0c4a6e !important;
  }

  .sm\:stroke-sky-900\/0 {
    stroke: rgb(12 74 110 / 0) !important;
  }

  .sm\:stroke-sky-900\/10 {
    stroke: rgb(12 74 110 / 0.1) !important;
  }

  .sm\:stroke-sky-900\/100 {
    stroke: rgb(12 74 110 / 1) !important;
  }

  .sm\:stroke-sky-900\/15 {
    stroke: rgb(12 74 110 / 0.15) !important;
  }

  .sm\:stroke-sky-900\/20 {
    stroke: rgb(12 74 110 / 0.2) !important;
  }

  .sm\:stroke-sky-900\/25 {
    stroke: rgb(12 74 110 / 0.25) !important;
  }

  .sm\:stroke-sky-900\/30 {
    stroke: rgb(12 74 110 / 0.3) !important;
  }

  .sm\:stroke-sky-900\/35 {
    stroke: rgb(12 74 110 / 0.35) !important;
  }

  .sm\:stroke-sky-900\/40 {
    stroke: rgb(12 74 110 / 0.4) !important;
  }

  .sm\:stroke-sky-900\/45 {
    stroke: rgb(12 74 110 / 0.45) !important;
  }

  .sm\:stroke-sky-900\/5 {
    stroke: rgb(12 74 110 / 0.05) !important;
  }

  .sm\:stroke-sky-900\/50 {
    stroke: rgb(12 74 110 / 0.5) !important;
  }

  .sm\:stroke-sky-900\/55 {
    stroke: rgb(12 74 110 / 0.55) !important;
  }

  .sm\:stroke-sky-900\/60 {
    stroke: rgb(12 74 110 / 0.6) !important;
  }

  .sm\:stroke-sky-900\/65 {
    stroke: rgb(12 74 110 / 0.65) !important;
  }

  .sm\:stroke-sky-900\/70 {
    stroke: rgb(12 74 110 / 0.7) !important;
  }

  .sm\:stroke-sky-900\/75 {
    stroke: rgb(12 74 110 / 0.75) !important;
  }

  .sm\:stroke-sky-900\/80 {
    stroke: rgb(12 74 110 / 0.8) !important;
  }

  .sm\:stroke-sky-900\/85 {
    stroke: rgb(12 74 110 / 0.85) !important;
  }

  .sm\:stroke-sky-900\/90 {
    stroke: rgb(12 74 110 / 0.9) !important;
  }

  .sm\:stroke-sky-900\/95 {
    stroke: rgb(12 74 110 / 0.95) !important;
  }

  .sm\:stroke-sky-950 {
    stroke: #082f49 !important;
  }

  .sm\:stroke-sky-950\/0 {
    stroke: rgb(8 47 73 / 0) !important;
  }

  .sm\:stroke-sky-950\/10 {
    stroke: rgb(8 47 73 / 0.1) !important;
  }

  .sm\:stroke-sky-950\/100 {
    stroke: rgb(8 47 73 / 1) !important;
  }

  .sm\:stroke-sky-950\/15 {
    stroke: rgb(8 47 73 / 0.15) !important;
  }

  .sm\:stroke-sky-950\/20 {
    stroke: rgb(8 47 73 / 0.2) !important;
  }

  .sm\:stroke-sky-950\/25 {
    stroke: rgb(8 47 73 / 0.25) !important;
  }

  .sm\:stroke-sky-950\/30 {
    stroke: rgb(8 47 73 / 0.3) !important;
  }

  .sm\:stroke-sky-950\/35 {
    stroke: rgb(8 47 73 / 0.35) !important;
  }

  .sm\:stroke-sky-950\/40 {
    stroke: rgb(8 47 73 / 0.4) !important;
  }

  .sm\:stroke-sky-950\/45 {
    stroke: rgb(8 47 73 / 0.45) !important;
  }

  .sm\:stroke-sky-950\/5 {
    stroke: rgb(8 47 73 / 0.05) !important;
  }

  .sm\:stroke-sky-950\/50 {
    stroke: rgb(8 47 73 / 0.5) !important;
  }

  .sm\:stroke-sky-950\/55 {
    stroke: rgb(8 47 73 / 0.55) !important;
  }

  .sm\:stroke-sky-950\/60 {
    stroke: rgb(8 47 73 / 0.6) !important;
  }

  .sm\:stroke-sky-950\/65 {
    stroke: rgb(8 47 73 / 0.65) !important;
  }

  .sm\:stroke-sky-950\/70 {
    stroke: rgb(8 47 73 / 0.7) !important;
  }

  .sm\:stroke-sky-950\/75 {
    stroke: rgb(8 47 73 / 0.75) !important;
  }

  .sm\:stroke-sky-950\/80 {
    stroke: rgb(8 47 73 / 0.8) !important;
  }

  .sm\:stroke-sky-950\/85 {
    stroke: rgb(8 47 73 / 0.85) !important;
  }

  .sm\:stroke-sky-950\/90 {
    stroke: rgb(8 47 73 / 0.9) !important;
  }

  .sm\:stroke-sky-950\/95 {
    stroke: rgb(8 47 73 / 0.95) !important;
  }

  .sm\:stroke-slate-100 {
    stroke: #f1f5f9 !important;
  }

  .sm\:stroke-slate-100\/0 {
    stroke: rgb(241 245 249 / 0) !important;
  }

  .sm\:stroke-slate-100\/10 {
    stroke: rgb(241 245 249 / 0.1) !important;
  }

  .sm\:stroke-slate-100\/100 {
    stroke: rgb(241 245 249 / 1) !important;
  }

  .sm\:stroke-slate-100\/15 {
    stroke: rgb(241 245 249 / 0.15) !important;
  }

  .sm\:stroke-slate-100\/20 {
    stroke: rgb(241 245 249 / 0.2) !important;
  }

  .sm\:stroke-slate-100\/25 {
    stroke: rgb(241 245 249 / 0.25) !important;
  }

  .sm\:stroke-slate-100\/30 {
    stroke: rgb(241 245 249 / 0.3) !important;
  }

  .sm\:stroke-slate-100\/35 {
    stroke: rgb(241 245 249 / 0.35) !important;
  }

  .sm\:stroke-slate-100\/40 {
    stroke: rgb(241 245 249 / 0.4) !important;
  }

  .sm\:stroke-slate-100\/45 {
    stroke: rgb(241 245 249 / 0.45) !important;
  }

  .sm\:stroke-slate-100\/5 {
    stroke: rgb(241 245 249 / 0.05) !important;
  }

  .sm\:stroke-slate-100\/50 {
    stroke: rgb(241 245 249 / 0.5) !important;
  }

  .sm\:stroke-slate-100\/55 {
    stroke: rgb(241 245 249 / 0.55) !important;
  }

  .sm\:stroke-slate-100\/60 {
    stroke: rgb(241 245 249 / 0.6) !important;
  }

  .sm\:stroke-slate-100\/65 {
    stroke: rgb(241 245 249 / 0.65) !important;
  }

  .sm\:stroke-slate-100\/70 {
    stroke: rgb(241 245 249 / 0.7) !important;
  }

  .sm\:stroke-slate-100\/75 {
    stroke: rgb(241 245 249 / 0.75) !important;
  }

  .sm\:stroke-slate-100\/80 {
    stroke: rgb(241 245 249 / 0.8) !important;
  }

  .sm\:stroke-slate-100\/85 {
    stroke: rgb(241 245 249 / 0.85) !important;
  }

  .sm\:stroke-slate-100\/90 {
    stroke: rgb(241 245 249 / 0.9) !important;
  }

  .sm\:stroke-slate-100\/95 {
    stroke: rgb(241 245 249 / 0.95) !important;
  }

  .sm\:stroke-slate-200 {
    stroke: #e2e8f0 !important;
  }

  .sm\:stroke-slate-200\/0 {
    stroke: rgb(226 232 240 / 0) !important;
  }

  .sm\:stroke-slate-200\/10 {
    stroke: rgb(226 232 240 / 0.1) !important;
  }

  .sm\:stroke-slate-200\/100 {
    stroke: rgb(226 232 240 / 1) !important;
  }

  .sm\:stroke-slate-200\/15 {
    stroke: rgb(226 232 240 / 0.15) !important;
  }

  .sm\:stroke-slate-200\/20 {
    stroke: rgb(226 232 240 / 0.2) !important;
  }

  .sm\:stroke-slate-200\/25 {
    stroke: rgb(226 232 240 / 0.25) !important;
  }

  .sm\:stroke-slate-200\/30 {
    stroke: rgb(226 232 240 / 0.3) !important;
  }

  .sm\:stroke-slate-200\/35 {
    stroke: rgb(226 232 240 / 0.35) !important;
  }

  .sm\:stroke-slate-200\/40 {
    stroke: rgb(226 232 240 / 0.4) !important;
  }

  .sm\:stroke-slate-200\/45 {
    stroke: rgb(226 232 240 / 0.45) !important;
  }

  .sm\:stroke-slate-200\/5 {
    stroke: rgb(226 232 240 / 0.05) !important;
  }

  .sm\:stroke-slate-200\/50 {
    stroke: rgb(226 232 240 / 0.5) !important;
  }

  .sm\:stroke-slate-200\/55 {
    stroke: rgb(226 232 240 / 0.55) !important;
  }

  .sm\:stroke-slate-200\/60 {
    stroke: rgb(226 232 240 / 0.6) !important;
  }

  .sm\:stroke-slate-200\/65 {
    stroke: rgb(226 232 240 / 0.65) !important;
  }

  .sm\:stroke-slate-200\/70 {
    stroke: rgb(226 232 240 / 0.7) !important;
  }

  .sm\:stroke-slate-200\/75 {
    stroke: rgb(226 232 240 / 0.75) !important;
  }

  .sm\:stroke-slate-200\/80 {
    stroke: rgb(226 232 240 / 0.8) !important;
  }

  .sm\:stroke-slate-200\/85 {
    stroke: rgb(226 232 240 / 0.85) !important;
  }

  .sm\:stroke-slate-200\/90 {
    stroke: rgb(226 232 240 / 0.9) !important;
  }

  .sm\:stroke-slate-200\/95 {
    stroke: rgb(226 232 240 / 0.95) !important;
  }

  .sm\:stroke-slate-300 {
    stroke: #cbd5e1 !important;
  }

  .sm\:stroke-slate-300\/0 {
    stroke: rgb(203 213 225 / 0) !important;
  }

  .sm\:stroke-slate-300\/10 {
    stroke: rgb(203 213 225 / 0.1) !important;
  }

  .sm\:stroke-slate-300\/100 {
    stroke: rgb(203 213 225 / 1) !important;
  }

  .sm\:stroke-slate-300\/15 {
    stroke: rgb(203 213 225 / 0.15) !important;
  }

  .sm\:stroke-slate-300\/20 {
    stroke: rgb(203 213 225 / 0.2) !important;
  }

  .sm\:stroke-slate-300\/25 {
    stroke: rgb(203 213 225 / 0.25) !important;
  }

  .sm\:stroke-slate-300\/30 {
    stroke: rgb(203 213 225 / 0.3) !important;
  }

  .sm\:stroke-slate-300\/35 {
    stroke: rgb(203 213 225 / 0.35) !important;
  }

  .sm\:stroke-slate-300\/40 {
    stroke: rgb(203 213 225 / 0.4) !important;
  }

  .sm\:stroke-slate-300\/45 {
    stroke: rgb(203 213 225 / 0.45) !important;
  }

  .sm\:stroke-slate-300\/5 {
    stroke: rgb(203 213 225 / 0.05) !important;
  }

  .sm\:stroke-slate-300\/50 {
    stroke: rgb(203 213 225 / 0.5) !important;
  }

  .sm\:stroke-slate-300\/55 {
    stroke: rgb(203 213 225 / 0.55) !important;
  }

  .sm\:stroke-slate-300\/60 {
    stroke: rgb(203 213 225 / 0.6) !important;
  }

  .sm\:stroke-slate-300\/65 {
    stroke: rgb(203 213 225 / 0.65) !important;
  }

  .sm\:stroke-slate-300\/70 {
    stroke: rgb(203 213 225 / 0.7) !important;
  }

  .sm\:stroke-slate-300\/75 {
    stroke: rgb(203 213 225 / 0.75) !important;
  }

  .sm\:stroke-slate-300\/80 {
    stroke: rgb(203 213 225 / 0.8) !important;
  }

  .sm\:stroke-slate-300\/85 {
    stroke: rgb(203 213 225 / 0.85) !important;
  }

  .sm\:stroke-slate-300\/90 {
    stroke: rgb(203 213 225 / 0.9) !important;
  }

  .sm\:stroke-slate-300\/95 {
    stroke: rgb(203 213 225 / 0.95) !important;
  }

  .sm\:stroke-slate-400 {
    stroke: #94a3b8 !important;
  }

  .sm\:stroke-slate-400\/0 {
    stroke: rgb(148 163 184 / 0) !important;
  }

  .sm\:stroke-slate-400\/10 {
    stroke: rgb(148 163 184 / 0.1) !important;
  }

  .sm\:stroke-slate-400\/100 {
    stroke: rgb(148 163 184 / 1) !important;
  }

  .sm\:stroke-slate-400\/15 {
    stroke: rgb(148 163 184 / 0.15) !important;
  }

  .sm\:stroke-slate-400\/20 {
    stroke: rgb(148 163 184 / 0.2) !important;
  }

  .sm\:stroke-slate-400\/25 {
    stroke: rgb(148 163 184 / 0.25) !important;
  }

  .sm\:stroke-slate-400\/30 {
    stroke: rgb(148 163 184 / 0.3) !important;
  }

  .sm\:stroke-slate-400\/35 {
    stroke: rgb(148 163 184 / 0.35) !important;
  }

  .sm\:stroke-slate-400\/40 {
    stroke: rgb(148 163 184 / 0.4) !important;
  }

  .sm\:stroke-slate-400\/45 {
    stroke: rgb(148 163 184 / 0.45) !important;
  }

  .sm\:stroke-slate-400\/5 {
    stroke: rgb(148 163 184 / 0.05) !important;
  }

  .sm\:stroke-slate-400\/50 {
    stroke: rgb(148 163 184 / 0.5) !important;
  }

  .sm\:stroke-slate-400\/55 {
    stroke: rgb(148 163 184 / 0.55) !important;
  }

  .sm\:stroke-slate-400\/60 {
    stroke: rgb(148 163 184 / 0.6) !important;
  }

  .sm\:stroke-slate-400\/65 {
    stroke: rgb(148 163 184 / 0.65) !important;
  }

  .sm\:stroke-slate-400\/70 {
    stroke: rgb(148 163 184 / 0.7) !important;
  }

  .sm\:stroke-slate-400\/75 {
    stroke: rgb(148 163 184 / 0.75) !important;
  }

  .sm\:stroke-slate-400\/80 {
    stroke: rgb(148 163 184 / 0.8) !important;
  }

  .sm\:stroke-slate-400\/85 {
    stroke: rgb(148 163 184 / 0.85) !important;
  }

  .sm\:stroke-slate-400\/90 {
    stroke: rgb(148 163 184 / 0.9) !important;
  }

  .sm\:stroke-slate-400\/95 {
    stroke: rgb(148 163 184 / 0.95) !important;
  }

  .sm\:stroke-slate-50 {
    stroke: #f8fafc !important;
  }

  .sm\:stroke-slate-50\/0 {
    stroke: rgb(248 250 252 / 0) !important;
  }

  .sm\:stroke-slate-50\/10 {
    stroke: rgb(248 250 252 / 0.1) !important;
  }

  .sm\:stroke-slate-50\/100 {
    stroke: rgb(248 250 252 / 1) !important;
  }

  .sm\:stroke-slate-50\/15 {
    stroke: rgb(248 250 252 / 0.15) !important;
  }

  .sm\:stroke-slate-50\/20 {
    stroke: rgb(248 250 252 / 0.2) !important;
  }

  .sm\:stroke-slate-50\/25 {
    stroke: rgb(248 250 252 / 0.25) !important;
  }

  .sm\:stroke-slate-50\/30 {
    stroke: rgb(248 250 252 / 0.3) !important;
  }

  .sm\:stroke-slate-50\/35 {
    stroke: rgb(248 250 252 / 0.35) !important;
  }

  .sm\:stroke-slate-50\/40 {
    stroke: rgb(248 250 252 / 0.4) !important;
  }

  .sm\:stroke-slate-50\/45 {
    stroke: rgb(248 250 252 / 0.45) !important;
  }

  .sm\:stroke-slate-50\/5 {
    stroke: rgb(248 250 252 / 0.05) !important;
  }

  .sm\:stroke-slate-50\/50 {
    stroke: rgb(248 250 252 / 0.5) !important;
  }

  .sm\:stroke-slate-50\/55 {
    stroke: rgb(248 250 252 / 0.55) !important;
  }

  .sm\:stroke-slate-50\/60 {
    stroke: rgb(248 250 252 / 0.6) !important;
  }

  .sm\:stroke-slate-50\/65 {
    stroke: rgb(248 250 252 / 0.65) !important;
  }

  .sm\:stroke-slate-50\/70 {
    stroke: rgb(248 250 252 / 0.7) !important;
  }

  .sm\:stroke-slate-50\/75 {
    stroke: rgb(248 250 252 / 0.75) !important;
  }

  .sm\:stroke-slate-50\/80 {
    stroke: rgb(248 250 252 / 0.8) !important;
  }

  .sm\:stroke-slate-50\/85 {
    stroke: rgb(248 250 252 / 0.85) !important;
  }

  .sm\:stroke-slate-50\/90 {
    stroke: rgb(248 250 252 / 0.9) !important;
  }

  .sm\:stroke-slate-50\/95 {
    stroke: rgb(248 250 252 / 0.95) !important;
  }

  .sm\:stroke-slate-500 {
    stroke: #64748b !important;
  }

  .sm\:stroke-slate-500\/0 {
    stroke: rgb(100 116 139 / 0) !important;
  }

  .sm\:stroke-slate-500\/10 {
    stroke: rgb(100 116 139 / 0.1) !important;
  }

  .sm\:stroke-slate-500\/100 {
    stroke: rgb(100 116 139 / 1) !important;
  }

  .sm\:stroke-slate-500\/15 {
    stroke: rgb(100 116 139 / 0.15) !important;
  }

  .sm\:stroke-slate-500\/20 {
    stroke: rgb(100 116 139 / 0.2) !important;
  }

  .sm\:stroke-slate-500\/25 {
    stroke: rgb(100 116 139 / 0.25) !important;
  }

  .sm\:stroke-slate-500\/30 {
    stroke: rgb(100 116 139 / 0.3) !important;
  }

  .sm\:stroke-slate-500\/35 {
    stroke: rgb(100 116 139 / 0.35) !important;
  }

  .sm\:stroke-slate-500\/40 {
    stroke: rgb(100 116 139 / 0.4) !important;
  }

  .sm\:stroke-slate-500\/45 {
    stroke: rgb(100 116 139 / 0.45) !important;
  }

  .sm\:stroke-slate-500\/5 {
    stroke: rgb(100 116 139 / 0.05) !important;
  }

  .sm\:stroke-slate-500\/50 {
    stroke: rgb(100 116 139 / 0.5) !important;
  }

  .sm\:stroke-slate-500\/55 {
    stroke: rgb(100 116 139 / 0.55) !important;
  }

  .sm\:stroke-slate-500\/60 {
    stroke: rgb(100 116 139 / 0.6) !important;
  }

  .sm\:stroke-slate-500\/65 {
    stroke: rgb(100 116 139 / 0.65) !important;
  }

  .sm\:stroke-slate-500\/70 {
    stroke: rgb(100 116 139 / 0.7) !important;
  }

  .sm\:stroke-slate-500\/75 {
    stroke: rgb(100 116 139 / 0.75) !important;
  }

  .sm\:stroke-slate-500\/80 {
    stroke: rgb(100 116 139 / 0.8) !important;
  }

  .sm\:stroke-slate-500\/85 {
    stroke: rgb(100 116 139 / 0.85) !important;
  }

  .sm\:stroke-slate-500\/90 {
    stroke: rgb(100 116 139 / 0.9) !important;
  }

  .sm\:stroke-slate-500\/95 {
    stroke: rgb(100 116 139 / 0.95) !important;
  }

  .sm\:stroke-slate-600 {
    stroke: #475569 !important;
  }

  .sm\:stroke-slate-600\/0 {
    stroke: rgb(71 85 105 / 0) !important;
  }

  .sm\:stroke-slate-600\/10 {
    stroke: rgb(71 85 105 / 0.1) !important;
  }

  .sm\:stroke-slate-600\/100 {
    stroke: rgb(71 85 105 / 1) !important;
  }

  .sm\:stroke-slate-600\/15 {
    stroke: rgb(71 85 105 / 0.15) !important;
  }

  .sm\:stroke-slate-600\/20 {
    stroke: rgb(71 85 105 / 0.2) !important;
  }

  .sm\:stroke-slate-600\/25 {
    stroke: rgb(71 85 105 / 0.25) !important;
  }

  .sm\:stroke-slate-600\/30 {
    stroke: rgb(71 85 105 / 0.3) !important;
  }

  .sm\:stroke-slate-600\/35 {
    stroke: rgb(71 85 105 / 0.35) !important;
  }

  .sm\:stroke-slate-600\/40 {
    stroke: rgb(71 85 105 / 0.4) !important;
  }

  .sm\:stroke-slate-600\/45 {
    stroke: rgb(71 85 105 / 0.45) !important;
  }

  .sm\:stroke-slate-600\/5 {
    stroke: rgb(71 85 105 / 0.05) !important;
  }

  .sm\:stroke-slate-600\/50 {
    stroke: rgb(71 85 105 / 0.5) !important;
  }

  .sm\:stroke-slate-600\/55 {
    stroke: rgb(71 85 105 / 0.55) !important;
  }

  .sm\:stroke-slate-600\/60 {
    stroke: rgb(71 85 105 / 0.6) !important;
  }

  .sm\:stroke-slate-600\/65 {
    stroke: rgb(71 85 105 / 0.65) !important;
  }

  .sm\:stroke-slate-600\/70 {
    stroke: rgb(71 85 105 / 0.7) !important;
  }

  .sm\:stroke-slate-600\/75 {
    stroke: rgb(71 85 105 / 0.75) !important;
  }

  .sm\:stroke-slate-600\/80 {
    stroke: rgb(71 85 105 / 0.8) !important;
  }

  .sm\:stroke-slate-600\/85 {
    stroke: rgb(71 85 105 / 0.85) !important;
  }

  .sm\:stroke-slate-600\/90 {
    stroke: rgb(71 85 105 / 0.9) !important;
  }

  .sm\:stroke-slate-600\/95 {
    stroke: rgb(71 85 105 / 0.95) !important;
  }

  .sm\:stroke-slate-700 {
    stroke: #334155 !important;
  }

  .sm\:stroke-slate-700\/0 {
    stroke: rgb(51 65 85 / 0) !important;
  }

  .sm\:stroke-slate-700\/10 {
    stroke: rgb(51 65 85 / 0.1) !important;
  }

  .sm\:stroke-slate-700\/100 {
    stroke: rgb(51 65 85 / 1) !important;
  }

  .sm\:stroke-slate-700\/15 {
    stroke: rgb(51 65 85 / 0.15) !important;
  }

  .sm\:stroke-slate-700\/20 {
    stroke: rgb(51 65 85 / 0.2) !important;
  }

  .sm\:stroke-slate-700\/25 {
    stroke: rgb(51 65 85 / 0.25) !important;
  }

  .sm\:stroke-slate-700\/30 {
    stroke: rgb(51 65 85 / 0.3) !important;
  }

  .sm\:stroke-slate-700\/35 {
    stroke: rgb(51 65 85 / 0.35) !important;
  }

  .sm\:stroke-slate-700\/40 {
    stroke: rgb(51 65 85 / 0.4) !important;
  }

  .sm\:stroke-slate-700\/45 {
    stroke: rgb(51 65 85 / 0.45) !important;
  }

  .sm\:stroke-slate-700\/5 {
    stroke: rgb(51 65 85 / 0.05) !important;
  }

  .sm\:stroke-slate-700\/50 {
    stroke: rgb(51 65 85 / 0.5) !important;
  }

  .sm\:stroke-slate-700\/55 {
    stroke: rgb(51 65 85 / 0.55) !important;
  }

  .sm\:stroke-slate-700\/60 {
    stroke: rgb(51 65 85 / 0.6) !important;
  }

  .sm\:stroke-slate-700\/65 {
    stroke: rgb(51 65 85 / 0.65) !important;
  }

  .sm\:stroke-slate-700\/70 {
    stroke: rgb(51 65 85 / 0.7) !important;
  }

  .sm\:stroke-slate-700\/75 {
    stroke: rgb(51 65 85 / 0.75) !important;
  }

  .sm\:stroke-slate-700\/80 {
    stroke: rgb(51 65 85 / 0.8) !important;
  }

  .sm\:stroke-slate-700\/85 {
    stroke: rgb(51 65 85 / 0.85) !important;
  }

  .sm\:stroke-slate-700\/90 {
    stroke: rgb(51 65 85 / 0.9) !important;
  }

  .sm\:stroke-slate-700\/95 {
    stroke: rgb(51 65 85 / 0.95) !important;
  }

  .sm\:stroke-slate-800 {
    stroke: #1e293b !important;
  }

  .sm\:stroke-slate-800\/0 {
    stroke: rgb(30 41 59 / 0) !important;
  }

  .sm\:stroke-slate-800\/10 {
    stroke: rgb(30 41 59 / 0.1) !important;
  }

  .sm\:stroke-slate-800\/100 {
    stroke: rgb(30 41 59 / 1) !important;
  }

  .sm\:stroke-slate-800\/15 {
    stroke: rgb(30 41 59 / 0.15) !important;
  }

  .sm\:stroke-slate-800\/20 {
    stroke: rgb(30 41 59 / 0.2) !important;
  }

  .sm\:stroke-slate-800\/25 {
    stroke: rgb(30 41 59 / 0.25) !important;
  }

  .sm\:stroke-slate-800\/30 {
    stroke: rgb(30 41 59 / 0.3) !important;
  }

  .sm\:stroke-slate-800\/35 {
    stroke: rgb(30 41 59 / 0.35) !important;
  }

  .sm\:stroke-slate-800\/40 {
    stroke: rgb(30 41 59 / 0.4) !important;
  }

  .sm\:stroke-slate-800\/45 {
    stroke: rgb(30 41 59 / 0.45) !important;
  }

  .sm\:stroke-slate-800\/5 {
    stroke: rgb(30 41 59 / 0.05) !important;
  }

  .sm\:stroke-slate-800\/50 {
    stroke: rgb(30 41 59 / 0.5) !important;
  }

  .sm\:stroke-slate-800\/55 {
    stroke: rgb(30 41 59 / 0.55) !important;
  }

  .sm\:stroke-slate-800\/60 {
    stroke: rgb(30 41 59 / 0.6) !important;
  }

  .sm\:stroke-slate-800\/65 {
    stroke: rgb(30 41 59 / 0.65) !important;
  }

  .sm\:stroke-slate-800\/70 {
    stroke: rgb(30 41 59 / 0.7) !important;
  }

  .sm\:stroke-slate-800\/75 {
    stroke: rgb(30 41 59 / 0.75) !important;
  }

  .sm\:stroke-slate-800\/80 {
    stroke: rgb(30 41 59 / 0.8) !important;
  }

  .sm\:stroke-slate-800\/85 {
    stroke: rgb(30 41 59 / 0.85) !important;
  }

  .sm\:stroke-slate-800\/90 {
    stroke: rgb(30 41 59 / 0.9) !important;
  }

  .sm\:stroke-slate-800\/95 {
    stroke: rgb(30 41 59 / 0.95) !important;
  }

  .sm\:stroke-slate-900 {
    stroke: #0f172a !important;
  }

  .sm\:stroke-slate-900\/0 {
    stroke: rgb(15 23 42 / 0) !important;
  }

  .sm\:stroke-slate-900\/10 {
    stroke: rgb(15 23 42 / 0.1) !important;
  }

  .sm\:stroke-slate-900\/100 {
    stroke: rgb(15 23 42 / 1) !important;
  }

  .sm\:stroke-slate-900\/15 {
    stroke: rgb(15 23 42 / 0.15) !important;
  }

  .sm\:stroke-slate-900\/20 {
    stroke: rgb(15 23 42 / 0.2) !important;
  }

  .sm\:stroke-slate-900\/25 {
    stroke: rgb(15 23 42 / 0.25) !important;
  }

  .sm\:stroke-slate-900\/30 {
    stroke: rgb(15 23 42 / 0.3) !important;
  }

  .sm\:stroke-slate-900\/35 {
    stroke: rgb(15 23 42 / 0.35) !important;
  }

  .sm\:stroke-slate-900\/40 {
    stroke: rgb(15 23 42 / 0.4) !important;
  }

  .sm\:stroke-slate-900\/45 {
    stroke: rgb(15 23 42 / 0.45) !important;
  }

  .sm\:stroke-slate-900\/5 {
    stroke: rgb(15 23 42 / 0.05) !important;
  }

  .sm\:stroke-slate-900\/50 {
    stroke: rgb(15 23 42 / 0.5) !important;
  }

  .sm\:stroke-slate-900\/55 {
    stroke: rgb(15 23 42 / 0.55) !important;
  }

  .sm\:stroke-slate-900\/60 {
    stroke: rgb(15 23 42 / 0.6) !important;
  }

  .sm\:stroke-slate-900\/65 {
    stroke: rgb(15 23 42 / 0.65) !important;
  }

  .sm\:stroke-slate-900\/70 {
    stroke: rgb(15 23 42 / 0.7) !important;
  }

  .sm\:stroke-slate-900\/75 {
    stroke: rgb(15 23 42 / 0.75) !important;
  }

  .sm\:stroke-slate-900\/80 {
    stroke: rgb(15 23 42 / 0.8) !important;
  }

  .sm\:stroke-slate-900\/85 {
    stroke: rgb(15 23 42 / 0.85) !important;
  }

  .sm\:stroke-slate-900\/90 {
    stroke: rgb(15 23 42 / 0.9) !important;
  }

  .sm\:stroke-slate-900\/95 {
    stroke: rgb(15 23 42 / 0.95) !important;
  }

  .sm\:stroke-slate-950 {
    stroke: #020617 !important;
  }

  .sm\:stroke-slate-950\/0 {
    stroke: rgb(2 6 23 / 0) !important;
  }

  .sm\:stroke-slate-950\/10 {
    stroke: rgb(2 6 23 / 0.1) !important;
  }

  .sm\:stroke-slate-950\/100 {
    stroke: rgb(2 6 23 / 1) !important;
  }

  .sm\:stroke-slate-950\/15 {
    stroke: rgb(2 6 23 / 0.15) !important;
  }

  .sm\:stroke-slate-950\/20 {
    stroke: rgb(2 6 23 / 0.2) !important;
  }

  .sm\:stroke-slate-950\/25 {
    stroke: rgb(2 6 23 / 0.25) !important;
  }

  .sm\:stroke-slate-950\/30 {
    stroke: rgb(2 6 23 / 0.3) !important;
  }

  .sm\:stroke-slate-950\/35 {
    stroke: rgb(2 6 23 / 0.35) !important;
  }

  .sm\:stroke-slate-950\/40 {
    stroke: rgb(2 6 23 / 0.4) !important;
  }

  .sm\:stroke-slate-950\/45 {
    stroke: rgb(2 6 23 / 0.45) !important;
  }

  .sm\:stroke-slate-950\/5 {
    stroke: rgb(2 6 23 / 0.05) !important;
  }

  .sm\:stroke-slate-950\/50 {
    stroke: rgb(2 6 23 / 0.5) !important;
  }

  .sm\:stroke-slate-950\/55 {
    stroke: rgb(2 6 23 / 0.55) !important;
  }

  .sm\:stroke-slate-950\/60 {
    stroke: rgb(2 6 23 / 0.6) !important;
  }

  .sm\:stroke-slate-950\/65 {
    stroke: rgb(2 6 23 / 0.65) !important;
  }

  .sm\:stroke-slate-950\/70 {
    stroke: rgb(2 6 23 / 0.7) !important;
  }

  .sm\:stroke-slate-950\/75 {
    stroke: rgb(2 6 23 / 0.75) !important;
  }

  .sm\:stroke-slate-950\/80 {
    stroke: rgb(2 6 23 / 0.8) !important;
  }

  .sm\:stroke-slate-950\/85 {
    stroke: rgb(2 6 23 / 0.85) !important;
  }

  .sm\:stroke-slate-950\/90 {
    stroke: rgb(2 6 23 / 0.9) !important;
  }

  .sm\:stroke-slate-950\/95 {
    stroke: rgb(2 6 23 / 0.95) !important;
  }

  .sm\:stroke-stone-100 {
    stroke: #f5f5f4 !important;
  }

  .sm\:stroke-stone-100\/0 {
    stroke: rgb(245 245 244 / 0) !important;
  }

  .sm\:stroke-stone-100\/10 {
    stroke: rgb(245 245 244 / 0.1) !important;
  }

  .sm\:stroke-stone-100\/100 {
    stroke: rgb(245 245 244 / 1) !important;
  }

  .sm\:stroke-stone-100\/15 {
    stroke: rgb(245 245 244 / 0.15) !important;
  }

  .sm\:stroke-stone-100\/20 {
    stroke: rgb(245 245 244 / 0.2) !important;
  }

  .sm\:stroke-stone-100\/25 {
    stroke: rgb(245 245 244 / 0.25) !important;
  }

  .sm\:stroke-stone-100\/30 {
    stroke: rgb(245 245 244 / 0.3) !important;
  }

  .sm\:stroke-stone-100\/35 {
    stroke: rgb(245 245 244 / 0.35) !important;
  }

  .sm\:stroke-stone-100\/40 {
    stroke: rgb(245 245 244 / 0.4) !important;
  }

  .sm\:stroke-stone-100\/45 {
    stroke: rgb(245 245 244 / 0.45) !important;
  }

  .sm\:stroke-stone-100\/5 {
    stroke: rgb(245 245 244 / 0.05) !important;
  }

  .sm\:stroke-stone-100\/50 {
    stroke: rgb(245 245 244 / 0.5) !important;
  }

  .sm\:stroke-stone-100\/55 {
    stroke: rgb(245 245 244 / 0.55) !important;
  }

  .sm\:stroke-stone-100\/60 {
    stroke: rgb(245 245 244 / 0.6) !important;
  }

  .sm\:stroke-stone-100\/65 {
    stroke: rgb(245 245 244 / 0.65) !important;
  }

  .sm\:stroke-stone-100\/70 {
    stroke: rgb(245 245 244 / 0.7) !important;
  }

  .sm\:stroke-stone-100\/75 {
    stroke: rgb(245 245 244 / 0.75) !important;
  }

  .sm\:stroke-stone-100\/80 {
    stroke: rgb(245 245 244 / 0.8) !important;
  }

  .sm\:stroke-stone-100\/85 {
    stroke: rgb(245 245 244 / 0.85) !important;
  }

  .sm\:stroke-stone-100\/90 {
    stroke: rgb(245 245 244 / 0.9) !important;
  }

  .sm\:stroke-stone-100\/95 {
    stroke: rgb(245 245 244 / 0.95) !important;
  }

  .sm\:stroke-stone-200 {
    stroke: #e7e5e4 !important;
  }

  .sm\:stroke-stone-200\/0 {
    stroke: rgb(231 229 228 / 0) !important;
  }

  .sm\:stroke-stone-200\/10 {
    stroke: rgb(231 229 228 / 0.1) !important;
  }

  .sm\:stroke-stone-200\/100 {
    stroke: rgb(231 229 228 / 1) !important;
  }

  .sm\:stroke-stone-200\/15 {
    stroke: rgb(231 229 228 / 0.15) !important;
  }

  .sm\:stroke-stone-200\/20 {
    stroke: rgb(231 229 228 / 0.2) !important;
  }

  .sm\:stroke-stone-200\/25 {
    stroke: rgb(231 229 228 / 0.25) !important;
  }

  .sm\:stroke-stone-200\/30 {
    stroke: rgb(231 229 228 / 0.3) !important;
  }

  .sm\:stroke-stone-200\/35 {
    stroke: rgb(231 229 228 / 0.35) !important;
  }

  .sm\:stroke-stone-200\/40 {
    stroke: rgb(231 229 228 / 0.4) !important;
  }

  .sm\:stroke-stone-200\/45 {
    stroke: rgb(231 229 228 / 0.45) !important;
  }

  .sm\:stroke-stone-200\/5 {
    stroke: rgb(231 229 228 / 0.05) !important;
  }

  .sm\:stroke-stone-200\/50 {
    stroke: rgb(231 229 228 / 0.5) !important;
  }

  .sm\:stroke-stone-200\/55 {
    stroke: rgb(231 229 228 / 0.55) !important;
  }

  .sm\:stroke-stone-200\/60 {
    stroke: rgb(231 229 228 / 0.6) !important;
  }

  .sm\:stroke-stone-200\/65 {
    stroke: rgb(231 229 228 / 0.65) !important;
  }

  .sm\:stroke-stone-200\/70 {
    stroke: rgb(231 229 228 / 0.7) !important;
  }

  .sm\:stroke-stone-200\/75 {
    stroke: rgb(231 229 228 / 0.75) !important;
  }

  .sm\:stroke-stone-200\/80 {
    stroke: rgb(231 229 228 / 0.8) !important;
  }

  .sm\:stroke-stone-200\/85 {
    stroke: rgb(231 229 228 / 0.85) !important;
  }

  .sm\:stroke-stone-200\/90 {
    stroke: rgb(231 229 228 / 0.9) !important;
  }

  .sm\:stroke-stone-200\/95 {
    stroke: rgb(231 229 228 / 0.95) !important;
  }

  .sm\:stroke-stone-300 {
    stroke: #d6d3d1 !important;
  }

  .sm\:stroke-stone-300\/0 {
    stroke: rgb(214 211 209 / 0) !important;
  }

  .sm\:stroke-stone-300\/10 {
    stroke: rgb(214 211 209 / 0.1) !important;
  }

  .sm\:stroke-stone-300\/100 {
    stroke: rgb(214 211 209 / 1) !important;
  }

  .sm\:stroke-stone-300\/15 {
    stroke: rgb(214 211 209 / 0.15) !important;
  }

  .sm\:stroke-stone-300\/20 {
    stroke: rgb(214 211 209 / 0.2) !important;
  }

  .sm\:stroke-stone-300\/25 {
    stroke: rgb(214 211 209 / 0.25) !important;
  }

  .sm\:stroke-stone-300\/30 {
    stroke: rgb(214 211 209 / 0.3) !important;
  }

  .sm\:stroke-stone-300\/35 {
    stroke: rgb(214 211 209 / 0.35) !important;
  }

  .sm\:stroke-stone-300\/40 {
    stroke: rgb(214 211 209 / 0.4) !important;
  }

  .sm\:stroke-stone-300\/45 {
    stroke: rgb(214 211 209 / 0.45) !important;
  }

  .sm\:stroke-stone-300\/5 {
    stroke: rgb(214 211 209 / 0.05) !important;
  }

  .sm\:stroke-stone-300\/50 {
    stroke: rgb(214 211 209 / 0.5) !important;
  }

  .sm\:stroke-stone-300\/55 {
    stroke: rgb(214 211 209 / 0.55) !important;
  }

  .sm\:stroke-stone-300\/60 {
    stroke: rgb(214 211 209 / 0.6) !important;
  }

  .sm\:stroke-stone-300\/65 {
    stroke: rgb(214 211 209 / 0.65) !important;
  }

  .sm\:stroke-stone-300\/70 {
    stroke: rgb(214 211 209 / 0.7) !important;
  }

  .sm\:stroke-stone-300\/75 {
    stroke: rgb(214 211 209 / 0.75) !important;
  }

  .sm\:stroke-stone-300\/80 {
    stroke: rgb(214 211 209 / 0.8) !important;
  }

  .sm\:stroke-stone-300\/85 {
    stroke: rgb(214 211 209 / 0.85) !important;
  }

  .sm\:stroke-stone-300\/90 {
    stroke: rgb(214 211 209 / 0.9) !important;
  }

  .sm\:stroke-stone-300\/95 {
    stroke: rgb(214 211 209 / 0.95) !important;
  }

  .sm\:stroke-stone-400 {
    stroke: #a8a29e !important;
  }

  .sm\:stroke-stone-400\/0 {
    stroke: rgb(168 162 158 / 0) !important;
  }

  .sm\:stroke-stone-400\/10 {
    stroke: rgb(168 162 158 / 0.1) !important;
  }

  .sm\:stroke-stone-400\/100 {
    stroke: rgb(168 162 158 / 1) !important;
  }

  .sm\:stroke-stone-400\/15 {
    stroke: rgb(168 162 158 / 0.15) !important;
  }

  .sm\:stroke-stone-400\/20 {
    stroke: rgb(168 162 158 / 0.2) !important;
  }

  .sm\:stroke-stone-400\/25 {
    stroke: rgb(168 162 158 / 0.25) !important;
  }

  .sm\:stroke-stone-400\/30 {
    stroke: rgb(168 162 158 / 0.3) !important;
  }

  .sm\:stroke-stone-400\/35 {
    stroke: rgb(168 162 158 / 0.35) !important;
  }

  .sm\:stroke-stone-400\/40 {
    stroke: rgb(168 162 158 / 0.4) !important;
  }

  .sm\:stroke-stone-400\/45 {
    stroke: rgb(168 162 158 / 0.45) !important;
  }

  .sm\:stroke-stone-400\/5 {
    stroke: rgb(168 162 158 / 0.05) !important;
  }

  .sm\:stroke-stone-400\/50 {
    stroke: rgb(168 162 158 / 0.5) !important;
  }

  .sm\:stroke-stone-400\/55 {
    stroke: rgb(168 162 158 / 0.55) !important;
  }

  .sm\:stroke-stone-400\/60 {
    stroke: rgb(168 162 158 / 0.6) !important;
  }

  .sm\:stroke-stone-400\/65 {
    stroke: rgb(168 162 158 / 0.65) !important;
  }

  .sm\:stroke-stone-400\/70 {
    stroke: rgb(168 162 158 / 0.7) !important;
  }

  .sm\:stroke-stone-400\/75 {
    stroke: rgb(168 162 158 / 0.75) !important;
  }

  .sm\:stroke-stone-400\/80 {
    stroke: rgb(168 162 158 / 0.8) !important;
  }

  .sm\:stroke-stone-400\/85 {
    stroke: rgb(168 162 158 / 0.85) !important;
  }

  .sm\:stroke-stone-400\/90 {
    stroke: rgb(168 162 158 / 0.9) !important;
  }

  .sm\:stroke-stone-400\/95 {
    stroke: rgb(168 162 158 / 0.95) !important;
  }

  .sm\:stroke-stone-50 {
    stroke: #fafaf9 !important;
  }

  .sm\:stroke-stone-50\/0 {
    stroke: rgb(250 250 249 / 0) !important;
  }

  .sm\:stroke-stone-50\/10 {
    stroke: rgb(250 250 249 / 0.1) !important;
  }

  .sm\:stroke-stone-50\/100 {
    stroke: rgb(250 250 249 / 1) !important;
  }

  .sm\:stroke-stone-50\/15 {
    stroke: rgb(250 250 249 / 0.15) !important;
  }

  .sm\:stroke-stone-50\/20 {
    stroke: rgb(250 250 249 / 0.2) !important;
  }

  .sm\:stroke-stone-50\/25 {
    stroke: rgb(250 250 249 / 0.25) !important;
  }

  .sm\:stroke-stone-50\/30 {
    stroke: rgb(250 250 249 / 0.3) !important;
  }

  .sm\:stroke-stone-50\/35 {
    stroke: rgb(250 250 249 / 0.35) !important;
  }

  .sm\:stroke-stone-50\/40 {
    stroke: rgb(250 250 249 / 0.4) !important;
  }

  .sm\:stroke-stone-50\/45 {
    stroke: rgb(250 250 249 / 0.45) !important;
  }

  .sm\:stroke-stone-50\/5 {
    stroke: rgb(250 250 249 / 0.05) !important;
  }

  .sm\:stroke-stone-50\/50 {
    stroke: rgb(250 250 249 / 0.5) !important;
  }

  .sm\:stroke-stone-50\/55 {
    stroke: rgb(250 250 249 / 0.55) !important;
  }

  .sm\:stroke-stone-50\/60 {
    stroke: rgb(250 250 249 / 0.6) !important;
  }

  .sm\:stroke-stone-50\/65 {
    stroke: rgb(250 250 249 / 0.65) !important;
  }

  .sm\:stroke-stone-50\/70 {
    stroke: rgb(250 250 249 / 0.7) !important;
  }

  .sm\:stroke-stone-50\/75 {
    stroke: rgb(250 250 249 / 0.75) !important;
  }

  .sm\:stroke-stone-50\/80 {
    stroke: rgb(250 250 249 / 0.8) !important;
  }

  .sm\:stroke-stone-50\/85 {
    stroke: rgb(250 250 249 / 0.85) !important;
  }

  .sm\:stroke-stone-50\/90 {
    stroke: rgb(250 250 249 / 0.9) !important;
  }

  .sm\:stroke-stone-50\/95 {
    stroke: rgb(250 250 249 / 0.95) !important;
  }

  .sm\:stroke-stone-500 {
    stroke: #78716c !important;
  }

  .sm\:stroke-stone-500\/0 {
    stroke: rgb(120 113 108 / 0) !important;
  }

  .sm\:stroke-stone-500\/10 {
    stroke: rgb(120 113 108 / 0.1) !important;
  }

  .sm\:stroke-stone-500\/100 {
    stroke: rgb(120 113 108 / 1) !important;
  }

  .sm\:stroke-stone-500\/15 {
    stroke: rgb(120 113 108 / 0.15) !important;
  }

  .sm\:stroke-stone-500\/20 {
    stroke: rgb(120 113 108 / 0.2) !important;
  }

  .sm\:stroke-stone-500\/25 {
    stroke: rgb(120 113 108 / 0.25) !important;
  }

  .sm\:stroke-stone-500\/30 {
    stroke: rgb(120 113 108 / 0.3) !important;
  }

  .sm\:stroke-stone-500\/35 {
    stroke: rgb(120 113 108 / 0.35) !important;
  }

  .sm\:stroke-stone-500\/40 {
    stroke: rgb(120 113 108 / 0.4) !important;
  }

  .sm\:stroke-stone-500\/45 {
    stroke: rgb(120 113 108 / 0.45) !important;
  }

  .sm\:stroke-stone-500\/5 {
    stroke: rgb(120 113 108 / 0.05) !important;
  }

  .sm\:stroke-stone-500\/50 {
    stroke: rgb(120 113 108 / 0.5) !important;
  }

  .sm\:stroke-stone-500\/55 {
    stroke: rgb(120 113 108 / 0.55) !important;
  }

  .sm\:stroke-stone-500\/60 {
    stroke: rgb(120 113 108 / 0.6) !important;
  }

  .sm\:stroke-stone-500\/65 {
    stroke: rgb(120 113 108 / 0.65) !important;
  }

  .sm\:stroke-stone-500\/70 {
    stroke: rgb(120 113 108 / 0.7) !important;
  }

  .sm\:stroke-stone-500\/75 {
    stroke: rgb(120 113 108 / 0.75) !important;
  }

  .sm\:stroke-stone-500\/80 {
    stroke: rgb(120 113 108 / 0.8) !important;
  }

  .sm\:stroke-stone-500\/85 {
    stroke: rgb(120 113 108 / 0.85) !important;
  }

  .sm\:stroke-stone-500\/90 {
    stroke: rgb(120 113 108 / 0.9) !important;
  }

  .sm\:stroke-stone-500\/95 {
    stroke: rgb(120 113 108 / 0.95) !important;
  }

  .sm\:stroke-stone-600 {
    stroke: #57534e !important;
  }

  .sm\:stroke-stone-600\/0 {
    stroke: rgb(87 83 78 / 0) !important;
  }

  .sm\:stroke-stone-600\/10 {
    stroke: rgb(87 83 78 / 0.1) !important;
  }

  .sm\:stroke-stone-600\/100 {
    stroke: rgb(87 83 78 / 1) !important;
  }

  .sm\:stroke-stone-600\/15 {
    stroke: rgb(87 83 78 / 0.15) !important;
  }

  .sm\:stroke-stone-600\/20 {
    stroke: rgb(87 83 78 / 0.2) !important;
  }

  .sm\:stroke-stone-600\/25 {
    stroke: rgb(87 83 78 / 0.25) !important;
  }

  .sm\:stroke-stone-600\/30 {
    stroke: rgb(87 83 78 / 0.3) !important;
  }

  .sm\:stroke-stone-600\/35 {
    stroke: rgb(87 83 78 / 0.35) !important;
  }

  .sm\:stroke-stone-600\/40 {
    stroke: rgb(87 83 78 / 0.4) !important;
  }

  .sm\:stroke-stone-600\/45 {
    stroke: rgb(87 83 78 / 0.45) !important;
  }

  .sm\:stroke-stone-600\/5 {
    stroke: rgb(87 83 78 / 0.05) !important;
  }

  .sm\:stroke-stone-600\/50 {
    stroke: rgb(87 83 78 / 0.5) !important;
  }

  .sm\:stroke-stone-600\/55 {
    stroke: rgb(87 83 78 / 0.55) !important;
  }

  .sm\:stroke-stone-600\/60 {
    stroke: rgb(87 83 78 / 0.6) !important;
  }

  .sm\:stroke-stone-600\/65 {
    stroke: rgb(87 83 78 / 0.65) !important;
  }

  .sm\:stroke-stone-600\/70 {
    stroke: rgb(87 83 78 / 0.7) !important;
  }

  .sm\:stroke-stone-600\/75 {
    stroke: rgb(87 83 78 / 0.75) !important;
  }

  .sm\:stroke-stone-600\/80 {
    stroke: rgb(87 83 78 / 0.8) !important;
  }

  .sm\:stroke-stone-600\/85 {
    stroke: rgb(87 83 78 / 0.85) !important;
  }

  .sm\:stroke-stone-600\/90 {
    stroke: rgb(87 83 78 / 0.9) !important;
  }

  .sm\:stroke-stone-600\/95 {
    stroke: rgb(87 83 78 / 0.95) !important;
  }

  .sm\:stroke-stone-700 {
    stroke: #44403c !important;
  }

  .sm\:stroke-stone-700\/0 {
    stroke: rgb(68 64 60 / 0) !important;
  }

  .sm\:stroke-stone-700\/10 {
    stroke: rgb(68 64 60 / 0.1) !important;
  }

  .sm\:stroke-stone-700\/100 {
    stroke: rgb(68 64 60 / 1) !important;
  }

  .sm\:stroke-stone-700\/15 {
    stroke: rgb(68 64 60 / 0.15) !important;
  }

  .sm\:stroke-stone-700\/20 {
    stroke: rgb(68 64 60 / 0.2) !important;
  }

  .sm\:stroke-stone-700\/25 {
    stroke: rgb(68 64 60 / 0.25) !important;
  }

  .sm\:stroke-stone-700\/30 {
    stroke: rgb(68 64 60 / 0.3) !important;
  }

  .sm\:stroke-stone-700\/35 {
    stroke: rgb(68 64 60 / 0.35) !important;
  }

  .sm\:stroke-stone-700\/40 {
    stroke: rgb(68 64 60 / 0.4) !important;
  }

  .sm\:stroke-stone-700\/45 {
    stroke: rgb(68 64 60 / 0.45) !important;
  }

  .sm\:stroke-stone-700\/5 {
    stroke: rgb(68 64 60 / 0.05) !important;
  }

  .sm\:stroke-stone-700\/50 {
    stroke: rgb(68 64 60 / 0.5) !important;
  }

  .sm\:stroke-stone-700\/55 {
    stroke: rgb(68 64 60 / 0.55) !important;
  }

  .sm\:stroke-stone-700\/60 {
    stroke: rgb(68 64 60 / 0.6) !important;
  }

  .sm\:stroke-stone-700\/65 {
    stroke: rgb(68 64 60 / 0.65) !important;
  }

  .sm\:stroke-stone-700\/70 {
    stroke: rgb(68 64 60 / 0.7) !important;
  }

  .sm\:stroke-stone-700\/75 {
    stroke: rgb(68 64 60 / 0.75) !important;
  }

  .sm\:stroke-stone-700\/80 {
    stroke: rgb(68 64 60 / 0.8) !important;
  }

  .sm\:stroke-stone-700\/85 {
    stroke: rgb(68 64 60 / 0.85) !important;
  }

  .sm\:stroke-stone-700\/90 {
    stroke: rgb(68 64 60 / 0.9) !important;
  }

  .sm\:stroke-stone-700\/95 {
    stroke: rgb(68 64 60 / 0.95) !important;
  }

  .sm\:stroke-stone-800 {
    stroke: #292524 !important;
  }

  .sm\:stroke-stone-800\/0 {
    stroke: rgb(41 37 36 / 0) !important;
  }

  .sm\:stroke-stone-800\/10 {
    stroke: rgb(41 37 36 / 0.1) !important;
  }

  .sm\:stroke-stone-800\/100 {
    stroke: rgb(41 37 36 / 1) !important;
  }

  .sm\:stroke-stone-800\/15 {
    stroke: rgb(41 37 36 / 0.15) !important;
  }

  .sm\:stroke-stone-800\/20 {
    stroke: rgb(41 37 36 / 0.2) !important;
  }

  .sm\:stroke-stone-800\/25 {
    stroke: rgb(41 37 36 / 0.25) !important;
  }

  .sm\:stroke-stone-800\/30 {
    stroke: rgb(41 37 36 / 0.3) !important;
  }

  .sm\:stroke-stone-800\/35 {
    stroke: rgb(41 37 36 / 0.35) !important;
  }

  .sm\:stroke-stone-800\/40 {
    stroke: rgb(41 37 36 / 0.4) !important;
  }

  .sm\:stroke-stone-800\/45 {
    stroke: rgb(41 37 36 / 0.45) !important;
  }

  .sm\:stroke-stone-800\/5 {
    stroke: rgb(41 37 36 / 0.05) !important;
  }

  .sm\:stroke-stone-800\/50 {
    stroke: rgb(41 37 36 / 0.5) !important;
  }

  .sm\:stroke-stone-800\/55 {
    stroke: rgb(41 37 36 / 0.55) !important;
  }

  .sm\:stroke-stone-800\/60 {
    stroke: rgb(41 37 36 / 0.6) !important;
  }

  .sm\:stroke-stone-800\/65 {
    stroke: rgb(41 37 36 / 0.65) !important;
  }

  .sm\:stroke-stone-800\/70 {
    stroke: rgb(41 37 36 / 0.7) !important;
  }

  .sm\:stroke-stone-800\/75 {
    stroke: rgb(41 37 36 / 0.75) !important;
  }

  .sm\:stroke-stone-800\/80 {
    stroke: rgb(41 37 36 / 0.8) !important;
  }

  .sm\:stroke-stone-800\/85 {
    stroke: rgb(41 37 36 / 0.85) !important;
  }

  .sm\:stroke-stone-800\/90 {
    stroke: rgb(41 37 36 / 0.9) !important;
  }

  .sm\:stroke-stone-800\/95 {
    stroke: rgb(41 37 36 / 0.95) !important;
  }

  .sm\:stroke-stone-900 {
    stroke: #1c1917 !important;
  }

  .sm\:stroke-stone-900\/0 {
    stroke: rgb(28 25 23 / 0) !important;
  }

  .sm\:stroke-stone-900\/10 {
    stroke: rgb(28 25 23 / 0.1) !important;
  }

  .sm\:stroke-stone-900\/100 {
    stroke: rgb(28 25 23 / 1) !important;
  }

  .sm\:stroke-stone-900\/15 {
    stroke: rgb(28 25 23 / 0.15) !important;
  }

  .sm\:stroke-stone-900\/20 {
    stroke: rgb(28 25 23 / 0.2) !important;
  }

  .sm\:stroke-stone-900\/25 {
    stroke: rgb(28 25 23 / 0.25) !important;
  }

  .sm\:stroke-stone-900\/30 {
    stroke: rgb(28 25 23 / 0.3) !important;
  }

  .sm\:stroke-stone-900\/35 {
    stroke: rgb(28 25 23 / 0.35) !important;
  }

  .sm\:stroke-stone-900\/40 {
    stroke: rgb(28 25 23 / 0.4) !important;
  }

  .sm\:stroke-stone-900\/45 {
    stroke: rgb(28 25 23 / 0.45) !important;
  }

  .sm\:stroke-stone-900\/5 {
    stroke: rgb(28 25 23 / 0.05) !important;
  }

  .sm\:stroke-stone-900\/50 {
    stroke: rgb(28 25 23 / 0.5) !important;
  }

  .sm\:stroke-stone-900\/55 {
    stroke: rgb(28 25 23 / 0.55) !important;
  }

  .sm\:stroke-stone-900\/60 {
    stroke: rgb(28 25 23 / 0.6) !important;
  }

  .sm\:stroke-stone-900\/65 {
    stroke: rgb(28 25 23 / 0.65) !important;
  }

  .sm\:stroke-stone-900\/70 {
    stroke: rgb(28 25 23 / 0.7) !important;
  }

  .sm\:stroke-stone-900\/75 {
    stroke: rgb(28 25 23 / 0.75) !important;
  }

  .sm\:stroke-stone-900\/80 {
    stroke: rgb(28 25 23 / 0.8) !important;
  }

  .sm\:stroke-stone-900\/85 {
    stroke: rgb(28 25 23 / 0.85) !important;
  }

  .sm\:stroke-stone-900\/90 {
    stroke: rgb(28 25 23 / 0.9) !important;
  }

  .sm\:stroke-stone-900\/95 {
    stroke: rgb(28 25 23 / 0.95) !important;
  }

  .sm\:stroke-stone-950 {
    stroke: #0c0a09 !important;
  }

  .sm\:stroke-stone-950\/0 {
    stroke: rgb(12 10 9 / 0) !important;
  }

  .sm\:stroke-stone-950\/10 {
    stroke: rgb(12 10 9 / 0.1) !important;
  }

  .sm\:stroke-stone-950\/100 {
    stroke: rgb(12 10 9 / 1) !important;
  }

  .sm\:stroke-stone-950\/15 {
    stroke: rgb(12 10 9 / 0.15) !important;
  }

  .sm\:stroke-stone-950\/20 {
    stroke: rgb(12 10 9 / 0.2) !important;
  }

  .sm\:stroke-stone-950\/25 {
    stroke: rgb(12 10 9 / 0.25) !important;
  }

  .sm\:stroke-stone-950\/30 {
    stroke: rgb(12 10 9 / 0.3) !important;
  }

  .sm\:stroke-stone-950\/35 {
    stroke: rgb(12 10 9 / 0.35) !important;
  }

  .sm\:stroke-stone-950\/40 {
    stroke: rgb(12 10 9 / 0.4) !important;
  }

  .sm\:stroke-stone-950\/45 {
    stroke: rgb(12 10 9 / 0.45) !important;
  }

  .sm\:stroke-stone-950\/5 {
    stroke: rgb(12 10 9 / 0.05) !important;
  }

  .sm\:stroke-stone-950\/50 {
    stroke: rgb(12 10 9 / 0.5) !important;
  }

  .sm\:stroke-stone-950\/55 {
    stroke: rgb(12 10 9 / 0.55) !important;
  }

  .sm\:stroke-stone-950\/60 {
    stroke: rgb(12 10 9 / 0.6) !important;
  }

  .sm\:stroke-stone-950\/65 {
    stroke: rgb(12 10 9 / 0.65) !important;
  }

  .sm\:stroke-stone-950\/70 {
    stroke: rgb(12 10 9 / 0.7) !important;
  }

  .sm\:stroke-stone-950\/75 {
    stroke: rgb(12 10 9 / 0.75) !important;
  }

  .sm\:stroke-stone-950\/80 {
    stroke: rgb(12 10 9 / 0.8) !important;
  }

  .sm\:stroke-stone-950\/85 {
    stroke: rgb(12 10 9 / 0.85) !important;
  }

  .sm\:stroke-stone-950\/90 {
    stroke: rgb(12 10 9 / 0.9) !important;
  }

  .sm\:stroke-stone-950\/95 {
    stroke: rgb(12 10 9 / 0.95) !important;
  }

  .sm\:stroke-teal-100 {
    stroke: #ccfbf1 !important;
  }

  .sm\:stroke-teal-100\/0 {
    stroke: rgb(204 251 241 / 0) !important;
  }

  .sm\:stroke-teal-100\/10 {
    stroke: rgb(204 251 241 / 0.1) !important;
  }

  .sm\:stroke-teal-100\/100 {
    stroke: rgb(204 251 241 / 1) !important;
  }

  .sm\:stroke-teal-100\/15 {
    stroke: rgb(204 251 241 / 0.15) !important;
  }

  .sm\:stroke-teal-100\/20 {
    stroke: rgb(204 251 241 / 0.2) !important;
  }

  .sm\:stroke-teal-100\/25 {
    stroke: rgb(204 251 241 / 0.25) !important;
  }

  .sm\:stroke-teal-100\/30 {
    stroke: rgb(204 251 241 / 0.3) !important;
  }

  .sm\:stroke-teal-100\/35 {
    stroke: rgb(204 251 241 / 0.35) !important;
  }

  .sm\:stroke-teal-100\/40 {
    stroke: rgb(204 251 241 / 0.4) !important;
  }

  .sm\:stroke-teal-100\/45 {
    stroke: rgb(204 251 241 / 0.45) !important;
  }

  .sm\:stroke-teal-100\/5 {
    stroke: rgb(204 251 241 / 0.05) !important;
  }

  .sm\:stroke-teal-100\/50 {
    stroke: rgb(204 251 241 / 0.5) !important;
  }

  .sm\:stroke-teal-100\/55 {
    stroke: rgb(204 251 241 / 0.55) !important;
  }

  .sm\:stroke-teal-100\/60 {
    stroke: rgb(204 251 241 / 0.6) !important;
  }

  .sm\:stroke-teal-100\/65 {
    stroke: rgb(204 251 241 / 0.65) !important;
  }

  .sm\:stroke-teal-100\/70 {
    stroke: rgb(204 251 241 / 0.7) !important;
  }

  .sm\:stroke-teal-100\/75 {
    stroke: rgb(204 251 241 / 0.75) !important;
  }

  .sm\:stroke-teal-100\/80 {
    stroke: rgb(204 251 241 / 0.8) !important;
  }

  .sm\:stroke-teal-100\/85 {
    stroke: rgb(204 251 241 / 0.85) !important;
  }

  .sm\:stroke-teal-100\/90 {
    stroke: rgb(204 251 241 / 0.9) !important;
  }

  .sm\:stroke-teal-100\/95 {
    stroke: rgb(204 251 241 / 0.95) !important;
  }

  .sm\:stroke-teal-200 {
    stroke: #99f6e4 !important;
  }

  .sm\:stroke-teal-200\/0 {
    stroke: rgb(153 246 228 / 0) !important;
  }

  .sm\:stroke-teal-200\/10 {
    stroke: rgb(153 246 228 / 0.1) !important;
  }

  .sm\:stroke-teal-200\/100 {
    stroke: rgb(153 246 228 / 1) !important;
  }

  .sm\:stroke-teal-200\/15 {
    stroke: rgb(153 246 228 / 0.15) !important;
  }

  .sm\:stroke-teal-200\/20 {
    stroke: rgb(153 246 228 / 0.2) !important;
  }

  .sm\:stroke-teal-200\/25 {
    stroke: rgb(153 246 228 / 0.25) !important;
  }

  .sm\:stroke-teal-200\/30 {
    stroke: rgb(153 246 228 / 0.3) !important;
  }

  .sm\:stroke-teal-200\/35 {
    stroke: rgb(153 246 228 / 0.35) !important;
  }

  .sm\:stroke-teal-200\/40 {
    stroke: rgb(153 246 228 / 0.4) !important;
  }

  .sm\:stroke-teal-200\/45 {
    stroke: rgb(153 246 228 / 0.45) !important;
  }

  .sm\:stroke-teal-200\/5 {
    stroke: rgb(153 246 228 / 0.05) !important;
  }

  .sm\:stroke-teal-200\/50 {
    stroke: rgb(153 246 228 / 0.5) !important;
  }

  .sm\:stroke-teal-200\/55 {
    stroke: rgb(153 246 228 / 0.55) !important;
  }

  .sm\:stroke-teal-200\/60 {
    stroke: rgb(153 246 228 / 0.6) !important;
  }

  .sm\:stroke-teal-200\/65 {
    stroke: rgb(153 246 228 / 0.65) !important;
  }

  .sm\:stroke-teal-200\/70 {
    stroke: rgb(153 246 228 / 0.7) !important;
  }

  .sm\:stroke-teal-200\/75 {
    stroke: rgb(153 246 228 / 0.75) !important;
  }

  .sm\:stroke-teal-200\/80 {
    stroke: rgb(153 246 228 / 0.8) !important;
  }

  .sm\:stroke-teal-200\/85 {
    stroke: rgb(153 246 228 / 0.85) !important;
  }

  .sm\:stroke-teal-200\/90 {
    stroke: rgb(153 246 228 / 0.9) !important;
  }

  .sm\:stroke-teal-200\/95 {
    stroke: rgb(153 246 228 / 0.95) !important;
  }

  .sm\:stroke-teal-300 {
    stroke: #5eead4 !important;
  }

  .sm\:stroke-teal-300\/0 {
    stroke: rgb(94 234 212 / 0) !important;
  }

  .sm\:stroke-teal-300\/10 {
    stroke: rgb(94 234 212 / 0.1) !important;
  }

  .sm\:stroke-teal-300\/100 {
    stroke: rgb(94 234 212 / 1) !important;
  }

  .sm\:stroke-teal-300\/15 {
    stroke: rgb(94 234 212 / 0.15) !important;
  }

  .sm\:stroke-teal-300\/20 {
    stroke: rgb(94 234 212 / 0.2) !important;
  }

  .sm\:stroke-teal-300\/25 {
    stroke: rgb(94 234 212 / 0.25) !important;
  }

  .sm\:stroke-teal-300\/30 {
    stroke: rgb(94 234 212 / 0.3) !important;
  }

  .sm\:stroke-teal-300\/35 {
    stroke: rgb(94 234 212 / 0.35) !important;
  }

  .sm\:stroke-teal-300\/40 {
    stroke: rgb(94 234 212 / 0.4) !important;
  }

  .sm\:stroke-teal-300\/45 {
    stroke: rgb(94 234 212 / 0.45) !important;
  }

  .sm\:stroke-teal-300\/5 {
    stroke: rgb(94 234 212 / 0.05) !important;
  }

  .sm\:stroke-teal-300\/50 {
    stroke: rgb(94 234 212 / 0.5) !important;
  }

  .sm\:stroke-teal-300\/55 {
    stroke: rgb(94 234 212 / 0.55) !important;
  }

  .sm\:stroke-teal-300\/60 {
    stroke: rgb(94 234 212 / 0.6) !important;
  }

  .sm\:stroke-teal-300\/65 {
    stroke: rgb(94 234 212 / 0.65) !important;
  }

  .sm\:stroke-teal-300\/70 {
    stroke: rgb(94 234 212 / 0.7) !important;
  }

  .sm\:stroke-teal-300\/75 {
    stroke: rgb(94 234 212 / 0.75) !important;
  }

  .sm\:stroke-teal-300\/80 {
    stroke: rgb(94 234 212 / 0.8) !important;
  }

  .sm\:stroke-teal-300\/85 {
    stroke: rgb(94 234 212 / 0.85) !important;
  }

  .sm\:stroke-teal-300\/90 {
    stroke: rgb(94 234 212 / 0.9) !important;
  }

  .sm\:stroke-teal-300\/95 {
    stroke: rgb(94 234 212 / 0.95) !important;
  }

  .sm\:stroke-teal-400 {
    stroke: #2dd4bf !important;
  }

  .sm\:stroke-teal-400\/0 {
    stroke: rgb(45 212 191 / 0) !important;
  }

  .sm\:stroke-teal-400\/10 {
    stroke: rgb(45 212 191 / 0.1) !important;
  }

  .sm\:stroke-teal-400\/100 {
    stroke: rgb(45 212 191 / 1) !important;
  }

  .sm\:stroke-teal-400\/15 {
    stroke: rgb(45 212 191 / 0.15) !important;
  }

  .sm\:stroke-teal-400\/20 {
    stroke: rgb(45 212 191 / 0.2) !important;
  }

  .sm\:stroke-teal-400\/25 {
    stroke: rgb(45 212 191 / 0.25) !important;
  }

  .sm\:stroke-teal-400\/30 {
    stroke: rgb(45 212 191 / 0.3) !important;
  }

  .sm\:stroke-teal-400\/35 {
    stroke: rgb(45 212 191 / 0.35) !important;
  }

  .sm\:stroke-teal-400\/40 {
    stroke: rgb(45 212 191 / 0.4) !important;
  }

  .sm\:stroke-teal-400\/45 {
    stroke: rgb(45 212 191 / 0.45) !important;
  }

  .sm\:stroke-teal-400\/5 {
    stroke: rgb(45 212 191 / 0.05) !important;
  }

  .sm\:stroke-teal-400\/50 {
    stroke: rgb(45 212 191 / 0.5) !important;
  }

  .sm\:stroke-teal-400\/55 {
    stroke: rgb(45 212 191 / 0.55) !important;
  }

  .sm\:stroke-teal-400\/60 {
    stroke: rgb(45 212 191 / 0.6) !important;
  }

  .sm\:stroke-teal-400\/65 {
    stroke: rgb(45 212 191 / 0.65) !important;
  }

  .sm\:stroke-teal-400\/70 {
    stroke: rgb(45 212 191 / 0.7) !important;
  }

  .sm\:stroke-teal-400\/75 {
    stroke: rgb(45 212 191 / 0.75) !important;
  }

  .sm\:stroke-teal-400\/80 {
    stroke: rgb(45 212 191 / 0.8) !important;
  }

  .sm\:stroke-teal-400\/85 {
    stroke: rgb(45 212 191 / 0.85) !important;
  }

  .sm\:stroke-teal-400\/90 {
    stroke: rgb(45 212 191 / 0.9) !important;
  }

  .sm\:stroke-teal-400\/95 {
    stroke: rgb(45 212 191 / 0.95) !important;
  }

  .sm\:stroke-teal-50 {
    stroke: #f0fdfa !important;
  }

  .sm\:stroke-teal-50\/0 {
    stroke: rgb(240 253 250 / 0) !important;
  }

  .sm\:stroke-teal-50\/10 {
    stroke: rgb(240 253 250 / 0.1) !important;
  }

  .sm\:stroke-teal-50\/100 {
    stroke: rgb(240 253 250 / 1) !important;
  }

  .sm\:stroke-teal-50\/15 {
    stroke: rgb(240 253 250 / 0.15) !important;
  }

  .sm\:stroke-teal-50\/20 {
    stroke: rgb(240 253 250 / 0.2) !important;
  }

  .sm\:stroke-teal-50\/25 {
    stroke: rgb(240 253 250 / 0.25) !important;
  }

  .sm\:stroke-teal-50\/30 {
    stroke: rgb(240 253 250 / 0.3) !important;
  }

  .sm\:stroke-teal-50\/35 {
    stroke: rgb(240 253 250 / 0.35) !important;
  }

  .sm\:stroke-teal-50\/40 {
    stroke: rgb(240 253 250 / 0.4) !important;
  }

  .sm\:stroke-teal-50\/45 {
    stroke: rgb(240 253 250 / 0.45) !important;
  }

  .sm\:stroke-teal-50\/5 {
    stroke: rgb(240 253 250 / 0.05) !important;
  }

  .sm\:stroke-teal-50\/50 {
    stroke: rgb(240 253 250 / 0.5) !important;
  }

  .sm\:stroke-teal-50\/55 {
    stroke: rgb(240 253 250 / 0.55) !important;
  }

  .sm\:stroke-teal-50\/60 {
    stroke: rgb(240 253 250 / 0.6) !important;
  }

  .sm\:stroke-teal-50\/65 {
    stroke: rgb(240 253 250 / 0.65) !important;
  }

  .sm\:stroke-teal-50\/70 {
    stroke: rgb(240 253 250 / 0.7) !important;
  }

  .sm\:stroke-teal-50\/75 {
    stroke: rgb(240 253 250 / 0.75) !important;
  }

  .sm\:stroke-teal-50\/80 {
    stroke: rgb(240 253 250 / 0.8) !important;
  }

  .sm\:stroke-teal-50\/85 {
    stroke: rgb(240 253 250 / 0.85) !important;
  }

  .sm\:stroke-teal-50\/90 {
    stroke: rgb(240 253 250 / 0.9) !important;
  }

  .sm\:stroke-teal-50\/95 {
    stroke: rgb(240 253 250 / 0.95) !important;
  }

  .sm\:stroke-teal-500 {
    stroke: #14b8a6 !important;
  }

  .sm\:stroke-teal-500\/0 {
    stroke: rgb(20 184 166 / 0) !important;
  }

  .sm\:stroke-teal-500\/10 {
    stroke: rgb(20 184 166 / 0.1) !important;
  }

  .sm\:stroke-teal-500\/100 {
    stroke: rgb(20 184 166 / 1) !important;
  }

  .sm\:stroke-teal-500\/15 {
    stroke: rgb(20 184 166 / 0.15) !important;
  }

  .sm\:stroke-teal-500\/20 {
    stroke: rgb(20 184 166 / 0.2) !important;
  }

  .sm\:stroke-teal-500\/25 {
    stroke: rgb(20 184 166 / 0.25) !important;
  }

  .sm\:stroke-teal-500\/30 {
    stroke: rgb(20 184 166 / 0.3) !important;
  }

  .sm\:stroke-teal-500\/35 {
    stroke: rgb(20 184 166 / 0.35) !important;
  }

  .sm\:stroke-teal-500\/40 {
    stroke: rgb(20 184 166 / 0.4) !important;
  }

  .sm\:stroke-teal-500\/45 {
    stroke: rgb(20 184 166 / 0.45) !important;
  }

  .sm\:stroke-teal-500\/5 {
    stroke: rgb(20 184 166 / 0.05) !important;
  }

  .sm\:stroke-teal-500\/50 {
    stroke: rgb(20 184 166 / 0.5) !important;
  }

  .sm\:stroke-teal-500\/55 {
    stroke: rgb(20 184 166 / 0.55) !important;
  }

  .sm\:stroke-teal-500\/60 {
    stroke: rgb(20 184 166 / 0.6) !important;
  }

  .sm\:stroke-teal-500\/65 {
    stroke: rgb(20 184 166 / 0.65) !important;
  }

  .sm\:stroke-teal-500\/70 {
    stroke: rgb(20 184 166 / 0.7) !important;
  }

  .sm\:stroke-teal-500\/75 {
    stroke: rgb(20 184 166 / 0.75) !important;
  }

  .sm\:stroke-teal-500\/80 {
    stroke: rgb(20 184 166 / 0.8) !important;
  }

  .sm\:stroke-teal-500\/85 {
    stroke: rgb(20 184 166 / 0.85) !important;
  }

  .sm\:stroke-teal-500\/90 {
    stroke: rgb(20 184 166 / 0.9) !important;
  }

  .sm\:stroke-teal-500\/95 {
    stroke: rgb(20 184 166 / 0.95) !important;
  }

  .sm\:stroke-teal-600 {
    stroke: #0d9488 !important;
  }

  .sm\:stroke-teal-600\/0 {
    stroke: rgb(13 148 136 / 0) !important;
  }

  .sm\:stroke-teal-600\/10 {
    stroke: rgb(13 148 136 / 0.1) !important;
  }

  .sm\:stroke-teal-600\/100 {
    stroke: rgb(13 148 136 / 1) !important;
  }

  .sm\:stroke-teal-600\/15 {
    stroke: rgb(13 148 136 / 0.15) !important;
  }

  .sm\:stroke-teal-600\/20 {
    stroke: rgb(13 148 136 / 0.2) !important;
  }

  .sm\:stroke-teal-600\/25 {
    stroke: rgb(13 148 136 / 0.25) !important;
  }

  .sm\:stroke-teal-600\/30 {
    stroke: rgb(13 148 136 / 0.3) !important;
  }

  .sm\:stroke-teal-600\/35 {
    stroke: rgb(13 148 136 / 0.35) !important;
  }

  .sm\:stroke-teal-600\/40 {
    stroke: rgb(13 148 136 / 0.4) !important;
  }

  .sm\:stroke-teal-600\/45 {
    stroke: rgb(13 148 136 / 0.45) !important;
  }

  .sm\:stroke-teal-600\/5 {
    stroke: rgb(13 148 136 / 0.05) !important;
  }

  .sm\:stroke-teal-600\/50 {
    stroke: rgb(13 148 136 / 0.5) !important;
  }

  .sm\:stroke-teal-600\/55 {
    stroke: rgb(13 148 136 / 0.55) !important;
  }

  .sm\:stroke-teal-600\/60 {
    stroke: rgb(13 148 136 / 0.6) !important;
  }

  .sm\:stroke-teal-600\/65 {
    stroke: rgb(13 148 136 / 0.65) !important;
  }

  .sm\:stroke-teal-600\/70 {
    stroke: rgb(13 148 136 / 0.7) !important;
  }

  .sm\:stroke-teal-600\/75 {
    stroke: rgb(13 148 136 / 0.75) !important;
  }

  .sm\:stroke-teal-600\/80 {
    stroke: rgb(13 148 136 / 0.8) !important;
  }

  .sm\:stroke-teal-600\/85 {
    stroke: rgb(13 148 136 / 0.85) !important;
  }

  .sm\:stroke-teal-600\/90 {
    stroke: rgb(13 148 136 / 0.9) !important;
  }

  .sm\:stroke-teal-600\/95 {
    stroke: rgb(13 148 136 / 0.95) !important;
  }

  .sm\:stroke-teal-700 {
    stroke: #0f766e !important;
  }

  .sm\:stroke-teal-700\/0 {
    stroke: rgb(15 118 110 / 0) !important;
  }

  .sm\:stroke-teal-700\/10 {
    stroke: rgb(15 118 110 / 0.1) !important;
  }

  .sm\:stroke-teal-700\/100 {
    stroke: rgb(15 118 110 / 1) !important;
  }

  .sm\:stroke-teal-700\/15 {
    stroke: rgb(15 118 110 / 0.15) !important;
  }

  .sm\:stroke-teal-700\/20 {
    stroke: rgb(15 118 110 / 0.2) !important;
  }

  .sm\:stroke-teal-700\/25 {
    stroke: rgb(15 118 110 / 0.25) !important;
  }

  .sm\:stroke-teal-700\/30 {
    stroke: rgb(15 118 110 / 0.3) !important;
  }

  .sm\:stroke-teal-700\/35 {
    stroke: rgb(15 118 110 / 0.35) !important;
  }

  .sm\:stroke-teal-700\/40 {
    stroke: rgb(15 118 110 / 0.4) !important;
  }

  .sm\:stroke-teal-700\/45 {
    stroke: rgb(15 118 110 / 0.45) !important;
  }

  .sm\:stroke-teal-700\/5 {
    stroke: rgb(15 118 110 / 0.05) !important;
  }

  .sm\:stroke-teal-700\/50 {
    stroke: rgb(15 118 110 / 0.5) !important;
  }

  .sm\:stroke-teal-700\/55 {
    stroke: rgb(15 118 110 / 0.55) !important;
  }

  .sm\:stroke-teal-700\/60 {
    stroke: rgb(15 118 110 / 0.6) !important;
  }

  .sm\:stroke-teal-700\/65 {
    stroke: rgb(15 118 110 / 0.65) !important;
  }

  .sm\:stroke-teal-700\/70 {
    stroke: rgb(15 118 110 / 0.7) !important;
  }

  .sm\:stroke-teal-700\/75 {
    stroke: rgb(15 118 110 / 0.75) !important;
  }

  .sm\:stroke-teal-700\/80 {
    stroke: rgb(15 118 110 / 0.8) !important;
  }

  .sm\:stroke-teal-700\/85 {
    stroke: rgb(15 118 110 / 0.85) !important;
  }

  .sm\:stroke-teal-700\/90 {
    stroke: rgb(15 118 110 / 0.9) !important;
  }

  .sm\:stroke-teal-700\/95 {
    stroke: rgb(15 118 110 / 0.95) !important;
  }

  .sm\:stroke-teal-800 {
    stroke: #115e59 !important;
  }

  .sm\:stroke-teal-800\/0 {
    stroke: rgb(17 94 89 / 0) !important;
  }

  .sm\:stroke-teal-800\/10 {
    stroke: rgb(17 94 89 / 0.1) !important;
  }

  .sm\:stroke-teal-800\/100 {
    stroke: rgb(17 94 89 / 1) !important;
  }

  .sm\:stroke-teal-800\/15 {
    stroke: rgb(17 94 89 / 0.15) !important;
  }

  .sm\:stroke-teal-800\/20 {
    stroke: rgb(17 94 89 / 0.2) !important;
  }

  .sm\:stroke-teal-800\/25 {
    stroke: rgb(17 94 89 / 0.25) !important;
  }

  .sm\:stroke-teal-800\/30 {
    stroke: rgb(17 94 89 / 0.3) !important;
  }

  .sm\:stroke-teal-800\/35 {
    stroke: rgb(17 94 89 / 0.35) !important;
  }

  .sm\:stroke-teal-800\/40 {
    stroke: rgb(17 94 89 / 0.4) !important;
  }

  .sm\:stroke-teal-800\/45 {
    stroke: rgb(17 94 89 / 0.45) !important;
  }

  .sm\:stroke-teal-800\/5 {
    stroke: rgb(17 94 89 / 0.05) !important;
  }

  .sm\:stroke-teal-800\/50 {
    stroke: rgb(17 94 89 / 0.5) !important;
  }

  .sm\:stroke-teal-800\/55 {
    stroke: rgb(17 94 89 / 0.55) !important;
  }

  .sm\:stroke-teal-800\/60 {
    stroke: rgb(17 94 89 / 0.6) !important;
  }

  .sm\:stroke-teal-800\/65 {
    stroke: rgb(17 94 89 / 0.65) !important;
  }

  .sm\:stroke-teal-800\/70 {
    stroke: rgb(17 94 89 / 0.7) !important;
  }

  .sm\:stroke-teal-800\/75 {
    stroke: rgb(17 94 89 / 0.75) !important;
  }

  .sm\:stroke-teal-800\/80 {
    stroke: rgb(17 94 89 / 0.8) !important;
  }

  .sm\:stroke-teal-800\/85 {
    stroke: rgb(17 94 89 / 0.85) !important;
  }

  .sm\:stroke-teal-800\/90 {
    stroke: rgb(17 94 89 / 0.9) !important;
  }

  .sm\:stroke-teal-800\/95 {
    stroke: rgb(17 94 89 / 0.95) !important;
  }

  .sm\:stroke-teal-900 {
    stroke: #134e4a !important;
  }

  .sm\:stroke-teal-900\/0 {
    stroke: rgb(19 78 74 / 0) !important;
  }

  .sm\:stroke-teal-900\/10 {
    stroke: rgb(19 78 74 / 0.1) !important;
  }

  .sm\:stroke-teal-900\/100 {
    stroke: rgb(19 78 74 / 1) !important;
  }

  .sm\:stroke-teal-900\/15 {
    stroke: rgb(19 78 74 / 0.15) !important;
  }

  .sm\:stroke-teal-900\/20 {
    stroke: rgb(19 78 74 / 0.2) !important;
  }

  .sm\:stroke-teal-900\/25 {
    stroke: rgb(19 78 74 / 0.25) !important;
  }

  .sm\:stroke-teal-900\/30 {
    stroke: rgb(19 78 74 / 0.3) !important;
  }

  .sm\:stroke-teal-900\/35 {
    stroke: rgb(19 78 74 / 0.35) !important;
  }

  .sm\:stroke-teal-900\/40 {
    stroke: rgb(19 78 74 / 0.4) !important;
  }

  .sm\:stroke-teal-900\/45 {
    stroke: rgb(19 78 74 / 0.45) !important;
  }

  .sm\:stroke-teal-900\/5 {
    stroke: rgb(19 78 74 / 0.05) !important;
  }

  .sm\:stroke-teal-900\/50 {
    stroke: rgb(19 78 74 / 0.5) !important;
  }

  .sm\:stroke-teal-900\/55 {
    stroke: rgb(19 78 74 / 0.55) !important;
  }

  .sm\:stroke-teal-900\/60 {
    stroke: rgb(19 78 74 / 0.6) !important;
  }

  .sm\:stroke-teal-900\/65 {
    stroke: rgb(19 78 74 / 0.65) !important;
  }

  .sm\:stroke-teal-900\/70 {
    stroke: rgb(19 78 74 / 0.7) !important;
  }

  .sm\:stroke-teal-900\/75 {
    stroke: rgb(19 78 74 / 0.75) !important;
  }

  .sm\:stroke-teal-900\/80 {
    stroke: rgb(19 78 74 / 0.8) !important;
  }

  .sm\:stroke-teal-900\/85 {
    stroke: rgb(19 78 74 / 0.85) !important;
  }

  .sm\:stroke-teal-900\/90 {
    stroke: rgb(19 78 74 / 0.9) !important;
  }

  .sm\:stroke-teal-900\/95 {
    stroke: rgb(19 78 74 / 0.95) !important;
  }

  .sm\:stroke-teal-950 {
    stroke: #042f2e !important;
  }

  .sm\:stroke-teal-950\/0 {
    stroke: rgb(4 47 46 / 0) !important;
  }

  .sm\:stroke-teal-950\/10 {
    stroke: rgb(4 47 46 / 0.1) !important;
  }

  .sm\:stroke-teal-950\/100 {
    stroke: rgb(4 47 46 / 1) !important;
  }

  .sm\:stroke-teal-950\/15 {
    stroke: rgb(4 47 46 / 0.15) !important;
  }

  .sm\:stroke-teal-950\/20 {
    stroke: rgb(4 47 46 / 0.2) !important;
  }

  .sm\:stroke-teal-950\/25 {
    stroke: rgb(4 47 46 / 0.25) !important;
  }

  .sm\:stroke-teal-950\/30 {
    stroke: rgb(4 47 46 / 0.3) !important;
  }

  .sm\:stroke-teal-950\/35 {
    stroke: rgb(4 47 46 / 0.35) !important;
  }

  .sm\:stroke-teal-950\/40 {
    stroke: rgb(4 47 46 / 0.4) !important;
  }

  .sm\:stroke-teal-950\/45 {
    stroke: rgb(4 47 46 / 0.45) !important;
  }

  .sm\:stroke-teal-950\/5 {
    stroke: rgb(4 47 46 / 0.05) !important;
  }

  .sm\:stroke-teal-950\/50 {
    stroke: rgb(4 47 46 / 0.5) !important;
  }

  .sm\:stroke-teal-950\/55 {
    stroke: rgb(4 47 46 / 0.55) !important;
  }

  .sm\:stroke-teal-950\/60 {
    stroke: rgb(4 47 46 / 0.6) !important;
  }

  .sm\:stroke-teal-950\/65 {
    stroke: rgb(4 47 46 / 0.65) !important;
  }

  .sm\:stroke-teal-950\/70 {
    stroke: rgb(4 47 46 / 0.7) !important;
  }

  .sm\:stroke-teal-950\/75 {
    stroke: rgb(4 47 46 / 0.75) !important;
  }

  .sm\:stroke-teal-950\/80 {
    stroke: rgb(4 47 46 / 0.8) !important;
  }

  .sm\:stroke-teal-950\/85 {
    stroke: rgb(4 47 46 / 0.85) !important;
  }

  .sm\:stroke-teal-950\/90 {
    stroke: rgb(4 47 46 / 0.9) !important;
  }

  .sm\:stroke-teal-950\/95 {
    stroke: rgb(4 47 46 / 0.95) !important;
  }

  .sm\:stroke-theme_color {
    stroke: #509885 !important;
  }

  .sm\:stroke-theme_color\/0 {
    stroke: rgb(80 152 133 / 0) !important;
  }

  .sm\:stroke-theme_color\/10 {
    stroke: rgb(80 152 133 / 0.1) !important;
  }

  .sm\:stroke-theme_color\/100 {
    stroke: rgb(80 152 133 / 1) !important;
  }

  .sm\:stroke-theme_color\/15 {
    stroke: rgb(80 152 133 / 0.15) !important;
  }

  .sm\:stroke-theme_color\/20 {
    stroke: rgb(80 152 133 / 0.2) !important;
  }

  .sm\:stroke-theme_color\/25 {
    stroke: rgb(80 152 133 / 0.25) !important;
  }

  .sm\:stroke-theme_color\/30 {
    stroke: rgb(80 152 133 / 0.3) !important;
  }

  .sm\:stroke-theme_color\/35 {
    stroke: rgb(80 152 133 / 0.35) !important;
  }

  .sm\:stroke-theme_color\/40 {
    stroke: rgb(80 152 133 / 0.4) !important;
  }

  .sm\:stroke-theme_color\/45 {
    stroke: rgb(80 152 133 / 0.45) !important;
  }

  .sm\:stroke-theme_color\/5 {
    stroke: rgb(80 152 133 / 0.05) !important;
  }

  .sm\:stroke-theme_color\/50 {
    stroke: rgb(80 152 133 / 0.5) !important;
  }

  .sm\:stroke-theme_color\/55 {
    stroke: rgb(80 152 133 / 0.55) !important;
  }

  .sm\:stroke-theme_color\/60 {
    stroke: rgb(80 152 133 / 0.6) !important;
  }

  .sm\:stroke-theme_color\/65 {
    stroke: rgb(80 152 133 / 0.65) !important;
  }

  .sm\:stroke-theme_color\/70 {
    stroke: rgb(80 152 133 / 0.7) !important;
  }

  .sm\:stroke-theme_color\/75 {
    stroke: rgb(80 152 133 / 0.75) !important;
  }

  .sm\:stroke-theme_color\/80 {
    stroke: rgb(80 152 133 / 0.8) !important;
  }

  .sm\:stroke-theme_color\/85 {
    stroke: rgb(80 152 133 / 0.85) !important;
  }

  .sm\:stroke-theme_color\/90 {
    stroke: rgb(80 152 133 / 0.9) !important;
  }

  .sm\:stroke-theme_color\/95 {
    stroke: rgb(80 152 133 / 0.95) !important;
  }

  .sm\:stroke-transparent {
    stroke: transparent !important;
  }

  .sm\:stroke-transparent\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .sm\:stroke-transparent\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:stroke-transparent\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .sm\:stroke-transparent\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:stroke-transparent\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:stroke-transparent\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:stroke-transparent\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:stroke-transparent\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:stroke-transparent\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:stroke-transparent\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:stroke-transparent\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:stroke-transparent\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:stroke-transparent\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:stroke-transparent\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:stroke-transparent\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:stroke-transparent\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:stroke-transparent\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:stroke-transparent\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:stroke-transparent\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:stroke-transparent\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:stroke-transparent\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:stroke-violet-100 {
    stroke: #ede9fe !important;
  }

  .sm\:stroke-violet-100\/0 {
    stroke: rgb(237 233 254 / 0) !important;
  }

  .sm\:stroke-violet-100\/10 {
    stroke: rgb(237 233 254 / 0.1) !important;
  }

  .sm\:stroke-violet-100\/100 {
    stroke: rgb(237 233 254 / 1) !important;
  }

  .sm\:stroke-violet-100\/15 {
    stroke: rgb(237 233 254 / 0.15) !important;
  }

  .sm\:stroke-violet-100\/20 {
    stroke: rgb(237 233 254 / 0.2) !important;
  }

  .sm\:stroke-violet-100\/25 {
    stroke: rgb(237 233 254 / 0.25) !important;
  }

  .sm\:stroke-violet-100\/30 {
    stroke: rgb(237 233 254 / 0.3) !important;
  }

  .sm\:stroke-violet-100\/35 {
    stroke: rgb(237 233 254 / 0.35) !important;
  }

  .sm\:stroke-violet-100\/40 {
    stroke: rgb(237 233 254 / 0.4) !important;
  }

  .sm\:stroke-violet-100\/45 {
    stroke: rgb(237 233 254 / 0.45) !important;
  }

  .sm\:stroke-violet-100\/5 {
    stroke: rgb(237 233 254 / 0.05) !important;
  }

  .sm\:stroke-violet-100\/50 {
    stroke: rgb(237 233 254 / 0.5) !important;
  }

  .sm\:stroke-violet-100\/55 {
    stroke: rgb(237 233 254 / 0.55) !important;
  }

  .sm\:stroke-violet-100\/60 {
    stroke: rgb(237 233 254 / 0.6) !important;
  }

  .sm\:stroke-violet-100\/65 {
    stroke: rgb(237 233 254 / 0.65) !important;
  }

  .sm\:stroke-violet-100\/70 {
    stroke: rgb(237 233 254 / 0.7) !important;
  }

  .sm\:stroke-violet-100\/75 {
    stroke: rgb(237 233 254 / 0.75) !important;
  }

  .sm\:stroke-violet-100\/80 {
    stroke: rgb(237 233 254 / 0.8) !important;
  }

  .sm\:stroke-violet-100\/85 {
    stroke: rgb(237 233 254 / 0.85) !important;
  }

  .sm\:stroke-violet-100\/90 {
    stroke: rgb(237 233 254 / 0.9) !important;
  }

  .sm\:stroke-violet-100\/95 {
    stroke: rgb(237 233 254 / 0.95) !important;
  }

  .sm\:stroke-violet-200 {
    stroke: #ddd6fe !important;
  }

  .sm\:stroke-violet-200\/0 {
    stroke: rgb(221 214 254 / 0) !important;
  }

  .sm\:stroke-violet-200\/10 {
    stroke: rgb(221 214 254 / 0.1) !important;
  }

  .sm\:stroke-violet-200\/100 {
    stroke: rgb(221 214 254 / 1) !important;
  }

  .sm\:stroke-violet-200\/15 {
    stroke: rgb(221 214 254 / 0.15) !important;
  }

  .sm\:stroke-violet-200\/20 {
    stroke: rgb(221 214 254 / 0.2) !important;
  }

  .sm\:stroke-violet-200\/25 {
    stroke: rgb(221 214 254 / 0.25) !important;
  }

  .sm\:stroke-violet-200\/30 {
    stroke: rgb(221 214 254 / 0.3) !important;
  }

  .sm\:stroke-violet-200\/35 {
    stroke: rgb(221 214 254 / 0.35) !important;
  }

  .sm\:stroke-violet-200\/40 {
    stroke: rgb(221 214 254 / 0.4) !important;
  }

  .sm\:stroke-violet-200\/45 {
    stroke: rgb(221 214 254 / 0.45) !important;
  }

  .sm\:stroke-violet-200\/5 {
    stroke: rgb(221 214 254 / 0.05) !important;
  }

  .sm\:stroke-violet-200\/50 {
    stroke: rgb(221 214 254 / 0.5) !important;
  }

  .sm\:stroke-violet-200\/55 {
    stroke: rgb(221 214 254 / 0.55) !important;
  }

  .sm\:stroke-violet-200\/60 {
    stroke: rgb(221 214 254 / 0.6) !important;
  }

  .sm\:stroke-violet-200\/65 {
    stroke: rgb(221 214 254 / 0.65) !important;
  }

  .sm\:stroke-violet-200\/70 {
    stroke: rgb(221 214 254 / 0.7) !important;
  }

  .sm\:stroke-violet-200\/75 {
    stroke: rgb(221 214 254 / 0.75) !important;
  }

  .sm\:stroke-violet-200\/80 {
    stroke: rgb(221 214 254 / 0.8) !important;
  }

  .sm\:stroke-violet-200\/85 {
    stroke: rgb(221 214 254 / 0.85) !important;
  }

  .sm\:stroke-violet-200\/90 {
    stroke: rgb(221 214 254 / 0.9) !important;
  }

  .sm\:stroke-violet-200\/95 {
    stroke: rgb(221 214 254 / 0.95) !important;
  }

  .sm\:stroke-violet-300 {
    stroke: #c4b5fd !important;
  }

  .sm\:stroke-violet-300\/0 {
    stroke: rgb(196 181 253 / 0) !important;
  }

  .sm\:stroke-violet-300\/10 {
    stroke: rgb(196 181 253 / 0.1) !important;
  }

  .sm\:stroke-violet-300\/100 {
    stroke: rgb(196 181 253 / 1) !important;
  }

  .sm\:stroke-violet-300\/15 {
    stroke: rgb(196 181 253 / 0.15) !important;
  }

  .sm\:stroke-violet-300\/20 {
    stroke: rgb(196 181 253 / 0.2) !important;
  }

  .sm\:stroke-violet-300\/25 {
    stroke: rgb(196 181 253 / 0.25) !important;
  }

  .sm\:stroke-violet-300\/30 {
    stroke: rgb(196 181 253 / 0.3) !important;
  }

  .sm\:stroke-violet-300\/35 {
    stroke: rgb(196 181 253 / 0.35) !important;
  }

  .sm\:stroke-violet-300\/40 {
    stroke: rgb(196 181 253 / 0.4) !important;
  }

  .sm\:stroke-violet-300\/45 {
    stroke: rgb(196 181 253 / 0.45) !important;
  }

  .sm\:stroke-violet-300\/5 {
    stroke: rgb(196 181 253 / 0.05) !important;
  }

  .sm\:stroke-violet-300\/50 {
    stroke: rgb(196 181 253 / 0.5) !important;
  }

  .sm\:stroke-violet-300\/55 {
    stroke: rgb(196 181 253 / 0.55) !important;
  }

  .sm\:stroke-violet-300\/60 {
    stroke: rgb(196 181 253 / 0.6) !important;
  }

  .sm\:stroke-violet-300\/65 {
    stroke: rgb(196 181 253 / 0.65) !important;
  }

  .sm\:stroke-violet-300\/70 {
    stroke: rgb(196 181 253 / 0.7) !important;
  }

  .sm\:stroke-violet-300\/75 {
    stroke: rgb(196 181 253 / 0.75) !important;
  }

  .sm\:stroke-violet-300\/80 {
    stroke: rgb(196 181 253 / 0.8) !important;
  }

  .sm\:stroke-violet-300\/85 {
    stroke: rgb(196 181 253 / 0.85) !important;
  }

  .sm\:stroke-violet-300\/90 {
    stroke: rgb(196 181 253 / 0.9) !important;
  }

  .sm\:stroke-violet-300\/95 {
    stroke: rgb(196 181 253 / 0.95) !important;
  }

  .sm\:stroke-violet-400 {
    stroke: #a78bfa !important;
  }

  .sm\:stroke-violet-400\/0 {
    stroke: rgb(167 139 250 / 0) !important;
  }

  .sm\:stroke-violet-400\/10 {
    stroke: rgb(167 139 250 / 0.1) !important;
  }

  .sm\:stroke-violet-400\/100 {
    stroke: rgb(167 139 250 / 1) !important;
  }

  .sm\:stroke-violet-400\/15 {
    stroke: rgb(167 139 250 / 0.15) !important;
  }

  .sm\:stroke-violet-400\/20 {
    stroke: rgb(167 139 250 / 0.2) !important;
  }

  .sm\:stroke-violet-400\/25 {
    stroke: rgb(167 139 250 / 0.25) !important;
  }

  .sm\:stroke-violet-400\/30 {
    stroke: rgb(167 139 250 / 0.3) !important;
  }

  .sm\:stroke-violet-400\/35 {
    stroke: rgb(167 139 250 / 0.35) !important;
  }

  .sm\:stroke-violet-400\/40 {
    stroke: rgb(167 139 250 / 0.4) !important;
  }

  .sm\:stroke-violet-400\/45 {
    stroke: rgb(167 139 250 / 0.45) !important;
  }

  .sm\:stroke-violet-400\/5 {
    stroke: rgb(167 139 250 / 0.05) !important;
  }

  .sm\:stroke-violet-400\/50 {
    stroke: rgb(167 139 250 / 0.5) !important;
  }

  .sm\:stroke-violet-400\/55 {
    stroke: rgb(167 139 250 / 0.55) !important;
  }

  .sm\:stroke-violet-400\/60 {
    stroke: rgb(167 139 250 / 0.6) !important;
  }

  .sm\:stroke-violet-400\/65 {
    stroke: rgb(167 139 250 / 0.65) !important;
  }

  .sm\:stroke-violet-400\/70 {
    stroke: rgb(167 139 250 / 0.7) !important;
  }

  .sm\:stroke-violet-400\/75 {
    stroke: rgb(167 139 250 / 0.75) !important;
  }

  .sm\:stroke-violet-400\/80 {
    stroke: rgb(167 139 250 / 0.8) !important;
  }

  .sm\:stroke-violet-400\/85 {
    stroke: rgb(167 139 250 / 0.85) !important;
  }

  .sm\:stroke-violet-400\/90 {
    stroke: rgb(167 139 250 / 0.9) !important;
  }

  .sm\:stroke-violet-400\/95 {
    stroke: rgb(167 139 250 / 0.95) !important;
  }

  .sm\:stroke-violet-50 {
    stroke: #f5f3ff !important;
  }

  .sm\:stroke-violet-50\/0 {
    stroke: rgb(245 243 255 / 0) !important;
  }

  .sm\:stroke-violet-50\/10 {
    stroke: rgb(245 243 255 / 0.1) !important;
  }

  .sm\:stroke-violet-50\/100 {
    stroke: rgb(245 243 255 / 1) !important;
  }

  .sm\:stroke-violet-50\/15 {
    stroke: rgb(245 243 255 / 0.15) !important;
  }

  .sm\:stroke-violet-50\/20 {
    stroke: rgb(245 243 255 / 0.2) !important;
  }

  .sm\:stroke-violet-50\/25 {
    stroke: rgb(245 243 255 / 0.25) !important;
  }

  .sm\:stroke-violet-50\/30 {
    stroke: rgb(245 243 255 / 0.3) !important;
  }

  .sm\:stroke-violet-50\/35 {
    stroke: rgb(245 243 255 / 0.35) !important;
  }

  .sm\:stroke-violet-50\/40 {
    stroke: rgb(245 243 255 / 0.4) !important;
  }

  .sm\:stroke-violet-50\/45 {
    stroke: rgb(245 243 255 / 0.45) !important;
  }

  .sm\:stroke-violet-50\/5 {
    stroke: rgb(245 243 255 / 0.05) !important;
  }

  .sm\:stroke-violet-50\/50 {
    stroke: rgb(245 243 255 / 0.5) !important;
  }

  .sm\:stroke-violet-50\/55 {
    stroke: rgb(245 243 255 / 0.55) !important;
  }

  .sm\:stroke-violet-50\/60 {
    stroke: rgb(245 243 255 / 0.6) !important;
  }

  .sm\:stroke-violet-50\/65 {
    stroke: rgb(245 243 255 / 0.65) !important;
  }

  .sm\:stroke-violet-50\/70 {
    stroke: rgb(245 243 255 / 0.7) !important;
  }

  .sm\:stroke-violet-50\/75 {
    stroke: rgb(245 243 255 / 0.75) !important;
  }

  .sm\:stroke-violet-50\/80 {
    stroke: rgb(245 243 255 / 0.8) !important;
  }

  .sm\:stroke-violet-50\/85 {
    stroke: rgb(245 243 255 / 0.85) !important;
  }

  .sm\:stroke-violet-50\/90 {
    stroke: rgb(245 243 255 / 0.9) !important;
  }

  .sm\:stroke-violet-50\/95 {
    stroke: rgb(245 243 255 / 0.95) !important;
  }

  .sm\:stroke-violet-500 {
    stroke: #8b5cf6 !important;
  }

  .sm\:stroke-violet-500\/0 {
    stroke: rgb(139 92 246 / 0) !important;
  }

  .sm\:stroke-violet-500\/10 {
    stroke: rgb(139 92 246 / 0.1) !important;
  }

  .sm\:stroke-violet-500\/100 {
    stroke: rgb(139 92 246 / 1) !important;
  }

  .sm\:stroke-violet-500\/15 {
    stroke: rgb(139 92 246 / 0.15) !important;
  }

  .sm\:stroke-violet-500\/20 {
    stroke: rgb(139 92 246 / 0.2) !important;
  }

  .sm\:stroke-violet-500\/25 {
    stroke: rgb(139 92 246 / 0.25) !important;
  }

  .sm\:stroke-violet-500\/30 {
    stroke: rgb(139 92 246 / 0.3) !important;
  }

  .sm\:stroke-violet-500\/35 {
    stroke: rgb(139 92 246 / 0.35) !important;
  }

  .sm\:stroke-violet-500\/40 {
    stroke: rgb(139 92 246 / 0.4) !important;
  }

  .sm\:stroke-violet-500\/45 {
    stroke: rgb(139 92 246 / 0.45) !important;
  }

  .sm\:stroke-violet-500\/5 {
    stroke: rgb(139 92 246 / 0.05) !important;
  }

  .sm\:stroke-violet-500\/50 {
    stroke: rgb(139 92 246 / 0.5) !important;
  }

  .sm\:stroke-violet-500\/55 {
    stroke: rgb(139 92 246 / 0.55) !important;
  }

  .sm\:stroke-violet-500\/60 {
    stroke: rgb(139 92 246 / 0.6) !important;
  }

  .sm\:stroke-violet-500\/65 {
    stroke: rgb(139 92 246 / 0.65) !important;
  }

  .sm\:stroke-violet-500\/70 {
    stroke: rgb(139 92 246 / 0.7) !important;
  }

  .sm\:stroke-violet-500\/75 {
    stroke: rgb(139 92 246 / 0.75) !important;
  }

  .sm\:stroke-violet-500\/80 {
    stroke: rgb(139 92 246 / 0.8) !important;
  }

  .sm\:stroke-violet-500\/85 {
    stroke: rgb(139 92 246 / 0.85) !important;
  }

  .sm\:stroke-violet-500\/90 {
    stroke: rgb(139 92 246 / 0.9) !important;
  }

  .sm\:stroke-violet-500\/95 {
    stroke: rgb(139 92 246 / 0.95) !important;
  }

  .sm\:stroke-violet-600 {
    stroke: #7c3aed !important;
  }

  .sm\:stroke-violet-600\/0 {
    stroke: rgb(124 58 237 / 0) !important;
  }

  .sm\:stroke-violet-600\/10 {
    stroke: rgb(124 58 237 / 0.1) !important;
  }

  .sm\:stroke-violet-600\/100 {
    stroke: rgb(124 58 237 / 1) !important;
  }

  .sm\:stroke-violet-600\/15 {
    stroke: rgb(124 58 237 / 0.15) !important;
  }

  .sm\:stroke-violet-600\/20 {
    stroke: rgb(124 58 237 / 0.2) !important;
  }

  .sm\:stroke-violet-600\/25 {
    stroke: rgb(124 58 237 / 0.25) !important;
  }

  .sm\:stroke-violet-600\/30 {
    stroke: rgb(124 58 237 / 0.3) !important;
  }

  .sm\:stroke-violet-600\/35 {
    stroke: rgb(124 58 237 / 0.35) !important;
  }

  .sm\:stroke-violet-600\/40 {
    stroke: rgb(124 58 237 / 0.4) !important;
  }

  .sm\:stroke-violet-600\/45 {
    stroke: rgb(124 58 237 / 0.45) !important;
  }

  .sm\:stroke-violet-600\/5 {
    stroke: rgb(124 58 237 / 0.05) !important;
  }

  .sm\:stroke-violet-600\/50 {
    stroke: rgb(124 58 237 / 0.5) !important;
  }

  .sm\:stroke-violet-600\/55 {
    stroke: rgb(124 58 237 / 0.55) !important;
  }

  .sm\:stroke-violet-600\/60 {
    stroke: rgb(124 58 237 / 0.6) !important;
  }

  .sm\:stroke-violet-600\/65 {
    stroke: rgb(124 58 237 / 0.65) !important;
  }

  .sm\:stroke-violet-600\/70 {
    stroke: rgb(124 58 237 / 0.7) !important;
  }

  .sm\:stroke-violet-600\/75 {
    stroke: rgb(124 58 237 / 0.75) !important;
  }

  .sm\:stroke-violet-600\/80 {
    stroke: rgb(124 58 237 / 0.8) !important;
  }

  .sm\:stroke-violet-600\/85 {
    stroke: rgb(124 58 237 / 0.85) !important;
  }

  .sm\:stroke-violet-600\/90 {
    stroke: rgb(124 58 237 / 0.9) !important;
  }

  .sm\:stroke-violet-600\/95 {
    stroke: rgb(124 58 237 / 0.95) !important;
  }

  .sm\:stroke-violet-700 {
    stroke: #6d28d9 !important;
  }

  .sm\:stroke-violet-700\/0 {
    stroke: rgb(109 40 217 / 0) !important;
  }

  .sm\:stroke-violet-700\/10 {
    stroke: rgb(109 40 217 / 0.1) !important;
  }

  .sm\:stroke-violet-700\/100 {
    stroke: rgb(109 40 217 / 1) !important;
  }

  .sm\:stroke-violet-700\/15 {
    stroke: rgb(109 40 217 / 0.15) !important;
  }

  .sm\:stroke-violet-700\/20 {
    stroke: rgb(109 40 217 / 0.2) !important;
  }

  .sm\:stroke-violet-700\/25 {
    stroke: rgb(109 40 217 / 0.25) !important;
  }

  .sm\:stroke-violet-700\/30 {
    stroke: rgb(109 40 217 / 0.3) !important;
  }

  .sm\:stroke-violet-700\/35 {
    stroke: rgb(109 40 217 / 0.35) !important;
  }

  .sm\:stroke-violet-700\/40 {
    stroke: rgb(109 40 217 / 0.4) !important;
  }

  .sm\:stroke-violet-700\/45 {
    stroke: rgb(109 40 217 / 0.45) !important;
  }

  .sm\:stroke-violet-700\/5 {
    stroke: rgb(109 40 217 / 0.05) !important;
  }

  .sm\:stroke-violet-700\/50 {
    stroke: rgb(109 40 217 / 0.5) !important;
  }

  .sm\:stroke-violet-700\/55 {
    stroke: rgb(109 40 217 / 0.55) !important;
  }

  .sm\:stroke-violet-700\/60 {
    stroke: rgb(109 40 217 / 0.6) !important;
  }

  .sm\:stroke-violet-700\/65 {
    stroke: rgb(109 40 217 / 0.65) !important;
  }

  .sm\:stroke-violet-700\/70 {
    stroke: rgb(109 40 217 / 0.7) !important;
  }

  .sm\:stroke-violet-700\/75 {
    stroke: rgb(109 40 217 / 0.75) !important;
  }

  .sm\:stroke-violet-700\/80 {
    stroke: rgb(109 40 217 / 0.8) !important;
  }

  .sm\:stroke-violet-700\/85 {
    stroke: rgb(109 40 217 / 0.85) !important;
  }

  .sm\:stroke-violet-700\/90 {
    stroke: rgb(109 40 217 / 0.9) !important;
  }

  .sm\:stroke-violet-700\/95 {
    stroke: rgb(109 40 217 / 0.95) !important;
  }

  .sm\:stroke-violet-800 {
    stroke: #5b21b6 !important;
  }

  .sm\:stroke-violet-800\/0 {
    stroke: rgb(91 33 182 / 0) !important;
  }

  .sm\:stroke-violet-800\/10 {
    stroke: rgb(91 33 182 / 0.1) !important;
  }

  .sm\:stroke-violet-800\/100 {
    stroke: rgb(91 33 182 / 1) !important;
  }

  .sm\:stroke-violet-800\/15 {
    stroke: rgb(91 33 182 / 0.15) !important;
  }

  .sm\:stroke-violet-800\/20 {
    stroke: rgb(91 33 182 / 0.2) !important;
  }

  .sm\:stroke-violet-800\/25 {
    stroke: rgb(91 33 182 / 0.25) !important;
  }

  .sm\:stroke-violet-800\/30 {
    stroke: rgb(91 33 182 / 0.3) !important;
  }

  .sm\:stroke-violet-800\/35 {
    stroke: rgb(91 33 182 / 0.35) !important;
  }

  .sm\:stroke-violet-800\/40 {
    stroke: rgb(91 33 182 / 0.4) !important;
  }

  .sm\:stroke-violet-800\/45 {
    stroke: rgb(91 33 182 / 0.45) !important;
  }

  .sm\:stroke-violet-800\/5 {
    stroke: rgb(91 33 182 / 0.05) !important;
  }

  .sm\:stroke-violet-800\/50 {
    stroke: rgb(91 33 182 / 0.5) !important;
  }

  .sm\:stroke-violet-800\/55 {
    stroke: rgb(91 33 182 / 0.55) !important;
  }

  .sm\:stroke-violet-800\/60 {
    stroke: rgb(91 33 182 / 0.6) !important;
  }

  .sm\:stroke-violet-800\/65 {
    stroke: rgb(91 33 182 / 0.65) !important;
  }

  .sm\:stroke-violet-800\/70 {
    stroke: rgb(91 33 182 / 0.7) !important;
  }

  .sm\:stroke-violet-800\/75 {
    stroke: rgb(91 33 182 / 0.75) !important;
  }

  .sm\:stroke-violet-800\/80 {
    stroke: rgb(91 33 182 / 0.8) !important;
  }

  .sm\:stroke-violet-800\/85 {
    stroke: rgb(91 33 182 / 0.85) !important;
  }

  .sm\:stroke-violet-800\/90 {
    stroke: rgb(91 33 182 / 0.9) !important;
  }

  .sm\:stroke-violet-800\/95 {
    stroke: rgb(91 33 182 / 0.95) !important;
  }

  .sm\:stroke-violet-900 {
    stroke: #4c1d95 !important;
  }

  .sm\:stroke-violet-900\/0 {
    stroke: rgb(76 29 149 / 0) !important;
  }

  .sm\:stroke-violet-900\/10 {
    stroke: rgb(76 29 149 / 0.1) !important;
  }

  .sm\:stroke-violet-900\/100 {
    stroke: rgb(76 29 149 / 1) !important;
  }

  .sm\:stroke-violet-900\/15 {
    stroke: rgb(76 29 149 / 0.15) !important;
  }

  .sm\:stroke-violet-900\/20 {
    stroke: rgb(76 29 149 / 0.2) !important;
  }

  .sm\:stroke-violet-900\/25 {
    stroke: rgb(76 29 149 / 0.25) !important;
  }

  .sm\:stroke-violet-900\/30 {
    stroke: rgb(76 29 149 / 0.3) !important;
  }

  .sm\:stroke-violet-900\/35 {
    stroke: rgb(76 29 149 / 0.35) !important;
  }

  .sm\:stroke-violet-900\/40 {
    stroke: rgb(76 29 149 / 0.4) !important;
  }

  .sm\:stroke-violet-900\/45 {
    stroke: rgb(76 29 149 / 0.45) !important;
  }

  .sm\:stroke-violet-900\/5 {
    stroke: rgb(76 29 149 / 0.05) !important;
  }

  .sm\:stroke-violet-900\/50 {
    stroke: rgb(76 29 149 / 0.5) !important;
  }

  .sm\:stroke-violet-900\/55 {
    stroke: rgb(76 29 149 / 0.55) !important;
  }

  .sm\:stroke-violet-900\/60 {
    stroke: rgb(76 29 149 / 0.6) !important;
  }

  .sm\:stroke-violet-900\/65 {
    stroke: rgb(76 29 149 / 0.65) !important;
  }

  .sm\:stroke-violet-900\/70 {
    stroke: rgb(76 29 149 / 0.7) !important;
  }

  .sm\:stroke-violet-900\/75 {
    stroke: rgb(76 29 149 / 0.75) !important;
  }

  .sm\:stroke-violet-900\/80 {
    stroke: rgb(76 29 149 / 0.8) !important;
  }

  .sm\:stroke-violet-900\/85 {
    stroke: rgb(76 29 149 / 0.85) !important;
  }

  .sm\:stroke-violet-900\/90 {
    stroke: rgb(76 29 149 / 0.9) !important;
  }

  .sm\:stroke-violet-900\/95 {
    stroke: rgb(76 29 149 / 0.95) !important;
  }

  .sm\:stroke-violet-950 {
    stroke: #2e1065 !important;
  }

  .sm\:stroke-violet-950\/0 {
    stroke: rgb(46 16 101 / 0) !important;
  }

  .sm\:stroke-violet-950\/10 {
    stroke: rgb(46 16 101 / 0.1) !important;
  }

  .sm\:stroke-violet-950\/100 {
    stroke: rgb(46 16 101 / 1) !important;
  }

  .sm\:stroke-violet-950\/15 {
    stroke: rgb(46 16 101 / 0.15) !important;
  }

  .sm\:stroke-violet-950\/20 {
    stroke: rgb(46 16 101 / 0.2) !important;
  }

  .sm\:stroke-violet-950\/25 {
    stroke: rgb(46 16 101 / 0.25) !important;
  }

  .sm\:stroke-violet-950\/30 {
    stroke: rgb(46 16 101 / 0.3) !important;
  }

  .sm\:stroke-violet-950\/35 {
    stroke: rgb(46 16 101 / 0.35) !important;
  }

  .sm\:stroke-violet-950\/40 {
    stroke: rgb(46 16 101 / 0.4) !important;
  }

  .sm\:stroke-violet-950\/45 {
    stroke: rgb(46 16 101 / 0.45) !important;
  }

  .sm\:stroke-violet-950\/5 {
    stroke: rgb(46 16 101 / 0.05) !important;
  }

  .sm\:stroke-violet-950\/50 {
    stroke: rgb(46 16 101 / 0.5) !important;
  }

  .sm\:stroke-violet-950\/55 {
    stroke: rgb(46 16 101 / 0.55) !important;
  }

  .sm\:stroke-violet-950\/60 {
    stroke: rgb(46 16 101 / 0.6) !important;
  }

  .sm\:stroke-violet-950\/65 {
    stroke: rgb(46 16 101 / 0.65) !important;
  }

  .sm\:stroke-violet-950\/70 {
    stroke: rgb(46 16 101 / 0.7) !important;
  }

  .sm\:stroke-violet-950\/75 {
    stroke: rgb(46 16 101 / 0.75) !important;
  }

  .sm\:stroke-violet-950\/80 {
    stroke: rgb(46 16 101 / 0.8) !important;
  }

  .sm\:stroke-violet-950\/85 {
    stroke: rgb(46 16 101 / 0.85) !important;
  }

  .sm\:stroke-violet-950\/90 {
    stroke: rgb(46 16 101 / 0.9) !important;
  }

  .sm\:stroke-violet-950\/95 {
    stroke: rgb(46 16 101 / 0.95) !important;
  }

  .sm\:stroke-white {
    stroke: #fff !important;
  }

  .sm\:stroke-white\/0 {
    stroke: rgb(255 255 255 / 0) !important;
  }

  .sm\:stroke-white\/10 {
    stroke: rgb(255 255 255 / 0.1) !important;
  }

  .sm\:stroke-white\/100 {
    stroke: rgb(255 255 255 / 1) !important;
  }

  .sm\:stroke-white\/15 {
    stroke: rgb(255 255 255 / 0.15) !important;
  }

  .sm\:stroke-white\/20 {
    stroke: rgb(255 255 255 / 0.2) !important;
  }

  .sm\:stroke-white\/25 {
    stroke: rgb(255 255 255 / 0.25) !important;
  }

  .sm\:stroke-white\/30 {
    stroke: rgb(255 255 255 / 0.3) !important;
  }

  .sm\:stroke-white\/35 {
    stroke: rgb(255 255 255 / 0.35) !important;
  }

  .sm\:stroke-white\/40 {
    stroke: rgb(255 255 255 / 0.4) !important;
  }

  .sm\:stroke-white\/45 {
    stroke: rgb(255 255 255 / 0.45) !important;
  }

  .sm\:stroke-white\/5 {
    stroke: rgb(255 255 255 / 0.05) !important;
  }

  .sm\:stroke-white\/50 {
    stroke: rgb(255 255 255 / 0.5) !important;
  }

  .sm\:stroke-white\/55 {
    stroke: rgb(255 255 255 / 0.55) !important;
  }

  .sm\:stroke-white\/60 {
    stroke: rgb(255 255 255 / 0.6) !important;
  }

  .sm\:stroke-white\/65 {
    stroke: rgb(255 255 255 / 0.65) !important;
  }

  .sm\:stroke-white\/70 {
    stroke: rgb(255 255 255 / 0.7) !important;
  }

  .sm\:stroke-white\/75 {
    stroke: rgb(255 255 255 / 0.75) !important;
  }

  .sm\:stroke-white\/80 {
    stroke: rgb(255 255 255 / 0.8) !important;
  }

  .sm\:stroke-white\/85 {
    stroke: rgb(255 255 255 / 0.85) !important;
  }

  .sm\:stroke-white\/90 {
    stroke: rgb(255 255 255 / 0.9) !important;
  }

  .sm\:stroke-white\/95 {
    stroke: rgb(255 255 255 / 0.95) !important;
  }

  .sm\:stroke-yellow-100 {
    stroke: #fef9c3 !important;
  }

  .sm\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0) !important;
  }

  .sm\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1) !important;
  }

  .sm\:stroke-yellow-100\/15 {
    stroke: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:stroke-yellow-100\/35 {
    stroke: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:stroke-yellow-100\/55 {
    stroke: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:stroke-yellow-100\/85 {
    stroke: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:stroke-yellow-200 {
    stroke: #fef08a !important;
  }

  .sm\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0) !important;
  }

  .sm\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1) !important;
  }

  .sm\:stroke-yellow-200\/15 {
    stroke: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:stroke-yellow-200\/35 {
    stroke: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:stroke-yellow-200\/55 {
    stroke: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:stroke-yellow-200\/85 {
    stroke: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:stroke-yellow-300 {
    stroke: #fde047 !important;
  }

  .sm\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0) !important;
  }

  .sm\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1) !important;
  }

  .sm\:stroke-yellow-300\/15 {
    stroke: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:stroke-yellow-300\/35 {
    stroke: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:stroke-yellow-300\/45 {
    stroke: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:stroke-yellow-300\/55 {
    stroke: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:stroke-yellow-300\/65 {
    stroke: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:stroke-yellow-300\/85 {
    stroke: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:stroke-yellow-400 {
    stroke: #facc15 !important;
  }

  .sm\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0) !important;
  }

  .sm\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1) !important;
  }

  .sm\:stroke-yellow-400\/15 {
    stroke: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:stroke-yellow-400\/35 {
    stroke: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:stroke-yellow-400\/55 {
    stroke: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:stroke-yellow-400\/85 {
    stroke: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:stroke-yellow-50 {
    stroke: #fefce8 !important;
  }

  .sm\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0) !important;
  }

  .sm\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1) !important;
  }

  .sm\:stroke-yellow-50\/15 {
    stroke: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:stroke-yellow-50\/35 {
    stroke: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:stroke-yellow-50\/45 {
    stroke: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:stroke-yellow-50\/55 {
    stroke: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:stroke-yellow-50\/65 {
    stroke: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:stroke-yellow-50\/85 {
    stroke: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:stroke-yellow-500 {
    stroke: #eab308 !important;
  }

  .sm\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0) !important;
  }

  .sm\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1) !important;
  }

  .sm\:stroke-yellow-500\/15 {
    stroke: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:stroke-yellow-500\/35 {
    stroke: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:stroke-yellow-500\/45 {
    stroke: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:stroke-yellow-500\/55 {
    stroke: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:stroke-yellow-500\/65 {
    stroke: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:stroke-yellow-500\/85 {
    stroke: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:stroke-yellow-600 {
    stroke: #ca8a04 !important;
  }

  .sm\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0) !important;
  }

  .sm\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1) !important;
  }

  .sm\:stroke-yellow-600\/15 {
    stroke: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:stroke-yellow-600\/35 {
    stroke: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:stroke-yellow-600\/45 {
    stroke: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:stroke-yellow-600\/55 {
    stroke: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:stroke-yellow-600\/65 {
    stroke: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:stroke-yellow-600\/85 {
    stroke: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:stroke-yellow-700 {
    stroke: #a16207 !important;
  }

  .sm\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0) !important;
  }

  .sm\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1) !important;
  }

  .sm\:stroke-yellow-700\/15 {
    stroke: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:stroke-yellow-700\/35 {
    stroke: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:stroke-yellow-700\/45 {
    stroke: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:stroke-yellow-700\/55 {
    stroke: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:stroke-yellow-700\/65 {
    stroke: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:stroke-yellow-700\/85 {
    stroke: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:stroke-yellow-800 {
    stroke: #854d0e !important;
  }

  .sm\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0) !important;
  }

  .sm\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1) !important;
  }

  .sm\:stroke-yellow-800\/15 {
    stroke: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:stroke-yellow-800\/35 {
    stroke: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:stroke-yellow-800\/55 {
    stroke: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:stroke-yellow-800\/85 {
    stroke: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:stroke-yellow-900 {
    stroke: #713f12 !important;
  }

  .sm\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0) !important;
  }

  .sm\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1) !important;
  }

  .sm\:stroke-yellow-900\/15 {
    stroke: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:stroke-yellow-900\/35 {
    stroke: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:stroke-yellow-900\/45 {
    stroke: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:stroke-yellow-900\/55 {
    stroke: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:stroke-yellow-900\/65 {
    stroke: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:stroke-yellow-900\/85 {
    stroke: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:stroke-yellow-950 {
    stroke: #422006 !important;
  }

  .sm\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0) !important;
  }

  .sm\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1) !important;
  }

  .sm\:stroke-yellow-950\/15 {
    stroke: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:stroke-yellow-950\/35 {
    stroke: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:stroke-yellow-950\/45 {
    stroke: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:stroke-yellow-950\/55 {
    stroke: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:stroke-yellow-950\/65 {
    stroke: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:stroke-yellow-950\/85 {
    stroke: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:stroke-zinc-100 {
    stroke: #f4f4f5 !important;
  }

  .sm\:stroke-zinc-100\/0 {
    stroke: rgb(244 244 245 / 0) !important;
  }

  .sm\:stroke-zinc-100\/10 {
    stroke: rgb(244 244 245 / 0.1) !important;
  }

  .sm\:stroke-zinc-100\/100 {
    stroke: rgb(244 244 245 / 1) !important;
  }

  .sm\:stroke-zinc-100\/15 {
    stroke: rgb(244 244 245 / 0.15) !important;
  }

  .sm\:stroke-zinc-100\/20 {
    stroke: rgb(244 244 245 / 0.2) !important;
  }

  .sm\:stroke-zinc-100\/25 {
    stroke: rgb(244 244 245 / 0.25) !important;
  }

  .sm\:stroke-zinc-100\/30 {
    stroke: rgb(244 244 245 / 0.3) !important;
  }

  .sm\:stroke-zinc-100\/35 {
    stroke: rgb(244 244 245 / 0.35) !important;
  }

  .sm\:stroke-zinc-100\/40 {
    stroke: rgb(244 244 245 / 0.4) !important;
  }

  .sm\:stroke-zinc-100\/45 {
    stroke: rgb(244 244 245 / 0.45) !important;
  }

  .sm\:stroke-zinc-100\/5 {
    stroke: rgb(244 244 245 / 0.05) !important;
  }

  .sm\:stroke-zinc-100\/50 {
    stroke: rgb(244 244 245 / 0.5) !important;
  }

  .sm\:stroke-zinc-100\/55 {
    stroke: rgb(244 244 245 / 0.55) !important;
  }

  .sm\:stroke-zinc-100\/60 {
    stroke: rgb(244 244 245 / 0.6) !important;
  }

  .sm\:stroke-zinc-100\/65 {
    stroke: rgb(244 244 245 / 0.65) !important;
  }

  .sm\:stroke-zinc-100\/70 {
    stroke: rgb(244 244 245 / 0.7) !important;
  }

  .sm\:stroke-zinc-100\/75 {
    stroke: rgb(244 244 245 / 0.75) !important;
  }

  .sm\:stroke-zinc-100\/80 {
    stroke: rgb(244 244 245 / 0.8) !important;
  }

  .sm\:stroke-zinc-100\/85 {
    stroke: rgb(244 244 245 / 0.85) !important;
  }

  .sm\:stroke-zinc-100\/90 {
    stroke: rgb(244 244 245 / 0.9) !important;
  }

  .sm\:stroke-zinc-100\/95 {
    stroke: rgb(244 244 245 / 0.95) !important;
  }

  .sm\:stroke-zinc-200 {
    stroke: #e4e4e7 !important;
  }

  .sm\:stroke-zinc-200\/0 {
    stroke: rgb(228 228 231 / 0) !important;
  }

  .sm\:stroke-zinc-200\/10 {
    stroke: rgb(228 228 231 / 0.1) !important;
  }

  .sm\:stroke-zinc-200\/100 {
    stroke: rgb(228 228 231 / 1) !important;
  }

  .sm\:stroke-zinc-200\/15 {
    stroke: rgb(228 228 231 / 0.15) !important;
  }

  .sm\:stroke-zinc-200\/20 {
    stroke: rgb(228 228 231 / 0.2) !important;
  }

  .sm\:stroke-zinc-200\/25 {
    stroke: rgb(228 228 231 / 0.25) !important;
  }

  .sm\:stroke-zinc-200\/30 {
    stroke: rgb(228 228 231 / 0.3) !important;
  }

  .sm\:stroke-zinc-200\/35 {
    stroke: rgb(228 228 231 / 0.35) !important;
  }

  .sm\:stroke-zinc-200\/40 {
    stroke: rgb(228 228 231 / 0.4) !important;
  }

  .sm\:stroke-zinc-200\/45 {
    stroke: rgb(228 228 231 / 0.45) !important;
  }

  .sm\:stroke-zinc-200\/5 {
    stroke: rgb(228 228 231 / 0.05) !important;
  }

  .sm\:stroke-zinc-200\/50 {
    stroke: rgb(228 228 231 / 0.5) !important;
  }

  .sm\:stroke-zinc-200\/55 {
    stroke: rgb(228 228 231 / 0.55) !important;
  }

  .sm\:stroke-zinc-200\/60 {
    stroke: rgb(228 228 231 / 0.6) !important;
  }

  .sm\:stroke-zinc-200\/65 {
    stroke: rgb(228 228 231 / 0.65) !important;
  }

  .sm\:stroke-zinc-200\/70 {
    stroke: rgb(228 228 231 / 0.7) !important;
  }

  .sm\:stroke-zinc-200\/75 {
    stroke: rgb(228 228 231 / 0.75) !important;
  }

  .sm\:stroke-zinc-200\/80 {
    stroke: rgb(228 228 231 / 0.8) !important;
  }

  .sm\:stroke-zinc-200\/85 {
    stroke: rgb(228 228 231 / 0.85) !important;
  }

  .sm\:stroke-zinc-200\/90 {
    stroke: rgb(228 228 231 / 0.9) !important;
  }

  .sm\:stroke-zinc-200\/95 {
    stroke: rgb(228 228 231 / 0.95) !important;
  }

  .sm\:stroke-zinc-300 {
    stroke: #d4d4d8 !important;
  }

  .sm\:stroke-zinc-300\/0 {
    stroke: rgb(212 212 216 / 0) !important;
  }

  .sm\:stroke-zinc-300\/10 {
    stroke: rgb(212 212 216 / 0.1) !important;
  }

  .sm\:stroke-zinc-300\/100 {
    stroke: rgb(212 212 216 / 1) !important;
  }

  .sm\:stroke-zinc-300\/15 {
    stroke: rgb(212 212 216 / 0.15) !important;
  }

  .sm\:stroke-zinc-300\/20 {
    stroke: rgb(212 212 216 / 0.2) !important;
  }

  .sm\:stroke-zinc-300\/25 {
    stroke: rgb(212 212 216 / 0.25) !important;
  }

  .sm\:stroke-zinc-300\/30 {
    stroke: rgb(212 212 216 / 0.3) !important;
  }

  .sm\:stroke-zinc-300\/35 {
    stroke: rgb(212 212 216 / 0.35) !important;
  }

  .sm\:stroke-zinc-300\/40 {
    stroke: rgb(212 212 216 / 0.4) !important;
  }

  .sm\:stroke-zinc-300\/45 {
    stroke: rgb(212 212 216 / 0.45) !important;
  }

  .sm\:stroke-zinc-300\/5 {
    stroke: rgb(212 212 216 / 0.05) !important;
  }

  .sm\:stroke-zinc-300\/50 {
    stroke: rgb(212 212 216 / 0.5) !important;
  }

  .sm\:stroke-zinc-300\/55 {
    stroke: rgb(212 212 216 / 0.55) !important;
  }

  .sm\:stroke-zinc-300\/60 {
    stroke: rgb(212 212 216 / 0.6) !important;
  }

  .sm\:stroke-zinc-300\/65 {
    stroke: rgb(212 212 216 / 0.65) !important;
  }

  .sm\:stroke-zinc-300\/70 {
    stroke: rgb(212 212 216 / 0.7) !important;
  }

  .sm\:stroke-zinc-300\/75 {
    stroke: rgb(212 212 216 / 0.75) !important;
  }

  .sm\:stroke-zinc-300\/80 {
    stroke: rgb(212 212 216 / 0.8) !important;
  }

  .sm\:stroke-zinc-300\/85 {
    stroke: rgb(212 212 216 / 0.85) !important;
  }

  .sm\:stroke-zinc-300\/90 {
    stroke: rgb(212 212 216 / 0.9) !important;
  }

  .sm\:stroke-zinc-300\/95 {
    stroke: rgb(212 212 216 / 0.95) !important;
  }

  .sm\:stroke-zinc-400 {
    stroke: #a1a1aa !important;
  }

  .sm\:stroke-zinc-400\/0 {
    stroke: rgb(161 161 170 / 0) !important;
  }

  .sm\:stroke-zinc-400\/10 {
    stroke: rgb(161 161 170 / 0.1) !important;
  }

  .sm\:stroke-zinc-400\/100 {
    stroke: rgb(161 161 170 / 1) !important;
  }

  .sm\:stroke-zinc-400\/15 {
    stroke: rgb(161 161 170 / 0.15) !important;
  }

  .sm\:stroke-zinc-400\/20 {
    stroke: rgb(161 161 170 / 0.2) !important;
  }

  .sm\:stroke-zinc-400\/25 {
    stroke: rgb(161 161 170 / 0.25) !important;
  }

  .sm\:stroke-zinc-400\/30 {
    stroke: rgb(161 161 170 / 0.3) !important;
  }

  .sm\:stroke-zinc-400\/35 {
    stroke: rgb(161 161 170 / 0.35) !important;
  }

  .sm\:stroke-zinc-400\/40 {
    stroke: rgb(161 161 170 / 0.4) !important;
  }

  .sm\:stroke-zinc-400\/45 {
    stroke: rgb(161 161 170 / 0.45) !important;
  }

  .sm\:stroke-zinc-400\/5 {
    stroke: rgb(161 161 170 / 0.05) !important;
  }

  .sm\:stroke-zinc-400\/50 {
    stroke: rgb(161 161 170 / 0.5) !important;
  }

  .sm\:stroke-zinc-400\/55 {
    stroke: rgb(161 161 170 / 0.55) !important;
  }

  .sm\:stroke-zinc-400\/60 {
    stroke: rgb(161 161 170 / 0.6) !important;
  }

  .sm\:stroke-zinc-400\/65 {
    stroke: rgb(161 161 170 / 0.65) !important;
  }

  .sm\:stroke-zinc-400\/70 {
    stroke: rgb(161 161 170 / 0.7) !important;
  }

  .sm\:stroke-zinc-400\/75 {
    stroke: rgb(161 161 170 / 0.75) !important;
  }

  .sm\:stroke-zinc-400\/80 {
    stroke: rgb(161 161 170 / 0.8) !important;
  }

  .sm\:stroke-zinc-400\/85 {
    stroke: rgb(161 161 170 / 0.85) !important;
  }

  .sm\:stroke-zinc-400\/90 {
    stroke: rgb(161 161 170 / 0.9) !important;
  }

  .sm\:stroke-zinc-400\/95 {
    stroke: rgb(161 161 170 / 0.95) !important;
  }

  .sm\:stroke-zinc-50 {
    stroke: #fafafa !important;
  }

  .sm\:stroke-zinc-50\/0 {
    stroke: rgb(250 250 250 / 0) !important;
  }

  .sm\:stroke-zinc-50\/10 {
    stroke: rgb(250 250 250 / 0.1) !important;
  }

  .sm\:stroke-zinc-50\/100 {
    stroke: rgb(250 250 250 / 1) !important;
  }

  .sm\:stroke-zinc-50\/15 {
    stroke: rgb(250 250 250 / 0.15) !important;
  }

  .sm\:stroke-zinc-50\/20 {
    stroke: rgb(250 250 250 / 0.2) !important;
  }

  .sm\:stroke-zinc-50\/25 {
    stroke: rgb(250 250 250 / 0.25) !important;
  }

  .sm\:stroke-zinc-50\/30 {
    stroke: rgb(250 250 250 / 0.3) !important;
  }

  .sm\:stroke-zinc-50\/35 {
    stroke: rgb(250 250 250 / 0.35) !important;
  }

  .sm\:stroke-zinc-50\/40 {
    stroke: rgb(250 250 250 / 0.4) !important;
  }

  .sm\:stroke-zinc-50\/45 {
    stroke: rgb(250 250 250 / 0.45) !important;
  }

  .sm\:stroke-zinc-50\/5 {
    stroke: rgb(250 250 250 / 0.05) !important;
  }

  .sm\:stroke-zinc-50\/50 {
    stroke: rgb(250 250 250 / 0.5) !important;
  }

  .sm\:stroke-zinc-50\/55 {
    stroke: rgb(250 250 250 / 0.55) !important;
  }

  .sm\:stroke-zinc-50\/60 {
    stroke: rgb(250 250 250 / 0.6) !important;
  }

  .sm\:stroke-zinc-50\/65 {
    stroke: rgb(250 250 250 / 0.65) !important;
  }

  .sm\:stroke-zinc-50\/70 {
    stroke: rgb(250 250 250 / 0.7) !important;
  }

  .sm\:stroke-zinc-50\/75 {
    stroke: rgb(250 250 250 / 0.75) !important;
  }

  .sm\:stroke-zinc-50\/80 {
    stroke: rgb(250 250 250 / 0.8) !important;
  }

  .sm\:stroke-zinc-50\/85 {
    stroke: rgb(250 250 250 / 0.85) !important;
  }

  .sm\:stroke-zinc-50\/90 {
    stroke: rgb(250 250 250 / 0.9) !important;
  }

  .sm\:stroke-zinc-50\/95 {
    stroke: rgb(250 250 250 / 0.95) !important;
  }

  .sm\:stroke-zinc-500 {
    stroke: #71717a !important;
  }

  .sm\:stroke-zinc-500\/0 {
    stroke: rgb(113 113 122 / 0) !important;
  }

  .sm\:stroke-zinc-500\/10 {
    stroke: rgb(113 113 122 / 0.1) !important;
  }

  .sm\:stroke-zinc-500\/100 {
    stroke: rgb(113 113 122 / 1) !important;
  }

  .sm\:stroke-zinc-500\/15 {
    stroke: rgb(113 113 122 / 0.15) !important;
  }

  .sm\:stroke-zinc-500\/20 {
    stroke: rgb(113 113 122 / 0.2) !important;
  }

  .sm\:stroke-zinc-500\/25 {
    stroke: rgb(113 113 122 / 0.25) !important;
  }

  .sm\:stroke-zinc-500\/30 {
    stroke: rgb(113 113 122 / 0.3) !important;
  }

  .sm\:stroke-zinc-500\/35 {
    stroke: rgb(113 113 122 / 0.35) !important;
  }

  .sm\:stroke-zinc-500\/40 {
    stroke: rgb(113 113 122 / 0.4) !important;
  }

  .sm\:stroke-zinc-500\/45 {
    stroke: rgb(113 113 122 / 0.45) !important;
  }

  .sm\:stroke-zinc-500\/5 {
    stroke: rgb(113 113 122 / 0.05) !important;
  }

  .sm\:stroke-zinc-500\/50 {
    stroke: rgb(113 113 122 / 0.5) !important;
  }

  .sm\:stroke-zinc-500\/55 {
    stroke: rgb(113 113 122 / 0.55) !important;
  }

  .sm\:stroke-zinc-500\/60 {
    stroke: rgb(113 113 122 / 0.6) !important;
  }

  .sm\:stroke-zinc-500\/65 {
    stroke: rgb(113 113 122 / 0.65) !important;
  }

  .sm\:stroke-zinc-500\/70 {
    stroke: rgb(113 113 122 / 0.7) !important;
  }

  .sm\:stroke-zinc-500\/75 {
    stroke: rgb(113 113 122 / 0.75) !important;
  }

  .sm\:stroke-zinc-500\/80 {
    stroke: rgb(113 113 122 / 0.8) !important;
  }

  .sm\:stroke-zinc-500\/85 {
    stroke: rgb(113 113 122 / 0.85) !important;
  }

  .sm\:stroke-zinc-500\/90 {
    stroke: rgb(113 113 122 / 0.9) !important;
  }

  .sm\:stroke-zinc-500\/95 {
    stroke: rgb(113 113 122 / 0.95) !important;
  }

  .sm\:stroke-zinc-600 {
    stroke: #52525b !important;
  }

  .sm\:stroke-zinc-600\/0 {
    stroke: rgb(82 82 91 / 0) !important;
  }

  .sm\:stroke-zinc-600\/10 {
    stroke: rgb(82 82 91 / 0.1) !important;
  }

  .sm\:stroke-zinc-600\/100 {
    stroke: rgb(82 82 91 / 1) !important;
  }

  .sm\:stroke-zinc-600\/15 {
    stroke: rgb(82 82 91 / 0.15) !important;
  }

  .sm\:stroke-zinc-600\/20 {
    stroke: rgb(82 82 91 / 0.2) !important;
  }

  .sm\:stroke-zinc-600\/25 {
    stroke: rgb(82 82 91 / 0.25) !important;
  }

  .sm\:stroke-zinc-600\/30 {
    stroke: rgb(82 82 91 / 0.3) !important;
  }

  .sm\:stroke-zinc-600\/35 {
    stroke: rgb(82 82 91 / 0.35) !important;
  }

  .sm\:stroke-zinc-600\/40 {
    stroke: rgb(82 82 91 / 0.4) !important;
  }

  .sm\:stroke-zinc-600\/45 {
    stroke: rgb(82 82 91 / 0.45) !important;
  }

  .sm\:stroke-zinc-600\/5 {
    stroke: rgb(82 82 91 / 0.05) !important;
  }

  .sm\:stroke-zinc-600\/50 {
    stroke: rgb(82 82 91 / 0.5) !important;
  }

  .sm\:stroke-zinc-600\/55 {
    stroke: rgb(82 82 91 / 0.55) !important;
  }

  .sm\:stroke-zinc-600\/60 {
    stroke: rgb(82 82 91 / 0.6) !important;
  }

  .sm\:stroke-zinc-600\/65 {
    stroke: rgb(82 82 91 / 0.65) !important;
  }

  .sm\:stroke-zinc-600\/70 {
    stroke: rgb(82 82 91 / 0.7) !important;
  }

  .sm\:stroke-zinc-600\/75 {
    stroke: rgb(82 82 91 / 0.75) !important;
  }

  .sm\:stroke-zinc-600\/80 {
    stroke: rgb(82 82 91 / 0.8) !important;
  }

  .sm\:stroke-zinc-600\/85 {
    stroke: rgb(82 82 91 / 0.85) !important;
  }

  .sm\:stroke-zinc-600\/90 {
    stroke: rgb(82 82 91 / 0.9) !important;
  }

  .sm\:stroke-zinc-600\/95 {
    stroke: rgb(82 82 91 / 0.95) !important;
  }

  .sm\:stroke-zinc-700 {
    stroke: #3f3f46 !important;
  }

  .sm\:stroke-zinc-700\/0 {
    stroke: rgb(63 63 70 / 0) !important;
  }

  .sm\:stroke-zinc-700\/10 {
    stroke: rgb(63 63 70 / 0.1) !important;
  }

  .sm\:stroke-zinc-700\/100 {
    stroke: rgb(63 63 70 / 1) !important;
  }

  .sm\:stroke-zinc-700\/15 {
    stroke: rgb(63 63 70 / 0.15) !important;
  }

  .sm\:stroke-zinc-700\/20 {
    stroke: rgb(63 63 70 / 0.2) !important;
  }

  .sm\:stroke-zinc-700\/25 {
    stroke: rgb(63 63 70 / 0.25) !important;
  }

  .sm\:stroke-zinc-700\/30 {
    stroke: rgb(63 63 70 / 0.3) !important;
  }

  .sm\:stroke-zinc-700\/35 {
    stroke: rgb(63 63 70 / 0.35) !important;
  }

  .sm\:stroke-zinc-700\/40 {
    stroke: rgb(63 63 70 / 0.4) !important;
  }

  .sm\:stroke-zinc-700\/45 {
    stroke: rgb(63 63 70 / 0.45) !important;
  }

  .sm\:stroke-zinc-700\/5 {
    stroke: rgb(63 63 70 / 0.05) !important;
  }

  .sm\:stroke-zinc-700\/50 {
    stroke: rgb(63 63 70 / 0.5) !important;
  }

  .sm\:stroke-zinc-700\/55 {
    stroke: rgb(63 63 70 / 0.55) !important;
  }

  .sm\:stroke-zinc-700\/60 {
    stroke: rgb(63 63 70 / 0.6) !important;
  }

  .sm\:stroke-zinc-700\/65 {
    stroke: rgb(63 63 70 / 0.65) !important;
  }

  .sm\:stroke-zinc-700\/70 {
    stroke: rgb(63 63 70 / 0.7) !important;
  }

  .sm\:stroke-zinc-700\/75 {
    stroke: rgb(63 63 70 / 0.75) !important;
  }

  .sm\:stroke-zinc-700\/80 {
    stroke: rgb(63 63 70 / 0.8) !important;
  }

  .sm\:stroke-zinc-700\/85 {
    stroke: rgb(63 63 70 / 0.85) !important;
  }

  .sm\:stroke-zinc-700\/90 {
    stroke: rgb(63 63 70 / 0.9) !important;
  }

  .sm\:stroke-zinc-700\/95 {
    stroke: rgb(63 63 70 / 0.95) !important;
  }

  .sm\:stroke-zinc-800 {
    stroke: #27272a !important;
  }

  .sm\:stroke-zinc-800\/0 {
    stroke: rgb(39 39 42 / 0) !important;
  }

  .sm\:stroke-zinc-800\/10 {
    stroke: rgb(39 39 42 / 0.1) !important;
  }

  .sm\:stroke-zinc-800\/100 {
    stroke: rgb(39 39 42 / 1) !important;
  }

  .sm\:stroke-zinc-800\/15 {
    stroke: rgb(39 39 42 / 0.15) !important;
  }

  .sm\:stroke-zinc-800\/20 {
    stroke: rgb(39 39 42 / 0.2) !important;
  }

  .sm\:stroke-zinc-800\/25 {
    stroke: rgb(39 39 42 / 0.25) !important;
  }

  .sm\:stroke-zinc-800\/30 {
    stroke: rgb(39 39 42 / 0.3) !important;
  }

  .sm\:stroke-zinc-800\/35 {
    stroke: rgb(39 39 42 / 0.35) !important;
  }

  .sm\:stroke-zinc-800\/40 {
    stroke: rgb(39 39 42 / 0.4) !important;
  }

  .sm\:stroke-zinc-800\/45 {
    stroke: rgb(39 39 42 / 0.45) !important;
  }

  .sm\:stroke-zinc-800\/5 {
    stroke: rgb(39 39 42 / 0.05) !important;
  }

  .sm\:stroke-zinc-800\/50 {
    stroke: rgb(39 39 42 / 0.5) !important;
  }

  .sm\:stroke-zinc-800\/55 {
    stroke: rgb(39 39 42 / 0.55) !important;
  }

  .sm\:stroke-zinc-800\/60 {
    stroke: rgb(39 39 42 / 0.6) !important;
  }

  .sm\:stroke-zinc-800\/65 {
    stroke: rgb(39 39 42 / 0.65) !important;
  }

  .sm\:stroke-zinc-800\/70 {
    stroke: rgb(39 39 42 / 0.7) !important;
  }

  .sm\:stroke-zinc-800\/75 {
    stroke: rgb(39 39 42 / 0.75) !important;
  }

  .sm\:stroke-zinc-800\/80 {
    stroke: rgb(39 39 42 / 0.8) !important;
  }

  .sm\:stroke-zinc-800\/85 {
    stroke: rgb(39 39 42 / 0.85) !important;
  }

  .sm\:stroke-zinc-800\/90 {
    stroke: rgb(39 39 42 / 0.9) !important;
  }

  .sm\:stroke-zinc-800\/95 {
    stroke: rgb(39 39 42 / 0.95) !important;
  }

  .sm\:stroke-zinc-900 {
    stroke: #18181b !important;
  }

  .sm\:stroke-zinc-900\/0 {
    stroke: rgb(24 24 27 / 0) !important;
  }

  .sm\:stroke-zinc-900\/10 {
    stroke: rgb(24 24 27 / 0.1) !important;
  }

  .sm\:stroke-zinc-900\/100 {
    stroke: rgb(24 24 27 / 1) !important;
  }

  .sm\:stroke-zinc-900\/15 {
    stroke: rgb(24 24 27 / 0.15) !important;
  }

  .sm\:stroke-zinc-900\/20 {
    stroke: rgb(24 24 27 / 0.2) !important;
  }

  .sm\:stroke-zinc-900\/25 {
    stroke: rgb(24 24 27 / 0.25) !important;
  }

  .sm\:stroke-zinc-900\/30 {
    stroke: rgb(24 24 27 / 0.3) !important;
  }

  .sm\:stroke-zinc-900\/35 {
    stroke: rgb(24 24 27 / 0.35) !important;
  }

  .sm\:stroke-zinc-900\/40 {
    stroke: rgb(24 24 27 / 0.4) !important;
  }

  .sm\:stroke-zinc-900\/45 {
    stroke: rgb(24 24 27 / 0.45) !important;
  }

  .sm\:stroke-zinc-900\/5 {
    stroke: rgb(24 24 27 / 0.05) !important;
  }

  .sm\:stroke-zinc-900\/50 {
    stroke: rgb(24 24 27 / 0.5) !important;
  }

  .sm\:stroke-zinc-900\/55 {
    stroke: rgb(24 24 27 / 0.55) !important;
  }

  .sm\:stroke-zinc-900\/60 {
    stroke: rgb(24 24 27 / 0.6) !important;
  }

  .sm\:stroke-zinc-900\/65 {
    stroke: rgb(24 24 27 / 0.65) !important;
  }

  .sm\:stroke-zinc-900\/70 {
    stroke: rgb(24 24 27 / 0.7) !important;
  }

  .sm\:stroke-zinc-900\/75 {
    stroke: rgb(24 24 27 / 0.75) !important;
  }

  .sm\:stroke-zinc-900\/80 {
    stroke: rgb(24 24 27 / 0.8) !important;
  }

  .sm\:stroke-zinc-900\/85 {
    stroke: rgb(24 24 27 / 0.85) !important;
  }

  .sm\:stroke-zinc-900\/90 {
    stroke: rgb(24 24 27 / 0.9) !important;
  }

  .sm\:stroke-zinc-900\/95 {
    stroke: rgb(24 24 27 / 0.95) !important;
  }

  .sm\:stroke-zinc-950 {
    stroke: #09090b !important;
  }

  .sm\:stroke-zinc-950\/0 {
    stroke: rgb(9 9 11 / 0) !important;
  }

  .sm\:stroke-zinc-950\/10 {
    stroke: rgb(9 9 11 / 0.1) !important;
  }

  .sm\:stroke-zinc-950\/100 {
    stroke: rgb(9 9 11 / 1) !important;
  }

  .sm\:stroke-zinc-950\/15 {
    stroke: rgb(9 9 11 / 0.15) !important;
  }

  .sm\:stroke-zinc-950\/20 {
    stroke: rgb(9 9 11 / 0.2) !important;
  }

  .sm\:stroke-zinc-950\/25 {
    stroke: rgb(9 9 11 / 0.25) !important;
  }

  .sm\:stroke-zinc-950\/30 {
    stroke: rgb(9 9 11 / 0.3) !important;
  }

  .sm\:stroke-zinc-950\/35 {
    stroke: rgb(9 9 11 / 0.35) !important;
  }

  .sm\:stroke-zinc-950\/40 {
    stroke: rgb(9 9 11 / 0.4) !important;
  }

  .sm\:stroke-zinc-950\/45 {
    stroke: rgb(9 9 11 / 0.45) !important;
  }

  .sm\:stroke-zinc-950\/5 {
    stroke: rgb(9 9 11 / 0.05) !important;
  }

  .sm\:stroke-zinc-950\/50 {
    stroke: rgb(9 9 11 / 0.5) !important;
  }

  .sm\:stroke-zinc-950\/55 {
    stroke: rgb(9 9 11 / 0.55) !important;
  }

  .sm\:stroke-zinc-950\/60 {
    stroke: rgb(9 9 11 / 0.6) !important;
  }

  .sm\:stroke-zinc-950\/65 {
    stroke: rgb(9 9 11 / 0.65) !important;
  }

  .sm\:stroke-zinc-950\/70 {
    stroke: rgb(9 9 11 / 0.7) !important;
  }

  .sm\:stroke-zinc-950\/75 {
    stroke: rgb(9 9 11 / 0.75) !important;
  }

  .sm\:stroke-zinc-950\/80 {
    stroke: rgb(9 9 11 / 0.8) !important;
  }

  .sm\:stroke-zinc-950\/85 {
    stroke: rgb(9 9 11 / 0.85) !important;
  }

  .sm\:stroke-zinc-950\/90 {
    stroke: rgb(9 9 11 / 0.9) !important;
  }

  .sm\:stroke-zinc-950\/95 {
    stroke: rgb(9 9 11 / 0.95) !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }

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

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pt-0 {
    padding-top: 0px !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:text-2xl {
    font-size: 3.5rem !important;
    line-height: 4rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .sm\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .sm\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .sm\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .sm\:text-base {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }

  .sm\:text-sm {
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
  }

  .sm\:text-xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0) !important;
  }

  .sm\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1) !important;
  }

  .sm\:text-yellow-100\/15 {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:text-yellow-100\/35 {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:text-yellow-100\/55 {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:text-yellow-100\/85 {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0) !important;
  }

  .sm\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1) !important;
  }

  .sm\:text-yellow-200\/15 {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:text-yellow-200\/35 {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:text-yellow-200\/55 {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:text-yellow-200\/85 {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95) !important;
  }

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

  .sm\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0) !important;
  }

  .sm\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1) !important;
  }

  .sm\:text-yellow-300\/15 {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:text-yellow-300\/35 {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:text-yellow-300\/45 {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:text-yellow-300\/55 {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:text-yellow-300\/65 {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:text-yellow-300\/85 {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0) !important;
  }

  .sm\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1) !important;
  }

  .sm\:text-yellow-400\/15 {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:text-yellow-400\/35 {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:text-yellow-400\/55 {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:text-yellow-400\/85 {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0) !important;
  }

  .sm\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1) !important;
  }

  .sm\:text-yellow-50\/15 {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:text-yellow-50\/35 {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:text-yellow-50\/45 {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:text-yellow-50\/55 {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:text-yellow-50\/65 {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:text-yellow-50\/85 {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0) !important;
  }

  .sm\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1) !important;
  }

  .sm\:text-yellow-500\/15 {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:text-yellow-500\/35 {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:text-yellow-500\/45 {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:text-yellow-500\/55 {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:text-yellow-500\/65 {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:text-yellow-500\/85 {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0) !important;
  }

  .sm\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1) !important;
  }

  .sm\:text-yellow-600\/15 {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:text-yellow-600\/35 {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:text-yellow-600\/45 {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:text-yellow-600\/55 {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:text-yellow-600\/65 {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:text-yellow-600\/85 {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0) !important;
  }

  .sm\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1) !important;
  }

  .sm\:text-yellow-700\/15 {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:text-yellow-700\/35 {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:text-yellow-700\/45 {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:text-yellow-700\/55 {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:text-yellow-700\/65 {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:text-yellow-700\/85 {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0) !important;
  }

  .sm\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1) !important;
  }

  .sm\:text-yellow-800\/15 {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:text-yellow-800\/35 {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:text-yellow-800\/55 {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:text-yellow-800\/85 {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0) !important;
  }

  .sm\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1) !important;
  }

  .sm\:text-yellow-900\/15 {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:text-yellow-900\/35 {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:text-yellow-900\/45 {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:text-yellow-900\/55 {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:text-yellow-900\/65 {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:text-yellow-900\/85 {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:text-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0) !important;
  }

  .sm\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1) !important;
  }

  .sm\:text-yellow-950\/15 {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:text-yellow-950\/35 {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:text-yellow-950\/45 {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:text-yellow-950\/55 {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:text-yellow-950\/65 {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:text-yellow-950\/85 {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:decoration-yellow-100 {
    text-decoration-color: #fef9c3 !important;
  }

  .sm\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:decoration-yellow-100\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:decoration-yellow-100\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:decoration-yellow-100\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:decoration-yellow-100\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:decoration-yellow-200 {
    text-decoration-color: #fef08a !important;
  }

  .sm\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:decoration-yellow-200\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:decoration-yellow-200\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:decoration-yellow-200\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:decoration-yellow-200\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:decoration-yellow-300 {
    text-decoration-color: #fde047 !important;
  }

  .sm\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:decoration-yellow-300\/15 {
    text-decoration-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:decoration-yellow-300\/35 {
    text-decoration-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:decoration-yellow-300\/45 {
    text-decoration-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:decoration-yellow-300\/55 {
    text-decoration-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:decoration-yellow-300\/65 {
    text-decoration-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:decoration-yellow-300\/85 {
    text-decoration-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:decoration-yellow-400 {
    text-decoration-color: #facc15 !important;
  }

  .sm\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:decoration-yellow-400\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:decoration-yellow-400\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:decoration-yellow-400\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:decoration-yellow-400\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:decoration-yellow-50 {
    text-decoration-color: #fefce8 !important;
  }

  .sm\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:decoration-yellow-50\/15 {
    text-decoration-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:decoration-yellow-50\/35 {
    text-decoration-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:decoration-yellow-50\/45 {
    text-decoration-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:decoration-yellow-50\/55 {
    text-decoration-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:decoration-yellow-50\/65 {
    text-decoration-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:decoration-yellow-50\/85 {
    text-decoration-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:decoration-yellow-500 {
    text-decoration-color: #eab308 !important;
  }

  .sm\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:decoration-yellow-500\/15 {
    text-decoration-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:decoration-yellow-500\/35 {
    text-decoration-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:decoration-yellow-500\/45 {
    text-decoration-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:decoration-yellow-500\/55 {
    text-decoration-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:decoration-yellow-500\/65 {
    text-decoration-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:decoration-yellow-500\/85 {
    text-decoration-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:decoration-yellow-600 {
    text-decoration-color: #ca8a04 !important;
  }

  .sm\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:decoration-yellow-600\/15 {
    text-decoration-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:decoration-yellow-600\/35 {
    text-decoration-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:decoration-yellow-600\/45 {
    text-decoration-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:decoration-yellow-600\/55 {
    text-decoration-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:decoration-yellow-600\/65 {
    text-decoration-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:decoration-yellow-600\/85 {
    text-decoration-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:decoration-yellow-700 {
    text-decoration-color: #a16207 !important;
  }

  .sm\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:decoration-yellow-700\/15 {
    text-decoration-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:decoration-yellow-700\/35 {
    text-decoration-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:decoration-yellow-700\/45 {
    text-decoration-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:decoration-yellow-700\/55 {
    text-decoration-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:decoration-yellow-700\/65 {
    text-decoration-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:decoration-yellow-700\/85 {
    text-decoration-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:decoration-yellow-800 {
    text-decoration-color: #854d0e !important;
  }

  .sm\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:decoration-yellow-800\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:decoration-yellow-800\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:decoration-yellow-800\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:decoration-yellow-800\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:decoration-yellow-900 {
    text-decoration-color: #713f12 !important;
  }

  .sm\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:decoration-yellow-900\/15 {
    text-decoration-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:decoration-yellow-900\/35 {
    text-decoration-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:decoration-yellow-900\/45 {
    text-decoration-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:decoration-yellow-900\/55 {
    text-decoration-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:decoration-yellow-900\/65 {
    text-decoration-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:decoration-yellow-900\/85 {
    text-decoration-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:decoration-yellow-950 {
    text-decoration-color: #422006 !important;
  }

  .sm\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:decoration-yellow-950\/15 {
    text-decoration-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:decoration-yellow-950\/35 {
    text-decoration-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:decoration-yellow-950\/45 {
    text-decoration-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:decoration-yellow-950\/55 {
    text-decoration-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:decoration-yellow-950\/65 {
    text-decoration-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:decoration-yellow-950\/85 {
    text-decoration-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .sm\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .sm\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .sm\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .sm\:placeholder-yellow-100\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:placeholder-yellow-100\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:placeholder-yellow-100\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:placeholder-yellow-100\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:placeholder-yellow-100\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:placeholder-yellow-100\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .sm\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .sm\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .sm\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .sm\:placeholder-yellow-200\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:placeholder-yellow-200\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:placeholder-yellow-200\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:placeholder-yellow-200\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:placeholder-yellow-200\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:placeholder-yellow-200\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0) !important;
  }

  .sm\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0) !important;
  }

  .sm\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1) !important;
  }

  .sm\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1) !important;
  }

  .sm\:placeholder-yellow-300\/15::-moz-placeholder {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:placeholder-yellow-300\/15::placeholder {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:placeholder-yellow-300\/35::-moz-placeholder {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:placeholder-yellow-300\/35::placeholder {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:placeholder-yellow-300\/45::-moz-placeholder {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:placeholder-yellow-300\/45::placeholder {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:placeholder-yellow-300\/55::-moz-placeholder {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:placeholder-yellow-300\/55::placeholder {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:placeholder-yellow-300\/65::-moz-placeholder {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:placeholder-yellow-300\/65::placeholder {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:placeholder-yellow-300\/85::-moz-placeholder {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:placeholder-yellow-300\/85::placeholder {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .sm\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .sm\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .sm\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .sm\:placeholder-yellow-400\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:placeholder-yellow-400\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:placeholder-yellow-400\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:placeholder-yellow-400\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:placeholder-yellow-400\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:placeholder-yellow-400\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0) !important;
  }

  .sm\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0) !important;
  }

  .sm\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1) !important;
  }

  .sm\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1) !important;
  }

  .sm\:placeholder-yellow-50\/15::-moz-placeholder {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:placeholder-yellow-50\/15::placeholder {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:placeholder-yellow-50\/35::-moz-placeholder {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:placeholder-yellow-50\/35::placeholder {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:placeholder-yellow-50\/45::-moz-placeholder {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:placeholder-yellow-50\/45::placeholder {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:placeholder-yellow-50\/55::-moz-placeholder {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:placeholder-yellow-50\/55::placeholder {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:placeholder-yellow-50\/65::-moz-placeholder {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:placeholder-yellow-50\/65::placeholder {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:placeholder-yellow-50\/85::-moz-placeholder {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:placeholder-yellow-50\/85::placeholder {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0) !important;
  }

  .sm\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0) !important;
  }

  .sm\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1) !important;
  }

  .sm\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1) !important;
  }

  .sm\:placeholder-yellow-500\/15::-moz-placeholder {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:placeholder-yellow-500\/15::placeholder {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:placeholder-yellow-500\/35::-moz-placeholder {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:placeholder-yellow-500\/35::placeholder {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:placeholder-yellow-500\/45::-moz-placeholder {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:placeholder-yellow-500\/45::placeholder {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:placeholder-yellow-500\/55::-moz-placeholder {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:placeholder-yellow-500\/55::placeholder {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:placeholder-yellow-500\/65::-moz-placeholder {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:placeholder-yellow-500\/65::placeholder {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:placeholder-yellow-500\/85::-moz-placeholder {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:placeholder-yellow-500\/85::placeholder {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0) !important;
  }

  .sm\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0) !important;
  }

  .sm\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1) !important;
  }

  .sm\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1) !important;
  }

  .sm\:placeholder-yellow-600\/15::-moz-placeholder {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:placeholder-yellow-600\/15::placeholder {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:placeholder-yellow-600\/35::-moz-placeholder {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:placeholder-yellow-600\/35::placeholder {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:placeholder-yellow-600\/45::-moz-placeholder {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:placeholder-yellow-600\/45::placeholder {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:placeholder-yellow-600\/55::-moz-placeholder {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:placeholder-yellow-600\/55::placeholder {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:placeholder-yellow-600\/65::-moz-placeholder {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:placeholder-yellow-600\/65::placeholder {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:placeholder-yellow-600\/85::-moz-placeholder {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:placeholder-yellow-600\/85::placeholder {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0) !important;
  }

  .sm\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0) !important;
  }

  .sm\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1) !important;
  }

  .sm\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1) !important;
  }

  .sm\:placeholder-yellow-700\/15::-moz-placeholder {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:placeholder-yellow-700\/15::placeholder {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:placeholder-yellow-700\/35::-moz-placeholder {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:placeholder-yellow-700\/35::placeholder {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:placeholder-yellow-700\/45::-moz-placeholder {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:placeholder-yellow-700\/45::placeholder {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:placeholder-yellow-700\/55::-moz-placeholder {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:placeholder-yellow-700\/55::placeholder {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:placeholder-yellow-700\/65::-moz-placeholder {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:placeholder-yellow-700\/65::placeholder {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:placeholder-yellow-700\/85::-moz-placeholder {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:placeholder-yellow-700\/85::placeholder {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .sm\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .sm\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .sm\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .sm\:placeholder-yellow-800\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:placeholder-yellow-800\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:placeholder-yellow-800\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:placeholder-yellow-800\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:placeholder-yellow-800\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:placeholder-yellow-800\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0) !important;
  }

  .sm\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0) !important;
  }

  .sm\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1) !important;
  }

  .sm\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1) !important;
  }

  .sm\:placeholder-yellow-900\/15::-moz-placeholder {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:placeholder-yellow-900\/15::placeholder {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:placeholder-yellow-900\/35::-moz-placeholder {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:placeholder-yellow-900\/35::placeholder {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:placeholder-yellow-900\/45::-moz-placeholder {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:placeholder-yellow-900\/45::placeholder {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:placeholder-yellow-900\/55::-moz-placeholder {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:placeholder-yellow-900\/55::placeholder {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:placeholder-yellow-900\/65::-moz-placeholder {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:placeholder-yellow-900\/65::placeholder {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:placeholder-yellow-900\/85::-moz-placeholder {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:placeholder-yellow-900\/85::placeholder {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0) !important;
  }

  .sm\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0) !important;
  }

  .sm\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1) !important;
  }

  .sm\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1) !important;
  }

  .sm\:placeholder-yellow-950\/15::-moz-placeholder {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:placeholder-yellow-950\/15::placeholder {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:placeholder-yellow-950\/35::-moz-placeholder {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:placeholder-yellow-950\/35::placeholder {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:placeholder-yellow-950\/45::-moz-placeholder {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:placeholder-yellow-950\/45::placeholder {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:placeholder-yellow-950\/55::-moz-placeholder {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:placeholder-yellow-950\/55::placeholder {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:placeholder-yellow-950\/65::-moz-placeholder {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:placeholder-yellow-950\/65::placeholder {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:placeholder-yellow-950\/85::-moz-placeholder {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:placeholder-yellow-950\/85::placeholder {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:caret-yellow-100 {
    caret-color: #fef9c3 !important;
  }

  .sm\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:caret-yellow-100\/15 {
    caret-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:caret-yellow-100\/35 {
    caret-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:caret-yellow-100\/55 {
    caret-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:caret-yellow-100\/85 {
    caret-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:caret-yellow-200 {
    caret-color: #fef08a !important;
  }

  .sm\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:caret-yellow-200\/15 {
    caret-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:caret-yellow-200\/35 {
    caret-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:caret-yellow-200\/55 {
    caret-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:caret-yellow-200\/85 {
    caret-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:caret-yellow-300 {
    caret-color: #fde047 !important;
  }

  .sm\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:caret-yellow-300\/15 {
    caret-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:caret-yellow-300\/35 {
    caret-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:caret-yellow-300\/45 {
    caret-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:caret-yellow-300\/55 {
    caret-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:caret-yellow-300\/65 {
    caret-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:caret-yellow-300\/85 {
    caret-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:caret-yellow-400 {
    caret-color: #facc15 !important;
  }

  .sm\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:caret-yellow-400\/15 {
    caret-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:caret-yellow-400\/35 {
    caret-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:caret-yellow-400\/55 {
    caret-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:caret-yellow-400\/85 {
    caret-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:caret-yellow-50 {
    caret-color: #fefce8 !important;
  }

  .sm\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:caret-yellow-50\/15 {
    caret-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:caret-yellow-50\/35 {
    caret-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:caret-yellow-50\/45 {
    caret-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:caret-yellow-50\/55 {
    caret-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:caret-yellow-50\/65 {
    caret-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:caret-yellow-50\/85 {
    caret-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:caret-yellow-500 {
    caret-color: #eab308 !important;
  }

  .sm\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:caret-yellow-500\/15 {
    caret-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:caret-yellow-500\/35 {
    caret-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:caret-yellow-500\/45 {
    caret-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:caret-yellow-500\/55 {
    caret-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:caret-yellow-500\/65 {
    caret-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:caret-yellow-500\/85 {
    caret-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:caret-yellow-600 {
    caret-color: #ca8a04 !important;
  }

  .sm\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:caret-yellow-600\/15 {
    caret-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:caret-yellow-600\/35 {
    caret-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:caret-yellow-600\/45 {
    caret-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:caret-yellow-600\/55 {
    caret-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:caret-yellow-600\/65 {
    caret-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:caret-yellow-600\/85 {
    caret-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:caret-yellow-700 {
    caret-color: #a16207 !important;
  }

  .sm\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:caret-yellow-700\/15 {
    caret-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:caret-yellow-700\/35 {
    caret-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:caret-yellow-700\/45 {
    caret-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:caret-yellow-700\/55 {
    caret-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:caret-yellow-700\/65 {
    caret-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:caret-yellow-700\/85 {
    caret-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:caret-yellow-800 {
    caret-color: #854d0e !important;
  }

  .sm\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:caret-yellow-800\/15 {
    caret-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:caret-yellow-800\/35 {
    caret-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:caret-yellow-800\/55 {
    caret-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:caret-yellow-800\/85 {
    caret-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:caret-yellow-900 {
    caret-color: #713f12 !important;
  }

  .sm\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:caret-yellow-900\/15 {
    caret-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:caret-yellow-900\/35 {
    caret-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:caret-yellow-900\/45 {
    caret-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:caret-yellow-900\/55 {
    caret-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:caret-yellow-900\/65 {
    caret-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:caret-yellow-900\/85 {
    caret-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:caret-yellow-950 {
    caret-color: #422006 !important;
  }

  .sm\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:caret-yellow-950\/15 {
    caret-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:caret-yellow-950\/35 {
    caret-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:caret-yellow-950\/45 {
    caret-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:caret-yellow-950\/55 {
    caret-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:caret-yellow-950\/65 {
    caret-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:caret-yellow-950\/85 {
    caret-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:accent-yellow-100 {
    accent-color: #fef9c3 !important;
  }

  .sm\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:accent-yellow-100\/15 {
    accent-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:accent-yellow-100\/35 {
    accent-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:accent-yellow-100\/55 {
    accent-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:accent-yellow-100\/85 {
    accent-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:accent-yellow-200 {
    accent-color: #fef08a !important;
  }

  .sm\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:accent-yellow-200\/15 {
    accent-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:accent-yellow-200\/35 {
    accent-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:accent-yellow-200\/55 {
    accent-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:accent-yellow-200\/85 {
    accent-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:accent-yellow-300 {
    accent-color: #fde047 !important;
  }

  .sm\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:accent-yellow-300\/15 {
    accent-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:accent-yellow-300\/35 {
    accent-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:accent-yellow-300\/45 {
    accent-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:accent-yellow-300\/55 {
    accent-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:accent-yellow-300\/65 {
    accent-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:accent-yellow-300\/85 {
    accent-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:accent-yellow-400 {
    accent-color: #facc15 !important;
  }

  .sm\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:accent-yellow-400\/15 {
    accent-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:accent-yellow-400\/35 {
    accent-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:accent-yellow-400\/55 {
    accent-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:accent-yellow-400\/85 {
    accent-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:accent-yellow-50 {
    accent-color: #fefce8 !important;
  }

  .sm\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:accent-yellow-50\/15 {
    accent-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:accent-yellow-50\/35 {
    accent-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:accent-yellow-50\/45 {
    accent-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:accent-yellow-50\/55 {
    accent-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:accent-yellow-50\/65 {
    accent-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:accent-yellow-50\/85 {
    accent-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:accent-yellow-500 {
    accent-color: #eab308 !important;
  }

  .sm\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:accent-yellow-500\/15 {
    accent-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:accent-yellow-500\/35 {
    accent-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:accent-yellow-500\/45 {
    accent-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:accent-yellow-500\/55 {
    accent-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:accent-yellow-500\/65 {
    accent-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:accent-yellow-500\/85 {
    accent-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:accent-yellow-600 {
    accent-color: #ca8a04 !important;
  }

  .sm\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:accent-yellow-600\/15 {
    accent-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:accent-yellow-600\/35 {
    accent-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:accent-yellow-600\/45 {
    accent-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:accent-yellow-600\/55 {
    accent-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:accent-yellow-600\/65 {
    accent-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:accent-yellow-600\/85 {
    accent-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:accent-yellow-700 {
    accent-color: #a16207 !important;
  }

  .sm\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:accent-yellow-700\/15 {
    accent-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:accent-yellow-700\/35 {
    accent-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:accent-yellow-700\/45 {
    accent-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:accent-yellow-700\/55 {
    accent-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:accent-yellow-700\/65 {
    accent-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:accent-yellow-700\/85 {
    accent-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:accent-yellow-800 {
    accent-color: #854d0e !important;
  }

  .sm\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:accent-yellow-800\/15 {
    accent-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:accent-yellow-800\/35 {
    accent-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:accent-yellow-800\/55 {
    accent-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:accent-yellow-800\/85 {
    accent-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:accent-yellow-900 {
    accent-color: #713f12 !important;
  }

  .sm\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:accent-yellow-900\/15 {
    accent-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:accent-yellow-900\/35 {
    accent-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:accent-yellow-900\/45 {
    accent-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:accent-yellow-900\/55 {
    accent-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:accent-yellow-900\/65 {
    accent-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:accent-yellow-900\/85 {
    accent-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:accent-yellow-950 {
    accent-color: #422006 !important;
  }

  .sm\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:accent-yellow-950\/15 {
    accent-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:accent-yellow-950\/35 {
    accent-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:accent-yellow-950\/45 {
    accent-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:accent-yellow-950\/55 {
    accent-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:accent-yellow-950\/65 {
    accent-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:accent-yellow-950\/85 {
    accent-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-amber-100 {
    --tw-shadow-color: #fef3c7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/0 {
    --tw-shadow-color: rgb(254 243 199 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/10 {
    --tw-shadow-color: rgb(254 243 199 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/100 {
    --tw-shadow-color: rgb(254 243 199 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/15 {
    --tw-shadow-color: rgb(254 243 199 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/20 {
    --tw-shadow-color: rgb(254 243 199 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/25 {
    --tw-shadow-color: rgb(254 243 199 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/30 {
    --tw-shadow-color: rgb(254 243 199 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/35 {
    --tw-shadow-color: rgb(254 243 199 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/40 {
    --tw-shadow-color: rgb(254 243 199 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/45 {
    --tw-shadow-color: rgb(254 243 199 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/5 {
    --tw-shadow-color: rgb(254 243 199 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/50 {
    --tw-shadow-color: rgb(254 243 199 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/55 {
    --tw-shadow-color: rgb(254 243 199 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/60 {
    --tw-shadow-color: rgb(254 243 199 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/65 {
    --tw-shadow-color: rgb(254 243 199 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/70 {
    --tw-shadow-color: rgb(254 243 199 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/75 {
    --tw-shadow-color: rgb(254 243 199 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/80 {
    --tw-shadow-color: rgb(254 243 199 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/85 {
    --tw-shadow-color: rgb(254 243 199 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/90 {
    --tw-shadow-color: rgb(254 243 199 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-100\/95 {
    --tw-shadow-color: rgb(254 243 199 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200 {
    --tw-shadow-color: #fde68a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/0 {
    --tw-shadow-color: rgb(253 230 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/10 {
    --tw-shadow-color: rgb(253 230 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/100 {
    --tw-shadow-color: rgb(253 230 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/15 {
    --tw-shadow-color: rgb(253 230 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/20 {
    --tw-shadow-color: rgb(253 230 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/25 {
    --tw-shadow-color: rgb(253 230 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/30 {
    --tw-shadow-color: rgb(253 230 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/35 {
    --tw-shadow-color: rgb(253 230 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/40 {
    --tw-shadow-color: rgb(253 230 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/45 {
    --tw-shadow-color: rgb(253 230 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/5 {
    --tw-shadow-color: rgb(253 230 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/50 {
    --tw-shadow-color: rgb(253 230 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/55 {
    --tw-shadow-color: rgb(253 230 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/60 {
    --tw-shadow-color: rgb(253 230 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/65 {
    --tw-shadow-color: rgb(253 230 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/70 {
    --tw-shadow-color: rgb(253 230 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/75 {
    --tw-shadow-color: rgb(253 230 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/80 {
    --tw-shadow-color: rgb(253 230 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/85 {
    --tw-shadow-color: rgb(253 230 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/90 {
    --tw-shadow-color: rgb(253 230 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-200\/95 {
    --tw-shadow-color: rgb(253 230 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300 {
    --tw-shadow-color: #fcd34d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/0 {
    --tw-shadow-color: rgb(252 211 77 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/10 {
    --tw-shadow-color: rgb(252 211 77 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/100 {
    --tw-shadow-color: rgb(252 211 77 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/15 {
    --tw-shadow-color: rgb(252 211 77 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/20 {
    --tw-shadow-color: rgb(252 211 77 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/25 {
    --tw-shadow-color: rgb(252 211 77 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/30 {
    --tw-shadow-color: rgb(252 211 77 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/35 {
    --tw-shadow-color: rgb(252 211 77 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/40 {
    --tw-shadow-color: rgb(252 211 77 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/45 {
    --tw-shadow-color: rgb(252 211 77 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/5 {
    --tw-shadow-color: rgb(252 211 77 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/50 {
    --tw-shadow-color: rgb(252 211 77 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/55 {
    --tw-shadow-color: rgb(252 211 77 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/60 {
    --tw-shadow-color: rgb(252 211 77 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/65 {
    --tw-shadow-color: rgb(252 211 77 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/70 {
    --tw-shadow-color: rgb(252 211 77 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/75 {
    --tw-shadow-color: rgb(252 211 77 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/80 {
    --tw-shadow-color: rgb(252 211 77 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/85 {
    --tw-shadow-color: rgb(252 211 77 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/90 {
    --tw-shadow-color: rgb(252 211 77 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-300\/95 {
    --tw-shadow-color: rgb(252 211 77 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400 {
    --tw-shadow-color: #fbbf24 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/0 {
    --tw-shadow-color: rgb(251 191 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/10 {
    --tw-shadow-color: rgb(251 191 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/100 {
    --tw-shadow-color: rgb(251 191 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/15 {
    --tw-shadow-color: rgb(251 191 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/20 {
    --tw-shadow-color: rgb(251 191 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/25 {
    --tw-shadow-color: rgb(251 191 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/30 {
    --tw-shadow-color: rgb(251 191 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/35 {
    --tw-shadow-color: rgb(251 191 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/40 {
    --tw-shadow-color: rgb(251 191 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/45 {
    --tw-shadow-color: rgb(251 191 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/5 {
    --tw-shadow-color: rgb(251 191 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/50 {
    --tw-shadow-color: rgb(251 191 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/55 {
    --tw-shadow-color: rgb(251 191 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/60 {
    --tw-shadow-color: rgb(251 191 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/65 {
    --tw-shadow-color: rgb(251 191 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/70 {
    --tw-shadow-color: rgb(251 191 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/75 {
    --tw-shadow-color: rgb(251 191 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/80 {
    --tw-shadow-color: rgb(251 191 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/85 {
    --tw-shadow-color: rgb(251 191 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/90 {
    --tw-shadow-color: rgb(251 191 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-400\/95 {
    --tw-shadow-color: rgb(251 191 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50 {
    --tw-shadow-color: #fffbeb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/0 {
    --tw-shadow-color: rgb(255 251 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/10 {
    --tw-shadow-color: rgb(255 251 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/100 {
    --tw-shadow-color: rgb(255 251 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/15 {
    --tw-shadow-color: rgb(255 251 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/20 {
    --tw-shadow-color: rgb(255 251 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/25 {
    --tw-shadow-color: rgb(255 251 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/30 {
    --tw-shadow-color: rgb(255 251 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/35 {
    --tw-shadow-color: rgb(255 251 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/40 {
    --tw-shadow-color: rgb(255 251 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/45 {
    --tw-shadow-color: rgb(255 251 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/5 {
    --tw-shadow-color: rgb(255 251 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/50 {
    --tw-shadow-color: rgb(255 251 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/55 {
    --tw-shadow-color: rgb(255 251 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/60 {
    --tw-shadow-color: rgb(255 251 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/65 {
    --tw-shadow-color: rgb(255 251 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/70 {
    --tw-shadow-color: rgb(255 251 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/75 {
    --tw-shadow-color: rgb(255 251 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/80 {
    --tw-shadow-color: rgb(255 251 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/85 {
    --tw-shadow-color: rgb(255 251 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/90 {
    --tw-shadow-color: rgb(255 251 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-50\/95 {
    --tw-shadow-color: rgb(255 251 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500 {
    --tw-shadow-color: #f59e0b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/0 {
    --tw-shadow-color: rgb(245 158 11 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/10 {
    --tw-shadow-color: rgb(245 158 11 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/100 {
    --tw-shadow-color: rgb(245 158 11 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/15 {
    --tw-shadow-color: rgb(245 158 11 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/20 {
    --tw-shadow-color: rgb(245 158 11 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/25 {
    --tw-shadow-color: rgb(245 158 11 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/30 {
    --tw-shadow-color: rgb(245 158 11 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/35 {
    --tw-shadow-color: rgb(245 158 11 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/40 {
    --tw-shadow-color: rgb(245 158 11 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/45 {
    --tw-shadow-color: rgb(245 158 11 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/5 {
    --tw-shadow-color: rgb(245 158 11 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/50 {
    --tw-shadow-color: rgb(245 158 11 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/55 {
    --tw-shadow-color: rgb(245 158 11 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/60 {
    --tw-shadow-color: rgb(245 158 11 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/65 {
    --tw-shadow-color: rgb(245 158 11 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/70 {
    --tw-shadow-color: rgb(245 158 11 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/75 {
    --tw-shadow-color: rgb(245 158 11 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/80 {
    --tw-shadow-color: rgb(245 158 11 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/85 {
    --tw-shadow-color: rgb(245 158 11 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/90 {
    --tw-shadow-color: rgb(245 158 11 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-500\/95 {
    --tw-shadow-color: rgb(245 158 11 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600 {
    --tw-shadow-color: #d97706 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/0 {
    --tw-shadow-color: rgb(217 119 6 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/10 {
    --tw-shadow-color: rgb(217 119 6 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/100 {
    --tw-shadow-color: rgb(217 119 6 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/15 {
    --tw-shadow-color: rgb(217 119 6 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/20 {
    --tw-shadow-color: rgb(217 119 6 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/25 {
    --tw-shadow-color: rgb(217 119 6 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/30 {
    --tw-shadow-color: rgb(217 119 6 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/35 {
    --tw-shadow-color: rgb(217 119 6 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/40 {
    --tw-shadow-color: rgb(217 119 6 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/45 {
    --tw-shadow-color: rgb(217 119 6 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/5 {
    --tw-shadow-color: rgb(217 119 6 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/50 {
    --tw-shadow-color: rgb(217 119 6 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/55 {
    --tw-shadow-color: rgb(217 119 6 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/60 {
    --tw-shadow-color: rgb(217 119 6 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/65 {
    --tw-shadow-color: rgb(217 119 6 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/70 {
    --tw-shadow-color: rgb(217 119 6 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/75 {
    --tw-shadow-color: rgb(217 119 6 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/80 {
    --tw-shadow-color: rgb(217 119 6 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/85 {
    --tw-shadow-color: rgb(217 119 6 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/90 {
    --tw-shadow-color: rgb(217 119 6 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-600\/95 {
    --tw-shadow-color: rgb(217 119 6 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700 {
    --tw-shadow-color: #b45309 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/0 {
    --tw-shadow-color: rgb(180 83 9 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/10 {
    --tw-shadow-color: rgb(180 83 9 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/100 {
    --tw-shadow-color: rgb(180 83 9 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/15 {
    --tw-shadow-color: rgb(180 83 9 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/20 {
    --tw-shadow-color: rgb(180 83 9 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/25 {
    --tw-shadow-color: rgb(180 83 9 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/30 {
    --tw-shadow-color: rgb(180 83 9 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/35 {
    --tw-shadow-color: rgb(180 83 9 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/40 {
    --tw-shadow-color: rgb(180 83 9 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/45 {
    --tw-shadow-color: rgb(180 83 9 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/5 {
    --tw-shadow-color: rgb(180 83 9 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/50 {
    --tw-shadow-color: rgb(180 83 9 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/55 {
    --tw-shadow-color: rgb(180 83 9 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/60 {
    --tw-shadow-color: rgb(180 83 9 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/65 {
    --tw-shadow-color: rgb(180 83 9 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/70 {
    --tw-shadow-color: rgb(180 83 9 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/75 {
    --tw-shadow-color: rgb(180 83 9 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/80 {
    --tw-shadow-color: rgb(180 83 9 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/85 {
    --tw-shadow-color: rgb(180 83 9 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/90 {
    --tw-shadow-color: rgb(180 83 9 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-700\/95 {
    --tw-shadow-color: rgb(180 83 9 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800 {
    --tw-shadow-color: #92400e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/0 {
    --tw-shadow-color: rgb(146 64 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/10 {
    --tw-shadow-color: rgb(146 64 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/100 {
    --tw-shadow-color: rgb(146 64 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/15 {
    --tw-shadow-color: rgb(146 64 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/20 {
    --tw-shadow-color: rgb(146 64 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/25 {
    --tw-shadow-color: rgb(146 64 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/30 {
    --tw-shadow-color: rgb(146 64 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/35 {
    --tw-shadow-color: rgb(146 64 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/40 {
    --tw-shadow-color: rgb(146 64 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/45 {
    --tw-shadow-color: rgb(146 64 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/5 {
    --tw-shadow-color: rgb(146 64 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/50 {
    --tw-shadow-color: rgb(146 64 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/55 {
    --tw-shadow-color: rgb(146 64 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/60 {
    --tw-shadow-color: rgb(146 64 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/65 {
    --tw-shadow-color: rgb(146 64 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/70 {
    --tw-shadow-color: rgb(146 64 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/75 {
    --tw-shadow-color: rgb(146 64 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/80 {
    --tw-shadow-color: rgb(146 64 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/85 {
    --tw-shadow-color: rgb(146 64 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/90 {
    --tw-shadow-color: rgb(146 64 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-800\/95 {
    --tw-shadow-color: rgb(146 64 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900 {
    --tw-shadow-color: #78350f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/0 {
    --tw-shadow-color: rgb(120 53 15 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/10 {
    --tw-shadow-color: rgb(120 53 15 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/100 {
    --tw-shadow-color: rgb(120 53 15 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/15 {
    --tw-shadow-color: rgb(120 53 15 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/20 {
    --tw-shadow-color: rgb(120 53 15 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/25 {
    --tw-shadow-color: rgb(120 53 15 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/30 {
    --tw-shadow-color: rgb(120 53 15 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/35 {
    --tw-shadow-color: rgb(120 53 15 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/40 {
    --tw-shadow-color: rgb(120 53 15 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/45 {
    --tw-shadow-color: rgb(120 53 15 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/5 {
    --tw-shadow-color: rgb(120 53 15 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/50 {
    --tw-shadow-color: rgb(120 53 15 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/55 {
    --tw-shadow-color: rgb(120 53 15 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/60 {
    --tw-shadow-color: rgb(120 53 15 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/65 {
    --tw-shadow-color: rgb(120 53 15 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/70 {
    --tw-shadow-color: rgb(120 53 15 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/75 {
    --tw-shadow-color: rgb(120 53 15 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/80 {
    --tw-shadow-color: rgb(120 53 15 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/85 {
    --tw-shadow-color: rgb(120 53 15 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/90 {
    --tw-shadow-color: rgb(120 53 15 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-900\/95 {
    --tw-shadow-color: rgb(120 53 15 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950 {
    --tw-shadow-color: #451a03 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/0 {
    --tw-shadow-color: rgb(69 26 3 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/10 {
    --tw-shadow-color: rgb(69 26 3 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/100 {
    --tw-shadow-color: rgb(69 26 3 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/15 {
    --tw-shadow-color: rgb(69 26 3 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/20 {
    --tw-shadow-color: rgb(69 26 3 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/25 {
    --tw-shadow-color: rgb(69 26 3 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/30 {
    --tw-shadow-color: rgb(69 26 3 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/35 {
    --tw-shadow-color: rgb(69 26 3 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/40 {
    --tw-shadow-color: rgb(69 26 3 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/45 {
    --tw-shadow-color: rgb(69 26 3 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/5 {
    --tw-shadow-color: rgb(69 26 3 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/50 {
    --tw-shadow-color: rgb(69 26 3 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/55 {
    --tw-shadow-color: rgb(69 26 3 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/60 {
    --tw-shadow-color: rgb(69 26 3 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/65 {
    --tw-shadow-color: rgb(69 26 3 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/70 {
    --tw-shadow-color: rgb(69 26 3 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/75 {
    --tw-shadow-color: rgb(69 26 3 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/80 {
    --tw-shadow-color: rgb(69 26 3 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/85 {
    --tw-shadow-color: rgb(69 26 3 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/90 {
    --tw-shadow-color: rgb(69 26 3 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-amber-950\/95 {
    --tw-shadow-color: rgb(69 26 3 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black {
    --tw-shadow-color: #000 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-black\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100 {
    --tw-shadow-color: #dbeafe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/0 {
    --tw-shadow-color: rgb(219 234 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/10 {
    --tw-shadow-color: rgb(219 234 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/100 {
    --tw-shadow-color: rgb(219 234 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/15 {
    --tw-shadow-color: rgb(219 234 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/20 {
    --tw-shadow-color: rgb(219 234 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/25 {
    --tw-shadow-color: rgb(219 234 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/30 {
    --tw-shadow-color: rgb(219 234 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/35 {
    --tw-shadow-color: rgb(219 234 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/40 {
    --tw-shadow-color: rgb(219 234 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/45 {
    --tw-shadow-color: rgb(219 234 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/5 {
    --tw-shadow-color: rgb(219 234 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/50 {
    --tw-shadow-color: rgb(219 234 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/55 {
    --tw-shadow-color: rgb(219 234 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/60 {
    --tw-shadow-color: rgb(219 234 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/65 {
    --tw-shadow-color: rgb(219 234 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/70 {
    --tw-shadow-color: rgb(219 234 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/75 {
    --tw-shadow-color: rgb(219 234 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/80 {
    --tw-shadow-color: rgb(219 234 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/85 {
    --tw-shadow-color: rgb(219 234 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/90 {
    --tw-shadow-color: rgb(219 234 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-100\/95 {
    --tw-shadow-color: rgb(219 234 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200 {
    --tw-shadow-color: #bfdbfe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/0 {
    --tw-shadow-color: rgb(191 219 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/10 {
    --tw-shadow-color: rgb(191 219 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/100 {
    --tw-shadow-color: rgb(191 219 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/15 {
    --tw-shadow-color: rgb(191 219 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/20 {
    --tw-shadow-color: rgb(191 219 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/25 {
    --tw-shadow-color: rgb(191 219 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/30 {
    --tw-shadow-color: rgb(191 219 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/35 {
    --tw-shadow-color: rgb(191 219 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/40 {
    --tw-shadow-color: rgb(191 219 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/45 {
    --tw-shadow-color: rgb(191 219 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/5 {
    --tw-shadow-color: rgb(191 219 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/50 {
    --tw-shadow-color: rgb(191 219 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/55 {
    --tw-shadow-color: rgb(191 219 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/60 {
    --tw-shadow-color: rgb(191 219 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/65 {
    --tw-shadow-color: rgb(191 219 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/70 {
    --tw-shadow-color: rgb(191 219 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/75 {
    --tw-shadow-color: rgb(191 219 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/80 {
    --tw-shadow-color: rgb(191 219 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/85 {
    --tw-shadow-color: rgb(191 219 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/90 {
    --tw-shadow-color: rgb(191 219 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-200\/95 {
    --tw-shadow-color: rgb(191 219 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300 {
    --tw-shadow-color: #93c5fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/0 {
    --tw-shadow-color: rgb(147 197 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/10 {
    --tw-shadow-color: rgb(147 197 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/100 {
    --tw-shadow-color: rgb(147 197 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/15 {
    --tw-shadow-color: rgb(147 197 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/20 {
    --tw-shadow-color: rgb(147 197 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/25 {
    --tw-shadow-color: rgb(147 197 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/30 {
    --tw-shadow-color: rgb(147 197 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/35 {
    --tw-shadow-color: rgb(147 197 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/40 {
    --tw-shadow-color: rgb(147 197 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/45 {
    --tw-shadow-color: rgb(147 197 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/5 {
    --tw-shadow-color: rgb(147 197 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/50 {
    --tw-shadow-color: rgb(147 197 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/55 {
    --tw-shadow-color: rgb(147 197 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/60 {
    --tw-shadow-color: rgb(147 197 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/65 {
    --tw-shadow-color: rgb(147 197 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/70 {
    --tw-shadow-color: rgb(147 197 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/75 {
    --tw-shadow-color: rgb(147 197 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/80 {
    --tw-shadow-color: rgb(147 197 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/85 {
    --tw-shadow-color: rgb(147 197 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/90 {
    --tw-shadow-color: rgb(147 197 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-300\/95 {
    --tw-shadow-color: rgb(147 197 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400 {
    --tw-shadow-color: #60a5fa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/0 {
    --tw-shadow-color: rgb(96 165 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/10 {
    --tw-shadow-color: rgb(96 165 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/100 {
    --tw-shadow-color: rgb(96 165 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/15 {
    --tw-shadow-color: rgb(96 165 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/20 {
    --tw-shadow-color: rgb(96 165 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/25 {
    --tw-shadow-color: rgb(96 165 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/30 {
    --tw-shadow-color: rgb(96 165 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/35 {
    --tw-shadow-color: rgb(96 165 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/40 {
    --tw-shadow-color: rgb(96 165 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/45 {
    --tw-shadow-color: rgb(96 165 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/5 {
    --tw-shadow-color: rgb(96 165 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/50 {
    --tw-shadow-color: rgb(96 165 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/55 {
    --tw-shadow-color: rgb(96 165 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/60 {
    --tw-shadow-color: rgb(96 165 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/65 {
    --tw-shadow-color: rgb(96 165 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/70 {
    --tw-shadow-color: rgb(96 165 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/75 {
    --tw-shadow-color: rgb(96 165 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/80 {
    --tw-shadow-color: rgb(96 165 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/85 {
    --tw-shadow-color: rgb(96 165 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/90 {
    --tw-shadow-color: rgb(96 165 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-400\/95 {
    --tw-shadow-color: rgb(96 165 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50 {
    --tw-shadow-color: #eff6ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/0 {
    --tw-shadow-color: rgb(239 246 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/10 {
    --tw-shadow-color: rgb(239 246 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/100 {
    --tw-shadow-color: rgb(239 246 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/15 {
    --tw-shadow-color: rgb(239 246 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/20 {
    --tw-shadow-color: rgb(239 246 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/25 {
    --tw-shadow-color: rgb(239 246 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/30 {
    --tw-shadow-color: rgb(239 246 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/35 {
    --tw-shadow-color: rgb(239 246 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/40 {
    --tw-shadow-color: rgb(239 246 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/45 {
    --tw-shadow-color: rgb(239 246 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/5 {
    --tw-shadow-color: rgb(239 246 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/50 {
    --tw-shadow-color: rgb(239 246 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/55 {
    --tw-shadow-color: rgb(239 246 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/60 {
    --tw-shadow-color: rgb(239 246 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/65 {
    --tw-shadow-color: rgb(239 246 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/70 {
    --tw-shadow-color: rgb(239 246 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/75 {
    --tw-shadow-color: rgb(239 246 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/80 {
    --tw-shadow-color: rgb(239 246 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/85 {
    --tw-shadow-color: rgb(239 246 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/90 {
    --tw-shadow-color: rgb(239 246 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-50\/95 {
    --tw-shadow-color: rgb(239 246 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500 {
    --tw-shadow-color: #3b82f6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/0 {
    --tw-shadow-color: rgb(59 130 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/10 {
    --tw-shadow-color: rgb(59 130 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/100 {
    --tw-shadow-color: rgb(59 130 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/15 {
    --tw-shadow-color: rgb(59 130 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/20 {
    --tw-shadow-color: rgb(59 130 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/25 {
    --tw-shadow-color: rgb(59 130 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/30 {
    --tw-shadow-color: rgb(59 130 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/35 {
    --tw-shadow-color: rgb(59 130 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/40 {
    --tw-shadow-color: rgb(59 130 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/45 {
    --tw-shadow-color: rgb(59 130 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/5 {
    --tw-shadow-color: rgb(59 130 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/50 {
    --tw-shadow-color: rgb(59 130 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/55 {
    --tw-shadow-color: rgb(59 130 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/60 {
    --tw-shadow-color: rgb(59 130 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/65 {
    --tw-shadow-color: rgb(59 130 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/70 {
    --tw-shadow-color: rgb(59 130 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/75 {
    --tw-shadow-color: rgb(59 130 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/80 {
    --tw-shadow-color: rgb(59 130 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/85 {
    --tw-shadow-color: rgb(59 130 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/90 {
    --tw-shadow-color: rgb(59 130 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-500\/95 {
    --tw-shadow-color: rgb(59 130 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600 {
    --tw-shadow-color: #2563eb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/0 {
    --tw-shadow-color: rgb(37 99 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/10 {
    --tw-shadow-color: rgb(37 99 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/100 {
    --tw-shadow-color: rgb(37 99 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/15 {
    --tw-shadow-color: rgb(37 99 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/20 {
    --tw-shadow-color: rgb(37 99 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/25 {
    --tw-shadow-color: rgb(37 99 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/30 {
    --tw-shadow-color: rgb(37 99 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/35 {
    --tw-shadow-color: rgb(37 99 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/40 {
    --tw-shadow-color: rgb(37 99 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/45 {
    --tw-shadow-color: rgb(37 99 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/5 {
    --tw-shadow-color: rgb(37 99 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/50 {
    --tw-shadow-color: rgb(37 99 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/55 {
    --tw-shadow-color: rgb(37 99 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/60 {
    --tw-shadow-color: rgb(37 99 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/65 {
    --tw-shadow-color: rgb(37 99 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/70 {
    --tw-shadow-color: rgb(37 99 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/75 {
    --tw-shadow-color: rgb(37 99 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/80 {
    --tw-shadow-color: rgb(37 99 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/85 {
    --tw-shadow-color: rgb(37 99 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/90 {
    --tw-shadow-color: rgb(37 99 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-600\/95 {
    --tw-shadow-color: rgb(37 99 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700 {
    --tw-shadow-color: #1d4ed8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/0 {
    --tw-shadow-color: rgb(29 78 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/10 {
    --tw-shadow-color: rgb(29 78 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/100 {
    --tw-shadow-color: rgb(29 78 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/15 {
    --tw-shadow-color: rgb(29 78 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/20 {
    --tw-shadow-color: rgb(29 78 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/25 {
    --tw-shadow-color: rgb(29 78 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/30 {
    --tw-shadow-color: rgb(29 78 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/35 {
    --tw-shadow-color: rgb(29 78 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/40 {
    --tw-shadow-color: rgb(29 78 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/45 {
    --tw-shadow-color: rgb(29 78 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/5 {
    --tw-shadow-color: rgb(29 78 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/50 {
    --tw-shadow-color: rgb(29 78 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/55 {
    --tw-shadow-color: rgb(29 78 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/60 {
    --tw-shadow-color: rgb(29 78 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/65 {
    --tw-shadow-color: rgb(29 78 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/70 {
    --tw-shadow-color: rgb(29 78 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/75 {
    --tw-shadow-color: rgb(29 78 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/80 {
    --tw-shadow-color: rgb(29 78 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/85 {
    --tw-shadow-color: rgb(29 78 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/90 {
    --tw-shadow-color: rgb(29 78 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-700\/95 {
    --tw-shadow-color: rgb(29 78 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800 {
    --tw-shadow-color: #1e40af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/0 {
    --tw-shadow-color: rgb(30 64 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/10 {
    --tw-shadow-color: rgb(30 64 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/100 {
    --tw-shadow-color: rgb(30 64 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/15 {
    --tw-shadow-color: rgb(30 64 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/20 {
    --tw-shadow-color: rgb(30 64 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/25 {
    --tw-shadow-color: rgb(30 64 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/30 {
    --tw-shadow-color: rgb(30 64 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/35 {
    --tw-shadow-color: rgb(30 64 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/40 {
    --tw-shadow-color: rgb(30 64 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/45 {
    --tw-shadow-color: rgb(30 64 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/5 {
    --tw-shadow-color: rgb(30 64 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/50 {
    --tw-shadow-color: rgb(30 64 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/55 {
    --tw-shadow-color: rgb(30 64 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/60 {
    --tw-shadow-color: rgb(30 64 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/65 {
    --tw-shadow-color: rgb(30 64 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/70 {
    --tw-shadow-color: rgb(30 64 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/75 {
    --tw-shadow-color: rgb(30 64 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/80 {
    --tw-shadow-color: rgb(30 64 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/85 {
    --tw-shadow-color: rgb(30 64 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/90 {
    --tw-shadow-color: rgb(30 64 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-800\/95 {
    --tw-shadow-color: rgb(30 64 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900 {
    --tw-shadow-color: #1e3a8a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/0 {
    --tw-shadow-color: rgb(30 58 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/10 {
    --tw-shadow-color: rgb(30 58 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/100 {
    --tw-shadow-color: rgb(30 58 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/15 {
    --tw-shadow-color: rgb(30 58 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/20 {
    --tw-shadow-color: rgb(30 58 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/25 {
    --tw-shadow-color: rgb(30 58 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/30 {
    --tw-shadow-color: rgb(30 58 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/35 {
    --tw-shadow-color: rgb(30 58 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/40 {
    --tw-shadow-color: rgb(30 58 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/45 {
    --tw-shadow-color: rgb(30 58 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/5 {
    --tw-shadow-color: rgb(30 58 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/50 {
    --tw-shadow-color: rgb(30 58 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/55 {
    --tw-shadow-color: rgb(30 58 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/60 {
    --tw-shadow-color: rgb(30 58 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/65 {
    --tw-shadow-color: rgb(30 58 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/70 {
    --tw-shadow-color: rgb(30 58 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/75 {
    --tw-shadow-color: rgb(30 58 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/80 {
    --tw-shadow-color: rgb(30 58 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/85 {
    --tw-shadow-color: rgb(30 58 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/90 {
    --tw-shadow-color: rgb(30 58 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-900\/95 {
    --tw-shadow-color: rgb(30 58 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950 {
    --tw-shadow-color: #172554 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/0 {
    --tw-shadow-color: rgb(23 37 84 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/10 {
    --tw-shadow-color: rgb(23 37 84 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/100 {
    --tw-shadow-color: rgb(23 37 84 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/15 {
    --tw-shadow-color: rgb(23 37 84 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/20 {
    --tw-shadow-color: rgb(23 37 84 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/25 {
    --tw-shadow-color: rgb(23 37 84 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/30 {
    --tw-shadow-color: rgb(23 37 84 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/35 {
    --tw-shadow-color: rgb(23 37 84 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/40 {
    --tw-shadow-color: rgb(23 37 84 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/45 {
    --tw-shadow-color: rgb(23 37 84 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/5 {
    --tw-shadow-color: rgb(23 37 84 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/50 {
    --tw-shadow-color: rgb(23 37 84 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/55 {
    --tw-shadow-color: rgb(23 37 84 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/60 {
    --tw-shadow-color: rgb(23 37 84 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/65 {
    --tw-shadow-color: rgb(23 37 84 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/70 {
    --tw-shadow-color: rgb(23 37 84 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/75 {
    --tw-shadow-color: rgb(23 37 84 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/80 {
    --tw-shadow-color: rgb(23 37 84 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/85 {
    --tw-shadow-color: rgb(23 37 84 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/90 {
    --tw-shadow-color: rgb(23 37 84 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-blue-950\/95 {
    --tw-shadow-color: rgb(23 37 84 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-current {
    --tw-shadow-color: currentColor !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100 {
    --tw-shadow-color: #cffafe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/0 {
    --tw-shadow-color: rgb(207 250 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/10 {
    --tw-shadow-color: rgb(207 250 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/100 {
    --tw-shadow-color: rgb(207 250 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/15 {
    --tw-shadow-color: rgb(207 250 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/20 {
    --tw-shadow-color: rgb(207 250 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/25 {
    --tw-shadow-color: rgb(207 250 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/30 {
    --tw-shadow-color: rgb(207 250 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/35 {
    --tw-shadow-color: rgb(207 250 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/40 {
    --tw-shadow-color: rgb(207 250 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/45 {
    --tw-shadow-color: rgb(207 250 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/5 {
    --tw-shadow-color: rgb(207 250 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/50 {
    --tw-shadow-color: rgb(207 250 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/55 {
    --tw-shadow-color: rgb(207 250 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/60 {
    --tw-shadow-color: rgb(207 250 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/65 {
    --tw-shadow-color: rgb(207 250 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/70 {
    --tw-shadow-color: rgb(207 250 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/75 {
    --tw-shadow-color: rgb(207 250 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/80 {
    --tw-shadow-color: rgb(207 250 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/85 {
    --tw-shadow-color: rgb(207 250 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/90 {
    --tw-shadow-color: rgb(207 250 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-100\/95 {
    --tw-shadow-color: rgb(207 250 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200 {
    --tw-shadow-color: #a5f3fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/0 {
    --tw-shadow-color: rgb(165 243 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/10 {
    --tw-shadow-color: rgb(165 243 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/100 {
    --tw-shadow-color: rgb(165 243 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/15 {
    --tw-shadow-color: rgb(165 243 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/20 {
    --tw-shadow-color: rgb(165 243 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/25 {
    --tw-shadow-color: rgb(165 243 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/30 {
    --tw-shadow-color: rgb(165 243 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/35 {
    --tw-shadow-color: rgb(165 243 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/40 {
    --tw-shadow-color: rgb(165 243 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/45 {
    --tw-shadow-color: rgb(165 243 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/5 {
    --tw-shadow-color: rgb(165 243 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/50 {
    --tw-shadow-color: rgb(165 243 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/55 {
    --tw-shadow-color: rgb(165 243 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/60 {
    --tw-shadow-color: rgb(165 243 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/65 {
    --tw-shadow-color: rgb(165 243 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/70 {
    --tw-shadow-color: rgb(165 243 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/75 {
    --tw-shadow-color: rgb(165 243 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/80 {
    --tw-shadow-color: rgb(165 243 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/85 {
    --tw-shadow-color: rgb(165 243 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/90 {
    --tw-shadow-color: rgb(165 243 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-200\/95 {
    --tw-shadow-color: rgb(165 243 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300 {
    --tw-shadow-color: #67e8f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/0 {
    --tw-shadow-color: rgb(103 232 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/10 {
    --tw-shadow-color: rgb(103 232 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/100 {
    --tw-shadow-color: rgb(103 232 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/15 {
    --tw-shadow-color: rgb(103 232 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/20 {
    --tw-shadow-color: rgb(103 232 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/25 {
    --tw-shadow-color: rgb(103 232 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/30 {
    --tw-shadow-color: rgb(103 232 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/35 {
    --tw-shadow-color: rgb(103 232 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/40 {
    --tw-shadow-color: rgb(103 232 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/45 {
    --tw-shadow-color: rgb(103 232 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/5 {
    --tw-shadow-color: rgb(103 232 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/50 {
    --tw-shadow-color: rgb(103 232 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/55 {
    --tw-shadow-color: rgb(103 232 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/60 {
    --tw-shadow-color: rgb(103 232 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/65 {
    --tw-shadow-color: rgb(103 232 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/70 {
    --tw-shadow-color: rgb(103 232 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/75 {
    --tw-shadow-color: rgb(103 232 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/80 {
    --tw-shadow-color: rgb(103 232 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/85 {
    --tw-shadow-color: rgb(103 232 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/90 {
    --tw-shadow-color: rgb(103 232 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-300\/95 {
    --tw-shadow-color: rgb(103 232 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400 {
    --tw-shadow-color: #22d3ee !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/0 {
    --tw-shadow-color: rgb(34 211 238 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/10 {
    --tw-shadow-color: rgb(34 211 238 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/100 {
    --tw-shadow-color: rgb(34 211 238 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/15 {
    --tw-shadow-color: rgb(34 211 238 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/20 {
    --tw-shadow-color: rgb(34 211 238 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/25 {
    --tw-shadow-color: rgb(34 211 238 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/30 {
    --tw-shadow-color: rgb(34 211 238 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/35 {
    --tw-shadow-color: rgb(34 211 238 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/40 {
    --tw-shadow-color: rgb(34 211 238 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/45 {
    --tw-shadow-color: rgb(34 211 238 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/5 {
    --tw-shadow-color: rgb(34 211 238 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/50 {
    --tw-shadow-color: rgb(34 211 238 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/55 {
    --tw-shadow-color: rgb(34 211 238 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/60 {
    --tw-shadow-color: rgb(34 211 238 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/65 {
    --tw-shadow-color: rgb(34 211 238 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/70 {
    --tw-shadow-color: rgb(34 211 238 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/75 {
    --tw-shadow-color: rgb(34 211 238 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/80 {
    --tw-shadow-color: rgb(34 211 238 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/85 {
    --tw-shadow-color: rgb(34 211 238 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/90 {
    --tw-shadow-color: rgb(34 211 238 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-400\/95 {
    --tw-shadow-color: rgb(34 211 238 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50 {
    --tw-shadow-color: #ecfeff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/0 {
    --tw-shadow-color: rgb(236 254 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/10 {
    --tw-shadow-color: rgb(236 254 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/100 {
    --tw-shadow-color: rgb(236 254 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/15 {
    --tw-shadow-color: rgb(236 254 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/20 {
    --tw-shadow-color: rgb(236 254 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/25 {
    --tw-shadow-color: rgb(236 254 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/30 {
    --tw-shadow-color: rgb(236 254 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/35 {
    --tw-shadow-color: rgb(236 254 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/40 {
    --tw-shadow-color: rgb(236 254 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/45 {
    --tw-shadow-color: rgb(236 254 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/5 {
    --tw-shadow-color: rgb(236 254 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/50 {
    --tw-shadow-color: rgb(236 254 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/55 {
    --tw-shadow-color: rgb(236 254 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/60 {
    --tw-shadow-color: rgb(236 254 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/65 {
    --tw-shadow-color: rgb(236 254 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/70 {
    --tw-shadow-color: rgb(236 254 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/75 {
    --tw-shadow-color: rgb(236 254 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/80 {
    --tw-shadow-color: rgb(236 254 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/85 {
    --tw-shadow-color: rgb(236 254 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/90 {
    --tw-shadow-color: rgb(236 254 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-50\/95 {
    --tw-shadow-color: rgb(236 254 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500 {
    --tw-shadow-color: #06b6d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/0 {
    --tw-shadow-color: rgb(6 182 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/10 {
    --tw-shadow-color: rgb(6 182 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/100 {
    --tw-shadow-color: rgb(6 182 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/15 {
    --tw-shadow-color: rgb(6 182 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/20 {
    --tw-shadow-color: rgb(6 182 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/25 {
    --tw-shadow-color: rgb(6 182 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/30 {
    --tw-shadow-color: rgb(6 182 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/35 {
    --tw-shadow-color: rgb(6 182 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/40 {
    --tw-shadow-color: rgb(6 182 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/45 {
    --tw-shadow-color: rgb(6 182 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/5 {
    --tw-shadow-color: rgb(6 182 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/50 {
    --tw-shadow-color: rgb(6 182 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/55 {
    --tw-shadow-color: rgb(6 182 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/60 {
    --tw-shadow-color: rgb(6 182 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/65 {
    --tw-shadow-color: rgb(6 182 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/70 {
    --tw-shadow-color: rgb(6 182 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/75 {
    --tw-shadow-color: rgb(6 182 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/80 {
    --tw-shadow-color: rgb(6 182 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/85 {
    --tw-shadow-color: rgb(6 182 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/90 {
    --tw-shadow-color: rgb(6 182 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-500\/95 {
    --tw-shadow-color: rgb(6 182 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600 {
    --tw-shadow-color: #0891b2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/0 {
    --tw-shadow-color: rgb(8 145 178 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/10 {
    --tw-shadow-color: rgb(8 145 178 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/100 {
    --tw-shadow-color: rgb(8 145 178 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/15 {
    --tw-shadow-color: rgb(8 145 178 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/20 {
    --tw-shadow-color: rgb(8 145 178 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/25 {
    --tw-shadow-color: rgb(8 145 178 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/30 {
    --tw-shadow-color: rgb(8 145 178 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/35 {
    --tw-shadow-color: rgb(8 145 178 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/40 {
    --tw-shadow-color: rgb(8 145 178 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/45 {
    --tw-shadow-color: rgb(8 145 178 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/5 {
    --tw-shadow-color: rgb(8 145 178 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/50 {
    --tw-shadow-color: rgb(8 145 178 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/55 {
    --tw-shadow-color: rgb(8 145 178 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/60 {
    --tw-shadow-color: rgb(8 145 178 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/65 {
    --tw-shadow-color: rgb(8 145 178 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/70 {
    --tw-shadow-color: rgb(8 145 178 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/75 {
    --tw-shadow-color: rgb(8 145 178 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/80 {
    --tw-shadow-color: rgb(8 145 178 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/85 {
    --tw-shadow-color: rgb(8 145 178 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/90 {
    --tw-shadow-color: rgb(8 145 178 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-600\/95 {
    --tw-shadow-color: rgb(8 145 178 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700 {
    --tw-shadow-color: #0e7490 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/0 {
    --tw-shadow-color: rgb(14 116 144 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/10 {
    --tw-shadow-color: rgb(14 116 144 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/100 {
    --tw-shadow-color: rgb(14 116 144 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/15 {
    --tw-shadow-color: rgb(14 116 144 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/20 {
    --tw-shadow-color: rgb(14 116 144 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/25 {
    --tw-shadow-color: rgb(14 116 144 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/30 {
    --tw-shadow-color: rgb(14 116 144 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/35 {
    --tw-shadow-color: rgb(14 116 144 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/40 {
    --tw-shadow-color: rgb(14 116 144 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/45 {
    --tw-shadow-color: rgb(14 116 144 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/5 {
    --tw-shadow-color: rgb(14 116 144 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/50 {
    --tw-shadow-color: rgb(14 116 144 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/55 {
    --tw-shadow-color: rgb(14 116 144 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/60 {
    --tw-shadow-color: rgb(14 116 144 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/65 {
    --tw-shadow-color: rgb(14 116 144 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/70 {
    --tw-shadow-color: rgb(14 116 144 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/75 {
    --tw-shadow-color: rgb(14 116 144 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/80 {
    --tw-shadow-color: rgb(14 116 144 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/85 {
    --tw-shadow-color: rgb(14 116 144 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/90 {
    --tw-shadow-color: rgb(14 116 144 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-700\/95 {
    --tw-shadow-color: rgb(14 116 144 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800 {
    --tw-shadow-color: #155e75 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/0 {
    --tw-shadow-color: rgb(21 94 117 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/10 {
    --tw-shadow-color: rgb(21 94 117 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/100 {
    --tw-shadow-color: rgb(21 94 117 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/15 {
    --tw-shadow-color: rgb(21 94 117 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/20 {
    --tw-shadow-color: rgb(21 94 117 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/25 {
    --tw-shadow-color: rgb(21 94 117 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/30 {
    --tw-shadow-color: rgb(21 94 117 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/35 {
    --tw-shadow-color: rgb(21 94 117 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/40 {
    --tw-shadow-color: rgb(21 94 117 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/45 {
    --tw-shadow-color: rgb(21 94 117 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/5 {
    --tw-shadow-color: rgb(21 94 117 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/50 {
    --tw-shadow-color: rgb(21 94 117 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/55 {
    --tw-shadow-color: rgb(21 94 117 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/60 {
    --tw-shadow-color: rgb(21 94 117 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/65 {
    --tw-shadow-color: rgb(21 94 117 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/70 {
    --tw-shadow-color: rgb(21 94 117 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/75 {
    --tw-shadow-color: rgb(21 94 117 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/80 {
    --tw-shadow-color: rgb(21 94 117 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/85 {
    --tw-shadow-color: rgb(21 94 117 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/90 {
    --tw-shadow-color: rgb(21 94 117 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-800\/95 {
    --tw-shadow-color: rgb(21 94 117 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900 {
    --tw-shadow-color: #164e63 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/0 {
    --tw-shadow-color: rgb(22 78 99 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/10 {
    --tw-shadow-color: rgb(22 78 99 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/100 {
    --tw-shadow-color: rgb(22 78 99 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/15 {
    --tw-shadow-color: rgb(22 78 99 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/20 {
    --tw-shadow-color: rgb(22 78 99 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/25 {
    --tw-shadow-color: rgb(22 78 99 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/30 {
    --tw-shadow-color: rgb(22 78 99 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/35 {
    --tw-shadow-color: rgb(22 78 99 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/40 {
    --tw-shadow-color: rgb(22 78 99 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/45 {
    --tw-shadow-color: rgb(22 78 99 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/5 {
    --tw-shadow-color: rgb(22 78 99 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/50 {
    --tw-shadow-color: rgb(22 78 99 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/55 {
    --tw-shadow-color: rgb(22 78 99 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/60 {
    --tw-shadow-color: rgb(22 78 99 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/65 {
    --tw-shadow-color: rgb(22 78 99 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/70 {
    --tw-shadow-color: rgb(22 78 99 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/75 {
    --tw-shadow-color: rgb(22 78 99 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/80 {
    --tw-shadow-color: rgb(22 78 99 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/85 {
    --tw-shadow-color: rgb(22 78 99 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/90 {
    --tw-shadow-color: rgb(22 78 99 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-900\/95 {
    --tw-shadow-color: rgb(22 78 99 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950 {
    --tw-shadow-color: #083344 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/0 {
    --tw-shadow-color: rgb(8 51 68 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/10 {
    --tw-shadow-color: rgb(8 51 68 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/100 {
    --tw-shadow-color: rgb(8 51 68 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/15 {
    --tw-shadow-color: rgb(8 51 68 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/20 {
    --tw-shadow-color: rgb(8 51 68 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/25 {
    --tw-shadow-color: rgb(8 51 68 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/30 {
    --tw-shadow-color: rgb(8 51 68 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/35 {
    --tw-shadow-color: rgb(8 51 68 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/40 {
    --tw-shadow-color: rgb(8 51 68 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/45 {
    --tw-shadow-color: rgb(8 51 68 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/5 {
    --tw-shadow-color: rgb(8 51 68 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/50 {
    --tw-shadow-color: rgb(8 51 68 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/55 {
    --tw-shadow-color: rgb(8 51 68 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/60 {
    --tw-shadow-color: rgb(8 51 68 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/65 {
    --tw-shadow-color: rgb(8 51 68 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/70 {
    --tw-shadow-color: rgb(8 51 68 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/75 {
    --tw-shadow-color: rgb(8 51 68 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/80 {
    --tw-shadow-color: rgb(8 51 68 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/85 {
    --tw-shadow-color: rgb(8 51 68 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/90 {
    --tw-shadow-color: rgb(8 51 68 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-cyan-950\/95 {
    --tw-shadow-color: rgb(8 51 68 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey {
    --tw-shadow-color: #2f2f2f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/0 {
    --tw-shadow-color: rgb(47 47 47 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/10 {
    --tw-shadow-color: rgb(47 47 47 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/100 {
    --tw-shadow-color: rgb(47 47 47 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/15 {
    --tw-shadow-color: rgb(47 47 47 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/20 {
    --tw-shadow-color: rgb(47 47 47 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/25 {
    --tw-shadow-color: rgb(47 47 47 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/30 {
    --tw-shadow-color: rgb(47 47 47 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/35 {
    --tw-shadow-color: rgb(47 47 47 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/40 {
    --tw-shadow-color: rgb(47 47 47 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/45 {
    --tw-shadow-color: rgb(47 47 47 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/5 {
    --tw-shadow-color: rgb(47 47 47 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/50 {
    --tw-shadow-color: rgb(47 47 47 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/55 {
    --tw-shadow-color: rgb(47 47 47 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/60 {
    --tw-shadow-color: rgb(47 47 47 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/65 {
    --tw-shadow-color: rgb(47 47 47 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/70 {
    --tw-shadow-color: rgb(47 47 47 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/75 {
    --tw-shadow-color: rgb(47 47 47 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/80 {
    --tw-shadow-color: rgb(47 47 47 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/85 {
    --tw-shadow-color: rgb(47 47 47 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/90 {
    --tw-shadow-color: rgb(47 47 47 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey\/95 {
    --tw-shadow-color: rgb(47 47 47 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt {
    --tw-shadow-color: #3f6359 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/0 {
    --tw-shadow-color: rgb(63 99 89 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/10 {
    --tw-shadow-color: rgb(63 99 89 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/100 {
    --tw-shadow-color: rgb(63 99 89 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/15 {
    --tw-shadow-color: rgb(63 99 89 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/20 {
    --tw-shadow-color: rgb(63 99 89 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/25 {
    --tw-shadow-color: rgb(63 99 89 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/30 {
    --tw-shadow-color: rgb(63 99 89 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/35 {
    --tw-shadow-color: rgb(63 99 89 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/40 {
    --tw-shadow-color: rgb(63 99 89 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/45 {
    --tw-shadow-color: rgb(63 99 89 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/5 {
    --tw-shadow-color: rgb(63 99 89 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/50 {
    --tw-shadow-color: rgb(63 99 89 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/55 {
    --tw-shadow-color: rgb(63 99 89 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/60 {
    --tw-shadow-color: rgb(63 99 89 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/65 {
    --tw-shadow-color: rgb(63 99 89 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/70 {
    --tw-shadow-color: rgb(63 99 89 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/75 {
    --tw-shadow-color: rgb(63 99 89 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/80 {
    --tw-shadow-color: rgb(63 99 89 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/85 {
    --tw-shadow-color: rgb(63 99 89 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/90 {
    --tw-shadow-color: rgb(63 99 89 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-dark_grey_alt\/95 {
    --tw-shadow-color: rgb(63 99 89 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100 {
    --tw-shadow-color: #d1fae5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/0 {
    --tw-shadow-color: rgb(209 250 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/10 {
    --tw-shadow-color: rgb(209 250 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/100 {
    --tw-shadow-color: rgb(209 250 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/15 {
    --tw-shadow-color: rgb(209 250 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/20 {
    --tw-shadow-color: rgb(209 250 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/25 {
    --tw-shadow-color: rgb(209 250 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/30 {
    --tw-shadow-color: rgb(209 250 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/35 {
    --tw-shadow-color: rgb(209 250 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/40 {
    --tw-shadow-color: rgb(209 250 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/45 {
    --tw-shadow-color: rgb(209 250 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/5 {
    --tw-shadow-color: rgb(209 250 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/50 {
    --tw-shadow-color: rgb(209 250 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/55 {
    --tw-shadow-color: rgb(209 250 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/60 {
    --tw-shadow-color: rgb(209 250 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/65 {
    --tw-shadow-color: rgb(209 250 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/70 {
    --tw-shadow-color: rgb(209 250 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/75 {
    --tw-shadow-color: rgb(209 250 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/80 {
    --tw-shadow-color: rgb(209 250 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/85 {
    --tw-shadow-color: rgb(209 250 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/90 {
    --tw-shadow-color: rgb(209 250 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-100\/95 {
    --tw-shadow-color: rgb(209 250 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200 {
    --tw-shadow-color: #a7f3d0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/0 {
    --tw-shadow-color: rgb(167 243 208 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/10 {
    --tw-shadow-color: rgb(167 243 208 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/100 {
    --tw-shadow-color: rgb(167 243 208 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/15 {
    --tw-shadow-color: rgb(167 243 208 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/20 {
    --tw-shadow-color: rgb(167 243 208 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/25 {
    --tw-shadow-color: rgb(167 243 208 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/30 {
    --tw-shadow-color: rgb(167 243 208 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/35 {
    --tw-shadow-color: rgb(167 243 208 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/40 {
    --tw-shadow-color: rgb(167 243 208 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/45 {
    --tw-shadow-color: rgb(167 243 208 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/5 {
    --tw-shadow-color: rgb(167 243 208 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/50 {
    --tw-shadow-color: rgb(167 243 208 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/55 {
    --tw-shadow-color: rgb(167 243 208 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/60 {
    --tw-shadow-color: rgb(167 243 208 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/65 {
    --tw-shadow-color: rgb(167 243 208 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/70 {
    --tw-shadow-color: rgb(167 243 208 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/75 {
    --tw-shadow-color: rgb(167 243 208 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/80 {
    --tw-shadow-color: rgb(167 243 208 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/85 {
    --tw-shadow-color: rgb(167 243 208 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/90 {
    --tw-shadow-color: rgb(167 243 208 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-200\/95 {
    --tw-shadow-color: rgb(167 243 208 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300 {
    --tw-shadow-color: #6ee7b7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/0 {
    --tw-shadow-color: rgb(110 231 183 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/10 {
    --tw-shadow-color: rgb(110 231 183 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/100 {
    --tw-shadow-color: rgb(110 231 183 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/15 {
    --tw-shadow-color: rgb(110 231 183 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/20 {
    --tw-shadow-color: rgb(110 231 183 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/25 {
    --tw-shadow-color: rgb(110 231 183 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/30 {
    --tw-shadow-color: rgb(110 231 183 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/35 {
    --tw-shadow-color: rgb(110 231 183 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/40 {
    --tw-shadow-color: rgb(110 231 183 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/45 {
    --tw-shadow-color: rgb(110 231 183 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/5 {
    --tw-shadow-color: rgb(110 231 183 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/50 {
    --tw-shadow-color: rgb(110 231 183 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/55 {
    --tw-shadow-color: rgb(110 231 183 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/60 {
    --tw-shadow-color: rgb(110 231 183 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/65 {
    --tw-shadow-color: rgb(110 231 183 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/70 {
    --tw-shadow-color: rgb(110 231 183 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/75 {
    --tw-shadow-color: rgb(110 231 183 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/80 {
    --tw-shadow-color: rgb(110 231 183 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/85 {
    --tw-shadow-color: rgb(110 231 183 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/90 {
    --tw-shadow-color: rgb(110 231 183 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-300\/95 {
    --tw-shadow-color: rgb(110 231 183 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400 {
    --tw-shadow-color: #34d399 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/0 {
    --tw-shadow-color: rgb(52 211 153 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/10 {
    --tw-shadow-color: rgb(52 211 153 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/100 {
    --tw-shadow-color: rgb(52 211 153 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/15 {
    --tw-shadow-color: rgb(52 211 153 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/20 {
    --tw-shadow-color: rgb(52 211 153 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/25 {
    --tw-shadow-color: rgb(52 211 153 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/30 {
    --tw-shadow-color: rgb(52 211 153 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/35 {
    --tw-shadow-color: rgb(52 211 153 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/40 {
    --tw-shadow-color: rgb(52 211 153 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/45 {
    --tw-shadow-color: rgb(52 211 153 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/5 {
    --tw-shadow-color: rgb(52 211 153 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/50 {
    --tw-shadow-color: rgb(52 211 153 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/55 {
    --tw-shadow-color: rgb(52 211 153 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/60 {
    --tw-shadow-color: rgb(52 211 153 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/65 {
    --tw-shadow-color: rgb(52 211 153 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/70 {
    --tw-shadow-color: rgb(52 211 153 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/75 {
    --tw-shadow-color: rgb(52 211 153 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/80 {
    --tw-shadow-color: rgb(52 211 153 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/85 {
    --tw-shadow-color: rgb(52 211 153 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/90 {
    --tw-shadow-color: rgb(52 211 153 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-400\/95 {
    --tw-shadow-color: rgb(52 211 153 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50 {
    --tw-shadow-color: #ecfdf5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/0 {
    --tw-shadow-color: rgb(236 253 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/10 {
    --tw-shadow-color: rgb(236 253 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/100 {
    --tw-shadow-color: rgb(236 253 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/15 {
    --tw-shadow-color: rgb(236 253 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/20 {
    --tw-shadow-color: rgb(236 253 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/25 {
    --tw-shadow-color: rgb(236 253 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/30 {
    --tw-shadow-color: rgb(236 253 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/35 {
    --tw-shadow-color: rgb(236 253 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/40 {
    --tw-shadow-color: rgb(236 253 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/45 {
    --tw-shadow-color: rgb(236 253 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/5 {
    --tw-shadow-color: rgb(236 253 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/50 {
    --tw-shadow-color: rgb(236 253 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/55 {
    --tw-shadow-color: rgb(236 253 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/60 {
    --tw-shadow-color: rgb(236 253 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/65 {
    --tw-shadow-color: rgb(236 253 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/70 {
    --tw-shadow-color: rgb(236 253 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/75 {
    --tw-shadow-color: rgb(236 253 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/80 {
    --tw-shadow-color: rgb(236 253 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/85 {
    --tw-shadow-color: rgb(236 253 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/90 {
    --tw-shadow-color: rgb(236 253 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-50\/95 {
    --tw-shadow-color: rgb(236 253 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500 {
    --tw-shadow-color: #10b981 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/0 {
    --tw-shadow-color: rgb(16 185 129 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/10 {
    --tw-shadow-color: rgb(16 185 129 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/100 {
    --tw-shadow-color: rgb(16 185 129 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/15 {
    --tw-shadow-color: rgb(16 185 129 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/20 {
    --tw-shadow-color: rgb(16 185 129 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/25 {
    --tw-shadow-color: rgb(16 185 129 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/30 {
    --tw-shadow-color: rgb(16 185 129 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/35 {
    --tw-shadow-color: rgb(16 185 129 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/40 {
    --tw-shadow-color: rgb(16 185 129 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/45 {
    --tw-shadow-color: rgb(16 185 129 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/5 {
    --tw-shadow-color: rgb(16 185 129 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/50 {
    --tw-shadow-color: rgb(16 185 129 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/55 {
    --tw-shadow-color: rgb(16 185 129 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/60 {
    --tw-shadow-color: rgb(16 185 129 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/65 {
    --tw-shadow-color: rgb(16 185 129 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/70 {
    --tw-shadow-color: rgb(16 185 129 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/75 {
    --tw-shadow-color: rgb(16 185 129 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/80 {
    --tw-shadow-color: rgb(16 185 129 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/85 {
    --tw-shadow-color: rgb(16 185 129 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/90 {
    --tw-shadow-color: rgb(16 185 129 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-500\/95 {
    --tw-shadow-color: rgb(16 185 129 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600 {
    --tw-shadow-color: #059669 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/0 {
    --tw-shadow-color: rgb(5 150 105 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/10 {
    --tw-shadow-color: rgb(5 150 105 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/100 {
    --tw-shadow-color: rgb(5 150 105 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/15 {
    --tw-shadow-color: rgb(5 150 105 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/20 {
    --tw-shadow-color: rgb(5 150 105 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/25 {
    --tw-shadow-color: rgb(5 150 105 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/30 {
    --tw-shadow-color: rgb(5 150 105 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/35 {
    --tw-shadow-color: rgb(5 150 105 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/40 {
    --tw-shadow-color: rgb(5 150 105 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/45 {
    --tw-shadow-color: rgb(5 150 105 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/5 {
    --tw-shadow-color: rgb(5 150 105 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/50 {
    --tw-shadow-color: rgb(5 150 105 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/55 {
    --tw-shadow-color: rgb(5 150 105 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/60 {
    --tw-shadow-color: rgb(5 150 105 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/65 {
    --tw-shadow-color: rgb(5 150 105 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/70 {
    --tw-shadow-color: rgb(5 150 105 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/75 {
    --tw-shadow-color: rgb(5 150 105 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/80 {
    --tw-shadow-color: rgb(5 150 105 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/85 {
    --tw-shadow-color: rgb(5 150 105 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/90 {
    --tw-shadow-color: rgb(5 150 105 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-600\/95 {
    --tw-shadow-color: rgb(5 150 105 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700 {
    --tw-shadow-color: #047857 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/0 {
    --tw-shadow-color: rgb(4 120 87 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/10 {
    --tw-shadow-color: rgb(4 120 87 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/100 {
    --tw-shadow-color: rgb(4 120 87 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/15 {
    --tw-shadow-color: rgb(4 120 87 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/20 {
    --tw-shadow-color: rgb(4 120 87 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/25 {
    --tw-shadow-color: rgb(4 120 87 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/30 {
    --tw-shadow-color: rgb(4 120 87 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/35 {
    --tw-shadow-color: rgb(4 120 87 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/40 {
    --tw-shadow-color: rgb(4 120 87 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/45 {
    --tw-shadow-color: rgb(4 120 87 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/5 {
    --tw-shadow-color: rgb(4 120 87 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/50 {
    --tw-shadow-color: rgb(4 120 87 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/55 {
    --tw-shadow-color: rgb(4 120 87 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/60 {
    --tw-shadow-color: rgb(4 120 87 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/65 {
    --tw-shadow-color: rgb(4 120 87 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/70 {
    --tw-shadow-color: rgb(4 120 87 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/75 {
    --tw-shadow-color: rgb(4 120 87 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/80 {
    --tw-shadow-color: rgb(4 120 87 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/85 {
    --tw-shadow-color: rgb(4 120 87 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/90 {
    --tw-shadow-color: rgb(4 120 87 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-700\/95 {
    --tw-shadow-color: rgb(4 120 87 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800 {
    --tw-shadow-color: #065f46 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/0 {
    --tw-shadow-color: rgb(6 95 70 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/10 {
    --tw-shadow-color: rgb(6 95 70 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/100 {
    --tw-shadow-color: rgb(6 95 70 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/15 {
    --tw-shadow-color: rgb(6 95 70 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/20 {
    --tw-shadow-color: rgb(6 95 70 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/25 {
    --tw-shadow-color: rgb(6 95 70 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/30 {
    --tw-shadow-color: rgb(6 95 70 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/35 {
    --tw-shadow-color: rgb(6 95 70 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/40 {
    --tw-shadow-color: rgb(6 95 70 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/45 {
    --tw-shadow-color: rgb(6 95 70 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/5 {
    --tw-shadow-color: rgb(6 95 70 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/50 {
    --tw-shadow-color: rgb(6 95 70 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/55 {
    --tw-shadow-color: rgb(6 95 70 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/60 {
    --tw-shadow-color: rgb(6 95 70 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/65 {
    --tw-shadow-color: rgb(6 95 70 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/70 {
    --tw-shadow-color: rgb(6 95 70 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/75 {
    --tw-shadow-color: rgb(6 95 70 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/80 {
    --tw-shadow-color: rgb(6 95 70 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/85 {
    --tw-shadow-color: rgb(6 95 70 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/90 {
    --tw-shadow-color: rgb(6 95 70 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-800\/95 {
    --tw-shadow-color: rgb(6 95 70 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900 {
    --tw-shadow-color: #064e3b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/0 {
    --tw-shadow-color: rgb(6 78 59 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/10 {
    --tw-shadow-color: rgb(6 78 59 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/100 {
    --tw-shadow-color: rgb(6 78 59 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/15 {
    --tw-shadow-color: rgb(6 78 59 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/20 {
    --tw-shadow-color: rgb(6 78 59 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/25 {
    --tw-shadow-color: rgb(6 78 59 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/30 {
    --tw-shadow-color: rgb(6 78 59 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/35 {
    --tw-shadow-color: rgb(6 78 59 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/40 {
    --tw-shadow-color: rgb(6 78 59 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/45 {
    --tw-shadow-color: rgb(6 78 59 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/5 {
    --tw-shadow-color: rgb(6 78 59 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/50 {
    --tw-shadow-color: rgb(6 78 59 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/55 {
    --tw-shadow-color: rgb(6 78 59 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/60 {
    --tw-shadow-color: rgb(6 78 59 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/65 {
    --tw-shadow-color: rgb(6 78 59 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/70 {
    --tw-shadow-color: rgb(6 78 59 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/75 {
    --tw-shadow-color: rgb(6 78 59 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/80 {
    --tw-shadow-color: rgb(6 78 59 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/85 {
    --tw-shadow-color: rgb(6 78 59 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/90 {
    --tw-shadow-color: rgb(6 78 59 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-900\/95 {
    --tw-shadow-color: rgb(6 78 59 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950 {
    --tw-shadow-color: #022c22 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/0 {
    --tw-shadow-color: rgb(2 44 34 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/10 {
    --tw-shadow-color: rgb(2 44 34 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/100 {
    --tw-shadow-color: rgb(2 44 34 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/15 {
    --tw-shadow-color: rgb(2 44 34 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/20 {
    --tw-shadow-color: rgb(2 44 34 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/25 {
    --tw-shadow-color: rgb(2 44 34 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/30 {
    --tw-shadow-color: rgb(2 44 34 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/35 {
    --tw-shadow-color: rgb(2 44 34 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/40 {
    --tw-shadow-color: rgb(2 44 34 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/45 {
    --tw-shadow-color: rgb(2 44 34 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/5 {
    --tw-shadow-color: rgb(2 44 34 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/50 {
    --tw-shadow-color: rgb(2 44 34 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/55 {
    --tw-shadow-color: rgb(2 44 34 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/60 {
    --tw-shadow-color: rgb(2 44 34 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/65 {
    --tw-shadow-color: rgb(2 44 34 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/70 {
    --tw-shadow-color: rgb(2 44 34 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/75 {
    --tw-shadow-color: rgb(2 44 34 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/80 {
    --tw-shadow-color: rgb(2 44 34 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/85 {
    --tw-shadow-color: rgb(2 44 34 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/90 {
    --tw-shadow-color: rgb(2 44 34 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-emerald-950\/95 {
    --tw-shadow-color: rgb(2 44 34 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100 {
    --tw-shadow-color: #fae8ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/0 {
    --tw-shadow-color: rgb(250 232 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/10 {
    --tw-shadow-color: rgb(250 232 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/100 {
    --tw-shadow-color: rgb(250 232 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/15 {
    --tw-shadow-color: rgb(250 232 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/20 {
    --tw-shadow-color: rgb(250 232 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/25 {
    --tw-shadow-color: rgb(250 232 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/30 {
    --tw-shadow-color: rgb(250 232 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/35 {
    --tw-shadow-color: rgb(250 232 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/40 {
    --tw-shadow-color: rgb(250 232 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/45 {
    --tw-shadow-color: rgb(250 232 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/5 {
    --tw-shadow-color: rgb(250 232 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/50 {
    --tw-shadow-color: rgb(250 232 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/55 {
    --tw-shadow-color: rgb(250 232 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/60 {
    --tw-shadow-color: rgb(250 232 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/65 {
    --tw-shadow-color: rgb(250 232 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/70 {
    --tw-shadow-color: rgb(250 232 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/75 {
    --tw-shadow-color: rgb(250 232 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/80 {
    --tw-shadow-color: rgb(250 232 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/85 {
    --tw-shadow-color: rgb(250 232 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/90 {
    --tw-shadow-color: rgb(250 232 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-100\/95 {
    --tw-shadow-color: rgb(250 232 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200 {
    --tw-shadow-color: #f5d0fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/0 {
    --tw-shadow-color: rgb(245 208 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/10 {
    --tw-shadow-color: rgb(245 208 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/100 {
    --tw-shadow-color: rgb(245 208 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/15 {
    --tw-shadow-color: rgb(245 208 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/20 {
    --tw-shadow-color: rgb(245 208 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/25 {
    --tw-shadow-color: rgb(245 208 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/30 {
    --tw-shadow-color: rgb(245 208 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/35 {
    --tw-shadow-color: rgb(245 208 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/40 {
    --tw-shadow-color: rgb(245 208 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/45 {
    --tw-shadow-color: rgb(245 208 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/5 {
    --tw-shadow-color: rgb(245 208 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/50 {
    --tw-shadow-color: rgb(245 208 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/55 {
    --tw-shadow-color: rgb(245 208 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/60 {
    --tw-shadow-color: rgb(245 208 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/65 {
    --tw-shadow-color: rgb(245 208 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/70 {
    --tw-shadow-color: rgb(245 208 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/75 {
    --tw-shadow-color: rgb(245 208 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/80 {
    --tw-shadow-color: rgb(245 208 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/85 {
    --tw-shadow-color: rgb(245 208 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/90 {
    --tw-shadow-color: rgb(245 208 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-200\/95 {
    --tw-shadow-color: rgb(245 208 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300 {
    --tw-shadow-color: #f0abfc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/0 {
    --tw-shadow-color: rgb(240 171 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/10 {
    --tw-shadow-color: rgb(240 171 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/100 {
    --tw-shadow-color: rgb(240 171 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/15 {
    --tw-shadow-color: rgb(240 171 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/20 {
    --tw-shadow-color: rgb(240 171 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/25 {
    --tw-shadow-color: rgb(240 171 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/30 {
    --tw-shadow-color: rgb(240 171 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/35 {
    --tw-shadow-color: rgb(240 171 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/40 {
    --tw-shadow-color: rgb(240 171 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/45 {
    --tw-shadow-color: rgb(240 171 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/5 {
    --tw-shadow-color: rgb(240 171 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/50 {
    --tw-shadow-color: rgb(240 171 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/55 {
    --tw-shadow-color: rgb(240 171 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/60 {
    --tw-shadow-color: rgb(240 171 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/65 {
    --tw-shadow-color: rgb(240 171 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/70 {
    --tw-shadow-color: rgb(240 171 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/75 {
    --tw-shadow-color: rgb(240 171 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/80 {
    --tw-shadow-color: rgb(240 171 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/85 {
    --tw-shadow-color: rgb(240 171 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/90 {
    --tw-shadow-color: rgb(240 171 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-300\/95 {
    --tw-shadow-color: rgb(240 171 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400 {
    --tw-shadow-color: #e879f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/0 {
    --tw-shadow-color: rgb(232 121 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/10 {
    --tw-shadow-color: rgb(232 121 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/100 {
    --tw-shadow-color: rgb(232 121 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/15 {
    --tw-shadow-color: rgb(232 121 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/20 {
    --tw-shadow-color: rgb(232 121 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/25 {
    --tw-shadow-color: rgb(232 121 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/30 {
    --tw-shadow-color: rgb(232 121 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/35 {
    --tw-shadow-color: rgb(232 121 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/40 {
    --tw-shadow-color: rgb(232 121 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/45 {
    --tw-shadow-color: rgb(232 121 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/5 {
    --tw-shadow-color: rgb(232 121 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/50 {
    --tw-shadow-color: rgb(232 121 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/55 {
    --tw-shadow-color: rgb(232 121 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/60 {
    --tw-shadow-color: rgb(232 121 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/65 {
    --tw-shadow-color: rgb(232 121 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/70 {
    --tw-shadow-color: rgb(232 121 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/75 {
    --tw-shadow-color: rgb(232 121 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/80 {
    --tw-shadow-color: rgb(232 121 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/85 {
    --tw-shadow-color: rgb(232 121 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/90 {
    --tw-shadow-color: rgb(232 121 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-400\/95 {
    --tw-shadow-color: rgb(232 121 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50 {
    --tw-shadow-color: #fdf4ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/0 {
    --tw-shadow-color: rgb(253 244 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/10 {
    --tw-shadow-color: rgb(253 244 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/100 {
    --tw-shadow-color: rgb(253 244 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/15 {
    --tw-shadow-color: rgb(253 244 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/20 {
    --tw-shadow-color: rgb(253 244 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/25 {
    --tw-shadow-color: rgb(253 244 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/30 {
    --tw-shadow-color: rgb(253 244 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/35 {
    --tw-shadow-color: rgb(253 244 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/40 {
    --tw-shadow-color: rgb(253 244 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/45 {
    --tw-shadow-color: rgb(253 244 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/5 {
    --tw-shadow-color: rgb(253 244 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/50 {
    --tw-shadow-color: rgb(253 244 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/55 {
    --tw-shadow-color: rgb(253 244 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/60 {
    --tw-shadow-color: rgb(253 244 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/65 {
    --tw-shadow-color: rgb(253 244 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/70 {
    --tw-shadow-color: rgb(253 244 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/75 {
    --tw-shadow-color: rgb(253 244 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/80 {
    --tw-shadow-color: rgb(253 244 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/85 {
    --tw-shadow-color: rgb(253 244 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/90 {
    --tw-shadow-color: rgb(253 244 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-50\/95 {
    --tw-shadow-color: rgb(253 244 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500 {
    --tw-shadow-color: #d946ef !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/0 {
    --tw-shadow-color: rgb(217 70 239 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/10 {
    --tw-shadow-color: rgb(217 70 239 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/100 {
    --tw-shadow-color: rgb(217 70 239 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/15 {
    --tw-shadow-color: rgb(217 70 239 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/20 {
    --tw-shadow-color: rgb(217 70 239 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/25 {
    --tw-shadow-color: rgb(217 70 239 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/30 {
    --tw-shadow-color: rgb(217 70 239 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/35 {
    --tw-shadow-color: rgb(217 70 239 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/40 {
    --tw-shadow-color: rgb(217 70 239 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/45 {
    --tw-shadow-color: rgb(217 70 239 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/5 {
    --tw-shadow-color: rgb(217 70 239 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/50 {
    --tw-shadow-color: rgb(217 70 239 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/55 {
    --tw-shadow-color: rgb(217 70 239 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/60 {
    --tw-shadow-color: rgb(217 70 239 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/65 {
    --tw-shadow-color: rgb(217 70 239 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/70 {
    --tw-shadow-color: rgb(217 70 239 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/75 {
    --tw-shadow-color: rgb(217 70 239 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/80 {
    --tw-shadow-color: rgb(217 70 239 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/85 {
    --tw-shadow-color: rgb(217 70 239 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/90 {
    --tw-shadow-color: rgb(217 70 239 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-500\/95 {
    --tw-shadow-color: rgb(217 70 239 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600 {
    --tw-shadow-color: #c026d3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/0 {
    --tw-shadow-color: rgb(192 38 211 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/10 {
    --tw-shadow-color: rgb(192 38 211 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/100 {
    --tw-shadow-color: rgb(192 38 211 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/15 {
    --tw-shadow-color: rgb(192 38 211 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/20 {
    --tw-shadow-color: rgb(192 38 211 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/25 {
    --tw-shadow-color: rgb(192 38 211 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/30 {
    --tw-shadow-color: rgb(192 38 211 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/35 {
    --tw-shadow-color: rgb(192 38 211 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/40 {
    --tw-shadow-color: rgb(192 38 211 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/45 {
    --tw-shadow-color: rgb(192 38 211 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/5 {
    --tw-shadow-color: rgb(192 38 211 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/50 {
    --tw-shadow-color: rgb(192 38 211 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/55 {
    --tw-shadow-color: rgb(192 38 211 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/60 {
    --tw-shadow-color: rgb(192 38 211 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/65 {
    --tw-shadow-color: rgb(192 38 211 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/70 {
    --tw-shadow-color: rgb(192 38 211 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/75 {
    --tw-shadow-color: rgb(192 38 211 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/80 {
    --tw-shadow-color: rgb(192 38 211 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/85 {
    --tw-shadow-color: rgb(192 38 211 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/90 {
    --tw-shadow-color: rgb(192 38 211 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-600\/95 {
    --tw-shadow-color: rgb(192 38 211 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700 {
    --tw-shadow-color: #a21caf !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/0 {
    --tw-shadow-color: rgb(162 28 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/10 {
    --tw-shadow-color: rgb(162 28 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/100 {
    --tw-shadow-color: rgb(162 28 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/15 {
    --tw-shadow-color: rgb(162 28 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/20 {
    --tw-shadow-color: rgb(162 28 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/25 {
    --tw-shadow-color: rgb(162 28 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/30 {
    --tw-shadow-color: rgb(162 28 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/35 {
    --tw-shadow-color: rgb(162 28 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/40 {
    --tw-shadow-color: rgb(162 28 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/45 {
    --tw-shadow-color: rgb(162 28 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/5 {
    --tw-shadow-color: rgb(162 28 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/50 {
    --tw-shadow-color: rgb(162 28 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/55 {
    --tw-shadow-color: rgb(162 28 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/60 {
    --tw-shadow-color: rgb(162 28 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/65 {
    --tw-shadow-color: rgb(162 28 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/70 {
    --tw-shadow-color: rgb(162 28 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/75 {
    --tw-shadow-color: rgb(162 28 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/80 {
    --tw-shadow-color: rgb(162 28 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/85 {
    --tw-shadow-color: rgb(162 28 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/90 {
    --tw-shadow-color: rgb(162 28 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-700\/95 {
    --tw-shadow-color: rgb(162 28 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800 {
    --tw-shadow-color: #86198f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/0 {
    --tw-shadow-color: rgb(134 25 143 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/10 {
    --tw-shadow-color: rgb(134 25 143 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/100 {
    --tw-shadow-color: rgb(134 25 143 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/15 {
    --tw-shadow-color: rgb(134 25 143 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/20 {
    --tw-shadow-color: rgb(134 25 143 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/25 {
    --tw-shadow-color: rgb(134 25 143 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/30 {
    --tw-shadow-color: rgb(134 25 143 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/35 {
    --tw-shadow-color: rgb(134 25 143 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/40 {
    --tw-shadow-color: rgb(134 25 143 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/45 {
    --tw-shadow-color: rgb(134 25 143 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/5 {
    --tw-shadow-color: rgb(134 25 143 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/50 {
    --tw-shadow-color: rgb(134 25 143 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/55 {
    --tw-shadow-color: rgb(134 25 143 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/60 {
    --tw-shadow-color: rgb(134 25 143 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/65 {
    --tw-shadow-color: rgb(134 25 143 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/70 {
    --tw-shadow-color: rgb(134 25 143 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/75 {
    --tw-shadow-color: rgb(134 25 143 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/80 {
    --tw-shadow-color: rgb(134 25 143 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/85 {
    --tw-shadow-color: rgb(134 25 143 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/90 {
    --tw-shadow-color: rgb(134 25 143 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-800\/95 {
    --tw-shadow-color: rgb(134 25 143 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900 {
    --tw-shadow-color: #701a75 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/0 {
    --tw-shadow-color: rgb(112 26 117 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/10 {
    --tw-shadow-color: rgb(112 26 117 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/100 {
    --tw-shadow-color: rgb(112 26 117 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/15 {
    --tw-shadow-color: rgb(112 26 117 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/20 {
    --tw-shadow-color: rgb(112 26 117 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/25 {
    --tw-shadow-color: rgb(112 26 117 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/30 {
    --tw-shadow-color: rgb(112 26 117 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/35 {
    --tw-shadow-color: rgb(112 26 117 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/40 {
    --tw-shadow-color: rgb(112 26 117 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/45 {
    --tw-shadow-color: rgb(112 26 117 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/5 {
    --tw-shadow-color: rgb(112 26 117 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/50 {
    --tw-shadow-color: rgb(112 26 117 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/55 {
    --tw-shadow-color: rgb(112 26 117 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/60 {
    --tw-shadow-color: rgb(112 26 117 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/65 {
    --tw-shadow-color: rgb(112 26 117 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/70 {
    --tw-shadow-color: rgb(112 26 117 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/75 {
    --tw-shadow-color: rgb(112 26 117 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/80 {
    --tw-shadow-color: rgb(112 26 117 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/85 {
    --tw-shadow-color: rgb(112 26 117 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/90 {
    --tw-shadow-color: rgb(112 26 117 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-900\/95 {
    --tw-shadow-color: rgb(112 26 117 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950 {
    --tw-shadow-color: #4a044e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/0 {
    --tw-shadow-color: rgb(74 4 78 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/10 {
    --tw-shadow-color: rgb(74 4 78 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/100 {
    --tw-shadow-color: rgb(74 4 78 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/15 {
    --tw-shadow-color: rgb(74 4 78 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/20 {
    --tw-shadow-color: rgb(74 4 78 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/25 {
    --tw-shadow-color: rgb(74 4 78 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/30 {
    --tw-shadow-color: rgb(74 4 78 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/35 {
    --tw-shadow-color: rgb(74 4 78 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/40 {
    --tw-shadow-color: rgb(74 4 78 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/45 {
    --tw-shadow-color: rgb(74 4 78 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/5 {
    --tw-shadow-color: rgb(74 4 78 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/50 {
    --tw-shadow-color: rgb(74 4 78 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/55 {
    --tw-shadow-color: rgb(74 4 78 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/60 {
    --tw-shadow-color: rgb(74 4 78 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/65 {
    --tw-shadow-color: rgb(74 4 78 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/70 {
    --tw-shadow-color: rgb(74 4 78 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/75 {
    --tw-shadow-color: rgb(74 4 78 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/80 {
    --tw-shadow-color: rgb(74 4 78 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/85 {
    --tw-shadow-color: rgb(74 4 78 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/90 {
    --tw-shadow-color: rgb(74 4 78 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-fuchsia-950\/95 {
    --tw-shadow-color: rgb(74 4 78 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100 {
    --tw-shadow-color: #f3f4f6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/0 {
    --tw-shadow-color: rgb(243 244 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/10 {
    --tw-shadow-color: rgb(243 244 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/100 {
    --tw-shadow-color: rgb(243 244 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/15 {
    --tw-shadow-color: rgb(243 244 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/20 {
    --tw-shadow-color: rgb(243 244 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/25 {
    --tw-shadow-color: rgb(243 244 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/30 {
    --tw-shadow-color: rgb(243 244 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/35 {
    --tw-shadow-color: rgb(243 244 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/40 {
    --tw-shadow-color: rgb(243 244 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/45 {
    --tw-shadow-color: rgb(243 244 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/5 {
    --tw-shadow-color: rgb(243 244 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/50 {
    --tw-shadow-color: rgb(243 244 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/55 {
    --tw-shadow-color: rgb(243 244 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/60 {
    --tw-shadow-color: rgb(243 244 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/65 {
    --tw-shadow-color: rgb(243 244 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/70 {
    --tw-shadow-color: rgb(243 244 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/75 {
    --tw-shadow-color: rgb(243 244 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/80 {
    --tw-shadow-color: rgb(243 244 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/85 {
    --tw-shadow-color: rgb(243 244 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/90 {
    --tw-shadow-color: rgb(243 244 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-100\/95 {
    --tw-shadow-color: rgb(243 244 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200 {
    --tw-shadow-color: #e5e7eb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/0 {
    --tw-shadow-color: rgb(229 231 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/10 {
    --tw-shadow-color: rgb(229 231 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/100 {
    --tw-shadow-color: rgb(229 231 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/15 {
    --tw-shadow-color: rgb(229 231 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/20 {
    --tw-shadow-color: rgb(229 231 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/25 {
    --tw-shadow-color: rgb(229 231 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/30 {
    --tw-shadow-color: rgb(229 231 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/35 {
    --tw-shadow-color: rgb(229 231 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/40 {
    --tw-shadow-color: rgb(229 231 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/45 {
    --tw-shadow-color: rgb(229 231 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/5 {
    --tw-shadow-color: rgb(229 231 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/50 {
    --tw-shadow-color: rgb(229 231 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/55 {
    --tw-shadow-color: rgb(229 231 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/60 {
    --tw-shadow-color: rgb(229 231 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/65 {
    --tw-shadow-color: rgb(229 231 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/70 {
    --tw-shadow-color: rgb(229 231 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/75 {
    --tw-shadow-color: rgb(229 231 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/80 {
    --tw-shadow-color: rgb(229 231 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/85 {
    --tw-shadow-color: rgb(229 231 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/90 {
    --tw-shadow-color: rgb(229 231 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-200\/95 {
    --tw-shadow-color: rgb(229 231 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300 {
    --tw-shadow-color: #d1d5db !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/0 {
    --tw-shadow-color: rgb(209 213 219 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/10 {
    --tw-shadow-color: rgb(209 213 219 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/100 {
    --tw-shadow-color: rgb(209 213 219 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/15 {
    --tw-shadow-color: rgb(209 213 219 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/20 {
    --tw-shadow-color: rgb(209 213 219 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/25 {
    --tw-shadow-color: rgb(209 213 219 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/30 {
    --tw-shadow-color: rgb(209 213 219 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/35 {
    --tw-shadow-color: rgb(209 213 219 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/40 {
    --tw-shadow-color: rgb(209 213 219 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/45 {
    --tw-shadow-color: rgb(209 213 219 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/5 {
    --tw-shadow-color: rgb(209 213 219 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/50 {
    --tw-shadow-color: rgb(209 213 219 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/55 {
    --tw-shadow-color: rgb(209 213 219 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/60 {
    --tw-shadow-color: rgb(209 213 219 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/65 {
    --tw-shadow-color: rgb(209 213 219 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/70 {
    --tw-shadow-color: rgb(209 213 219 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/75 {
    --tw-shadow-color: rgb(209 213 219 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/80 {
    --tw-shadow-color: rgb(209 213 219 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/85 {
    --tw-shadow-color: rgb(209 213 219 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/90 {
    --tw-shadow-color: rgb(209 213 219 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-300\/95 {
    --tw-shadow-color: rgb(209 213 219 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400 {
    --tw-shadow-color: #9ca3af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/0 {
    --tw-shadow-color: rgb(156 163 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/10 {
    --tw-shadow-color: rgb(156 163 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/100 {
    --tw-shadow-color: rgb(156 163 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/15 {
    --tw-shadow-color: rgb(156 163 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/20 {
    --tw-shadow-color: rgb(156 163 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/25 {
    --tw-shadow-color: rgb(156 163 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/30 {
    --tw-shadow-color: rgb(156 163 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/35 {
    --tw-shadow-color: rgb(156 163 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/40 {
    --tw-shadow-color: rgb(156 163 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/45 {
    --tw-shadow-color: rgb(156 163 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/5 {
    --tw-shadow-color: rgb(156 163 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/50 {
    --tw-shadow-color: rgb(156 163 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/55 {
    --tw-shadow-color: rgb(156 163 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/60 {
    --tw-shadow-color: rgb(156 163 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/65 {
    --tw-shadow-color: rgb(156 163 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/70 {
    --tw-shadow-color: rgb(156 163 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/75 {
    --tw-shadow-color: rgb(156 163 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/80 {
    --tw-shadow-color: rgb(156 163 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/85 {
    --tw-shadow-color: rgb(156 163 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/90 {
    --tw-shadow-color: rgb(156 163 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-400\/95 {
    --tw-shadow-color: rgb(156 163 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50 {
    --tw-shadow-color: #f9fafb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/0 {
    --tw-shadow-color: rgb(249 250 251 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/10 {
    --tw-shadow-color: rgb(249 250 251 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/100 {
    --tw-shadow-color: rgb(249 250 251 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/15 {
    --tw-shadow-color: rgb(249 250 251 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/20 {
    --tw-shadow-color: rgb(249 250 251 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/25 {
    --tw-shadow-color: rgb(249 250 251 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/30 {
    --tw-shadow-color: rgb(249 250 251 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/35 {
    --tw-shadow-color: rgb(249 250 251 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/40 {
    --tw-shadow-color: rgb(249 250 251 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/45 {
    --tw-shadow-color: rgb(249 250 251 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/5 {
    --tw-shadow-color: rgb(249 250 251 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/50 {
    --tw-shadow-color: rgb(249 250 251 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/55 {
    --tw-shadow-color: rgb(249 250 251 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/60 {
    --tw-shadow-color: rgb(249 250 251 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/65 {
    --tw-shadow-color: rgb(249 250 251 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/70 {
    --tw-shadow-color: rgb(249 250 251 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/75 {
    --tw-shadow-color: rgb(249 250 251 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/80 {
    --tw-shadow-color: rgb(249 250 251 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/85 {
    --tw-shadow-color: rgb(249 250 251 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/90 {
    --tw-shadow-color: rgb(249 250 251 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-50\/95 {
    --tw-shadow-color: rgb(249 250 251 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500 {
    --tw-shadow-color: #6b7280 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/0 {
    --tw-shadow-color: rgb(107 114 128 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/10 {
    --tw-shadow-color: rgb(107 114 128 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/100 {
    --tw-shadow-color: rgb(107 114 128 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/15 {
    --tw-shadow-color: rgb(107 114 128 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/20 {
    --tw-shadow-color: rgb(107 114 128 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/25 {
    --tw-shadow-color: rgb(107 114 128 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/30 {
    --tw-shadow-color: rgb(107 114 128 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/35 {
    --tw-shadow-color: rgb(107 114 128 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/40 {
    --tw-shadow-color: rgb(107 114 128 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/45 {
    --tw-shadow-color: rgb(107 114 128 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/5 {
    --tw-shadow-color: rgb(107 114 128 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/50 {
    --tw-shadow-color: rgb(107 114 128 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/55 {
    --tw-shadow-color: rgb(107 114 128 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/60 {
    --tw-shadow-color: rgb(107 114 128 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/65 {
    --tw-shadow-color: rgb(107 114 128 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/70 {
    --tw-shadow-color: rgb(107 114 128 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/75 {
    --tw-shadow-color: rgb(107 114 128 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/80 {
    --tw-shadow-color: rgb(107 114 128 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/85 {
    --tw-shadow-color: rgb(107 114 128 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/90 {
    --tw-shadow-color: rgb(107 114 128 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-500\/95 {
    --tw-shadow-color: rgb(107 114 128 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600 {
    --tw-shadow-color: #4b5563 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/0 {
    --tw-shadow-color: rgb(75 85 99 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/10 {
    --tw-shadow-color: rgb(75 85 99 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/100 {
    --tw-shadow-color: rgb(75 85 99 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/15 {
    --tw-shadow-color: rgb(75 85 99 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/20 {
    --tw-shadow-color: rgb(75 85 99 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/25 {
    --tw-shadow-color: rgb(75 85 99 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/30 {
    --tw-shadow-color: rgb(75 85 99 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/35 {
    --tw-shadow-color: rgb(75 85 99 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/40 {
    --tw-shadow-color: rgb(75 85 99 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/45 {
    --tw-shadow-color: rgb(75 85 99 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/5 {
    --tw-shadow-color: rgb(75 85 99 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/50 {
    --tw-shadow-color: rgb(75 85 99 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/55 {
    --tw-shadow-color: rgb(75 85 99 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/60 {
    --tw-shadow-color: rgb(75 85 99 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/65 {
    --tw-shadow-color: rgb(75 85 99 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/70 {
    --tw-shadow-color: rgb(75 85 99 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/75 {
    --tw-shadow-color: rgb(75 85 99 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/80 {
    --tw-shadow-color: rgb(75 85 99 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/85 {
    --tw-shadow-color: rgb(75 85 99 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/90 {
    --tw-shadow-color: rgb(75 85 99 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-600\/95 {
    --tw-shadow-color: rgb(75 85 99 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700 {
    --tw-shadow-color: #374151 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/0 {
    --tw-shadow-color: rgb(55 65 81 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/10 {
    --tw-shadow-color: rgb(55 65 81 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/100 {
    --tw-shadow-color: rgb(55 65 81 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/15 {
    --tw-shadow-color: rgb(55 65 81 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/20 {
    --tw-shadow-color: rgb(55 65 81 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/25 {
    --tw-shadow-color: rgb(55 65 81 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/30 {
    --tw-shadow-color: rgb(55 65 81 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/35 {
    --tw-shadow-color: rgb(55 65 81 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/40 {
    --tw-shadow-color: rgb(55 65 81 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/45 {
    --tw-shadow-color: rgb(55 65 81 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/5 {
    --tw-shadow-color: rgb(55 65 81 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/50 {
    --tw-shadow-color: rgb(55 65 81 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/55 {
    --tw-shadow-color: rgb(55 65 81 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/60 {
    --tw-shadow-color: rgb(55 65 81 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/65 {
    --tw-shadow-color: rgb(55 65 81 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/70 {
    --tw-shadow-color: rgb(55 65 81 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/75 {
    --tw-shadow-color: rgb(55 65 81 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/80 {
    --tw-shadow-color: rgb(55 65 81 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/85 {
    --tw-shadow-color: rgb(55 65 81 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/90 {
    --tw-shadow-color: rgb(55 65 81 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-700\/95 {
    --tw-shadow-color: rgb(55 65 81 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800 {
    --tw-shadow-color: #1f2937 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/0 {
    --tw-shadow-color: rgb(31 41 55 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/10 {
    --tw-shadow-color: rgb(31 41 55 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/100 {
    --tw-shadow-color: rgb(31 41 55 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/15 {
    --tw-shadow-color: rgb(31 41 55 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/20 {
    --tw-shadow-color: rgb(31 41 55 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/25 {
    --tw-shadow-color: rgb(31 41 55 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/30 {
    --tw-shadow-color: rgb(31 41 55 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/35 {
    --tw-shadow-color: rgb(31 41 55 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/40 {
    --tw-shadow-color: rgb(31 41 55 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/45 {
    --tw-shadow-color: rgb(31 41 55 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/5 {
    --tw-shadow-color: rgb(31 41 55 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/50 {
    --tw-shadow-color: rgb(31 41 55 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/55 {
    --tw-shadow-color: rgb(31 41 55 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/60 {
    --tw-shadow-color: rgb(31 41 55 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/65 {
    --tw-shadow-color: rgb(31 41 55 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/70 {
    --tw-shadow-color: rgb(31 41 55 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/75 {
    --tw-shadow-color: rgb(31 41 55 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/80 {
    --tw-shadow-color: rgb(31 41 55 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/85 {
    --tw-shadow-color: rgb(31 41 55 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/90 {
    --tw-shadow-color: rgb(31 41 55 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-800\/95 {
    --tw-shadow-color: rgb(31 41 55 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900 {
    --tw-shadow-color: #111827 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/0 {
    --tw-shadow-color: rgb(17 24 39 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/10 {
    --tw-shadow-color: rgb(17 24 39 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/100 {
    --tw-shadow-color: rgb(17 24 39 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/15 {
    --tw-shadow-color: rgb(17 24 39 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/20 {
    --tw-shadow-color: rgb(17 24 39 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/25 {
    --tw-shadow-color: rgb(17 24 39 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/30 {
    --tw-shadow-color: rgb(17 24 39 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/35 {
    --tw-shadow-color: rgb(17 24 39 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/40 {
    --tw-shadow-color: rgb(17 24 39 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/45 {
    --tw-shadow-color: rgb(17 24 39 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/5 {
    --tw-shadow-color: rgb(17 24 39 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/50 {
    --tw-shadow-color: rgb(17 24 39 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/55 {
    --tw-shadow-color: rgb(17 24 39 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/60 {
    --tw-shadow-color: rgb(17 24 39 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/65 {
    --tw-shadow-color: rgb(17 24 39 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/70 {
    --tw-shadow-color: rgb(17 24 39 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/75 {
    --tw-shadow-color: rgb(17 24 39 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/80 {
    --tw-shadow-color: rgb(17 24 39 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/85 {
    --tw-shadow-color: rgb(17 24 39 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/90 {
    --tw-shadow-color: rgb(17 24 39 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-900\/95 {
    --tw-shadow-color: rgb(17 24 39 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950 {
    --tw-shadow-color: #030712 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/0 {
    --tw-shadow-color: rgb(3 7 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/10 {
    --tw-shadow-color: rgb(3 7 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/100 {
    --tw-shadow-color: rgb(3 7 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/15 {
    --tw-shadow-color: rgb(3 7 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/20 {
    --tw-shadow-color: rgb(3 7 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/25 {
    --tw-shadow-color: rgb(3 7 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/30 {
    --tw-shadow-color: rgb(3 7 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/35 {
    --tw-shadow-color: rgb(3 7 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/40 {
    --tw-shadow-color: rgb(3 7 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/45 {
    --tw-shadow-color: rgb(3 7 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/5 {
    --tw-shadow-color: rgb(3 7 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/50 {
    --tw-shadow-color: rgb(3 7 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/55 {
    --tw-shadow-color: rgb(3 7 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/60 {
    --tw-shadow-color: rgb(3 7 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/65 {
    --tw-shadow-color: rgb(3 7 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/70 {
    --tw-shadow-color: rgb(3 7 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/75 {
    --tw-shadow-color: rgb(3 7 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/80 {
    --tw-shadow-color: rgb(3 7 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/85 {
    --tw-shadow-color: rgb(3 7 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/90 {
    --tw-shadow-color: rgb(3 7 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-gray-950\/95 {
    --tw-shadow-color: rgb(3 7 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100 {
    --tw-shadow-color: #dcfce7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/0 {
    --tw-shadow-color: rgb(220 252 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/10 {
    --tw-shadow-color: rgb(220 252 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/100 {
    --tw-shadow-color: rgb(220 252 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/15 {
    --tw-shadow-color: rgb(220 252 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/20 {
    --tw-shadow-color: rgb(220 252 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/25 {
    --tw-shadow-color: rgb(220 252 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/30 {
    --tw-shadow-color: rgb(220 252 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/35 {
    --tw-shadow-color: rgb(220 252 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/40 {
    --tw-shadow-color: rgb(220 252 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/45 {
    --tw-shadow-color: rgb(220 252 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/5 {
    --tw-shadow-color: rgb(220 252 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/50 {
    --tw-shadow-color: rgb(220 252 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/55 {
    --tw-shadow-color: rgb(220 252 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/60 {
    --tw-shadow-color: rgb(220 252 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/65 {
    --tw-shadow-color: rgb(220 252 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/70 {
    --tw-shadow-color: rgb(220 252 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/75 {
    --tw-shadow-color: rgb(220 252 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/80 {
    --tw-shadow-color: rgb(220 252 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/85 {
    --tw-shadow-color: rgb(220 252 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/90 {
    --tw-shadow-color: rgb(220 252 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-100\/95 {
    --tw-shadow-color: rgb(220 252 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200 {
    --tw-shadow-color: #bbf7d0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/0 {
    --tw-shadow-color: rgb(187 247 208 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/10 {
    --tw-shadow-color: rgb(187 247 208 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/100 {
    --tw-shadow-color: rgb(187 247 208 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/15 {
    --tw-shadow-color: rgb(187 247 208 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/20 {
    --tw-shadow-color: rgb(187 247 208 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/25 {
    --tw-shadow-color: rgb(187 247 208 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/30 {
    --tw-shadow-color: rgb(187 247 208 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/35 {
    --tw-shadow-color: rgb(187 247 208 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/40 {
    --tw-shadow-color: rgb(187 247 208 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/45 {
    --tw-shadow-color: rgb(187 247 208 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/5 {
    --tw-shadow-color: rgb(187 247 208 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/50 {
    --tw-shadow-color: rgb(187 247 208 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/55 {
    --tw-shadow-color: rgb(187 247 208 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/60 {
    --tw-shadow-color: rgb(187 247 208 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/65 {
    --tw-shadow-color: rgb(187 247 208 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/70 {
    --tw-shadow-color: rgb(187 247 208 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/75 {
    --tw-shadow-color: rgb(187 247 208 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/80 {
    --tw-shadow-color: rgb(187 247 208 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/85 {
    --tw-shadow-color: rgb(187 247 208 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/90 {
    --tw-shadow-color: rgb(187 247 208 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-200\/95 {
    --tw-shadow-color: rgb(187 247 208 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300 {
    --tw-shadow-color: #86efac !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/0 {
    --tw-shadow-color: rgb(134 239 172 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/10 {
    --tw-shadow-color: rgb(134 239 172 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/100 {
    --tw-shadow-color: rgb(134 239 172 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/15 {
    --tw-shadow-color: rgb(134 239 172 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/20 {
    --tw-shadow-color: rgb(134 239 172 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/25 {
    --tw-shadow-color: rgb(134 239 172 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/30 {
    --tw-shadow-color: rgb(134 239 172 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/35 {
    --tw-shadow-color: rgb(134 239 172 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/40 {
    --tw-shadow-color: rgb(134 239 172 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/45 {
    --tw-shadow-color: rgb(134 239 172 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/5 {
    --tw-shadow-color: rgb(134 239 172 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/50 {
    --tw-shadow-color: rgb(134 239 172 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/55 {
    --tw-shadow-color: rgb(134 239 172 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/60 {
    --tw-shadow-color: rgb(134 239 172 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/65 {
    --tw-shadow-color: rgb(134 239 172 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/70 {
    --tw-shadow-color: rgb(134 239 172 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/75 {
    --tw-shadow-color: rgb(134 239 172 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/80 {
    --tw-shadow-color: rgb(134 239 172 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/85 {
    --tw-shadow-color: rgb(134 239 172 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/90 {
    --tw-shadow-color: rgb(134 239 172 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-300\/95 {
    --tw-shadow-color: rgb(134 239 172 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400 {
    --tw-shadow-color: #4ade80 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/0 {
    --tw-shadow-color: rgb(74 222 128 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/10 {
    --tw-shadow-color: rgb(74 222 128 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/100 {
    --tw-shadow-color: rgb(74 222 128 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/15 {
    --tw-shadow-color: rgb(74 222 128 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/20 {
    --tw-shadow-color: rgb(74 222 128 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/25 {
    --tw-shadow-color: rgb(74 222 128 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/30 {
    --tw-shadow-color: rgb(74 222 128 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/35 {
    --tw-shadow-color: rgb(74 222 128 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/40 {
    --tw-shadow-color: rgb(74 222 128 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/45 {
    --tw-shadow-color: rgb(74 222 128 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/5 {
    --tw-shadow-color: rgb(74 222 128 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/50 {
    --tw-shadow-color: rgb(74 222 128 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/55 {
    --tw-shadow-color: rgb(74 222 128 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/60 {
    --tw-shadow-color: rgb(74 222 128 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/65 {
    --tw-shadow-color: rgb(74 222 128 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/70 {
    --tw-shadow-color: rgb(74 222 128 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/75 {
    --tw-shadow-color: rgb(74 222 128 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/80 {
    --tw-shadow-color: rgb(74 222 128 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/85 {
    --tw-shadow-color: rgb(74 222 128 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/90 {
    --tw-shadow-color: rgb(74 222 128 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-400\/95 {
    --tw-shadow-color: rgb(74 222 128 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50 {
    --tw-shadow-color: #f0fdf4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/0 {
    --tw-shadow-color: rgb(240 253 244 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/10 {
    --tw-shadow-color: rgb(240 253 244 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/100 {
    --tw-shadow-color: rgb(240 253 244 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/15 {
    --tw-shadow-color: rgb(240 253 244 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/20 {
    --tw-shadow-color: rgb(240 253 244 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/25 {
    --tw-shadow-color: rgb(240 253 244 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/30 {
    --tw-shadow-color: rgb(240 253 244 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/35 {
    --tw-shadow-color: rgb(240 253 244 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/40 {
    --tw-shadow-color: rgb(240 253 244 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/45 {
    --tw-shadow-color: rgb(240 253 244 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/5 {
    --tw-shadow-color: rgb(240 253 244 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/50 {
    --tw-shadow-color: rgb(240 253 244 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/55 {
    --tw-shadow-color: rgb(240 253 244 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/60 {
    --tw-shadow-color: rgb(240 253 244 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/65 {
    --tw-shadow-color: rgb(240 253 244 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/70 {
    --tw-shadow-color: rgb(240 253 244 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/75 {
    --tw-shadow-color: rgb(240 253 244 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/80 {
    --tw-shadow-color: rgb(240 253 244 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/85 {
    --tw-shadow-color: rgb(240 253 244 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/90 {
    --tw-shadow-color: rgb(240 253 244 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-50\/95 {
    --tw-shadow-color: rgb(240 253 244 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500 {
    --tw-shadow-color: #22c55e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/0 {
    --tw-shadow-color: rgb(34 197 94 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/10 {
    --tw-shadow-color: rgb(34 197 94 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/100 {
    --tw-shadow-color: rgb(34 197 94 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/15 {
    --tw-shadow-color: rgb(34 197 94 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/20 {
    --tw-shadow-color: rgb(34 197 94 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/25 {
    --tw-shadow-color: rgb(34 197 94 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/30 {
    --tw-shadow-color: rgb(34 197 94 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/35 {
    --tw-shadow-color: rgb(34 197 94 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/40 {
    --tw-shadow-color: rgb(34 197 94 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/45 {
    --tw-shadow-color: rgb(34 197 94 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/5 {
    --tw-shadow-color: rgb(34 197 94 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/50 {
    --tw-shadow-color: rgb(34 197 94 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/55 {
    --tw-shadow-color: rgb(34 197 94 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/60 {
    --tw-shadow-color: rgb(34 197 94 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/65 {
    --tw-shadow-color: rgb(34 197 94 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/70 {
    --tw-shadow-color: rgb(34 197 94 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/75 {
    --tw-shadow-color: rgb(34 197 94 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/80 {
    --tw-shadow-color: rgb(34 197 94 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/85 {
    --tw-shadow-color: rgb(34 197 94 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/90 {
    --tw-shadow-color: rgb(34 197 94 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-500\/95 {
    --tw-shadow-color: rgb(34 197 94 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600 {
    --tw-shadow-color: #16a34a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/0 {
    --tw-shadow-color: rgb(22 163 74 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/10 {
    --tw-shadow-color: rgb(22 163 74 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/100 {
    --tw-shadow-color: rgb(22 163 74 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/15 {
    --tw-shadow-color: rgb(22 163 74 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/20 {
    --tw-shadow-color: rgb(22 163 74 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/25 {
    --tw-shadow-color: rgb(22 163 74 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/30 {
    --tw-shadow-color: rgb(22 163 74 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/35 {
    --tw-shadow-color: rgb(22 163 74 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/40 {
    --tw-shadow-color: rgb(22 163 74 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/45 {
    --tw-shadow-color: rgb(22 163 74 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/5 {
    --tw-shadow-color: rgb(22 163 74 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/50 {
    --tw-shadow-color: rgb(22 163 74 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/55 {
    --tw-shadow-color: rgb(22 163 74 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/60 {
    --tw-shadow-color: rgb(22 163 74 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/65 {
    --tw-shadow-color: rgb(22 163 74 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/70 {
    --tw-shadow-color: rgb(22 163 74 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/75 {
    --tw-shadow-color: rgb(22 163 74 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/80 {
    --tw-shadow-color: rgb(22 163 74 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/85 {
    --tw-shadow-color: rgb(22 163 74 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/90 {
    --tw-shadow-color: rgb(22 163 74 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-600\/95 {
    --tw-shadow-color: rgb(22 163 74 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700 {
    --tw-shadow-color: #15803d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/0 {
    --tw-shadow-color: rgb(21 128 61 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/10 {
    --tw-shadow-color: rgb(21 128 61 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/100 {
    --tw-shadow-color: rgb(21 128 61 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/15 {
    --tw-shadow-color: rgb(21 128 61 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/20 {
    --tw-shadow-color: rgb(21 128 61 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/25 {
    --tw-shadow-color: rgb(21 128 61 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/30 {
    --tw-shadow-color: rgb(21 128 61 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/35 {
    --tw-shadow-color: rgb(21 128 61 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/40 {
    --tw-shadow-color: rgb(21 128 61 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/45 {
    --tw-shadow-color: rgb(21 128 61 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/5 {
    --tw-shadow-color: rgb(21 128 61 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/50 {
    --tw-shadow-color: rgb(21 128 61 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/55 {
    --tw-shadow-color: rgb(21 128 61 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/60 {
    --tw-shadow-color: rgb(21 128 61 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/65 {
    --tw-shadow-color: rgb(21 128 61 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/70 {
    --tw-shadow-color: rgb(21 128 61 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/75 {
    --tw-shadow-color: rgb(21 128 61 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/80 {
    --tw-shadow-color: rgb(21 128 61 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/85 {
    --tw-shadow-color: rgb(21 128 61 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/90 {
    --tw-shadow-color: rgb(21 128 61 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-700\/95 {
    --tw-shadow-color: rgb(21 128 61 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800 {
    --tw-shadow-color: #166534 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/0 {
    --tw-shadow-color: rgb(22 101 52 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/10 {
    --tw-shadow-color: rgb(22 101 52 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/100 {
    --tw-shadow-color: rgb(22 101 52 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/15 {
    --tw-shadow-color: rgb(22 101 52 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/20 {
    --tw-shadow-color: rgb(22 101 52 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/25 {
    --tw-shadow-color: rgb(22 101 52 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/30 {
    --tw-shadow-color: rgb(22 101 52 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/35 {
    --tw-shadow-color: rgb(22 101 52 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/40 {
    --tw-shadow-color: rgb(22 101 52 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/45 {
    --tw-shadow-color: rgb(22 101 52 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/5 {
    --tw-shadow-color: rgb(22 101 52 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/50 {
    --tw-shadow-color: rgb(22 101 52 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/55 {
    --tw-shadow-color: rgb(22 101 52 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/60 {
    --tw-shadow-color: rgb(22 101 52 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/65 {
    --tw-shadow-color: rgb(22 101 52 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/70 {
    --tw-shadow-color: rgb(22 101 52 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/75 {
    --tw-shadow-color: rgb(22 101 52 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/80 {
    --tw-shadow-color: rgb(22 101 52 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/85 {
    --tw-shadow-color: rgb(22 101 52 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/90 {
    --tw-shadow-color: rgb(22 101 52 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-800\/95 {
    --tw-shadow-color: rgb(22 101 52 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900 {
    --tw-shadow-color: #14532d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/0 {
    --tw-shadow-color: rgb(20 83 45 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/10 {
    --tw-shadow-color: rgb(20 83 45 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/100 {
    --tw-shadow-color: rgb(20 83 45 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/15 {
    --tw-shadow-color: rgb(20 83 45 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/20 {
    --tw-shadow-color: rgb(20 83 45 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/25 {
    --tw-shadow-color: rgb(20 83 45 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/30 {
    --tw-shadow-color: rgb(20 83 45 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/35 {
    --tw-shadow-color: rgb(20 83 45 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/40 {
    --tw-shadow-color: rgb(20 83 45 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/45 {
    --tw-shadow-color: rgb(20 83 45 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/5 {
    --tw-shadow-color: rgb(20 83 45 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/50 {
    --tw-shadow-color: rgb(20 83 45 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/55 {
    --tw-shadow-color: rgb(20 83 45 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/60 {
    --tw-shadow-color: rgb(20 83 45 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/65 {
    --tw-shadow-color: rgb(20 83 45 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/70 {
    --tw-shadow-color: rgb(20 83 45 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/75 {
    --tw-shadow-color: rgb(20 83 45 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/80 {
    --tw-shadow-color: rgb(20 83 45 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/85 {
    --tw-shadow-color: rgb(20 83 45 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/90 {
    --tw-shadow-color: rgb(20 83 45 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-900\/95 {
    --tw-shadow-color: rgb(20 83 45 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950 {
    --tw-shadow-color: #052e16 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/0 {
    --tw-shadow-color: rgb(5 46 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/10 {
    --tw-shadow-color: rgb(5 46 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/100 {
    --tw-shadow-color: rgb(5 46 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/15 {
    --tw-shadow-color: rgb(5 46 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/20 {
    --tw-shadow-color: rgb(5 46 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/25 {
    --tw-shadow-color: rgb(5 46 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/30 {
    --tw-shadow-color: rgb(5 46 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/35 {
    --tw-shadow-color: rgb(5 46 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/40 {
    --tw-shadow-color: rgb(5 46 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/45 {
    --tw-shadow-color: rgb(5 46 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/5 {
    --tw-shadow-color: rgb(5 46 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/50 {
    --tw-shadow-color: rgb(5 46 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/55 {
    --tw-shadow-color: rgb(5 46 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/60 {
    --tw-shadow-color: rgb(5 46 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/65 {
    --tw-shadow-color: rgb(5 46 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/70 {
    --tw-shadow-color: rgb(5 46 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/75 {
    --tw-shadow-color: rgb(5 46 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/80 {
    --tw-shadow-color: rgb(5 46 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/85 {
    --tw-shadow-color: rgb(5 46 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/90 {
    --tw-shadow-color: rgb(5 46 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-green-950\/95 {
    --tw-shadow-color: rgb(5 46 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey {
    --tw-shadow-color: #838383 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/0 {
    --tw-shadow-color: rgb(131 131 131 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/10 {
    --tw-shadow-color: rgb(131 131 131 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/100 {
    --tw-shadow-color: rgb(131 131 131 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/15 {
    --tw-shadow-color: rgb(131 131 131 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/20 {
    --tw-shadow-color: rgb(131 131 131 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/25 {
    --tw-shadow-color: rgb(131 131 131 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/30 {
    --tw-shadow-color: rgb(131 131 131 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/35 {
    --tw-shadow-color: rgb(131 131 131 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/40 {
    --tw-shadow-color: rgb(131 131 131 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/45 {
    --tw-shadow-color: rgb(131 131 131 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/5 {
    --tw-shadow-color: rgb(131 131 131 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/50 {
    --tw-shadow-color: rgb(131 131 131 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/55 {
    --tw-shadow-color: rgb(131 131 131 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/60 {
    --tw-shadow-color: rgb(131 131 131 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/65 {
    --tw-shadow-color: rgb(131 131 131 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/70 {
    --tw-shadow-color: rgb(131 131 131 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/75 {
    --tw-shadow-color: rgb(131 131 131 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/80 {
    --tw-shadow-color: rgb(131 131 131 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/85 {
    --tw-shadow-color: rgb(131 131 131 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/90 {
    --tw-shadow-color: rgb(131 131 131 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey\/95 {
    --tw-shadow-color: rgb(131 131 131 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border {
    --tw-shadow-color: #979797 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/0 {
    --tw-shadow-color: rgb(151 151 151 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/10 {
    --tw-shadow-color: rgb(151 151 151 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/100 {
    --tw-shadow-color: rgb(151 151 151 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/15 {
    --tw-shadow-color: rgb(151 151 151 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/20 {
    --tw-shadow-color: rgb(151 151 151 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/25 {
    --tw-shadow-color: rgb(151 151 151 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/30 {
    --tw-shadow-color: rgb(151 151 151 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/35 {
    --tw-shadow-color: rgb(151 151 151 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/40 {
    --tw-shadow-color: rgb(151 151 151 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/45 {
    --tw-shadow-color: rgb(151 151 151 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/5 {
    --tw-shadow-color: rgb(151 151 151 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/50 {
    --tw-shadow-color: rgb(151 151 151 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/55 {
    --tw-shadow-color: rgb(151 151 151 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/60 {
    --tw-shadow-color: rgb(151 151 151 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/65 {
    --tw-shadow-color: rgb(151 151 151 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/70 {
    --tw-shadow-color: rgb(151 151 151 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/75 {
    --tw-shadow-color: rgb(151 151 151 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/80 {
    --tw-shadow-color: rgb(151 151 151 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/85 {
    --tw-shadow-color: rgb(151 151 151 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/90 {
    --tw-shadow-color: rgb(151 151 151 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-grey_border\/95 {
    --tw-shadow-color: rgb(151 151 151 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100 {
    --tw-shadow-color: #e0e7ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/0 {
    --tw-shadow-color: rgb(224 231 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/10 {
    --tw-shadow-color: rgb(224 231 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/100 {
    --tw-shadow-color: rgb(224 231 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/15 {
    --tw-shadow-color: rgb(224 231 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/20 {
    --tw-shadow-color: rgb(224 231 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/25 {
    --tw-shadow-color: rgb(224 231 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/30 {
    --tw-shadow-color: rgb(224 231 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/35 {
    --tw-shadow-color: rgb(224 231 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/40 {
    --tw-shadow-color: rgb(224 231 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/45 {
    --tw-shadow-color: rgb(224 231 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/5 {
    --tw-shadow-color: rgb(224 231 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/50 {
    --tw-shadow-color: rgb(224 231 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/55 {
    --tw-shadow-color: rgb(224 231 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/60 {
    --tw-shadow-color: rgb(224 231 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/65 {
    --tw-shadow-color: rgb(224 231 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/70 {
    --tw-shadow-color: rgb(224 231 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/75 {
    --tw-shadow-color: rgb(224 231 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/80 {
    --tw-shadow-color: rgb(224 231 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/85 {
    --tw-shadow-color: rgb(224 231 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/90 {
    --tw-shadow-color: rgb(224 231 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-100\/95 {
    --tw-shadow-color: rgb(224 231 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200 {
    --tw-shadow-color: #c7d2fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/0 {
    --tw-shadow-color: rgb(199 210 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/10 {
    --tw-shadow-color: rgb(199 210 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/100 {
    --tw-shadow-color: rgb(199 210 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/15 {
    --tw-shadow-color: rgb(199 210 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/20 {
    --tw-shadow-color: rgb(199 210 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/25 {
    --tw-shadow-color: rgb(199 210 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/30 {
    --tw-shadow-color: rgb(199 210 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/35 {
    --tw-shadow-color: rgb(199 210 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/40 {
    --tw-shadow-color: rgb(199 210 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/45 {
    --tw-shadow-color: rgb(199 210 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/5 {
    --tw-shadow-color: rgb(199 210 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/50 {
    --tw-shadow-color: rgb(199 210 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/55 {
    --tw-shadow-color: rgb(199 210 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/60 {
    --tw-shadow-color: rgb(199 210 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/65 {
    --tw-shadow-color: rgb(199 210 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/70 {
    --tw-shadow-color: rgb(199 210 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/75 {
    --tw-shadow-color: rgb(199 210 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/80 {
    --tw-shadow-color: rgb(199 210 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/85 {
    --tw-shadow-color: rgb(199 210 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/90 {
    --tw-shadow-color: rgb(199 210 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-200\/95 {
    --tw-shadow-color: rgb(199 210 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300 {
    --tw-shadow-color: #a5b4fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/0 {
    --tw-shadow-color: rgb(165 180 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/10 {
    --tw-shadow-color: rgb(165 180 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/100 {
    --tw-shadow-color: rgb(165 180 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/15 {
    --tw-shadow-color: rgb(165 180 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/20 {
    --tw-shadow-color: rgb(165 180 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/25 {
    --tw-shadow-color: rgb(165 180 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/30 {
    --tw-shadow-color: rgb(165 180 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/35 {
    --tw-shadow-color: rgb(165 180 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/40 {
    --tw-shadow-color: rgb(165 180 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/45 {
    --tw-shadow-color: rgb(165 180 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/5 {
    --tw-shadow-color: rgb(165 180 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/50 {
    --tw-shadow-color: rgb(165 180 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/55 {
    --tw-shadow-color: rgb(165 180 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/60 {
    --tw-shadow-color: rgb(165 180 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/65 {
    --tw-shadow-color: rgb(165 180 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/70 {
    --tw-shadow-color: rgb(165 180 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/75 {
    --tw-shadow-color: rgb(165 180 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/80 {
    --tw-shadow-color: rgb(165 180 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/85 {
    --tw-shadow-color: rgb(165 180 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/90 {
    --tw-shadow-color: rgb(165 180 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-300\/95 {
    --tw-shadow-color: rgb(165 180 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400 {
    --tw-shadow-color: #818cf8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/0 {
    --tw-shadow-color: rgb(129 140 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/10 {
    --tw-shadow-color: rgb(129 140 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/100 {
    --tw-shadow-color: rgb(129 140 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/15 {
    --tw-shadow-color: rgb(129 140 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/20 {
    --tw-shadow-color: rgb(129 140 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/25 {
    --tw-shadow-color: rgb(129 140 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/30 {
    --tw-shadow-color: rgb(129 140 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/35 {
    --tw-shadow-color: rgb(129 140 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/40 {
    --tw-shadow-color: rgb(129 140 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/45 {
    --tw-shadow-color: rgb(129 140 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/5 {
    --tw-shadow-color: rgb(129 140 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/50 {
    --tw-shadow-color: rgb(129 140 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/55 {
    --tw-shadow-color: rgb(129 140 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/60 {
    --tw-shadow-color: rgb(129 140 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/65 {
    --tw-shadow-color: rgb(129 140 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/70 {
    --tw-shadow-color: rgb(129 140 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/75 {
    --tw-shadow-color: rgb(129 140 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/80 {
    --tw-shadow-color: rgb(129 140 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/85 {
    --tw-shadow-color: rgb(129 140 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/90 {
    --tw-shadow-color: rgb(129 140 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-400\/95 {
    --tw-shadow-color: rgb(129 140 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50 {
    --tw-shadow-color: #eef2ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/0 {
    --tw-shadow-color: rgb(238 242 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/10 {
    --tw-shadow-color: rgb(238 242 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/100 {
    --tw-shadow-color: rgb(238 242 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/15 {
    --tw-shadow-color: rgb(238 242 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/20 {
    --tw-shadow-color: rgb(238 242 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/25 {
    --tw-shadow-color: rgb(238 242 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/30 {
    --tw-shadow-color: rgb(238 242 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/35 {
    --tw-shadow-color: rgb(238 242 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/40 {
    --tw-shadow-color: rgb(238 242 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/45 {
    --tw-shadow-color: rgb(238 242 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/5 {
    --tw-shadow-color: rgb(238 242 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/50 {
    --tw-shadow-color: rgb(238 242 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/55 {
    --tw-shadow-color: rgb(238 242 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/60 {
    --tw-shadow-color: rgb(238 242 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/65 {
    --tw-shadow-color: rgb(238 242 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/70 {
    --tw-shadow-color: rgb(238 242 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/75 {
    --tw-shadow-color: rgb(238 242 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/80 {
    --tw-shadow-color: rgb(238 242 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/85 {
    --tw-shadow-color: rgb(238 242 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/90 {
    --tw-shadow-color: rgb(238 242 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-50\/95 {
    --tw-shadow-color: rgb(238 242 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500 {
    --tw-shadow-color: #6366f1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/0 {
    --tw-shadow-color: rgb(99 102 241 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/10 {
    --tw-shadow-color: rgb(99 102 241 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/100 {
    --tw-shadow-color: rgb(99 102 241 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/15 {
    --tw-shadow-color: rgb(99 102 241 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/20 {
    --tw-shadow-color: rgb(99 102 241 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/25 {
    --tw-shadow-color: rgb(99 102 241 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/30 {
    --tw-shadow-color: rgb(99 102 241 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/35 {
    --tw-shadow-color: rgb(99 102 241 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/40 {
    --tw-shadow-color: rgb(99 102 241 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/45 {
    --tw-shadow-color: rgb(99 102 241 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/5 {
    --tw-shadow-color: rgb(99 102 241 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/50 {
    --tw-shadow-color: rgb(99 102 241 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/55 {
    --tw-shadow-color: rgb(99 102 241 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/60 {
    --tw-shadow-color: rgb(99 102 241 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/65 {
    --tw-shadow-color: rgb(99 102 241 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/70 {
    --tw-shadow-color: rgb(99 102 241 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/75 {
    --tw-shadow-color: rgb(99 102 241 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/80 {
    --tw-shadow-color: rgb(99 102 241 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/85 {
    --tw-shadow-color: rgb(99 102 241 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/90 {
    --tw-shadow-color: rgb(99 102 241 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-500\/95 {
    --tw-shadow-color: rgb(99 102 241 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600 {
    --tw-shadow-color: #4f46e5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/0 {
    --tw-shadow-color: rgb(79 70 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/10 {
    --tw-shadow-color: rgb(79 70 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/100 {
    --tw-shadow-color: rgb(79 70 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/15 {
    --tw-shadow-color: rgb(79 70 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/20 {
    --tw-shadow-color: rgb(79 70 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/25 {
    --tw-shadow-color: rgb(79 70 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/30 {
    --tw-shadow-color: rgb(79 70 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/35 {
    --tw-shadow-color: rgb(79 70 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/40 {
    --tw-shadow-color: rgb(79 70 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/45 {
    --tw-shadow-color: rgb(79 70 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/5 {
    --tw-shadow-color: rgb(79 70 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/50 {
    --tw-shadow-color: rgb(79 70 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/55 {
    --tw-shadow-color: rgb(79 70 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/60 {
    --tw-shadow-color: rgb(79 70 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/65 {
    --tw-shadow-color: rgb(79 70 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/70 {
    --tw-shadow-color: rgb(79 70 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/75 {
    --tw-shadow-color: rgb(79 70 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/80 {
    --tw-shadow-color: rgb(79 70 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/85 {
    --tw-shadow-color: rgb(79 70 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/90 {
    --tw-shadow-color: rgb(79 70 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-600\/95 {
    --tw-shadow-color: rgb(79 70 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700 {
    --tw-shadow-color: #4338ca !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/0 {
    --tw-shadow-color: rgb(67 56 202 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/10 {
    --tw-shadow-color: rgb(67 56 202 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/100 {
    --tw-shadow-color: rgb(67 56 202 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/15 {
    --tw-shadow-color: rgb(67 56 202 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/20 {
    --tw-shadow-color: rgb(67 56 202 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/25 {
    --tw-shadow-color: rgb(67 56 202 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/30 {
    --tw-shadow-color: rgb(67 56 202 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/35 {
    --tw-shadow-color: rgb(67 56 202 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/40 {
    --tw-shadow-color: rgb(67 56 202 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/45 {
    --tw-shadow-color: rgb(67 56 202 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/5 {
    --tw-shadow-color: rgb(67 56 202 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/50 {
    --tw-shadow-color: rgb(67 56 202 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/55 {
    --tw-shadow-color: rgb(67 56 202 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/60 {
    --tw-shadow-color: rgb(67 56 202 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/65 {
    --tw-shadow-color: rgb(67 56 202 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/70 {
    --tw-shadow-color: rgb(67 56 202 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/75 {
    --tw-shadow-color: rgb(67 56 202 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/80 {
    --tw-shadow-color: rgb(67 56 202 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/85 {
    --tw-shadow-color: rgb(67 56 202 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/90 {
    --tw-shadow-color: rgb(67 56 202 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-700\/95 {
    --tw-shadow-color: rgb(67 56 202 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800 {
    --tw-shadow-color: #3730a3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/0 {
    --tw-shadow-color: rgb(55 48 163 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/10 {
    --tw-shadow-color: rgb(55 48 163 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/100 {
    --tw-shadow-color: rgb(55 48 163 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/15 {
    --tw-shadow-color: rgb(55 48 163 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/20 {
    --tw-shadow-color: rgb(55 48 163 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/25 {
    --tw-shadow-color: rgb(55 48 163 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/30 {
    --tw-shadow-color: rgb(55 48 163 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/35 {
    --tw-shadow-color: rgb(55 48 163 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/40 {
    --tw-shadow-color: rgb(55 48 163 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/45 {
    --tw-shadow-color: rgb(55 48 163 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/5 {
    --tw-shadow-color: rgb(55 48 163 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/50 {
    --tw-shadow-color: rgb(55 48 163 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/55 {
    --tw-shadow-color: rgb(55 48 163 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/60 {
    --tw-shadow-color: rgb(55 48 163 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/65 {
    --tw-shadow-color: rgb(55 48 163 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/70 {
    --tw-shadow-color: rgb(55 48 163 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/75 {
    --tw-shadow-color: rgb(55 48 163 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/80 {
    --tw-shadow-color: rgb(55 48 163 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/85 {
    --tw-shadow-color: rgb(55 48 163 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/90 {
    --tw-shadow-color: rgb(55 48 163 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-800\/95 {
    --tw-shadow-color: rgb(55 48 163 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900 {
    --tw-shadow-color: #312e81 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/0 {
    --tw-shadow-color: rgb(49 46 129 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/10 {
    --tw-shadow-color: rgb(49 46 129 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/100 {
    --tw-shadow-color: rgb(49 46 129 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/15 {
    --tw-shadow-color: rgb(49 46 129 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/20 {
    --tw-shadow-color: rgb(49 46 129 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/25 {
    --tw-shadow-color: rgb(49 46 129 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/30 {
    --tw-shadow-color: rgb(49 46 129 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/35 {
    --tw-shadow-color: rgb(49 46 129 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/40 {
    --tw-shadow-color: rgb(49 46 129 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/45 {
    --tw-shadow-color: rgb(49 46 129 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/5 {
    --tw-shadow-color: rgb(49 46 129 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/50 {
    --tw-shadow-color: rgb(49 46 129 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/55 {
    --tw-shadow-color: rgb(49 46 129 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/60 {
    --tw-shadow-color: rgb(49 46 129 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/65 {
    --tw-shadow-color: rgb(49 46 129 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/70 {
    --tw-shadow-color: rgb(49 46 129 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/75 {
    --tw-shadow-color: rgb(49 46 129 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/80 {
    --tw-shadow-color: rgb(49 46 129 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/85 {
    --tw-shadow-color: rgb(49 46 129 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/90 {
    --tw-shadow-color: rgb(49 46 129 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-900\/95 {
    --tw-shadow-color: rgb(49 46 129 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950 {
    --tw-shadow-color: #1e1b4b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/0 {
    --tw-shadow-color: rgb(30 27 75 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/10 {
    --tw-shadow-color: rgb(30 27 75 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/100 {
    --tw-shadow-color: rgb(30 27 75 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/15 {
    --tw-shadow-color: rgb(30 27 75 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/20 {
    --tw-shadow-color: rgb(30 27 75 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/25 {
    --tw-shadow-color: rgb(30 27 75 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/30 {
    --tw-shadow-color: rgb(30 27 75 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/35 {
    --tw-shadow-color: rgb(30 27 75 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/40 {
    --tw-shadow-color: rgb(30 27 75 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/45 {
    --tw-shadow-color: rgb(30 27 75 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/5 {
    --tw-shadow-color: rgb(30 27 75 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/50 {
    --tw-shadow-color: rgb(30 27 75 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/55 {
    --tw-shadow-color: rgb(30 27 75 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/60 {
    --tw-shadow-color: rgb(30 27 75 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/65 {
    --tw-shadow-color: rgb(30 27 75 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/70 {
    --tw-shadow-color: rgb(30 27 75 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/75 {
    --tw-shadow-color: rgb(30 27 75 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/80 {
    --tw-shadow-color: rgb(30 27 75 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/85 {
    --tw-shadow-color: rgb(30 27 75 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/90 {
    --tw-shadow-color: rgb(30 27 75 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-indigo-950\/95 {
    --tw-shadow-color: rgb(30 27 75 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-inherit {
    --tw-shadow-color: inherit !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey {
    --tw-shadow-color: #d8d8d8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/0 {
    --tw-shadow-color: rgb(216 216 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/10 {
    --tw-shadow-color: rgb(216 216 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/100 {
    --tw-shadow-color: rgb(216 216 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/15 {
    --tw-shadow-color: rgb(216 216 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/20 {
    --tw-shadow-color: rgb(216 216 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/25 {
    --tw-shadow-color: rgb(216 216 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/30 {
    --tw-shadow-color: rgb(216 216 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/35 {
    --tw-shadow-color: rgb(216 216 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/40 {
    --tw-shadow-color: rgb(216 216 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/45 {
    --tw-shadow-color: rgb(216 216 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/5 {
    --tw-shadow-color: rgb(216 216 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/50 {
    --tw-shadow-color: rgb(216 216 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/55 {
    --tw-shadow-color: rgb(216 216 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/60 {
    --tw-shadow-color: rgb(216 216 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/65 {
    --tw-shadow-color: rgb(216 216 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/70 {
    --tw-shadow-color: rgb(216 216 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/75 {
    --tw-shadow-color: rgb(216 216 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/80 {
    --tw-shadow-color: rgb(216 216 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/85 {
    --tw-shadow-color: rgb(216 216 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/90 {
    --tw-shadow-color: rgb(216 216 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-light_grey\/95 {
    --tw-shadow-color: rgb(216 216 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100 {
    --tw-shadow-color: #ecfccb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/0 {
    --tw-shadow-color: rgb(236 252 203 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/10 {
    --tw-shadow-color: rgb(236 252 203 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/100 {
    --tw-shadow-color: rgb(236 252 203 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/15 {
    --tw-shadow-color: rgb(236 252 203 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/20 {
    --tw-shadow-color: rgb(236 252 203 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/25 {
    --tw-shadow-color: rgb(236 252 203 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/30 {
    --tw-shadow-color: rgb(236 252 203 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/35 {
    --tw-shadow-color: rgb(236 252 203 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/40 {
    --tw-shadow-color: rgb(236 252 203 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/45 {
    --tw-shadow-color: rgb(236 252 203 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/5 {
    --tw-shadow-color: rgb(236 252 203 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/50 {
    --tw-shadow-color: rgb(236 252 203 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/55 {
    --tw-shadow-color: rgb(236 252 203 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/60 {
    --tw-shadow-color: rgb(236 252 203 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/65 {
    --tw-shadow-color: rgb(236 252 203 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/70 {
    --tw-shadow-color: rgb(236 252 203 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/75 {
    --tw-shadow-color: rgb(236 252 203 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/80 {
    --tw-shadow-color: rgb(236 252 203 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/85 {
    --tw-shadow-color: rgb(236 252 203 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/90 {
    --tw-shadow-color: rgb(236 252 203 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-100\/95 {
    --tw-shadow-color: rgb(236 252 203 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200 {
    --tw-shadow-color: #d9f99d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/0 {
    --tw-shadow-color: rgb(217 249 157 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/10 {
    --tw-shadow-color: rgb(217 249 157 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/100 {
    --tw-shadow-color: rgb(217 249 157 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/15 {
    --tw-shadow-color: rgb(217 249 157 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/20 {
    --tw-shadow-color: rgb(217 249 157 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/25 {
    --tw-shadow-color: rgb(217 249 157 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/30 {
    --tw-shadow-color: rgb(217 249 157 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/35 {
    --tw-shadow-color: rgb(217 249 157 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/40 {
    --tw-shadow-color: rgb(217 249 157 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/45 {
    --tw-shadow-color: rgb(217 249 157 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/5 {
    --tw-shadow-color: rgb(217 249 157 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/50 {
    --tw-shadow-color: rgb(217 249 157 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/55 {
    --tw-shadow-color: rgb(217 249 157 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/60 {
    --tw-shadow-color: rgb(217 249 157 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/65 {
    --tw-shadow-color: rgb(217 249 157 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/70 {
    --tw-shadow-color: rgb(217 249 157 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/75 {
    --tw-shadow-color: rgb(217 249 157 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/80 {
    --tw-shadow-color: rgb(217 249 157 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/85 {
    --tw-shadow-color: rgb(217 249 157 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/90 {
    --tw-shadow-color: rgb(217 249 157 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-200\/95 {
    --tw-shadow-color: rgb(217 249 157 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300 {
    --tw-shadow-color: #bef264 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/0 {
    --tw-shadow-color: rgb(190 242 100 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/10 {
    --tw-shadow-color: rgb(190 242 100 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/100 {
    --tw-shadow-color: rgb(190 242 100 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/15 {
    --tw-shadow-color: rgb(190 242 100 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/20 {
    --tw-shadow-color: rgb(190 242 100 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/25 {
    --tw-shadow-color: rgb(190 242 100 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/30 {
    --tw-shadow-color: rgb(190 242 100 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/35 {
    --tw-shadow-color: rgb(190 242 100 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/40 {
    --tw-shadow-color: rgb(190 242 100 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/45 {
    --tw-shadow-color: rgb(190 242 100 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/5 {
    --tw-shadow-color: rgb(190 242 100 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/50 {
    --tw-shadow-color: rgb(190 242 100 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/55 {
    --tw-shadow-color: rgb(190 242 100 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/60 {
    --tw-shadow-color: rgb(190 242 100 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/65 {
    --tw-shadow-color: rgb(190 242 100 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/70 {
    --tw-shadow-color: rgb(190 242 100 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/75 {
    --tw-shadow-color: rgb(190 242 100 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/80 {
    --tw-shadow-color: rgb(190 242 100 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/85 {
    --tw-shadow-color: rgb(190 242 100 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/90 {
    --tw-shadow-color: rgb(190 242 100 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-300\/95 {
    --tw-shadow-color: rgb(190 242 100 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400 {
    --tw-shadow-color: #a3e635 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/0 {
    --tw-shadow-color: rgb(163 230 53 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/10 {
    --tw-shadow-color: rgb(163 230 53 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/100 {
    --tw-shadow-color: rgb(163 230 53 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/15 {
    --tw-shadow-color: rgb(163 230 53 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/20 {
    --tw-shadow-color: rgb(163 230 53 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/25 {
    --tw-shadow-color: rgb(163 230 53 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/30 {
    --tw-shadow-color: rgb(163 230 53 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/35 {
    --tw-shadow-color: rgb(163 230 53 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/40 {
    --tw-shadow-color: rgb(163 230 53 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/45 {
    --tw-shadow-color: rgb(163 230 53 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/5 {
    --tw-shadow-color: rgb(163 230 53 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/50 {
    --tw-shadow-color: rgb(163 230 53 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/55 {
    --tw-shadow-color: rgb(163 230 53 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/60 {
    --tw-shadow-color: rgb(163 230 53 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/65 {
    --tw-shadow-color: rgb(163 230 53 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/70 {
    --tw-shadow-color: rgb(163 230 53 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/75 {
    --tw-shadow-color: rgb(163 230 53 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/80 {
    --tw-shadow-color: rgb(163 230 53 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/85 {
    --tw-shadow-color: rgb(163 230 53 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/90 {
    --tw-shadow-color: rgb(163 230 53 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-400\/95 {
    --tw-shadow-color: rgb(163 230 53 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50 {
    --tw-shadow-color: #f7fee7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/0 {
    --tw-shadow-color: rgb(247 254 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/10 {
    --tw-shadow-color: rgb(247 254 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/100 {
    --tw-shadow-color: rgb(247 254 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/15 {
    --tw-shadow-color: rgb(247 254 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/20 {
    --tw-shadow-color: rgb(247 254 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/25 {
    --tw-shadow-color: rgb(247 254 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/30 {
    --tw-shadow-color: rgb(247 254 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/35 {
    --tw-shadow-color: rgb(247 254 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/40 {
    --tw-shadow-color: rgb(247 254 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/45 {
    --tw-shadow-color: rgb(247 254 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/5 {
    --tw-shadow-color: rgb(247 254 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/50 {
    --tw-shadow-color: rgb(247 254 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/55 {
    --tw-shadow-color: rgb(247 254 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/60 {
    --tw-shadow-color: rgb(247 254 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/65 {
    --tw-shadow-color: rgb(247 254 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/70 {
    --tw-shadow-color: rgb(247 254 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/75 {
    --tw-shadow-color: rgb(247 254 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/80 {
    --tw-shadow-color: rgb(247 254 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/85 {
    --tw-shadow-color: rgb(247 254 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/90 {
    --tw-shadow-color: rgb(247 254 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-50\/95 {
    --tw-shadow-color: rgb(247 254 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500 {
    --tw-shadow-color: #84cc16 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/0 {
    --tw-shadow-color: rgb(132 204 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/10 {
    --tw-shadow-color: rgb(132 204 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/100 {
    --tw-shadow-color: rgb(132 204 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/15 {
    --tw-shadow-color: rgb(132 204 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/20 {
    --tw-shadow-color: rgb(132 204 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/25 {
    --tw-shadow-color: rgb(132 204 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/30 {
    --tw-shadow-color: rgb(132 204 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/35 {
    --tw-shadow-color: rgb(132 204 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/40 {
    --tw-shadow-color: rgb(132 204 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/45 {
    --tw-shadow-color: rgb(132 204 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/5 {
    --tw-shadow-color: rgb(132 204 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/50 {
    --tw-shadow-color: rgb(132 204 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/55 {
    --tw-shadow-color: rgb(132 204 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/60 {
    --tw-shadow-color: rgb(132 204 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/65 {
    --tw-shadow-color: rgb(132 204 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/70 {
    --tw-shadow-color: rgb(132 204 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/75 {
    --tw-shadow-color: rgb(132 204 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/80 {
    --tw-shadow-color: rgb(132 204 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/85 {
    --tw-shadow-color: rgb(132 204 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/90 {
    --tw-shadow-color: rgb(132 204 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-500\/95 {
    --tw-shadow-color: rgb(132 204 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600 {
    --tw-shadow-color: #65a30d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/0 {
    --tw-shadow-color: rgb(101 163 13 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/10 {
    --tw-shadow-color: rgb(101 163 13 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/100 {
    --tw-shadow-color: rgb(101 163 13 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/15 {
    --tw-shadow-color: rgb(101 163 13 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/20 {
    --tw-shadow-color: rgb(101 163 13 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/25 {
    --tw-shadow-color: rgb(101 163 13 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/30 {
    --tw-shadow-color: rgb(101 163 13 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/35 {
    --tw-shadow-color: rgb(101 163 13 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/40 {
    --tw-shadow-color: rgb(101 163 13 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/45 {
    --tw-shadow-color: rgb(101 163 13 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/5 {
    --tw-shadow-color: rgb(101 163 13 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/50 {
    --tw-shadow-color: rgb(101 163 13 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/55 {
    --tw-shadow-color: rgb(101 163 13 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/60 {
    --tw-shadow-color: rgb(101 163 13 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/65 {
    --tw-shadow-color: rgb(101 163 13 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/70 {
    --tw-shadow-color: rgb(101 163 13 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/75 {
    --tw-shadow-color: rgb(101 163 13 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/80 {
    --tw-shadow-color: rgb(101 163 13 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/85 {
    --tw-shadow-color: rgb(101 163 13 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/90 {
    --tw-shadow-color: rgb(101 163 13 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-600\/95 {
    --tw-shadow-color: rgb(101 163 13 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700 {
    --tw-shadow-color: #4d7c0f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/0 {
    --tw-shadow-color: rgb(77 124 15 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/10 {
    --tw-shadow-color: rgb(77 124 15 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/100 {
    --tw-shadow-color: rgb(77 124 15 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/15 {
    --tw-shadow-color: rgb(77 124 15 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/20 {
    --tw-shadow-color: rgb(77 124 15 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/25 {
    --tw-shadow-color: rgb(77 124 15 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/30 {
    --tw-shadow-color: rgb(77 124 15 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/35 {
    --tw-shadow-color: rgb(77 124 15 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/40 {
    --tw-shadow-color: rgb(77 124 15 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/45 {
    --tw-shadow-color: rgb(77 124 15 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/5 {
    --tw-shadow-color: rgb(77 124 15 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/50 {
    --tw-shadow-color: rgb(77 124 15 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/55 {
    --tw-shadow-color: rgb(77 124 15 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/60 {
    --tw-shadow-color: rgb(77 124 15 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/65 {
    --tw-shadow-color: rgb(77 124 15 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/70 {
    --tw-shadow-color: rgb(77 124 15 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/75 {
    --tw-shadow-color: rgb(77 124 15 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/80 {
    --tw-shadow-color: rgb(77 124 15 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/85 {
    --tw-shadow-color: rgb(77 124 15 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/90 {
    --tw-shadow-color: rgb(77 124 15 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-700\/95 {
    --tw-shadow-color: rgb(77 124 15 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800 {
    --tw-shadow-color: #3f6212 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/0 {
    --tw-shadow-color: rgb(63 98 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/10 {
    --tw-shadow-color: rgb(63 98 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/100 {
    --tw-shadow-color: rgb(63 98 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/15 {
    --tw-shadow-color: rgb(63 98 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/20 {
    --tw-shadow-color: rgb(63 98 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/25 {
    --tw-shadow-color: rgb(63 98 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/30 {
    --tw-shadow-color: rgb(63 98 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/35 {
    --tw-shadow-color: rgb(63 98 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/40 {
    --tw-shadow-color: rgb(63 98 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/45 {
    --tw-shadow-color: rgb(63 98 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/5 {
    --tw-shadow-color: rgb(63 98 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/50 {
    --tw-shadow-color: rgb(63 98 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/55 {
    --tw-shadow-color: rgb(63 98 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/60 {
    --tw-shadow-color: rgb(63 98 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/65 {
    --tw-shadow-color: rgb(63 98 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/70 {
    --tw-shadow-color: rgb(63 98 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/75 {
    --tw-shadow-color: rgb(63 98 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/80 {
    --tw-shadow-color: rgb(63 98 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/85 {
    --tw-shadow-color: rgb(63 98 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/90 {
    --tw-shadow-color: rgb(63 98 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-800\/95 {
    --tw-shadow-color: rgb(63 98 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900 {
    --tw-shadow-color: #365314 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/0 {
    --tw-shadow-color: rgb(54 83 20 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/10 {
    --tw-shadow-color: rgb(54 83 20 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/100 {
    --tw-shadow-color: rgb(54 83 20 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/15 {
    --tw-shadow-color: rgb(54 83 20 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/20 {
    --tw-shadow-color: rgb(54 83 20 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/25 {
    --tw-shadow-color: rgb(54 83 20 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/30 {
    --tw-shadow-color: rgb(54 83 20 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/35 {
    --tw-shadow-color: rgb(54 83 20 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/40 {
    --tw-shadow-color: rgb(54 83 20 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/45 {
    --tw-shadow-color: rgb(54 83 20 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/5 {
    --tw-shadow-color: rgb(54 83 20 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/50 {
    --tw-shadow-color: rgb(54 83 20 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/55 {
    --tw-shadow-color: rgb(54 83 20 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/60 {
    --tw-shadow-color: rgb(54 83 20 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/65 {
    --tw-shadow-color: rgb(54 83 20 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/70 {
    --tw-shadow-color: rgb(54 83 20 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/75 {
    --tw-shadow-color: rgb(54 83 20 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/80 {
    --tw-shadow-color: rgb(54 83 20 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/85 {
    --tw-shadow-color: rgb(54 83 20 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/90 {
    --tw-shadow-color: rgb(54 83 20 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-900\/95 {
    --tw-shadow-color: rgb(54 83 20 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950 {
    --tw-shadow-color: #1a2e05 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/0 {
    --tw-shadow-color: rgb(26 46 5 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/10 {
    --tw-shadow-color: rgb(26 46 5 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/100 {
    --tw-shadow-color: rgb(26 46 5 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/15 {
    --tw-shadow-color: rgb(26 46 5 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/20 {
    --tw-shadow-color: rgb(26 46 5 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/25 {
    --tw-shadow-color: rgb(26 46 5 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/30 {
    --tw-shadow-color: rgb(26 46 5 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/35 {
    --tw-shadow-color: rgb(26 46 5 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/40 {
    --tw-shadow-color: rgb(26 46 5 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/45 {
    --tw-shadow-color: rgb(26 46 5 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/5 {
    --tw-shadow-color: rgb(26 46 5 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/50 {
    --tw-shadow-color: rgb(26 46 5 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/55 {
    --tw-shadow-color: rgb(26 46 5 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/60 {
    --tw-shadow-color: rgb(26 46 5 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/65 {
    --tw-shadow-color: rgb(26 46 5 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/70 {
    --tw-shadow-color: rgb(26 46 5 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/75 {
    --tw-shadow-color: rgb(26 46 5 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/80 {
    --tw-shadow-color: rgb(26 46 5 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/85 {
    --tw-shadow-color: rgb(26 46 5 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/90 {
    --tw-shadow-color: rgb(26 46 5 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-lime-950\/95 {
    --tw-shadow-color: rgb(26 46 5 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100 {
    --tw-shadow-color: #f5f5f5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/0 {
    --tw-shadow-color: rgb(245 245 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/10 {
    --tw-shadow-color: rgb(245 245 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/100 {
    --tw-shadow-color: rgb(245 245 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/15 {
    --tw-shadow-color: rgb(245 245 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/20 {
    --tw-shadow-color: rgb(245 245 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/25 {
    --tw-shadow-color: rgb(245 245 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/30 {
    --tw-shadow-color: rgb(245 245 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/35 {
    --tw-shadow-color: rgb(245 245 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/40 {
    --tw-shadow-color: rgb(245 245 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/45 {
    --tw-shadow-color: rgb(245 245 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/5 {
    --tw-shadow-color: rgb(245 245 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/50 {
    --tw-shadow-color: rgb(245 245 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/55 {
    --tw-shadow-color: rgb(245 245 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/60 {
    --tw-shadow-color: rgb(245 245 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/65 {
    --tw-shadow-color: rgb(245 245 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/70 {
    --tw-shadow-color: rgb(245 245 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/75 {
    --tw-shadow-color: rgb(245 245 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/80 {
    --tw-shadow-color: rgb(245 245 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/85 {
    --tw-shadow-color: rgb(245 245 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/90 {
    --tw-shadow-color: rgb(245 245 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-100\/95 {
    --tw-shadow-color: rgb(245 245 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200 {
    --tw-shadow-color: #e5e5e5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/0 {
    --tw-shadow-color: rgb(229 229 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/10 {
    --tw-shadow-color: rgb(229 229 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/100 {
    --tw-shadow-color: rgb(229 229 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/15 {
    --tw-shadow-color: rgb(229 229 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/20 {
    --tw-shadow-color: rgb(229 229 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/25 {
    --tw-shadow-color: rgb(229 229 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/30 {
    --tw-shadow-color: rgb(229 229 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/35 {
    --tw-shadow-color: rgb(229 229 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/40 {
    --tw-shadow-color: rgb(229 229 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/45 {
    --tw-shadow-color: rgb(229 229 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/5 {
    --tw-shadow-color: rgb(229 229 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/50 {
    --tw-shadow-color: rgb(229 229 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/55 {
    --tw-shadow-color: rgb(229 229 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/60 {
    --tw-shadow-color: rgb(229 229 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/65 {
    --tw-shadow-color: rgb(229 229 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/70 {
    --tw-shadow-color: rgb(229 229 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/75 {
    --tw-shadow-color: rgb(229 229 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/80 {
    --tw-shadow-color: rgb(229 229 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/85 {
    --tw-shadow-color: rgb(229 229 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/90 {
    --tw-shadow-color: rgb(229 229 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-200\/95 {
    --tw-shadow-color: rgb(229 229 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300 {
    --tw-shadow-color: #d4d4d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/0 {
    --tw-shadow-color: rgb(212 212 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/10 {
    --tw-shadow-color: rgb(212 212 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/100 {
    --tw-shadow-color: rgb(212 212 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/15 {
    --tw-shadow-color: rgb(212 212 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/20 {
    --tw-shadow-color: rgb(212 212 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/25 {
    --tw-shadow-color: rgb(212 212 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/30 {
    --tw-shadow-color: rgb(212 212 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/35 {
    --tw-shadow-color: rgb(212 212 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/40 {
    --tw-shadow-color: rgb(212 212 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/45 {
    --tw-shadow-color: rgb(212 212 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/5 {
    --tw-shadow-color: rgb(212 212 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/50 {
    --tw-shadow-color: rgb(212 212 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/55 {
    --tw-shadow-color: rgb(212 212 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/60 {
    --tw-shadow-color: rgb(212 212 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/65 {
    --tw-shadow-color: rgb(212 212 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/70 {
    --tw-shadow-color: rgb(212 212 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/75 {
    --tw-shadow-color: rgb(212 212 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/80 {
    --tw-shadow-color: rgb(212 212 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/85 {
    --tw-shadow-color: rgb(212 212 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/90 {
    --tw-shadow-color: rgb(212 212 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-300\/95 {
    --tw-shadow-color: rgb(212 212 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400 {
    --tw-shadow-color: #a3a3a3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/0 {
    --tw-shadow-color: rgb(163 163 163 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/10 {
    --tw-shadow-color: rgb(163 163 163 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/100 {
    --tw-shadow-color: rgb(163 163 163 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/15 {
    --tw-shadow-color: rgb(163 163 163 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/20 {
    --tw-shadow-color: rgb(163 163 163 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/25 {
    --tw-shadow-color: rgb(163 163 163 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/30 {
    --tw-shadow-color: rgb(163 163 163 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/35 {
    --tw-shadow-color: rgb(163 163 163 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/40 {
    --tw-shadow-color: rgb(163 163 163 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/45 {
    --tw-shadow-color: rgb(163 163 163 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/5 {
    --tw-shadow-color: rgb(163 163 163 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/50 {
    --tw-shadow-color: rgb(163 163 163 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/55 {
    --tw-shadow-color: rgb(163 163 163 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/60 {
    --tw-shadow-color: rgb(163 163 163 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/65 {
    --tw-shadow-color: rgb(163 163 163 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/70 {
    --tw-shadow-color: rgb(163 163 163 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/75 {
    --tw-shadow-color: rgb(163 163 163 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/80 {
    --tw-shadow-color: rgb(163 163 163 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/85 {
    --tw-shadow-color: rgb(163 163 163 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/90 {
    --tw-shadow-color: rgb(163 163 163 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-400\/95 {
    --tw-shadow-color: rgb(163 163 163 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50 {
    --tw-shadow-color: #fafafa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500 {
    --tw-shadow-color: #737373 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/0 {
    --tw-shadow-color: rgb(115 115 115 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/10 {
    --tw-shadow-color: rgb(115 115 115 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/100 {
    --tw-shadow-color: rgb(115 115 115 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/15 {
    --tw-shadow-color: rgb(115 115 115 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/20 {
    --tw-shadow-color: rgb(115 115 115 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/25 {
    --tw-shadow-color: rgb(115 115 115 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/30 {
    --tw-shadow-color: rgb(115 115 115 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/35 {
    --tw-shadow-color: rgb(115 115 115 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/40 {
    --tw-shadow-color: rgb(115 115 115 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/45 {
    --tw-shadow-color: rgb(115 115 115 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/5 {
    --tw-shadow-color: rgb(115 115 115 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/50 {
    --tw-shadow-color: rgb(115 115 115 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/55 {
    --tw-shadow-color: rgb(115 115 115 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/60 {
    --tw-shadow-color: rgb(115 115 115 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/65 {
    --tw-shadow-color: rgb(115 115 115 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/70 {
    --tw-shadow-color: rgb(115 115 115 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/75 {
    --tw-shadow-color: rgb(115 115 115 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/80 {
    --tw-shadow-color: rgb(115 115 115 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/85 {
    --tw-shadow-color: rgb(115 115 115 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/90 {
    --tw-shadow-color: rgb(115 115 115 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-500\/95 {
    --tw-shadow-color: rgb(115 115 115 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600 {
    --tw-shadow-color: #525252 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/0 {
    --tw-shadow-color: rgb(82 82 82 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/10 {
    --tw-shadow-color: rgb(82 82 82 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/100 {
    --tw-shadow-color: rgb(82 82 82 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/15 {
    --tw-shadow-color: rgb(82 82 82 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/20 {
    --tw-shadow-color: rgb(82 82 82 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/25 {
    --tw-shadow-color: rgb(82 82 82 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/30 {
    --tw-shadow-color: rgb(82 82 82 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/35 {
    --tw-shadow-color: rgb(82 82 82 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/40 {
    --tw-shadow-color: rgb(82 82 82 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/45 {
    --tw-shadow-color: rgb(82 82 82 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/5 {
    --tw-shadow-color: rgb(82 82 82 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/50 {
    --tw-shadow-color: rgb(82 82 82 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/55 {
    --tw-shadow-color: rgb(82 82 82 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/60 {
    --tw-shadow-color: rgb(82 82 82 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/65 {
    --tw-shadow-color: rgb(82 82 82 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/70 {
    --tw-shadow-color: rgb(82 82 82 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/75 {
    --tw-shadow-color: rgb(82 82 82 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/80 {
    --tw-shadow-color: rgb(82 82 82 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/85 {
    --tw-shadow-color: rgb(82 82 82 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/90 {
    --tw-shadow-color: rgb(82 82 82 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-600\/95 {
    --tw-shadow-color: rgb(82 82 82 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700 {
    --tw-shadow-color: #404040 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/0 {
    --tw-shadow-color: rgb(64 64 64 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/10 {
    --tw-shadow-color: rgb(64 64 64 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/100 {
    --tw-shadow-color: rgb(64 64 64 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/15 {
    --tw-shadow-color: rgb(64 64 64 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/20 {
    --tw-shadow-color: rgb(64 64 64 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/25 {
    --tw-shadow-color: rgb(64 64 64 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/30 {
    --tw-shadow-color: rgb(64 64 64 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/35 {
    --tw-shadow-color: rgb(64 64 64 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/40 {
    --tw-shadow-color: rgb(64 64 64 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/45 {
    --tw-shadow-color: rgb(64 64 64 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/5 {
    --tw-shadow-color: rgb(64 64 64 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/50 {
    --tw-shadow-color: rgb(64 64 64 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/55 {
    --tw-shadow-color: rgb(64 64 64 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/60 {
    --tw-shadow-color: rgb(64 64 64 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/65 {
    --tw-shadow-color: rgb(64 64 64 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/70 {
    --tw-shadow-color: rgb(64 64 64 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/75 {
    --tw-shadow-color: rgb(64 64 64 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/80 {
    --tw-shadow-color: rgb(64 64 64 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/85 {
    --tw-shadow-color: rgb(64 64 64 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/90 {
    --tw-shadow-color: rgb(64 64 64 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-700\/95 {
    --tw-shadow-color: rgb(64 64 64 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800 {
    --tw-shadow-color: #262626 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/0 {
    --tw-shadow-color: rgb(38 38 38 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/10 {
    --tw-shadow-color: rgb(38 38 38 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/100 {
    --tw-shadow-color: rgb(38 38 38 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/15 {
    --tw-shadow-color: rgb(38 38 38 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/20 {
    --tw-shadow-color: rgb(38 38 38 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/25 {
    --tw-shadow-color: rgb(38 38 38 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/30 {
    --tw-shadow-color: rgb(38 38 38 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/35 {
    --tw-shadow-color: rgb(38 38 38 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/40 {
    --tw-shadow-color: rgb(38 38 38 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/45 {
    --tw-shadow-color: rgb(38 38 38 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/5 {
    --tw-shadow-color: rgb(38 38 38 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/50 {
    --tw-shadow-color: rgb(38 38 38 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/55 {
    --tw-shadow-color: rgb(38 38 38 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/60 {
    --tw-shadow-color: rgb(38 38 38 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/65 {
    --tw-shadow-color: rgb(38 38 38 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/70 {
    --tw-shadow-color: rgb(38 38 38 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/75 {
    --tw-shadow-color: rgb(38 38 38 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/80 {
    --tw-shadow-color: rgb(38 38 38 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/85 {
    --tw-shadow-color: rgb(38 38 38 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/90 {
    --tw-shadow-color: rgb(38 38 38 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-800\/95 {
    --tw-shadow-color: rgb(38 38 38 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900 {
    --tw-shadow-color: #171717 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/0 {
    --tw-shadow-color: rgb(23 23 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/10 {
    --tw-shadow-color: rgb(23 23 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/100 {
    --tw-shadow-color: rgb(23 23 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/15 {
    --tw-shadow-color: rgb(23 23 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/20 {
    --tw-shadow-color: rgb(23 23 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/25 {
    --tw-shadow-color: rgb(23 23 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/30 {
    --tw-shadow-color: rgb(23 23 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/35 {
    --tw-shadow-color: rgb(23 23 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/40 {
    --tw-shadow-color: rgb(23 23 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/45 {
    --tw-shadow-color: rgb(23 23 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/5 {
    --tw-shadow-color: rgb(23 23 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/50 {
    --tw-shadow-color: rgb(23 23 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/55 {
    --tw-shadow-color: rgb(23 23 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/60 {
    --tw-shadow-color: rgb(23 23 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/65 {
    --tw-shadow-color: rgb(23 23 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/70 {
    --tw-shadow-color: rgb(23 23 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/75 {
    --tw-shadow-color: rgb(23 23 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/80 {
    --tw-shadow-color: rgb(23 23 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/85 {
    --tw-shadow-color: rgb(23 23 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/90 {
    --tw-shadow-color: rgb(23 23 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-900\/95 {
    --tw-shadow-color: rgb(23 23 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950 {
    --tw-shadow-color: #0a0a0a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/0 {
    --tw-shadow-color: rgb(10 10 10 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/10 {
    --tw-shadow-color: rgb(10 10 10 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/100 {
    --tw-shadow-color: rgb(10 10 10 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/15 {
    --tw-shadow-color: rgb(10 10 10 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/20 {
    --tw-shadow-color: rgb(10 10 10 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/25 {
    --tw-shadow-color: rgb(10 10 10 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/30 {
    --tw-shadow-color: rgb(10 10 10 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/35 {
    --tw-shadow-color: rgb(10 10 10 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/40 {
    --tw-shadow-color: rgb(10 10 10 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/45 {
    --tw-shadow-color: rgb(10 10 10 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/5 {
    --tw-shadow-color: rgb(10 10 10 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/50 {
    --tw-shadow-color: rgb(10 10 10 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/55 {
    --tw-shadow-color: rgb(10 10 10 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/60 {
    --tw-shadow-color: rgb(10 10 10 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/65 {
    --tw-shadow-color: rgb(10 10 10 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/70 {
    --tw-shadow-color: rgb(10 10 10 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/75 {
    --tw-shadow-color: rgb(10 10 10 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/80 {
    --tw-shadow-color: rgb(10 10 10 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/85 {
    --tw-shadow-color: rgb(10 10 10 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/90 {
    --tw-shadow-color: rgb(10 10 10 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-neutral-950\/95 {
    --tw-shadow-color: rgb(10 10 10 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100 {
    --tw-shadow-color: #ffedd5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/0 {
    --tw-shadow-color: rgb(255 237 213 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/10 {
    --tw-shadow-color: rgb(255 237 213 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/100 {
    --tw-shadow-color: rgb(255 237 213 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/15 {
    --tw-shadow-color: rgb(255 237 213 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/20 {
    --tw-shadow-color: rgb(255 237 213 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/25 {
    --tw-shadow-color: rgb(255 237 213 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/30 {
    --tw-shadow-color: rgb(255 237 213 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/35 {
    --tw-shadow-color: rgb(255 237 213 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/40 {
    --tw-shadow-color: rgb(255 237 213 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/45 {
    --tw-shadow-color: rgb(255 237 213 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/5 {
    --tw-shadow-color: rgb(255 237 213 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/50 {
    --tw-shadow-color: rgb(255 237 213 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/55 {
    --tw-shadow-color: rgb(255 237 213 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/60 {
    --tw-shadow-color: rgb(255 237 213 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/65 {
    --tw-shadow-color: rgb(255 237 213 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/70 {
    --tw-shadow-color: rgb(255 237 213 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/75 {
    --tw-shadow-color: rgb(255 237 213 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/80 {
    --tw-shadow-color: rgb(255 237 213 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/85 {
    --tw-shadow-color: rgb(255 237 213 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/90 {
    --tw-shadow-color: rgb(255 237 213 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-100\/95 {
    --tw-shadow-color: rgb(255 237 213 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200 {
    --tw-shadow-color: #fed7aa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/0 {
    --tw-shadow-color: rgb(254 215 170 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/10 {
    --tw-shadow-color: rgb(254 215 170 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/100 {
    --tw-shadow-color: rgb(254 215 170 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/15 {
    --tw-shadow-color: rgb(254 215 170 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/20 {
    --tw-shadow-color: rgb(254 215 170 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/25 {
    --tw-shadow-color: rgb(254 215 170 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/30 {
    --tw-shadow-color: rgb(254 215 170 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/35 {
    --tw-shadow-color: rgb(254 215 170 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/40 {
    --tw-shadow-color: rgb(254 215 170 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/45 {
    --tw-shadow-color: rgb(254 215 170 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/5 {
    --tw-shadow-color: rgb(254 215 170 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/50 {
    --tw-shadow-color: rgb(254 215 170 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/55 {
    --tw-shadow-color: rgb(254 215 170 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/60 {
    --tw-shadow-color: rgb(254 215 170 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/65 {
    --tw-shadow-color: rgb(254 215 170 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/70 {
    --tw-shadow-color: rgb(254 215 170 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/75 {
    --tw-shadow-color: rgb(254 215 170 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/80 {
    --tw-shadow-color: rgb(254 215 170 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/85 {
    --tw-shadow-color: rgb(254 215 170 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/90 {
    --tw-shadow-color: rgb(254 215 170 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-200\/95 {
    --tw-shadow-color: rgb(254 215 170 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300 {
    --tw-shadow-color: #fdba74 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/0 {
    --tw-shadow-color: rgb(253 186 116 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/10 {
    --tw-shadow-color: rgb(253 186 116 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/100 {
    --tw-shadow-color: rgb(253 186 116 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/15 {
    --tw-shadow-color: rgb(253 186 116 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/20 {
    --tw-shadow-color: rgb(253 186 116 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/25 {
    --tw-shadow-color: rgb(253 186 116 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/30 {
    --tw-shadow-color: rgb(253 186 116 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/35 {
    --tw-shadow-color: rgb(253 186 116 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/40 {
    --tw-shadow-color: rgb(253 186 116 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/45 {
    --tw-shadow-color: rgb(253 186 116 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/5 {
    --tw-shadow-color: rgb(253 186 116 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/50 {
    --tw-shadow-color: rgb(253 186 116 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/55 {
    --tw-shadow-color: rgb(253 186 116 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/60 {
    --tw-shadow-color: rgb(253 186 116 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/65 {
    --tw-shadow-color: rgb(253 186 116 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/70 {
    --tw-shadow-color: rgb(253 186 116 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/75 {
    --tw-shadow-color: rgb(253 186 116 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/80 {
    --tw-shadow-color: rgb(253 186 116 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/85 {
    --tw-shadow-color: rgb(253 186 116 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/90 {
    --tw-shadow-color: rgb(253 186 116 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-300\/95 {
    --tw-shadow-color: rgb(253 186 116 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400 {
    --tw-shadow-color: #fb923c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/0 {
    --tw-shadow-color: rgb(251 146 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/10 {
    --tw-shadow-color: rgb(251 146 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/100 {
    --tw-shadow-color: rgb(251 146 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/15 {
    --tw-shadow-color: rgb(251 146 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/20 {
    --tw-shadow-color: rgb(251 146 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/25 {
    --tw-shadow-color: rgb(251 146 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/30 {
    --tw-shadow-color: rgb(251 146 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/35 {
    --tw-shadow-color: rgb(251 146 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/40 {
    --tw-shadow-color: rgb(251 146 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/45 {
    --tw-shadow-color: rgb(251 146 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/5 {
    --tw-shadow-color: rgb(251 146 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/50 {
    --tw-shadow-color: rgb(251 146 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/55 {
    --tw-shadow-color: rgb(251 146 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/60 {
    --tw-shadow-color: rgb(251 146 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/65 {
    --tw-shadow-color: rgb(251 146 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/70 {
    --tw-shadow-color: rgb(251 146 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/75 {
    --tw-shadow-color: rgb(251 146 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/80 {
    --tw-shadow-color: rgb(251 146 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/85 {
    --tw-shadow-color: rgb(251 146 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/90 {
    --tw-shadow-color: rgb(251 146 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-400\/95 {
    --tw-shadow-color: rgb(251 146 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50 {
    --tw-shadow-color: #fff7ed !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/0 {
    --tw-shadow-color: rgb(255 247 237 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/10 {
    --tw-shadow-color: rgb(255 247 237 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/100 {
    --tw-shadow-color: rgb(255 247 237 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/15 {
    --tw-shadow-color: rgb(255 247 237 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/20 {
    --tw-shadow-color: rgb(255 247 237 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/25 {
    --tw-shadow-color: rgb(255 247 237 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/30 {
    --tw-shadow-color: rgb(255 247 237 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/35 {
    --tw-shadow-color: rgb(255 247 237 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/40 {
    --tw-shadow-color: rgb(255 247 237 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/45 {
    --tw-shadow-color: rgb(255 247 237 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/5 {
    --tw-shadow-color: rgb(255 247 237 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/50 {
    --tw-shadow-color: rgb(255 247 237 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/55 {
    --tw-shadow-color: rgb(255 247 237 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/60 {
    --tw-shadow-color: rgb(255 247 237 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/65 {
    --tw-shadow-color: rgb(255 247 237 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/70 {
    --tw-shadow-color: rgb(255 247 237 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/75 {
    --tw-shadow-color: rgb(255 247 237 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/80 {
    --tw-shadow-color: rgb(255 247 237 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/85 {
    --tw-shadow-color: rgb(255 247 237 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/90 {
    --tw-shadow-color: rgb(255 247 237 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-50\/95 {
    --tw-shadow-color: rgb(255 247 237 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500 {
    --tw-shadow-color: #f97316 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/0 {
    --tw-shadow-color: rgb(249 115 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/10 {
    --tw-shadow-color: rgb(249 115 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/100 {
    --tw-shadow-color: rgb(249 115 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/15 {
    --tw-shadow-color: rgb(249 115 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/20 {
    --tw-shadow-color: rgb(249 115 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/25 {
    --tw-shadow-color: rgb(249 115 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/30 {
    --tw-shadow-color: rgb(249 115 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/35 {
    --tw-shadow-color: rgb(249 115 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/40 {
    --tw-shadow-color: rgb(249 115 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/45 {
    --tw-shadow-color: rgb(249 115 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/5 {
    --tw-shadow-color: rgb(249 115 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/50 {
    --tw-shadow-color: rgb(249 115 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/55 {
    --tw-shadow-color: rgb(249 115 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/60 {
    --tw-shadow-color: rgb(249 115 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/65 {
    --tw-shadow-color: rgb(249 115 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/70 {
    --tw-shadow-color: rgb(249 115 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/75 {
    --tw-shadow-color: rgb(249 115 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/80 {
    --tw-shadow-color: rgb(249 115 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/85 {
    --tw-shadow-color: rgb(249 115 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/90 {
    --tw-shadow-color: rgb(249 115 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-500\/95 {
    --tw-shadow-color: rgb(249 115 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600 {
    --tw-shadow-color: #ea580c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/0 {
    --tw-shadow-color: rgb(234 88 12 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/10 {
    --tw-shadow-color: rgb(234 88 12 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/100 {
    --tw-shadow-color: rgb(234 88 12 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/15 {
    --tw-shadow-color: rgb(234 88 12 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/20 {
    --tw-shadow-color: rgb(234 88 12 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/25 {
    --tw-shadow-color: rgb(234 88 12 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/30 {
    --tw-shadow-color: rgb(234 88 12 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/35 {
    --tw-shadow-color: rgb(234 88 12 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/40 {
    --tw-shadow-color: rgb(234 88 12 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/45 {
    --tw-shadow-color: rgb(234 88 12 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/5 {
    --tw-shadow-color: rgb(234 88 12 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/50 {
    --tw-shadow-color: rgb(234 88 12 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/55 {
    --tw-shadow-color: rgb(234 88 12 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/60 {
    --tw-shadow-color: rgb(234 88 12 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/65 {
    --tw-shadow-color: rgb(234 88 12 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/70 {
    --tw-shadow-color: rgb(234 88 12 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/75 {
    --tw-shadow-color: rgb(234 88 12 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/80 {
    --tw-shadow-color: rgb(234 88 12 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/85 {
    --tw-shadow-color: rgb(234 88 12 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/90 {
    --tw-shadow-color: rgb(234 88 12 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-600\/95 {
    --tw-shadow-color: rgb(234 88 12 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700 {
    --tw-shadow-color: #c2410c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/0 {
    --tw-shadow-color: rgb(194 65 12 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/10 {
    --tw-shadow-color: rgb(194 65 12 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/100 {
    --tw-shadow-color: rgb(194 65 12 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/15 {
    --tw-shadow-color: rgb(194 65 12 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/20 {
    --tw-shadow-color: rgb(194 65 12 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/25 {
    --tw-shadow-color: rgb(194 65 12 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/30 {
    --tw-shadow-color: rgb(194 65 12 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/35 {
    --tw-shadow-color: rgb(194 65 12 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/40 {
    --tw-shadow-color: rgb(194 65 12 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/45 {
    --tw-shadow-color: rgb(194 65 12 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/5 {
    --tw-shadow-color: rgb(194 65 12 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/50 {
    --tw-shadow-color: rgb(194 65 12 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/55 {
    --tw-shadow-color: rgb(194 65 12 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/60 {
    --tw-shadow-color: rgb(194 65 12 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/65 {
    --tw-shadow-color: rgb(194 65 12 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/70 {
    --tw-shadow-color: rgb(194 65 12 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/75 {
    --tw-shadow-color: rgb(194 65 12 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/80 {
    --tw-shadow-color: rgb(194 65 12 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/85 {
    --tw-shadow-color: rgb(194 65 12 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/90 {
    --tw-shadow-color: rgb(194 65 12 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-700\/95 {
    --tw-shadow-color: rgb(194 65 12 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800 {
    --tw-shadow-color: #9a3412 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/0 {
    --tw-shadow-color: rgb(154 52 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/10 {
    --tw-shadow-color: rgb(154 52 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/100 {
    --tw-shadow-color: rgb(154 52 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/15 {
    --tw-shadow-color: rgb(154 52 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/20 {
    --tw-shadow-color: rgb(154 52 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/25 {
    --tw-shadow-color: rgb(154 52 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/30 {
    --tw-shadow-color: rgb(154 52 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/35 {
    --tw-shadow-color: rgb(154 52 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/40 {
    --tw-shadow-color: rgb(154 52 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/45 {
    --tw-shadow-color: rgb(154 52 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/5 {
    --tw-shadow-color: rgb(154 52 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/50 {
    --tw-shadow-color: rgb(154 52 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/55 {
    --tw-shadow-color: rgb(154 52 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/60 {
    --tw-shadow-color: rgb(154 52 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/65 {
    --tw-shadow-color: rgb(154 52 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/70 {
    --tw-shadow-color: rgb(154 52 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/75 {
    --tw-shadow-color: rgb(154 52 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/80 {
    --tw-shadow-color: rgb(154 52 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/85 {
    --tw-shadow-color: rgb(154 52 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/90 {
    --tw-shadow-color: rgb(154 52 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-800\/95 {
    --tw-shadow-color: rgb(154 52 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900 {
    --tw-shadow-color: #7c2d12 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/0 {
    --tw-shadow-color: rgb(124 45 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/10 {
    --tw-shadow-color: rgb(124 45 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/100 {
    --tw-shadow-color: rgb(124 45 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/15 {
    --tw-shadow-color: rgb(124 45 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/20 {
    --tw-shadow-color: rgb(124 45 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/25 {
    --tw-shadow-color: rgb(124 45 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/30 {
    --tw-shadow-color: rgb(124 45 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/35 {
    --tw-shadow-color: rgb(124 45 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/40 {
    --tw-shadow-color: rgb(124 45 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/45 {
    --tw-shadow-color: rgb(124 45 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/5 {
    --tw-shadow-color: rgb(124 45 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/50 {
    --tw-shadow-color: rgb(124 45 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/55 {
    --tw-shadow-color: rgb(124 45 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/60 {
    --tw-shadow-color: rgb(124 45 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/65 {
    --tw-shadow-color: rgb(124 45 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/70 {
    --tw-shadow-color: rgb(124 45 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/75 {
    --tw-shadow-color: rgb(124 45 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/80 {
    --tw-shadow-color: rgb(124 45 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/85 {
    --tw-shadow-color: rgb(124 45 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/90 {
    --tw-shadow-color: rgb(124 45 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-900\/95 {
    --tw-shadow-color: rgb(124 45 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950 {
    --tw-shadow-color: #431407 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/0 {
    --tw-shadow-color: rgb(67 20 7 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/10 {
    --tw-shadow-color: rgb(67 20 7 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/100 {
    --tw-shadow-color: rgb(67 20 7 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/15 {
    --tw-shadow-color: rgb(67 20 7 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/20 {
    --tw-shadow-color: rgb(67 20 7 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/25 {
    --tw-shadow-color: rgb(67 20 7 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/30 {
    --tw-shadow-color: rgb(67 20 7 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/35 {
    --tw-shadow-color: rgb(67 20 7 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/40 {
    --tw-shadow-color: rgb(67 20 7 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/45 {
    --tw-shadow-color: rgb(67 20 7 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/5 {
    --tw-shadow-color: rgb(67 20 7 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/50 {
    --tw-shadow-color: rgb(67 20 7 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/55 {
    --tw-shadow-color: rgb(67 20 7 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/60 {
    --tw-shadow-color: rgb(67 20 7 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/65 {
    --tw-shadow-color: rgb(67 20 7 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/70 {
    --tw-shadow-color: rgb(67 20 7 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/75 {
    --tw-shadow-color: rgb(67 20 7 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/80 {
    --tw-shadow-color: rgb(67 20 7 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/85 {
    --tw-shadow-color: rgb(67 20 7 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/90 {
    --tw-shadow-color: rgb(67 20 7 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-orange-950\/95 {
    --tw-shadow-color: rgb(67 20 7 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100 {
    --tw-shadow-color: #fce7f3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/0 {
    --tw-shadow-color: rgb(252 231 243 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/10 {
    --tw-shadow-color: rgb(252 231 243 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/100 {
    --tw-shadow-color: rgb(252 231 243 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/15 {
    --tw-shadow-color: rgb(252 231 243 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/20 {
    --tw-shadow-color: rgb(252 231 243 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/25 {
    --tw-shadow-color: rgb(252 231 243 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/30 {
    --tw-shadow-color: rgb(252 231 243 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/35 {
    --tw-shadow-color: rgb(252 231 243 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/40 {
    --tw-shadow-color: rgb(252 231 243 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/45 {
    --tw-shadow-color: rgb(252 231 243 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/5 {
    --tw-shadow-color: rgb(252 231 243 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/50 {
    --tw-shadow-color: rgb(252 231 243 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/55 {
    --tw-shadow-color: rgb(252 231 243 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/60 {
    --tw-shadow-color: rgb(252 231 243 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/65 {
    --tw-shadow-color: rgb(252 231 243 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/70 {
    --tw-shadow-color: rgb(252 231 243 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/75 {
    --tw-shadow-color: rgb(252 231 243 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/80 {
    --tw-shadow-color: rgb(252 231 243 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/85 {
    --tw-shadow-color: rgb(252 231 243 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/90 {
    --tw-shadow-color: rgb(252 231 243 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-100\/95 {
    --tw-shadow-color: rgb(252 231 243 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200 {
    --tw-shadow-color: #fbcfe8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/0 {
    --tw-shadow-color: rgb(251 207 232 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/10 {
    --tw-shadow-color: rgb(251 207 232 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/100 {
    --tw-shadow-color: rgb(251 207 232 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/15 {
    --tw-shadow-color: rgb(251 207 232 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/20 {
    --tw-shadow-color: rgb(251 207 232 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/25 {
    --tw-shadow-color: rgb(251 207 232 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/30 {
    --tw-shadow-color: rgb(251 207 232 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/35 {
    --tw-shadow-color: rgb(251 207 232 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/40 {
    --tw-shadow-color: rgb(251 207 232 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/45 {
    --tw-shadow-color: rgb(251 207 232 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/5 {
    --tw-shadow-color: rgb(251 207 232 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/50 {
    --tw-shadow-color: rgb(251 207 232 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/55 {
    --tw-shadow-color: rgb(251 207 232 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/60 {
    --tw-shadow-color: rgb(251 207 232 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/65 {
    --tw-shadow-color: rgb(251 207 232 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/70 {
    --tw-shadow-color: rgb(251 207 232 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/75 {
    --tw-shadow-color: rgb(251 207 232 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/80 {
    --tw-shadow-color: rgb(251 207 232 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/85 {
    --tw-shadow-color: rgb(251 207 232 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/90 {
    --tw-shadow-color: rgb(251 207 232 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-200\/95 {
    --tw-shadow-color: rgb(251 207 232 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300 {
    --tw-shadow-color: #f9a8d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/0 {
    --tw-shadow-color: rgb(249 168 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/10 {
    --tw-shadow-color: rgb(249 168 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/100 {
    --tw-shadow-color: rgb(249 168 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/15 {
    --tw-shadow-color: rgb(249 168 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/20 {
    --tw-shadow-color: rgb(249 168 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/25 {
    --tw-shadow-color: rgb(249 168 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/30 {
    --tw-shadow-color: rgb(249 168 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/35 {
    --tw-shadow-color: rgb(249 168 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/40 {
    --tw-shadow-color: rgb(249 168 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/45 {
    --tw-shadow-color: rgb(249 168 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/5 {
    --tw-shadow-color: rgb(249 168 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/50 {
    --tw-shadow-color: rgb(249 168 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/55 {
    --tw-shadow-color: rgb(249 168 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/60 {
    --tw-shadow-color: rgb(249 168 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/65 {
    --tw-shadow-color: rgb(249 168 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/70 {
    --tw-shadow-color: rgb(249 168 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/75 {
    --tw-shadow-color: rgb(249 168 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/80 {
    --tw-shadow-color: rgb(249 168 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/85 {
    --tw-shadow-color: rgb(249 168 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/90 {
    --tw-shadow-color: rgb(249 168 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-300\/95 {
    --tw-shadow-color: rgb(249 168 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400 {
    --tw-shadow-color: #f472b6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/0 {
    --tw-shadow-color: rgb(244 114 182 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/10 {
    --tw-shadow-color: rgb(244 114 182 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/100 {
    --tw-shadow-color: rgb(244 114 182 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/15 {
    --tw-shadow-color: rgb(244 114 182 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/20 {
    --tw-shadow-color: rgb(244 114 182 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/25 {
    --tw-shadow-color: rgb(244 114 182 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/30 {
    --tw-shadow-color: rgb(244 114 182 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/35 {
    --tw-shadow-color: rgb(244 114 182 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/40 {
    --tw-shadow-color: rgb(244 114 182 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/45 {
    --tw-shadow-color: rgb(244 114 182 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/5 {
    --tw-shadow-color: rgb(244 114 182 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/50 {
    --tw-shadow-color: rgb(244 114 182 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/55 {
    --tw-shadow-color: rgb(244 114 182 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/60 {
    --tw-shadow-color: rgb(244 114 182 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/65 {
    --tw-shadow-color: rgb(244 114 182 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/70 {
    --tw-shadow-color: rgb(244 114 182 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/75 {
    --tw-shadow-color: rgb(244 114 182 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/80 {
    --tw-shadow-color: rgb(244 114 182 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/85 {
    --tw-shadow-color: rgb(244 114 182 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/90 {
    --tw-shadow-color: rgb(244 114 182 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-400\/95 {
    --tw-shadow-color: rgb(244 114 182 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50 {
    --tw-shadow-color: #fdf2f8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/0 {
    --tw-shadow-color: rgb(253 242 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/10 {
    --tw-shadow-color: rgb(253 242 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/100 {
    --tw-shadow-color: rgb(253 242 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/15 {
    --tw-shadow-color: rgb(253 242 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/20 {
    --tw-shadow-color: rgb(253 242 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/25 {
    --tw-shadow-color: rgb(253 242 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/30 {
    --tw-shadow-color: rgb(253 242 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/35 {
    --tw-shadow-color: rgb(253 242 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/40 {
    --tw-shadow-color: rgb(253 242 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/45 {
    --tw-shadow-color: rgb(253 242 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/5 {
    --tw-shadow-color: rgb(253 242 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/50 {
    --tw-shadow-color: rgb(253 242 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/55 {
    --tw-shadow-color: rgb(253 242 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/60 {
    --tw-shadow-color: rgb(253 242 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/65 {
    --tw-shadow-color: rgb(253 242 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/70 {
    --tw-shadow-color: rgb(253 242 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/75 {
    --tw-shadow-color: rgb(253 242 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/80 {
    --tw-shadow-color: rgb(253 242 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/85 {
    --tw-shadow-color: rgb(253 242 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/90 {
    --tw-shadow-color: rgb(253 242 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-50\/95 {
    --tw-shadow-color: rgb(253 242 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500 {
    --tw-shadow-color: #ec4899 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/0 {
    --tw-shadow-color: rgb(236 72 153 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/10 {
    --tw-shadow-color: rgb(236 72 153 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/100 {
    --tw-shadow-color: rgb(236 72 153 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/15 {
    --tw-shadow-color: rgb(236 72 153 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/20 {
    --tw-shadow-color: rgb(236 72 153 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/25 {
    --tw-shadow-color: rgb(236 72 153 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/30 {
    --tw-shadow-color: rgb(236 72 153 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/35 {
    --tw-shadow-color: rgb(236 72 153 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/40 {
    --tw-shadow-color: rgb(236 72 153 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/45 {
    --tw-shadow-color: rgb(236 72 153 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/5 {
    --tw-shadow-color: rgb(236 72 153 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/50 {
    --tw-shadow-color: rgb(236 72 153 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/55 {
    --tw-shadow-color: rgb(236 72 153 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/60 {
    --tw-shadow-color: rgb(236 72 153 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/65 {
    --tw-shadow-color: rgb(236 72 153 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/70 {
    --tw-shadow-color: rgb(236 72 153 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/75 {
    --tw-shadow-color: rgb(236 72 153 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/80 {
    --tw-shadow-color: rgb(236 72 153 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/85 {
    --tw-shadow-color: rgb(236 72 153 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/90 {
    --tw-shadow-color: rgb(236 72 153 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-500\/95 {
    --tw-shadow-color: rgb(236 72 153 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600 {
    --tw-shadow-color: #db2777 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/0 {
    --tw-shadow-color: rgb(219 39 119 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/10 {
    --tw-shadow-color: rgb(219 39 119 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/100 {
    --tw-shadow-color: rgb(219 39 119 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/15 {
    --tw-shadow-color: rgb(219 39 119 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/20 {
    --tw-shadow-color: rgb(219 39 119 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/25 {
    --tw-shadow-color: rgb(219 39 119 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/30 {
    --tw-shadow-color: rgb(219 39 119 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/35 {
    --tw-shadow-color: rgb(219 39 119 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/40 {
    --tw-shadow-color: rgb(219 39 119 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/45 {
    --tw-shadow-color: rgb(219 39 119 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/5 {
    --tw-shadow-color: rgb(219 39 119 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/50 {
    --tw-shadow-color: rgb(219 39 119 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/55 {
    --tw-shadow-color: rgb(219 39 119 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/60 {
    --tw-shadow-color: rgb(219 39 119 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/65 {
    --tw-shadow-color: rgb(219 39 119 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/70 {
    --tw-shadow-color: rgb(219 39 119 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/75 {
    --tw-shadow-color: rgb(219 39 119 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/80 {
    --tw-shadow-color: rgb(219 39 119 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/85 {
    --tw-shadow-color: rgb(219 39 119 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/90 {
    --tw-shadow-color: rgb(219 39 119 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-600\/95 {
    --tw-shadow-color: rgb(219 39 119 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700 {
    --tw-shadow-color: #be185d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/0 {
    --tw-shadow-color: rgb(190 24 93 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/10 {
    --tw-shadow-color: rgb(190 24 93 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/100 {
    --tw-shadow-color: rgb(190 24 93 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/15 {
    --tw-shadow-color: rgb(190 24 93 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/20 {
    --tw-shadow-color: rgb(190 24 93 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/25 {
    --tw-shadow-color: rgb(190 24 93 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/30 {
    --tw-shadow-color: rgb(190 24 93 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/35 {
    --tw-shadow-color: rgb(190 24 93 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/40 {
    --tw-shadow-color: rgb(190 24 93 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/45 {
    --tw-shadow-color: rgb(190 24 93 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/5 {
    --tw-shadow-color: rgb(190 24 93 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/50 {
    --tw-shadow-color: rgb(190 24 93 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/55 {
    --tw-shadow-color: rgb(190 24 93 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/60 {
    --tw-shadow-color: rgb(190 24 93 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/65 {
    --tw-shadow-color: rgb(190 24 93 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/70 {
    --tw-shadow-color: rgb(190 24 93 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/75 {
    --tw-shadow-color: rgb(190 24 93 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/80 {
    --tw-shadow-color: rgb(190 24 93 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/85 {
    --tw-shadow-color: rgb(190 24 93 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/90 {
    --tw-shadow-color: rgb(190 24 93 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-700\/95 {
    --tw-shadow-color: rgb(190 24 93 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800 {
    --tw-shadow-color: #9d174d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/0 {
    --tw-shadow-color: rgb(157 23 77 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/10 {
    --tw-shadow-color: rgb(157 23 77 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/100 {
    --tw-shadow-color: rgb(157 23 77 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/15 {
    --tw-shadow-color: rgb(157 23 77 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/20 {
    --tw-shadow-color: rgb(157 23 77 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/25 {
    --tw-shadow-color: rgb(157 23 77 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/30 {
    --tw-shadow-color: rgb(157 23 77 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/35 {
    --tw-shadow-color: rgb(157 23 77 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/40 {
    --tw-shadow-color: rgb(157 23 77 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/45 {
    --tw-shadow-color: rgb(157 23 77 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/5 {
    --tw-shadow-color: rgb(157 23 77 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/50 {
    --tw-shadow-color: rgb(157 23 77 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/55 {
    --tw-shadow-color: rgb(157 23 77 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/60 {
    --tw-shadow-color: rgb(157 23 77 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/65 {
    --tw-shadow-color: rgb(157 23 77 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/70 {
    --tw-shadow-color: rgb(157 23 77 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/75 {
    --tw-shadow-color: rgb(157 23 77 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/80 {
    --tw-shadow-color: rgb(157 23 77 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/85 {
    --tw-shadow-color: rgb(157 23 77 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/90 {
    --tw-shadow-color: rgb(157 23 77 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-800\/95 {
    --tw-shadow-color: rgb(157 23 77 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900 {
    --tw-shadow-color: #831843 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/0 {
    --tw-shadow-color: rgb(131 24 67 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/10 {
    --tw-shadow-color: rgb(131 24 67 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/100 {
    --tw-shadow-color: rgb(131 24 67 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/15 {
    --tw-shadow-color: rgb(131 24 67 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/20 {
    --tw-shadow-color: rgb(131 24 67 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/25 {
    --tw-shadow-color: rgb(131 24 67 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/30 {
    --tw-shadow-color: rgb(131 24 67 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/35 {
    --tw-shadow-color: rgb(131 24 67 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/40 {
    --tw-shadow-color: rgb(131 24 67 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/45 {
    --tw-shadow-color: rgb(131 24 67 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/5 {
    --tw-shadow-color: rgb(131 24 67 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/50 {
    --tw-shadow-color: rgb(131 24 67 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/55 {
    --tw-shadow-color: rgb(131 24 67 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/60 {
    --tw-shadow-color: rgb(131 24 67 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/65 {
    --tw-shadow-color: rgb(131 24 67 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/70 {
    --tw-shadow-color: rgb(131 24 67 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/75 {
    --tw-shadow-color: rgb(131 24 67 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/80 {
    --tw-shadow-color: rgb(131 24 67 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/85 {
    --tw-shadow-color: rgb(131 24 67 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/90 {
    --tw-shadow-color: rgb(131 24 67 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-900\/95 {
    --tw-shadow-color: rgb(131 24 67 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950 {
    --tw-shadow-color: #500724 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/0 {
    --tw-shadow-color: rgb(80 7 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/10 {
    --tw-shadow-color: rgb(80 7 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/100 {
    --tw-shadow-color: rgb(80 7 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/15 {
    --tw-shadow-color: rgb(80 7 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/20 {
    --tw-shadow-color: rgb(80 7 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/25 {
    --tw-shadow-color: rgb(80 7 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/30 {
    --tw-shadow-color: rgb(80 7 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/35 {
    --tw-shadow-color: rgb(80 7 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/40 {
    --tw-shadow-color: rgb(80 7 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/45 {
    --tw-shadow-color: rgb(80 7 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/5 {
    --tw-shadow-color: rgb(80 7 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/50 {
    --tw-shadow-color: rgb(80 7 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/55 {
    --tw-shadow-color: rgb(80 7 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/60 {
    --tw-shadow-color: rgb(80 7 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/65 {
    --tw-shadow-color: rgb(80 7 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/70 {
    --tw-shadow-color: rgb(80 7 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/75 {
    --tw-shadow-color: rgb(80 7 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/80 {
    --tw-shadow-color: rgb(80 7 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/85 {
    --tw-shadow-color: rgb(80 7 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/90 {
    --tw-shadow-color: rgb(80 7 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-pink-950\/95 {
    --tw-shadow-color: rgb(80 7 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100 {
    --tw-shadow-color: #f3e8ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/0 {
    --tw-shadow-color: rgb(243 232 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/10 {
    --tw-shadow-color: rgb(243 232 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/100 {
    --tw-shadow-color: rgb(243 232 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/15 {
    --tw-shadow-color: rgb(243 232 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/20 {
    --tw-shadow-color: rgb(243 232 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/25 {
    --tw-shadow-color: rgb(243 232 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/30 {
    --tw-shadow-color: rgb(243 232 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/35 {
    --tw-shadow-color: rgb(243 232 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/40 {
    --tw-shadow-color: rgb(243 232 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/45 {
    --tw-shadow-color: rgb(243 232 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/5 {
    --tw-shadow-color: rgb(243 232 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/50 {
    --tw-shadow-color: rgb(243 232 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/55 {
    --tw-shadow-color: rgb(243 232 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/60 {
    --tw-shadow-color: rgb(243 232 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/65 {
    --tw-shadow-color: rgb(243 232 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/70 {
    --tw-shadow-color: rgb(243 232 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/75 {
    --tw-shadow-color: rgb(243 232 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/80 {
    --tw-shadow-color: rgb(243 232 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/85 {
    --tw-shadow-color: rgb(243 232 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/90 {
    --tw-shadow-color: rgb(243 232 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-100\/95 {
    --tw-shadow-color: rgb(243 232 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200 {
    --tw-shadow-color: #e9d5ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/0 {
    --tw-shadow-color: rgb(233 213 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/10 {
    --tw-shadow-color: rgb(233 213 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/100 {
    --tw-shadow-color: rgb(233 213 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/15 {
    --tw-shadow-color: rgb(233 213 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/20 {
    --tw-shadow-color: rgb(233 213 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/25 {
    --tw-shadow-color: rgb(233 213 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/30 {
    --tw-shadow-color: rgb(233 213 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/35 {
    --tw-shadow-color: rgb(233 213 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/40 {
    --tw-shadow-color: rgb(233 213 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/45 {
    --tw-shadow-color: rgb(233 213 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/5 {
    --tw-shadow-color: rgb(233 213 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/50 {
    --tw-shadow-color: rgb(233 213 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/55 {
    --tw-shadow-color: rgb(233 213 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/60 {
    --tw-shadow-color: rgb(233 213 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/65 {
    --tw-shadow-color: rgb(233 213 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/70 {
    --tw-shadow-color: rgb(233 213 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/75 {
    --tw-shadow-color: rgb(233 213 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/80 {
    --tw-shadow-color: rgb(233 213 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/85 {
    --tw-shadow-color: rgb(233 213 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/90 {
    --tw-shadow-color: rgb(233 213 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-200\/95 {
    --tw-shadow-color: rgb(233 213 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300 {
    --tw-shadow-color: #d8b4fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/0 {
    --tw-shadow-color: rgb(216 180 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/10 {
    --tw-shadow-color: rgb(216 180 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/100 {
    --tw-shadow-color: rgb(216 180 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/15 {
    --tw-shadow-color: rgb(216 180 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/20 {
    --tw-shadow-color: rgb(216 180 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/25 {
    --tw-shadow-color: rgb(216 180 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/30 {
    --tw-shadow-color: rgb(216 180 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/35 {
    --tw-shadow-color: rgb(216 180 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/40 {
    --tw-shadow-color: rgb(216 180 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/45 {
    --tw-shadow-color: rgb(216 180 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/5 {
    --tw-shadow-color: rgb(216 180 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/50 {
    --tw-shadow-color: rgb(216 180 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/55 {
    --tw-shadow-color: rgb(216 180 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/60 {
    --tw-shadow-color: rgb(216 180 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/65 {
    --tw-shadow-color: rgb(216 180 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/70 {
    --tw-shadow-color: rgb(216 180 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/75 {
    --tw-shadow-color: rgb(216 180 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/80 {
    --tw-shadow-color: rgb(216 180 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/85 {
    --tw-shadow-color: rgb(216 180 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/90 {
    --tw-shadow-color: rgb(216 180 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-300\/95 {
    --tw-shadow-color: rgb(216 180 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400 {
    --tw-shadow-color: #c084fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/0 {
    --tw-shadow-color: rgb(192 132 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/10 {
    --tw-shadow-color: rgb(192 132 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/100 {
    --tw-shadow-color: rgb(192 132 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/15 {
    --tw-shadow-color: rgb(192 132 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/20 {
    --tw-shadow-color: rgb(192 132 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/25 {
    --tw-shadow-color: rgb(192 132 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/30 {
    --tw-shadow-color: rgb(192 132 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/35 {
    --tw-shadow-color: rgb(192 132 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/40 {
    --tw-shadow-color: rgb(192 132 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/45 {
    --tw-shadow-color: rgb(192 132 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/5 {
    --tw-shadow-color: rgb(192 132 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/50 {
    --tw-shadow-color: rgb(192 132 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/55 {
    --tw-shadow-color: rgb(192 132 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/60 {
    --tw-shadow-color: rgb(192 132 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/65 {
    --tw-shadow-color: rgb(192 132 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/70 {
    --tw-shadow-color: rgb(192 132 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/75 {
    --tw-shadow-color: rgb(192 132 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/80 {
    --tw-shadow-color: rgb(192 132 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/85 {
    --tw-shadow-color: rgb(192 132 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/90 {
    --tw-shadow-color: rgb(192 132 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-400\/95 {
    --tw-shadow-color: rgb(192 132 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50 {
    --tw-shadow-color: #faf5ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/0 {
    --tw-shadow-color: rgb(250 245 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/10 {
    --tw-shadow-color: rgb(250 245 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/100 {
    --tw-shadow-color: rgb(250 245 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/15 {
    --tw-shadow-color: rgb(250 245 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/20 {
    --tw-shadow-color: rgb(250 245 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/25 {
    --tw-shadow-color: rgb(250 245 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/30 {
    --tw-shadow-color: rgb(250 245 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/35 {
    --tw-shadow-color: rgb(250 245 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/40 {
    --tw-shadow-color: rgb(250 245 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/45 {
    --tw-shadow-color: rgb(250 245 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/5 {
    --tw-shadow-color: rgb(250 245 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/50 {
    --tw-shadow-color: rgb(250 245 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/55 {
    --tw-shadow-color: rgb(250 245 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/60 {
    --tw-shadow-color: rgb(250 245 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/65 {
    --tw-shadow-color: rgb(250 245 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/70 {
    --tw-shadow-color: rgb(250 245 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/75 {
    --tw-shadow-color: rgb(250 245 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/80 {
    --tw-shadow-color: rgb(250 245 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/85 {
    --tw-shadow-color: rgb(250 245 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/90 {
    --tw-shadow-color: rgb(250 245 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-50\/95 {
    --tw-shadow-color: rgb(250 245 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500 {
    --tw-shadow-color: #a855f7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/0 {
    --tw-shadow-color: rgb(168 85 247 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/10 {
    --tw-shadow-color: rgb(168 85 247 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/100 {
    --tw-shadow-color: rgb(168 85 247 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/15 {
    --tw-shadow-color: rgb(168 85 247 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/20 {
    --tw-shadow-color: rgb(168 85 247 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/25 {
    --tw-shadow-color: rgb(168 85 247 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/30 {
    --tw-shadow-color: rgb(168 85 247 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/35 {
    --tw-shadow-color: rgb(168 85 247 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/40 {
    --tw-shadow-color: rgb(168 85 247 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/45 {
    --tw-shadow-color: rgb(168 85 247 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/5 {
    --tw-shadow-color: rgb(168 85 247 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/50 {
    --tw-shadow-color: rgb(168 85 247 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/55 {
    --tw-shadow-color: rgb(168 85 247 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/60 {
    --tw-shadow-color: rgb(168 85 247 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/65 {
    --tw-shadow-color: rgb(168 85 247 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/70 {
    --tw-shadow-color: rgb(168 85 247 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/75 {
    --tw-shadow-color: rgb(168 85 247 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/80 {
    --tw-shadow-color: rgb(168 85 247 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/85 {
    --tw-shadow-color: rgb(168 85 247 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/90 {
    --tw-shadow-color: rgb(168 85 247 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-500\/95 {
    --tw-shadow-color: rgb(168 85 247 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600 {
    --tw-shadow-color: #9333ea !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/0 {
    --tw-shadow-color: rgb(147 51 234 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/10 {
    --tw-shadow-color: rgb(147 51 234 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/100 {
    --tw-shadow-color: rgb(147 51 234 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/15 {
    --tw-shadow-color: rgb(147 51 234 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/20 {
    --tw-shadow-color: rgb(147 51 234 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/25 {
    --tw-shadow-color: rgb(147 51 234 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/30 {
    --tw-shadow-color: rgb(147 51 234 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/35 {
    --tw-shadow-color: rgb(147 51 234 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/40 {
    --tw-shadow-color: rgb(147 51 234 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/45 {
    --tw-shadow-color: rgb(147 51 234 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/5 {
    --tw-shadow-color: rgb(147 51 234 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/50 {
    --tw-shadow-color: rgb(147 51 234 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/55 {
    --tw-shadow-color: rgb(147 51 234 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/60 {
    --tw-shadow-color: rgb(147 51 234 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/65 {
    --tw-shadow-color: rgb(147 51 234 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/70 {
    --tw-shadow-color: rgb(147 51 234 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/75 {
    --tw-shadow-color: rgb(147 51 234 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/80 {
    --tw-shadow-color: rgb(147 51 234 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/85 {
    --tw-shadow-color: rgb(147 51 234 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/90 {
    --tw-shadow-color: rgb(147 51 234 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-600\/95 {
    --tw-shadow-color: rgb(147 51 234 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700 {
    --tw-shadow-color: #7e22ce !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/0 {
    --tw-shadow-color: rgb(126 34 206 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/10 {
    --tw-shadow-color: rgb(126 34 206 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/100 {
    --tw-shadow-color: rgb(126 34 206 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/15 {
    --tw-shadow-color: rgb(126 34 206 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/20 {
    --tw-shadow-color: rgb(126 34 206 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/25 {
    --tw-shadow-color: rgb(126 34 206 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/30 {
    --tw-shadow-color: rgb(126 34 206 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/35 {
    --tw-shadow-color: rgb(126 34 206 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/40 {
    --tw-shadow-color: rgb(126 34 206 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/45 {
    --tw-shadow-color: rgb(126 34 206 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/5 {
    --tw-shadow-color: rgb(126 34 206 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/50 {
    --tw-shadow-color: rgb(126 34 206 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/55 {
    --tw-shadow-color: rgb(126 34 206 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/60 {
    --tw-shadow-color: rgb(126 34 206 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/65 {
    --tw-shadow-color: rgb(126 34 206 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/70 {
    --tw-shadow-color: rgb(126 34 206 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/75 {
    --tw-shadow-color: rgb(126 34 206 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/80 {
    --tw-shadow-color: rgb(126 34 206 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/85 {
    --tw-shadow-color: rgb(126 34 206 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/90 {
    --tw-shadow-color: rgb(126 34 206 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-700\/95 {
    --tw-shadow-color: rgb(126 34 206 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800 {
    --tw-shadow-color: #6b21a8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/0 {
    --tw-shadow-color: rgb(107 33 168 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/10 {
    --tw-shadow-color: rgb(107 33 168 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/100 {
    --tw-shadow-color: rgb(107 33 168 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/15 {
    --tw-shadow-color: rgb(107 33 168 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/20 {
    --tw-shadow-color: rgb(107 33 168 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/25 {
    --tw-shadow-color: rgb(107 33 168 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/30 {
    --tw-shadow-color: rgb(107 33 168 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/35 {
    --tw-shadow-color: rgb(107 33 168 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/40 {
    --tw-shadow-color: rgb(107 33 168 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/45 {
    --tw-shadow-color: rgb(107 33 168 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/5 {
    --tw-shadow-color: rgb(107 33 168 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/50 {
    --tw-shadow-color: rgb(107 33 168 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/55 {
    --tw-shadow-color: rgb(107 33 168 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/60 {
    --tw-shadow-color: rgb(107 33 168 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/65 {
    --tw-shadow-color: rgb(107 33 168 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/70 {
    --tw-shadow-color: rgb(107 33 168 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/75 {
    --tw-shadow-color: rgb(107 33 168 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/80 {
    --tw-shadow-color: rgb(107 33 168 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/85 {
    --tw-shadow-color: rgb(107 33 168 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/90 {
    --tw-shadow-color: rgb(107 33 168 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-800\/95 {
    --tw-shadow-color: rgb(107 33 168 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900 {
    --tw-shadow-color: #581c87 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/0 {
    --tw-shadow-color: rgb(88 28 135 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/10 {
    --tw-shadow-color: rgb(88 28 135 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/100 {
    --tw-shadow-color: rgb(88 28 135 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/15 {
    --tw-shadow-color: rgb(88 28 135 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/20 {
    --tw-shadow-color: rgb(88 28 135 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/25 {
    --tw-shadow-color: rgb(88 28 135 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/30 {
    --tw-shadow-color: rgb(88 28 135 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/35 {
    --tw-shadow-color: rgb(88 28 135 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/40 {
    --tw-shadow-color: rgb(88 28 135 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/45 {
    --tw-shadow-color: rgb(88 28 135 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/5 {
    --tw-shadow-color: rgb(88 28 135 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/50 {
    --tw-shadow-color: rgb(88 28 135 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/55 {
    --tw-shadow-color: rgb(88 28 135 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/60 {
    --tw-shadow-color: rgb(88 28 135 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/65 {
    --tw-shadow-color: rgb(88 28 135 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/70 {
    --tw-shadow-color: rgb(88 28 135 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/75 {
    --tw-shadow-color: rgb(88 28 135 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/80 {
    --tw-shadow-color: rgb(88 28 135 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/85 {
    --tw-shadow-color: rgb(88 28 135 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/90 {
    --tw-shadow-color: rgb(88 28 135 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-900\/95 {
    --tw-shadow-color: rgb(88 28 135 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950 {
    --tw-shadow-color: #3b0764 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/0 {
    --tw-shadow-color: rgb(59 7 100 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/10 {
    --tw-shadow-color: rgb(59 7 100 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/100 {
    --tw-shadow-color: rgb(59 7 100 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/15 {
    --tw-shadow-color: rgb(59 7 100 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/20 {
    --tw-shadow-color: rgb(59 7 100 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/25 {
    --tw-shadow-color: rgb(59 7 100 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/30 {
    --tw-shadow-color: rgb(59 7 100 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/35 {
    --tw-shadow-color: rgb(59 7 100 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/40 {
    --tw-shadow-color: rgb(59 7 100 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/45 {
    --tw-shadow-color: rgb(59 7 100 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/5 {
    --tw-shadow-color: rgb(59 7 100 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/50 {
    --tw-shadow-color: rgb(59 7 100 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/55 {
    --tw-shadow-color: rgb(59 7 100 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/60 {
    --tw-shadow-color: rgb(59 7 100 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/65 {
    --tw-shadow-color: rgb(59 7 100 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/70 {
    --tw-shadow-color: rgb(59 7 100 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/75 {
    --tw-shadow-color: rgb(59 7 100 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/80 {
    --tw-shadow-color: rgb(59 7 100 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/85 {
    --tw-shadow-color: rgb(59 7 100 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/90 {
    --tw-shadow-color: rgb(59 7 100 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-purple-950\/95 {
    --tw-shadow-color: rgb(59 7 100 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100 {
    --tw-shadow-color: #fee2e2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/0 {
    --tw-shadow-color: rgb(254 226 226 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/10 {
    --tw-shadow-color: rgb(254 226 226 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/100 {
    --tw-shadow-color: rgb(254 226 226 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/15 {
    --tw-shadow-color: rgb(254 226 226 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/20 {
    --tw-shadow-color: rgb(254 226 226 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/25 {
    --tw-shadow-color: rgb(254 226 226 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/30 {
    --tw-shadow-color: rgb(254 226 226 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/35 {
    --tw-shadow-color: rgb(254 226 226 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/40 {
    --tw-shadow-color: rgb(254 226 226 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/45 {
    --tw-shadow-color: rgb(254 226 226 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/5 {
    --tw-shadow-color: rgb(254 226 226 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/50 {
    --tw-shadow-color: rgb(254 226 226 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/55 {
    --tw-shadow-color: rgb(254 226 226 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/60 {
    --tw-shadow-color: rgb(254 226 226 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/65 {
    --tw-shadow-color: rgb(254 226 226 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/70 {
    --tw-shadow-color: rgb(254 226 226 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/75 {
    --tw-shadow-color: rgb(254 226 226 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/80 {
    --tw-shadow-color: rgb(254 226 226 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/85 {
    --tw-shadow-color: rgb(254 226 226 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/90 {
    --tw-shadow-color: rgb(254 226 226 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-100\/95 {
    --tw-shadow-color: rgb(254 226 226 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200 {
    --tw-shadow-color: #fecaca !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/0 {
    --tw-shadow-color: rgb(254 202 202 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/10 {
    --tw-shadow-color: rgb(254 202 202 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/100 {
    --tw-shadow-color: rgb(254 202 202 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/15 {
    --tw-shadow-color: rgb(254 202 202 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/20 {
    --tw-shadow-color: rgb(254 202 202 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/25 {
    --tw-shadow-color: rgb(254 202 202 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/30 {
    --tw-shadow-color: rgb(254 202 202 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/35 {
    --tw-shadow-color: rgb(254 202 202 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/40 {
    --tw-shadow-color: rgb(254 202 202 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/45 {
    --tw-shadow-color: rgb(254 202 202 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/5 {
    --tw-shadow-color: rgb(254 202 202 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/50 {
    --tw-shadow-color: rgb(254 202 202 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/55 {
    --tw-shadow-color: rgb(254 202 202 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/60 {
    --tw-shadow-color: rgb(254 202 202 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/65 {
    --tw-shadow-color: rgb(254 202 202 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/70 {
    --tw-shadow-color: rgb(254 202 202 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/75 {
    --tw-shadow-color: rgb(254 202 202 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/80 {
    --tw-shadow-color: rgb(254 202 202 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/85 {
    --tw-shadow-color: rgb(254 202 202 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/90 {
    --tw-shadow-color: rgb(254 202 202 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-200\/95 {
    --tw-shadow-color: rgb(254 202 202 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300 {
    --tw-shadow-color: #fca5a5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/0 {
    --tw-shadow-color: rgb(252 165 165 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/10 {
    --tw-shadow-color: rgb(252 165 165 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/100 {
    --tw-shadow-color: rgb(252 165 165 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/15 {
    --tw-shadow-color: rgb(252 165 165 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/20 {
    --tw-shadow-color: rgb(252 165 165 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/25 {
    --tw-shadow-color: rgb(252 165 165 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/30 {
    --tw-shadow-color: rgb(252 165 165 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/35 {
    --tw-shadow-color: rgb(252 165 165 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/40 {
    --tw-shadow-color: rgb(252 165 165 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/45 {
    --tw-shadow-color: rgb(252 165 165 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/5 {
    --tw-shadow-color: rgb(252 165 165 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/50 {
    --tw-shadow-color: rgb(252 165 165 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/55 {
    --tw-shadow-color: rgb(252 165 165 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/60 {
    --tw-shadow-color: rgb(252 165 165 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/65 {
    --tw-shadow-color: rgb(252 165 165 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/70 {
    --tw-shadow-color: rgb(252 165 165 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/75 {
    --tw-shadow-color: rgb(252 165 165 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/80 {
    --tw-shadow-color: rgb(252 165 165 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/85 {
    --tw-shadow-color: rgb(252 165 165 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/90 {
    --tw-shadow-color: rgb(252 165 165 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-300\/95 {
    --tw-shadow-color: rgb(252 165 165 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400 {
    --tw-shadow-color: #f87171 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/0 {
    --tw-shadow-color: rgb(248 113 113 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/10 {
    --tw-shadow-color: rgb(248 113 113 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/100 {
    --tw-shadow-color: rgb(248 113 113 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/15 {
    --tw-shadow-color: rgb(248 113 113 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/20 {
    --tw-shadow-color: rgb(248 113 113 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/25 {
    --tw-shadow-color: rgb(248 113 113 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/30 {
    --tw-shadow-color: rgb(248 113 113 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/35 {
    --tw-shadow-color: rgb(248 113 113 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/40 {
    --tw-shadow-color: rgb(248 113 113 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/45 {
    --tw-shadow-color: rgb(248 113 113 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/5 {
    --tw-shadow-color: rgb(248 113 113 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/50 {
    --tw-shadow-color: rgb(248 113 113 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/55 {
    --tw-shadow-color: rgb(248 113 113 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/60 {
    --tw-shadow-color: rgb(248 113 113 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/65 {
    --tw-shadow-color: rgb(248 113 113 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/70 {
    --tw-shadow-color: rgb(248 113 113 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/75 {
    --tw-shadow-color: rgb(248 113 113 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/80 {
    --tw-shadow-color: rgb(248 113 113 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/85 {
    --tw-shadow-color: rgb(248 113 113 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/90 {
    --tw-shadow-color: rgb(248 113 113 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-400\/95 {
    --tw-shadow-color: rgb(248 113 113 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50 {
    --tw-shadow-color: #fef2f2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/0 {
    --tw-shadow-color: rgb(254 242 242 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/10 {
    --tw-shadow-color: rgb(254 242 242 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/100 {
    --tw-shadow-color: rgb(254 242 242 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/15 {
    --tw-shadow-color: rgb(254 242 242 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/20 {
    --tw-shadow-color: rgb(254 242 242 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/25 {
    --tw-shadow-color: rgb(254 242 242 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/30 {
    --tw-shadow-color: rgb(254 242 242 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/35 {
    --tw-shadow-color: rgb(254 242 242 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/40 {
    --tw-shadow-color: rgb(254 242 242 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/45 {
    --tw-shadow-color: rgb(254 242 242 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/5 {
    --tw-shadow-color: rgb(254 242 242 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/50 {
    --tw-shadow-color: rgb(254 242 242 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/55 {
    --tw-shadow-color: rgb(254 242 242 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/60 {
    --tw-shadow-color: rgb(254 242 242 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/65 {
    --tw-shadow-color: rgb(254 242 242 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/70 {
    --tw-shadow-color: rgb(254 242 242 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/75 {
    --tw-shadow-color: rgb(254 242 242 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/80 {
    --tw-shadow-color: rgb(254 242 242 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/85 {
    --tw-shadow-color: rgb(254 242 242 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/90 {
    --tw-shadow-color: rgb(254 242 242 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-50\/95 {
    --tw-shadow-color: rgb(254 242 242 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500 {
    --tw-shadow-color: #ef4444 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/0 {
    --tw-shadow-color: rgb(239 68 68 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/10 {
    --tw-shadow-color: rgb(239 68 68 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/100 {
    --tw-shadow-color: rgb(239 68 68 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/15 {
    --tw-shadow-color: rgb(239 68 68 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/20 {
    --tw-shadow-color: rgb(239 68 68 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/25 {
    --tw-shadow-color: rgb(239 68 68 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/30 {
    --tw-shadow-color: rgb(239 68 68 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/35 {
    --tw-shadow-color: rgb(239 68 68 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/40 {
    --tw-shadow-color: rgb(239 68 68 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/45 {
    --tw-shadow-color: rgb(239 68 68 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/5 {
    --tw-shadow-color: rgb(239 68 68 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/50 {
    --tw-shadow-color: rgb(239 68 68 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/55 {
    --tw-shadow-color: rgb(239 68 68 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/60 {
    --tw-shadow-color: rgb(239 68 68 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/65 {
    --tw-shadow-color: rgb(239 68 68 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/70 {
    --tw-shadow-color: rgb(239 68 68 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/75 {
    --tw-shadow-color: rgb(239 68 68 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/80 {
    --tw-shadow-color: rgb(239 68 68 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/85 {
    --tw-shadow-color: rgb(239 68 68 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/90 {
    --tw-shadow-color: rgb(239 68 68 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-500\/95 {
    --tw-shadow-color: rgb(239 68 68 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600 {
    --tw-shadow-color: #dc2626 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/0 {
    --tw-shadow-color: rgb(220 38 38 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/10 {
    --tw-shadow-color: rgb(220 38 38 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/100 {
    --tw-shadow-color: rgb(220 38 38 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/15 {
    --tw-shadow-color: rgb(220 38 38 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/20 {
    --tw-shadow-color: rgb(220 38 38 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/25 {
    --tw-shadow-color: rgb(220 38 38 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/30 {
    --tw-shadow-color: rgb(220 38 38 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/35 {
    --tw-shadow-color: rgb(220 38 38 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/40 {
    --tw-shadow-color: rgb(220 38 38 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/45 {
    --tw-shadow-color: rgb(220 38 38 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/5 {
    --tw-shadow-color: rgb(220 38 38 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/50 {
    --tw-shadow-color: rgb(220 38 38 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/55 {
    --tw-shadow-color: rgb(220 38 38 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/60 {
    --tw-shadow-color: rgb(220 38 38 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/65 {
    --tw-shadow-color: rgb(220 38 38 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/70 {
    --tw-shadow-color: rgb(220 38 38 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/75 {
    --tw-shadow-color: rgb(220 38 38 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/80 {
    --tw-shadow-color: rgb(220 38 38 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/85 {
    --tw-shadow-color: rgb(220 38 38 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/90 {
    --tw-shadow-color: rgb(220 38 38 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-600\/95 {
    --tw-shadow-color: rgb(220 38 38 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700 {
    --tw-shadow-color: #b91c1c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/0 {
    --tw-shadow-color: rgb(185 28 28 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/10 {
    --tw-shadow-color: rgb(185 28 28 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/100 {
    --tw-shadow-color: rgb(185 28 28 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/15 {
    --tw-shadow-color: rgb(185 28 28 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/20 {
    --tw-shadow-color: rgb(185 28 28 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/25 {
    --tw-shadow-color: rgb(185 28 28 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/30 {
    --tw-shadow-color: rgb(185 28 28 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/35 {
    --tw-shadow-color: rgb(185 28 28 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/40 {
    --tw-shadow-color: rgb(185 28 28 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/45 {
    --tw-shadow-color: rgb(185 28 28 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/5 {
    --tw-shadow-color: rgb(185 28 28 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/50 {
    --tw-shadow-color: rgb(185 28 28 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/55 {
    --tw-shadow-color: rgb(185 28 28 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/60 {
    --tw-shadow-color: rgb(185 28 28 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/65 {
    --tw-shadow-color: rgb(185 28 28 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/70 {
    --tw-shadow-color: rgb(185 28 28 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/75 {
    --tw-shadow-color: rgb(185 28 28 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/80 {
    --tw-shadow-color: rgb(185 28 28 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/85 {
    --tw-shadow-color: rgb(185 28 28 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/90 {
    --tw-shadow-color: rgb(185 28 28 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-700\/95 {
    --tw-shadow-color: rgb(185 28 28 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800 {
    --tw-shadow-color: #991b1b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/0 {
    --tw-shadow-color: rgb(153 27 27 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/10 {
    --tw-shadow-color: rgb(153 27 27 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/100 {
    --tw-shadow-color: rgb(153 27 27 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/15 {
    --tw-shadow-color: rgb(153 27 27 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/20 {
    --tw-shadow-color: rgb(153 27 27 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/25 {
    --tw-shadow-color: rgb(153 27 27 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/30 {
    --tw-shadow-color: rgb(153 27 27 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/35 {
    --tw-shadow-color: rgb(153 27 27 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/40 {
    --tw-shadow-color: rgb(153 27 27 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/45 {
    --tw-shadow-color: rgb(153 27 27 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/5 {
    --tw-shadow-color: rgb(153 27 27 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/50 {
    --tw-shadow-color: rgb(153 27 27 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/55 {
    --tw-shadow-color: rgb(153 27 27 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/60 {
    --tw-shadow-color: rgb(153 27 27 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/65 {
    --tw-shadow-color: rgb(153 27 27 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/70 {
    --tw-shadow-color: rgb(153 27 27 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/75 {
    --tw-shadow-color: rgb(153 27 27 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/80 {
    --tw-shadow-color: rgb(153 27 27 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/85 {
    --tw-shadow-color: rgb(153 27 27 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/90 {
    --tw-shadow-color: rgb(153 27 27 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-800\/95 {
    --tw-shadow-color: rgb(153 27 27 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900 {
    --tw-shadow-color: #7f1d1d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/0 {
    --tw-shadow-color: rgb(127 29 29 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/10 {
    --tw-shadow-color: rgb(127 29 29 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/100 {
    --tw-shadow-color: rgb(127 29 29 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/15 {
    --tw-shadow-color: rgb(127 29 29 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/20 {
    --tw-shadow-color: rgb(127 29 29 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/25 {
    --tw-shadow-color: rgb(127 29 29 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/30 {
    --tw-shadow-color: rgb(127 29 29 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/35 {
    --tw-shadow-color: rgb(127 29 29 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/40 {
    --tw-shadow-color: rgb(127 29 29 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/45 {
    --tw-shadow-color: rgb(127 29 29 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/5 {
    --tw-shadow-color: rgb(127 29 29 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/50 {
    --tw-shadow-color: rgb(127 29 29 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/55 {
    --tw-shadow-color: rgb(127 29 29 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/60 {
    --tw-shadow-color: rgb(127 29 29 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/65 {
    --tw-shadow-color: rgb(127 29 29 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/70 {
    --tw-shadow-color: rgb(127 29 29 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/75 {
    --tw-shadow-color: rgb(127 29 29 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/80 {
    --tw-shadow-color: rgb(127 29 29 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/85 {
    --tw-shadow-color: rgb(127 29 29 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/90 {
    --tw-shadow-color: rgb(127 29 29 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-900\/95 {
    --tw-shadow-color: rgb(127 29 29 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950 {
    --tw-shadow-color: #450a0a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/0 {
    --tw-shadow-color: rgb(69 10 10 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/10 {
    --tw-shadow-color: rgb(69 10 10 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/100 {
    --tw-shadow-color: rgb(69 10 10 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/15 {
    --tw-shadow-color: rgb(69 10 10 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/20 {
    --tw-shadow-color: rgb(69 10 10 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/25 {
    --tw-shadow-color: rgb(69 10 10 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/30 {
    --tw-shadow-color: rgb(69 10 10 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/35 {
    --tw-shadow-color: rgb(69 10 10 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/40 {
    --tw-shadow-color: rgb(69 10 10 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/45 {
    --tw-shadow-color: rgb(69 10 10 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/5 {
    --tw-shadow-color: rgb(69 10 10 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/50 {
    --tw-shadow-color: rgb(69 10 10 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/55 {
    --tw-shadow-color: rgb(69 10 10 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/60 {
    --tw-shadow-color: rgb(69 10 10 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/65 {
    --tw-shadow-color: rgb(69 10 10 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/70 {
    --tw-shadow-color: rgb(69 10 10 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/75 {
    --tw-shadow-color: rgb(69 10 10 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/80 {
    --tw-shadow-color: rgb(69 10 10 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/85 {
    --tw-shadow-color: rgb(69 10 10 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/90 {
    --tw-shadow-color: rgb(69 10 10 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-red-950\/95 {
    --tw-shadow-color: rgb(69 10 10 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100 {
    --tw-shadow-color: #ffe4e6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/0 {
    --tw-shadow-color: rgb(255 228 230 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/10 {
    --tw-shadow-color: rgb(255 228 230 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/100 {
    --tw-shadow-color: rgb(255 228 230 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/15 {
    --tw-shadow-color: rgb(255 228 230 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/20 {
    --tw-shadow-color: rgb(255 228 230 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/25 {
    --tw-shadow-color: rgb(255 228 230 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/30 {
    --tw-shadow-color: rgb(255 228 230 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/35 {
    --tw-shadow-color: rgb(255 228 230 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/40 {
    --tw-shadow-color: rgb(255 228 230 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/45 {
    --tw-shadow-color: rgb(255 228 230 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/5 {
    --tw-shadow-color: rgb(255 228 230 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/50 {
    --tw-shadow-color: rgb(255 228 230 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/55 {
    --tw-shadow-color: rgb(255 228 230 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/60 {
    --tw-shadow-color: rgb(255 228 230 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/65 {
    --tw-shadow-color: rgb(255 228 230 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/70 {
    --tw-shadow-color: rgb(255 228 230 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/75 {
    --tw-shadow-color: rgb(255 228 230 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/80 {
    --tw-shadow-color: rgb(255 228 230 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/85 {
    --tw-shadow-color: rgb(255 228 230 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/90 {
    --tw-shadow-color: rgb(255 228 230 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-100\/95 {
    --tw-shadow-color: rgb(255 228 230 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200 {
    --tw-shadow-color: #fecdd3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/0 {
    --tw-shadow-color: rgb(254 205 211 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/10 {
    --tw-shadow-color: rgb(254 205 211 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/100 {
    --tw-shadow-color: rgb(254 205 211 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/15 {
    --tw-shadow-color: rgb(254 205 211 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/20 {
    --tw-shadow-color: rgb(254 205 211 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/25 {
    --tw-shadow-color: rgb(254 205 211 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/30 {
    --tw-shadow-color: rgb(254 205 211 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/35 {
    --tw-shadow-color: rgb(254 205 211 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/40 {
    --tw-shadow-color: rgb(254 205 211 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/45 {
    --tw-shadow-color: rgb(254 205 211 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/5 {
    --tw-shadow-color: rgb(254 205 211 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/50 {
    --tw-shadow-color: rgb(254 205 211 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/55 {
    --tw-shadow-color: rgb(254 205 211 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/60 {
    --tw-shadow-color: rgb(254 205 211 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/65 {
    --tw-shadow-color: rgb(254 205 211 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/70 {
    --tw-shadow-color: rgb(254 205 211 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/75 {
    --tw-shadow-color: rgb(254 205 211 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/80 {
    --tw-shadow-color: rgb(254 205 211 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/85 {
    --tw-shadow-color: rgb(254 205 211 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/90 {
    --tw-shadow-color: rgb(254 205 211 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-200\/95 {
    --tw-shadow-color: rgb(254 205 211 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300 {
    --tw-shadow-color: #fda4af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/0 {
    --tw-shadow-color: rgb(253 164 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/10 {
    --tw-shadow-color: rgb(253 164 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/100 {
    --tw-shadow-color: rgb(253 164 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/15 {
    --tw-shadow-color: rgb(253 164 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/20 {
    --tw-shadow-color: rgb(253 164 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/25 {
    --tw-shadow-color: rgb(253 164 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/30 {
    --tw-shadow-color: rgb(253 164 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/35 {
    --tw-shadow-color: rgb(253 164 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/40 {
    --tw-shadow-color: rgb(253 164 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/45 {
    --tw-shadow-color: rgb(253 164 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/5 {
    --tw-shadow-color: rgb(253 164 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/50 {
    --tw-shadow-color: rgb(253 164 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/55 {
    --tw-shadow-color: rgb(253 164 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/60 {
    --tw-shadow-color: rgb(253 164 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/65 {
    --tw-shadow-color: rgb(253 164 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/70 {
    --tw-shadow-color: rgb(253 164 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/75 {
    --tw-shadow-color: rgb(253 164 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/80 {
    --tw-shadow-color: rgb(253 164 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/85 {
    --tw-shadow-color: rgb(253 164 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/90 {
    --tw-shadow-color: rgb(253 164 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-300\/95 {
    --tw-shadow-color: rgb(253 164 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400 {
    --tw-shadow-color: #fb7185 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/0 {
    --tw-shadow-color: rgb(251 113 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/10 {
    --tw-shadow-color: rgb(251 113 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/100 {
    --tw-shadow-color: rgb(251 113 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/15 {
    --tw-shadow-color: rgb(251 113 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/20 {
    --tw-shadow-color: rgb(251 113 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/25 {
    --tw-shadow-color: rgb(251 113 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/30 {
    --tw-shadow-color: rgb(251 113 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/35 {
    --tw-shadow-color: rgb(251 113 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/40 {
    --tw-shadow-color: rgb(251 113 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/45 {
    --tw-shadow-color: rgb(251 113 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/5 {
    --tw-shadow-color: rgb(251 113 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/50 {
    --tw-shadow-color: rgb(251 113 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/55 {
    --tw-shadow-color: rgb(251 113 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/60 {
    --tw-shadow-color: rgb(251 113 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/65 {
    --tw-shadow-color: rgb(251 113 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/70 {
    --tw-shadow-color: rgb(251 113 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/75 {
    --tw-shadow-color: rgb(251 113 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/80 {
    --tw-shadow-color: rgb(251 113 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/85 {
    --tw-shadow-color: rgb(251 113 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/90 {
    --tw-shadow-color: rgb(251 113 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-400\/95 {
    --tw-shadow-color: rgb(251 113 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50 {
    --tw-shadow-color: #fff1f2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/0 {
    --tw-shadow-color: rgb(255 241 242 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/10 {
    --tw-shadow-color: rgb(255 241 242 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/100 {
    --tw-shadow-color: rgb(255 241 242 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/15 {
    --tw-shadow-color: rgb(255 241 242 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/20 {
    --tw-shadow-color: rgb(255 241 242 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/25 {
    --tw-shadow-color: rgb(255 241 242 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/30 {
    --tw-shadow-color: rgb(255 241 242 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/35 {
    --tw-shadow-color: rgb(255 241 242 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/40 {
    --tw-shadow-color: rgb(255 241 242 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/45 {
    --tw-shadow-color: rgb(255 241 242 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/5 {
    --tw-shadow-color: rgb(255 241 242 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/50 {
    --tw-shadow-color: rgb(255 241 242 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/55 {
    --tw-shadow-color: rgb(255 241 242 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/60 {
    --tw-shadow-color: rgb(255 241 242 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/65 {
    --tw-shadow-color: rgb(255 241 242 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/70 {
    --tw-shadow-color: rgb(255 241 242 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/75 {
    --tw-shadow-color: rgb(255 241 242 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/80 {
    --tw-shadow-color: rgb(255 241 242 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/85 {
    --tw-shadow-color: rgb(255 241 242 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/90 {
    --tw-shadow-color: rgb(255 241 242 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-50\/95 {
    --tw-shadow-color: rgb(255 241 242 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500 {
    --tw-shadow-color: #f43f5e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/0 {
    --tw-shadow-color: rgb(244 63 94 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/10 {
    --tw-shadow-color: rgb(244 63 94 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/100 {
    --tw-shadow-color: rgb(244 63 94 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/15 {
    --tw-shadow-color: rgb(244 63 94 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/20 {
    --tw-shadow-color: rgb(244 63 94 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/25 {
    --tw-shadow-color: rgb(244 63 94 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/30 {
    --tw-shadow-color: rgb(244 63 94 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/35 {
    --tw-shadow-color: rgb(244 63 94 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/40 {
    --tw-shadow-color: rgb(244 63 94 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/45 {
    --tw-shadow-color: rgb(244 63 94 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/5 {
    --tw-shadow-color: rgb(244 63 94 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/50 {
    --tw-shadow-color: rgb(244 63 94 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/55 {
    --tw-shadow-color: rgb(244 63 94 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/60 {
    --tw-shadow-color: rgb(244 63 94 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/65 {
    --tw-shadow-color: rgb(244 63 94 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/70 {
    --tw-shadow-color: rgb(244 63 94 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/75 {
    --tw-shadow-color: rgb(244 63 94 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/80 {
    --tw-shadow-color: rgb(244 63 94 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/85 {
    --tw-shadow-color: rgb(244 63 94 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/90 {
    --tw-shadow-color: rgb(244 63 94 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-500\/95 {
    --tw-shadow-color: rgb(244 63 94 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600 {
    --tw-shadow-color: #e11d48 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/0 {
    --tw-shadow-color: rgb(225 29 72 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/10 {
    --tw-shadow-color: rgb(225 29 72 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/100 {
    --tw-shadow-color: rgb(225 29 72 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/15 {
    --tw-shadow-color: rgb(225 29 72 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/20 {
    --tw-shadow-color: rgb(225 29 72 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/25 {
    --tw-shadow-color: rgb(225 29 72 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/30 {
    --tw-shadow-color: rgb(225 29 72 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/35 {
    --tw-shadow-color: rgb(225 29 72 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/40 {
    --tw-shadow-color: rgb(225 29 72 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/45 {
    --tw-shadow-color: rgb(225 29 72 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/5 {
    --tw-shadow-color: rgb(225 29 72 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/50 {
    --tw-shadow-color: rgb(225 29 72 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/55 {
    --tw-shadow-color: rgb(225 29 72 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/60 {
    --tw-shadow-color: rgb(225 29 72 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/65 {
    --tw-shadow-color: rgb(225 29 72 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/70 {
    --tw-shadow-color: rgb(225 29 72 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/75 {
    --tw-shadow-color: rgb(225 29 72 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/80 {
    --tw-shadow-color: rgb(225 29 72 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/85 {
    --tw-shadow-color: rgb(225 29 72 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/90 {
    --tw-shadow-color: rgb(225 29 72 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-600\/95 {
    --tw-shadow-color: rgb(225 29 72 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700 {
    --tw-shadow-color: #be123c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/0 {
    --tw-shadow-color: rgb(190 18 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/10 {
    --tw-shadow-color: rgb(190 18 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/100 {
    --tw-shadow-color: rgb(190 18 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/15 {
    --tw-shadow-color: rgb(190 18 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/20 {
    --tw-shadow-color: rgb(190 18 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/25 {
    --tw-shadow-color: rgb(190 18 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/30 {
    --tw-shadow-color: rgb(190 18 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/35 {
    --tw-shadow-color: rgb(190 18 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/40 {
    --tw-shadow-color: rgb(190 18 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/45 {
    --tw-shadow-color: rgb(190 18 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/5 {
    --tw-shadow-color: rgb(190 18 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/50 {
    --tw-shadow-color: rgb(190 18 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/55 {
    --tw-shadow-color: rgb(190 18 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/60 {
    --tw-shadow-color: rgb(190 18 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/65 {
    --tw-shadow-color: rgb(190 18 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/70 {
    --tw-shadow-color: rgb(190 18 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/75 {
    --tw-shadow-color: rgb(190 18 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/80 {
    --tw-shadow-color: rgb(190 18 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/85 {
    --tw-shadow-color: rgb(190 18 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/90 {
    --tw-shadow-color: rgb(190 18 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-700\/95 {
    --tw-shadow-color: rgb(190 18 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800 {
    --tw-shadow-color: #9f1239 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/0 {
    --tw-shadow-color: rgb(159 18 57 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/10 {
    --tw-shadow-color: rgb(159 18 57 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/100 {
    --tw-shadow-color: rgb(159 18 57 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/15 {
    --tw-shadow-color: rgb(159 18 57 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/20 {
    --tw-shadow-color: rgb(159 18 57 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/25 {
    --tw-shadow-color: rgb(159 18 57 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/30 {
    --tw-shadow-color: rgb(159 18 57 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/35 {
    --tw-shadow-color: rgb(159 18 57 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/40 {
    --tw-shadow-color: rgb(159 18 57 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/45 {
    --tw-shadow-color: rgb(159 18 57 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/5 {
    --tw-shadow-color: rgb(159 18 57 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/50 {
    --tw-shadow-color: rgb(159 18 57 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/55 {
    --tw-shadow-color: rgb(159 18 57 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/60 {
    --tw-shadow-color: rgb(159 18 57 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/65 {
    --tw-shadow-color: rgb(159 18 57 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/70 {
    --tw-shadow-color: rgb(159 18 57 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/75 {
    --tw-shadow-color: rgb(159 18 57 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/80 {
    --tw-shadow-color: rgb(159 18 57 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/85 {
    --tw-shadow-color: rgb(159 18 57 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/90 {
    --tw-shadow-color: rgb(159 18 57 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-800\/95 {
    --tw-shadow-color: rgb(159 18 57 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900 {
    --tw-shadow-color: #881337 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/0 {
    --tw-shadow-color: rgb(136 19 55 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/10 {
    --tw-shadow-color: rgb(136 19 55 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/100 {
    --tw-shadow-color: rgb(136 19 55 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/15 {
    --tw-shadow-color: rgb(136 19 55 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/20 {
    --tw-shadow-color: rgb(136 19 55 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/25 {
    --tw-shadow-color: rgb(136 19 55 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/30 {
    --tw-shadow-color: rgb(136 19 55 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/35 {
    --tw-shadow-color: rgb(136 19 55 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/40 {
    --tw-shadow-color: rgb(136 19 55 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/45 {
    --tw-shadow-color: rgb(136 19 55 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/5 {
    --tw-shadow-color: rgb(136 19 55 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/50 {
    --tw-shadow-color: rgb(136 19 55 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/55 {
    --tw-shadow-color: rgb(136 19 55 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/60 {
    --tw-shadow-color: rgb(136 19 55 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/65 {
    --tw-shadow-color: rgb(136 19 55 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/70 {
    --tw-shadow-color: rgb(136 19 55 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/75 {
    --tw-shadow-color: rgb(136 19 55 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/80 {
    --tw-shadow-color: rgb(136 19 55 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/85 {
    --tw-shadow-color: rgb(136 19 55 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/90 {
    --tw-shadow-color: rgb(136 19 55 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-900\/95 {
    --tw-shadow-color: rgb(136 19 55 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950 {
    --tw-shadow-color: #4c0519 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/0 {
    --tw-shadow-color: rgb(76 5 25 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/10 {
    --tw-shadow-color: rgb(76 5 25 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/100 {
    --tw-shadow-color: rgb(76 5 25 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/15 {
    --tw-shadow-color: rgb(76 5 25 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/20 {
    --tw-shadow-color: rgb(76 5 25 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/25 {
    --tw-shadow-color: rgb(76 5 25 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/30 {
    --tw-shadow-color: rgb(76 5 25 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/35 {
    --tw-shadow-color: rgb(76 5 25 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/40 {
    --tw-shadow-color: rgb(76 5 25 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/45 {
    --tw-shadow-color: rgb(76 5 25 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/5 {
    --tw-shadow-color: rgb(76 5 25 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/50 {
    --tw-shadow-color: rgb(76 5 25 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/55 {
    --tw-shadow-color: rgb(76 5 25 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/60 {
    --tw-shadow-color: rgb(76 5 25 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/65 {
    --tw-shadow-color: rgb(76 5 25 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/70 {
    --tw-shadow-color: rgb(76 5 25 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/75 {
    --tw-shadow-color: rgb(76 5 25 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/80 {
    --tw-shadow-color: rgb(76 5 25 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/85 {
    --tw-shadow-color: rgb(76 5 25 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/90 {
    --tw-shadow-color: rgb(76 5 25 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-rose-950\/95 {
    --tw-shadow-color: rgb(76 5 25 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary {
    --tw-shadow-color: #000 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-secondary\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100 {
    --tw-shadow-color: #e0f2fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/0 {
    --tw-shadow-color: rgb(224 242 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/10 {
    --tw-shadow-color: rgb(224 242 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/100 {
    --tw-shadow-color: rgb(224 242 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/15 {
    --tw-shadow-color: rgb(224 242 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/20 {
    --tw-shadow-color: rgb(224 242 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/25 {
    --tw-shadow-color: rgb(224 242 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/30 {
    --tw-shadow-color: rgb(224 242 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/35 {
    --tw-shadow-color: rgb(224 242 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/40 {
    --tw-shadow-color: rgb(224 242 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/45 {
    --tw-shadow-color: rgb(224 242 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/5 {
    --tw-shadow-color: rgb(224 242 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/50 {
    --tw-shadow-color: rgb(224 242 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/55 {
    --tw-shadow-color: rgb(224 242 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/60 {
    --tw-shadow-color: rgb(224 242 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/65 {
    --tw-shadow-color: rgb(224 242 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/70 {
    --tw-shadow-color: rgb(224 242 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/75 {
    --tw-shadow-color: rgb(224 242 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/80 {
    --tw-shadow-color: rgb(224 242 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/85 {
    --tw-shadow-color: rgb(224 242 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/90 {
    --tw-shadow-color: rgb(224 242 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-100\/95 {
    --tw-shadow-color: rgb(224 242 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200 {
    --tw-shadow-color: #bae6fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/0 {
    --tw-shadow-color: rgb(186 230 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/10 {
    --tw-shadow-color: rgb(186 230 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/100 {
    --tw-shadow-color: rgb(186 230 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/15 {
    --tw-shadow-color: rgb(186 230 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/20 {
    --tw-shadow-color: rgb(186 230 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/25 {
    --tw-shadow-color: rgb(186 230 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/30 {
    --tw-shadow-color: rgb(186 230 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/35 {
    --tw-shadow-color: rgb(186 230 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/40 {
    --tw-shadow-color: rgb(186 230 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/45 {
    --tw-shadow-color: rgb(186 230 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/5 {
    --tw-shadow-color: rgb(186 230 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/50 {
    --tw-shadow-color: rgb(186 230 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/55 {
    --tw-shadow-color: rgb(186 230 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/60 {
    --tw-shadow-color: rgb(186 230 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/65 {
    --tw-shadow-color: rgb(186 230 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/70 {
    --tw-shadow-color: rgb(186 230 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/75 {
    --tw-shadow-color: rgb(186 230 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/80 {
    --tw-shadow-color: rgb(186 230 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/85 {
    --tw-shadow-color: rgb(186 230 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/90 {
    --tw-shadow-color: rgb(186 230 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-200\/95 {
    --tw-shadow-color: rgb(186 230 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300 {
    --tw-shadow-color: #7dd3fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/0 {
    --tw-shadow-color: rgb(125 211 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/10 {
    --tw-shadow-color: rgb(125 211 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/100 {
    --tw-shadow-color: rgb(125 211 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/15 {
    --tw-shadow-color: rgb(125 211 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/20 {
    --tw-shadow-color: rgb(125 211 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/25 {
    --tw-shadow-color: rgb(125 211 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/30 {
    --tw-shadow-color: rgb(125 211 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/35 {
    --tw-shadow-color: rgb(125 211 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/40 {
    --tw-shadow-color: rgb(125 211 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/45 {
    --tw-shadow-color: rgb(125 211 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/5 {
    --tw-shadow-color: rgb(125 211 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/50 {
    --tw-shadow-color: rgb(125 211 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/55 {
    --tw-shadow-color: rgb(125 211 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/60 {
    --tw-shadow-color: rgb(125 211 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/65 {
    --tw-shadow-color: rgb(125 211 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/70 {
    --tw-shadow-color: rgb(125 211 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/75 {
    --tw-shadow-color: rgb(125 211 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/80 {
    --tw-shadow-color: rgb(125 211 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/85 {
    --tw-shadow-color: rgb(125 211 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/90 {
    --tw-shadow-color: rgb(125 211 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-300\/95 {
    --tw-shadow-color: rgb(125 211 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400 {
    --tw-shadow-color: #38bdf8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/0 {
    --tw-shadow-color: rgb(56 189 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/10 {
    --tw-shadow-color: rgb(56 189 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/100 {
    --tw-shadow-color: rgb(56 189 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/15 {
    --tw-shadow-color: rgb(56 189 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/20 {
    --tw-shadow-color: rgb(56 189 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/25 {
    --tw-shadow-color: rgb(56 189 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/30 {
    --tw-shadow-color: rgb(56 189 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/35 {
    --tw-shadow-color: rgb(56 189 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/40 {
    --tw-shadow-color: rgb(56 189 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/45 {
    --tw-shadow-color: rgb(56 189 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/5 {
    --tw-shadow-color: rgb(56 189 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/50 {
    --tw-shadow-color: rgb(56 189 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/55 {
    --tw-shadow-color: rgb(56 189 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/60 {
    --tw-shadow-color: rgb(56 189 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/65 {
    --tw-shadow-color: rgb(56 189 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/70 {
    --tw-shadow-color: rgb(56 189 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/75 {
    --tw-shadow-color: rgb(56 189 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/80 {
    --tw-shadow-color: rgb(56 189 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/85 {
    --tw-shadow-color: rgb(56 189 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/90 {
    --tw-shadow-color: rgb(56 189 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-400\/95 {
    --tw-shadow-color: rgb(56 189 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50 {
    --tw-shadow-color: #f0f9ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/0 {
    --tw-shadow-color: rgb(240 249 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/10 {
    --tw-shadow-color: rgb(240 249 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/100 {
    --tw-shadow-color: rgb(240 249 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/15 {
    --tw-shadow-color: rgb(240 249 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/20 {
    --tw-shadow-color: rgb(240 249 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/25 {
    --tw-shadow-color: rgb(240 249 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/30 {
    --tw-shadow-color: rgb(240 249 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/35 {
    --tw-shadow-color: rgb(240 249 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/40 {
    --tw-shadow-color: rgb(240 249 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/45 {
    --tw-shadow-color: rgb(240 249 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/5 {
    --tw-shadow-color: rgb(240 249 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/50 {
    --tw-shadow-color: rgb(240 249 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/55 {
    --tw-shadow-color: rgb(240 249 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/60 {
    --tw-shadow-color: rgb(240 249 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/65 {
    --tw-shadow-color: rgb(240 249 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/70 {
    --tw-shadow-color: rgb(240 249 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/75 {
    --tw-shadow-color: rgb(240 249 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/80 {
    --tw-shadow-color: rgb(240 249 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/85 {
    --tw-shadow-color: rgb(240 249 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/90 {
    --tw-shadow-color: rgb(240 249 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-50\/95 {
    --tw-shadow-color: rgb(240 249 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500 {
    --tw-shadow-color: #0ea5e9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/0 {
    --tw-shadow-color: rgb(14 165 233 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/10 {
    --tw-shadow-color: rgb(14 165 233 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/100 {
    --tw-shadow-color: rgb(14 165 233 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/15 {
    --tw-shadow-color: rgb(14 165 233 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/20 {
    --tw-shadow-color: rgb(14 165 233 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/25 {
    --tw-shadow-color: rgb(14 165 233 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/30 {
    --tw-shadow-color: rgb(14 165 233 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/35 {
    --tw-shadow-color: rgb(14 165 233 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/40 {
    --tw-shadow-color: rgb(14 165 233 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/45 {
    --tw-shadow-color: rgb(14 165 233 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/5 {
    --tw-shadow-color: rgb(14 165 233 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/50 {
    --tw-shadow-color: rgb(14 165 233 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/55 {
    --tw-shadow-color: rgb(14 165 233 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/60 {
    --tw-shadow-color: rgb(14 165 233 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/65 {
    --tw-shadow-color: rgb(14 165 233 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/70 {
    --tw-shadow-color: rgb(14 165 233 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/75 {
    --tw-shadow-color: rgb(14 165 233 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/80 {
    --tw-shadow-color: rgb(14 165 233 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/85 {
    --tw-shadow-color: rgb(14 165 233 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/90 {
    --tw-shadow-color: rgb(14 165 233 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-500\/95 {
    --tw-shadow-color: rgb(14 165 233 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600 {
    --tw-shadow-color: #0284c7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/0 {
    --tw-shadow-color: rgb(2 132 199 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/10 {
    --tw-shadow-color: rgb(2 132 199 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/100 {
    --tw-shadow-color: rgb(2 132 199 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/15 {
    --tw-shadow-color: rgb(2 132 199 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/20 {
    --tw-shadow-color: rgb(2 132 199 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/25 {
    --tw-shadow-color: rgb(2 132 199 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/30 {
    --tw-shadow-color: rgb(2 132 199 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/35 {
    --tw-shadow-color: rgb(2 132 199 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/40 {
    --tw-shadow-color: rgb(2 132 199 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/45 {
    --tw-shadow-color: rgb(2 132 199 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/5 {
    --tw-shadow-color: rgb(2 132 199 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/50 {
    --tw-shadow-color: rgb(2 132 199 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/55 {
    --tw-shadow-color: rgb(2 132 199 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/60 {
    --tw-shadow-color: rgb(2 132 199 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/65 {
    --tw-shadow-color: rgb(2 132 199 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/70 {
    --tw-shadow-color: rgb(2 132 199 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/75 {
    --tw-shadow-color: rgb(2 132 199 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/80 {
    --tw-shadow-color: rgb(2 132 199 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/85 {
    --tw-shadow-color: rgb(2 132 199 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/90 {
    --tw-shadow-color: rgb(2 132 199 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-600\/95 {
    --tw-shadow-color: rgb(2 132 199 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700 {
    --tw-shadow-color: #0369a1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/0 {
    --tw-shadow-color: rgb(3 105 161 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/10 {
    --tw-shadow-color: rgb(3 105 161 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/100 {
    --tw-shadow-color: rgb(3 105 161 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/15 {
    --tw-shadow-color: rgb(3 105 161 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/20 {
    --tw-shadow-color: rgb(3 105 161 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/25 {
    --tw-shadow-color: rgb(3 105 161 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/30 {
    --tw-shadow-color: rgb(3 105 161 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/35 {
    --tw-shadow-color: rgb(3 105 161 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/40 {
    --tw-shadow-color: rgb(3 105 161 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/45 {
    --tw-shadow-color: rgb(3 105 161 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/5 {
    --tw-shadow-color: rgb(3 105 161 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/50 {
    --tw-shadow-color: rgb(3 105 161 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/55 {
    --tw-shadow-color: rgb(3 105 161 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/60 {
    --tw-shadow-color: rgb(3 105 161 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/65 {
    --tw-shadow-color: rgb(3 105 161 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/70 {
    --tw-shadow-color: rgb(3 105 161 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/75 {
    --tw-shadow-color: rgb(3 105 161 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/80 {
    --tw-shadow-color: rgb(3 105 161 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/85 {
    --tw-shadow-color: rgb(3 105 161 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/90 {
    --tw-shadow-color: rgb(3 105 161 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-700\/95 {
    --tw-shadow-color: rgb(3 105 161 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800 {
    --tw-shadow-color: #075985 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/0 {
    --tw-shadow-color: rgb(7 89 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/10 {
    --tw-shadow-color: rgb(7 89 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/100 {
    --tw-shadow-color: rgb(7 89 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/15 {
    --tw-shadow-color: rgb(7 89 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/20 {
    --tw-shadow-color: rgb(7 89 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/25 {
    --tw-shadow-color: rgb(7 89 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/30 {
    --tw-shadow-color: rgb(7 89 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/35 {
    --tw-shadow-color: rgb(7 89 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/40 {
    --tw-shadow-color: rgb(7 89 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/45 {
    --tw-shadow-color: rgb(7 89 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/5 {
    --tw-shadow-color: rgb(7 89 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/50 {
    --tw-shadow-color: rgb(7 89 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/55 {
    --tw-shadow-color: rgb(7 89 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/60 {
    --tw-shadow-color: rgb(7 89 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/65 {
    --tw-shadow-color: rgb(7 89 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/70 {
    --tw-shadow-color: rgb(7 89 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/75 {
    --tw-shadow-color: rgb(7 89 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/80 {
    --tw-shadow-color: rgb(7 89 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/85 {
    --tw-shadow-color: rgb(7 89 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/90 {
    --tw-shadow-color: rgb(7 89 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-800\/95 {
    --tw-shadow-color: rgb(7 89 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900 {
    --tw-shadow-color: #0c4a6e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/0 {
    --tw-shadow-color: rgb(12 74 110 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/10 {
    --tw-shadow-color: rgb(12 74 110 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/100 {
    --tw-shadow-color: rgb(12 74 110 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/15 {
    --tw-shadow-color: rgb(12 74 110 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/20 {
    --tw-shadow-color: rgb(12 74 110 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/25 {
    --tw-shadow-color: rgb(12 74 110 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/30 {
    --tw-shadow-color: rgb(12 74 110 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/35 {
    --tw-shadow-color: rgb(12 74 110 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/40 {
    --tw-shadow-color: rgb(12 74 110 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/45 {
    --tw-shadow-color: rgb(12 74 110 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/5 {
    --tw-shadow-color: rgb(12 74 110 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/50 {
    --tw-shadow-color: rgb(12 74 110 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/55 {
    --tw-shadow-color: rgb(12 74 110 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/60 {
    --tw-shadow-color: rgb(12 74 110 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/65 {
    --tw-shadow-color: rgb(12 74 110 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/70 {
    --tw-shadow-color: rgb(12 74 110 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/75 {
    --tw-shadow-color: rgb(12 74 110 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/80 {
    --tw-shadow-color: rgb(12 74 110 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/85 {
    --tw-shadow-color: rgb(12 74 110 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/90 {
    --tw-shadow-color: rgb(12 74 110 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-900\/95 {
    --tw-shadow-color: rgb(12 74 110 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950 {
    --tw-shadow-color: #082f49 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/0 {
    --tw-shadow-color: rgb(8 47 73 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/10 {
    --tw-shadow-color: rgb(8 47 73 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/100 {
    --tw-shadow-color: rgb(8 47 73 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/15 {
    --tw-shadow-color: rgb(8 47 73 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/20 {
    --tw-shadow-color: rgb(8 47 73 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/25 {
    --tw-shadow-color: rgb(8 47 73 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/30 {
    --tw-shadow-color: rgb(8 47 73 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/35 {
    --tw-shadow-color: rgb(8 47 73 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/40 {
    --tw-shadow-color: rgb(8 47 73 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/45 {
    --tw-shadow-color: rgb(8 47 73 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/5 {
    --tw-shadow-color: rgb(8 47 73 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/50 {
    --tw-shadow-color: rgb(8 47 73 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/55 {
    --tw-shadow-color: rgb(8 47 73 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/60 {
    --tw-shadow-color: rgb(8 47 73 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/65 {
    --tw-shadow-color: rgb(8 47 73 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/70 {
    --tw-shadow-color: rgb(8 47 73 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/75 {
    --tw-shadow-color: rgb(8 47 73 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/80 {
    --tw-shadow-color: rgb(8 47 73 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/85 {
    --tw-shadow-color: rgb(8 47 73 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/90 {
    --tw-shadow-color: rgb(8 47 73 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-sky-950\/95 {
    --tw-shadow-color: rgb(8 47 73 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100 {
    --tw-shadow-color: #f1f5f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/0 {
    --tw-shadow-color: rgb(241 245 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/10 {
    --tw-shadow-color: rgb(241 245 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/100 {
    --tw-shadow-color: rgb(241 245 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/15 {
    --tw-shadow-color: rgb(241 245 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/20 {
    --tw-shadow-color: rgb(241 245 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/25 {
    --tw-shadow-color: rgb(241 245 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/30 {
    --tw-shadow-color: rgb(241 245 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/35 {
    --tw-shadow-color: rgb(241 245 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/40 {
    --tw-shadow-color: rgb(241 245 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/45 {
    --tw-shadow-color: rgb(241 245 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/5 {
    --tw-shadow-color: rgb(241 245 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/50 {
    --tw-shadow-color: rgb(241 245 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/55 {
    --tw-shadow-color: rgb(241 245 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/60 {
    --tw-shadow-color: rgb(241 245 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/65 {
    --tw-shadow-color: rgb(241 245 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/70 {
    --tw-shadow-color: rgb(241 245 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/75 {
    --tw-shadow-color: rgb(241 245 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/80 {
    --tw-shadow-color: rgb(241 245 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/85 {
    --tw-shadow-color: rgb(241 245 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/90 {
    --tw-shadow-color: rgb(241 245 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-100\/95 {
    --tw-shadow-color: rgb(241 245 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200 {
    --tw-shadow-color: #e2e8f0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/0 {
    --tw-shadow-color: rgb(226 232 240 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/10 {
    --tw-shadow-color: rgb(226 232 240 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/100 {
    --tw-shadow-color: rgb(226 232 240 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/15 {
    --tw-shadow-color: rgb(226 232 240 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/20 {
    --tw-shadow-color: rgb(226 232 240 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/25 {
    --tw-shadow-color: rgb(226 232 240 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/30 {
    --tw-shadow-color: rgb(226 232 240 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/35 {
    --tw-shadow-color: rgb(226 232 240 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/40 {
    --tw-shadow-color: rgb(226 232 240 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/45 {
    --tw-shadow-color: rgb(226 232 240 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/5 {
    --tw-shadow-color: rgb(226 232 240 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/50 {
    --tw-shadow-color: rgb(226 232 240 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/55 {
    --tw-shadow-color: rgb(226 232 240 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/60 {
    --tw-shadow-color: rgb(226 232 240 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/65 {
    --tw-shadow-color: rgb(226 232 240 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/70 {
    --tw-shadow-color: rgb(226 232 240 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/75 {
    --tw-shadow-color: rgb(226 232 240 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/80 {
    --tw-shadow-color: rgb(226 232 240 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/85 {
    --tw-shadow-color: rgb(226 232 240 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/90 {
    --tw-shadow-color: rgb(226 232 240 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-200\/95 {
    --tw-shadow-color: rgb(226 232 240 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300 {
    --tw-shadow-color: #cbd5e1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/0 {
    --tw-shadow-color: rgb(203 213 225 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/10 {
    --tw-shadow-color: rgb(203 213 225 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/100 {
    --tw-shadow-color: rgb(203 213 225 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/15 {
    --tw-shadow-color: rgb(203 213 225 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/20 {
    --tw-shadow-color: rgb(203 213 225 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/25 {
    --tw-shadow-color: rgb(203 213 225 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/30 {
    --tw-shadow-color: rgb(203 213 225 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/35 {
    --tw-shadow-color: rgb(203 213 225 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/40 {
    --tw-shadow-color: rgb(203 213 225 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/45 {
    --tw-shadow-color: rgb(203 213 225 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/5 {
    --tw-shadow-color: rgb(203 213 225 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/50 {
    --tw-shadow-color: rgb(203 213 225 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/55 {
    --tw-shadow-color: rgb(203 213 225 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/60 {
    --tw-shadow-color: rgb(203 213 225 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/65 {
    --tw-shadow-color: rgb(203 213 225 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/70 {
    --tw-shadow-color: rgb(203 213 225 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/75 {
    --tw-shadow-color: rgb(203 213 225 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/80 {
    --tw-shadow-color: rgb(203 213 225 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/85 {
    --tw-shadow-color: rgb(203 213 225 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/90 {
    --tw-shadow-color: rgb(203 213 225 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-300\/95 {
    --tw-shadow-color: rgb(203 213 225 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400 {
    --tw-shadow-color: #94a3b8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/0 {
    --tw-shadow-color: rgb(148 163 184 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/10 {
    --tw-shadow-color: rgb(148 163 184 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/100 {
    --tw-shadow-color: rgb(148 163 184 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/15 {
    --tw-shadow-color: rgb(148 163 184 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/20 {
    --tw-shadow-color: rgb(148 163 184 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/25 {
    --tw-shadow-color: rgb(148 163 184 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/30 {
    --tw-shadow-color: rgb(148 163 184 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/35 {
    --tw-shadow-color: rgb(148 163 184 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/40 {
    --tw-shadow-color: rgb(148 163 184 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/45 {
    --tw-shadow-color: rgb(148 163 184 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/5 {
    --tw-shadow-color: rgb(148 163 184 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/50 {
    --tw-shadow-color: rgb(148 163 184 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/55 {
    --tw-shadow-color: rgb(148 163 184 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/60 {
    --tw-shadow-color: rgb(148 163 184 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/65 {
    --tw-shadow-color: rgb(148 163 184 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/70 {
    --tw-shadow-color: rgb(148 163 184 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/75 {
    --tw-shadow-color: rgb(148 163 184 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/80 {
    --tw-shadow-color: rgb(148 163 184 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/85 {
    --tw-shadow-color: rgb(148 163 184 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/90 {
    --tw-shadow-color: rgb(148 163 184 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-400\/95 {
    --tw-shadow-color: rgb(148 163 184 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50 {
    --tw-shadow-color: #f8fafc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/0 {
    --tw-shadow-color: rgb(248 250 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/10 {
    --tw-shadow-color: rgb(248 250 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/100 {
    --tw-shadow-color: rgb(248 250 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/15 {
    --tw-shadow-color: rgb(248 250 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/20 {
    --tw-shadow-color: rgb(248 250 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/25 {
    --tw-shadow-color: rgb(248 250 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/30 {
    --tw-shadow-color: rgb(248 250 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/35 {
    --tw-shadow-color: rgb(248 250 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/40 {
    --tw-shadow-color: rgb(248 250 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/45 {
    --tw-shadow-color: rgb(248 250 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/5 {
    --tw-shadow-color: rgb(248 250 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/50 {
    --tw-shadow-color: rgb(248 250 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/55 {
    --tw-shadow-color: rgb(248 250 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/60 {
    --tw-shadow-color: rgb(248 250 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/65 {
    --tw-shadow-color: rgb(248 250 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/70 {
    --tw-shadow-color: rgb(248 250 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/75 {
    --tw-shadow-color: rgb(248 250 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/80 {
    --tw-shadow-color: rgb(248 250 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/85 {
    --tw-shadow-color: rgb(248 250 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/90 {
    --tw-shadow-color: rgb(248 250 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-50\/95 {
    --tw-shadow-color: rgb(248 250 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500 {
    --tw-shadow-color: #64748b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/0 {
    --tw-shadow-color: rgb(100 116 139 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/10 {
    --tw-shadow-color: rgb(100 116 139 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/100 {
    --tw-shadow-color: rgb(100 116 139 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/15 {
    --tw-shadow-color: rgb(100 116 139 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/20 {
    --tw-shadow-color: rgb(100 116 139 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/25 {
    --tw-shadow-color: rgb(100 116 139 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/30 {
    --tw-shadow-color: rgb(100 116 139 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/35 {
    --tw-shadow-color: rgb(100 116 139 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/40 {
    --tw-shadow-color: rgb(100 116 139 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/45 {
    --tw-shadow-color: rgb(100 116 139 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/5 {
    --tw-shadow-color: rgb(100 116 139 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/50 {
    --tw-shadow-color: rgb(100 116 139 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/55 {
    --tw-shadow-color: rgb(100 116 139 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/60 {
    --tw-shadow-color: rgb(100 116 139 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/65 {
    --tw-shadow-color: rgb(100 116 139 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/70 {
    --tw-shadow-color: rgb(100 116 139 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/75 {
    --tw-shadow-color: rgb(100 116 139 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/80 {
    --tw-shadow-color: rgb(100 116 139 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/85 {
    --tw-shadow-color: rgb(100 116 139 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/90 {
    --tw-shadow-color: rgb(100 116 139 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-500\/95 {
    --tw-shadow-color: rgb(100 116 139 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600 {
    --tw-shadow-color: #475569 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/0 {
    --tw-shadow-color: rgb(71 85 105 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/10 {
    --tw-shadow-color: rgb(71 85 105 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/100 {
    --tw-shadow-color: rgb(71 85 105 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/15 {
    --tw-shadow-color: rgb(71 85 105 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/20 {
    --tw-shadow-color: rgb(71 85 105 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/25 {
    --tw-shadow-color: rgb(71 85 105 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/30 {
    --tw-shadow-color: rgb(71 85 105 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/35 {
    --tw-shadow-color: rgb(71 85 105 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/40 {
    --tw-shadow-color: rgb(71 85 105 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/45 {
    --tw-shadow-color: rgb(71 85 105 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/5 {
    --tw-shadow-color: rgb(71 85 105 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/50 {
    --tw-shadow-color: rgb(71 85 105 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/55 {
    --tw-shadow-color: rgb(71 85 105 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/60 {
    --tw-shadow-color: rgb(71 85 105 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/65 {
    --tw-shadow-color: rgb(71 85 105 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/70 {
    --tw-shadow-color: rgb(71 85 105 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/75 {
    --tw-shadow-color: rgb(71 85 105 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/80 {
    --tw-shadow-color: rgb(71 85 105 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/85 {
    --tw-shadow-color: rgb(71 85 105 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/90 {
    --tw-shadow-color: rgb(71 85 105 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-600\/95 {
    --tw-shadow-color: rgb(71 85 105 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700 {
    --tw-shadow-color: #334155 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/0 {
    --tw-shadow-color: rgb(51 65 85 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/10 {
    --tw-shadow-color: rgb(51 65 85 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/100 {
    --tw-shadow-color: rgb(51 65 85 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/15 {
    --tw-shadow-color: rgb(51 65 85 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/20 {
    --tw-shadow-color: rgb(51 65 85 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/25 {
    --tw-shadow-color: rgb(51 65 85 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/30 {
    --tw-shadow-color: rgb(51 65 85 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/35 {
    --tw-shadow-color: rgb(51 65 85 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/40 {
    --tw-shadow-color: rgb(51 65 85 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/45 {
    --tw-shadow-color: rgb(51 65 85 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/5 {
    --tw-shadow-color: rgb(51 65 85 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/50 {
    --tw-shadow-color: rgb(51 65 85 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/55 {
    --tw-shadow-color: rgb(51 65 85 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/60 {
    --tw-shadow-color: rgb(51 65 85 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/65 {
    --tw-shadow-color: rgb(51 65 85 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/70 {
    --tw-shadow-color: rgb(51 65 85 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/75 {
    --tw-shadow-color: rgb(51 65 85 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/80 {
    --tw-shadow-color: rgb(51 65 85 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/85 {
    --tw-shadow-color: rgb(51 65 85 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/90 {
    --tw-shadow-color: rgb(51 65 85 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-700\/95 {
    --tw-shadow-color: rgb(51 65 85 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800 {
    --tw-shadow-color: #1e293b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/0 {
    --tw-shadow-color: rgb(30 41 59 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/10 {
    --tw-shadow-color: rgb(30 41 59 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/100 {
    --tw-shadow-color: rgb(30 41 59 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/15 {
    --tw-shadow-color: rgb(30 41 59 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/20 {
    --tw-shadow-color: rgb(30 41 59 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/25 {
    --tw-shadow-color: rgb(30 41 59 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/30 {
    --tw-shadow-color: rgb(30 41 59 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/35 {
    --tw-shadow-color: rgb(30 41 59 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/40 {
    --tw-shadow-color: rgb(30 41 59 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/45 {
    --tw-shadow-color: rgb(30 41 59 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/5 {
    --tw-shadow-color: rgb(30 41 59 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/50 {
    --tw-shadow-color: rgb(30 41 59 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/55 {
    --tw-shadow-color: rgb(30 41 59 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/60 {
    --tw-shadow-color: rgb(30 41 59 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/65 {
    --tw-shadow-color: rgb(30 41 59 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/70 {
    --tw-shadow-color: rgb(30 41 59 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/75 {
    --tw-shadow-color: rgb(30 41 59 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/80 {
    --tw-shadow-color: rgb(30 41 59 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/85 {
    --tw-shadow-color: rgb(30 41 59 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/90 {
    --tw-shadow-color: rgb(30 41 59 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-800\/95 {
    --tw-shadow-color: rgb(30 41 59 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900 {
    --tw-shadow-color: #0f172a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/0 {
    --tw-shadow-color: rgb(15 23 42 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/10 {
    --tw-shadow-color: rgb(15 23 42 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/100 {
    --tw-shadow-color: rgb(15 23 42 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/15 {
    --tw-shadow-color: rgb(15 23 42 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/20 {
    --tw-shadow-color: rgb(15 23 42 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/25 {
    --tw-shadow-color: rgb(15 23 42 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/30 {
    --tw-shadow-color: rgb(15 23 42 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/35 {
    --tw-shadow-color: rgb(15 23 42 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/40 {
    --tw-shadow-color: rgb(15 23 42 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/45 {
    --tw-shadow-color: rgb(15 23 42 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/5 {
    --tw-shadow-color: rgb(15 23 42 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/50 {
    --tw-shadow-color: rgb(15 23 42 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/55 {
    --tw-shadow-color: rgb(15 23 42 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/60 {
    --tw-shadow-color: rgb(15 23 42 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/65 {
    --tw-shadow-color: rgb(15 23 42 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/70 {
    --tw-shadow-color: rgb(15 23 42 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/75 {
    --tw-shadow-color: rgb(15 23 42 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/80 {
    --tw-shadow-color: rgb(15 23 42 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/85 {
    --tw-shadow-color: rgb(15 23 42 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/90 {
    --tw-shadow-color: rgb(15 23 42 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-900\/95 {
    --tw-shadow-color: rgb(15 23 42 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950 {
    --tw-shadow-color: #020617 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/0 {
    --tw-shadow-color: rgb(2 6 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/10 {
    --tw-shadow-color: rgb(2 6 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/100 {
    --tw-shadow-color: rgb(2 6 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/15 {
    --tw-shadow-color: rgb(2 6 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/20 {
    --tw-shadow-color: rgb(2 6 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/25 {
    --tw-shadow-color: rgb(2 6 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/30 {
    --tw-shadow-color: rgb(2 6 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/35 {
    --tw-shadow-color: rgb(2 6 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/40 {
    --tw-shadow-color: rgb(2 6 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/45 {
    --tw-shadow-color: rgb(2 6 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/5 {
    --tw-shadow-color: rgb(2 6 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/50 {
    --tw-shadow-color: rgb(2 6 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/55 {
    --tw-shadow-color: rgb(2 6 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/60 {
    --tw-shadow-color: rgb(2 6 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/65 {
    --tw-shadow-color: rgb(2 6 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/70 {
    --tw-shadow-color: rgb(2 6 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/75 {
    --tw-shadow-color: rgb(2 6 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/80 {
    --tw-shadow-color: rgb(2 6 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/85 {
    --tw-shadow-color: rgb(2 6 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/90 {
    --tw-shadow-color: rgb(2 6 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-slate-950\/95 {
    --tw-shadow-color: rgb(2 6 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100 {
    --tw-shadow-color: #f5f5f4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/0 {
    --tw-shadow-color: rgb(245 245 244 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/10 {
    --tw-shadow-color: rgb(245 245 244 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/100 {
    --tw-shadow-color: rgb(245 245 244 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/15 {
    --tw-shadow-color: rgb(245 245 244 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/20 {
    --tw-shadow-color: rgb(245 245 244 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/25 {
    --tw-shadow-color: rgb(245 245 244 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/30 {
    --tw-shadow-color: rgb(245 245 244 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/35 {
    --tw-shadow-color: rgb(245 245 244 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/40 {
    --tw-shadow-color: rgb(245 245 244 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/45 {
    --tw-shadow-color: rgb(245 245 244 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/5 {
    --tw-shadow-color: rgb(245 245 244 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/50 {
    --tw-shadow-color: rgb(245 245 244 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/55 {
    --tw-shadow-color: rgb(245 245 244 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/60 {
    --tw-shadow-color: rgb(245 245 244 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/65 {
    --tw-shadow-color: rgb(245 245 244 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/70 {
    --tw-shadow-color: rgb(245 245 244 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/75 {
    --tw-shadow-color: rgb(245 245 244 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/80 {
    --tw-shadow-color: rgb(245 245 244 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/85 {
    --tw-shadow-color: rgb(245 245 244 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/90 {
    --tw-shadow-color: rgb(245 245 244 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-100\/95 {
    --tw-shadow-color: rgb(245 245 244 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200 {
    --tw-shadow-color: #e7e5e4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/0 {
    --tw-shadow-color: rgb(231 229 228 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/10 {
    --tw-shadow-color: rgb(231 229 228 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/100 {
    --tw-shadow-color: rgb(231 229 228 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/15 {
    --tw-shadow-color: rgb(231 229 228 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/20 {
    --tw-shadow-color: rgb(231 229 228 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/25 {
    --tw-shadow-color: rgb(231 229 228 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/30 {
    --tw-shadow-color: rgb(231 229 228 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/35 {
    --tw-shadow-color: rgb(231 229 228 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/40 {
    --tw-shadow-color: rgb(231 229 228 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/45 {
    --tw-shadow-color: rgb(231 229 228 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/5 {
    --tw-shadow-color: rgb(231 229 228 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/50 {
    --tw-shadow-color: rgb(231 229 228 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/55 {
    --tw-shadow-color: rgb(231 229 228 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/60 {
    --tw-shadow-color: rgb(231 229 228 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/65 {
    --tw-shadow-color: rgb(231 229 228 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/70 {
    --tw-shadow-color: rgb(231 229 228 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/75 {
    --tw-shadow-color: rgb(231 229 228 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/80 {
    --tw-shadow-color: rgb(231 229 228 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/85 {
    --tw-shadow-color: rgb(231 229 228 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/90 {
    --tw-shadow-color: rgb(231 229 228 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-200\/95 {
    --tw-shadow-color: rgb(231 229 228 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300 {
    --tw-shadow-color: #d6d3d1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/0 {
    --tw-shadow-color: rgb(214 211 209 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/10 {
    --tw-shadow-color: rgb(214 211 209 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/100 {
    --tw-shadow-color: rgb(214 211 209 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/15 {
    --tw-shadow-color: rgb(214 211 209 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/20 {
    --tw-shadow-color: rgb(214 211 209 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/25 {
    --tw-shadow-color: rgb(214 211 209 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/30 {
    --tw-shadow-color: rgb(214 211 209 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/35 {
    --tw-shadow-color: rgb(214 211 209 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/40 {
    --tw-shadow-color: rgb(214 211 209 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/45 {
    --tw-shadow-color: rgb(214 211 209 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/5 {
    --tw-shadow-color: rgb(214 211 209 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/50 {
    --tw-shadow-color: rgb(214 211 209 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/55 {
    --tw-shadow-color: rgb(214 211 209 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/60 {
    --tw-shadow-color: rgb(214 211 209 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/65 {
    --tw-shadow-color: rgb(214 211 209 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/70 {
    --tw-shadow-color: rgb(214 211 209 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/75 {
    --tw-shadow-color: rgb(214 211 209 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/80 {
    --tw-shadow-color: rgb(214 211 209 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/85 {
    --tw-shadow-color: rgb(214 211 209 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/90 {
    --tw-shadow-color: rgb(214 211 209 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-300\/95 {
    --tw-shadow-color: rgb(214 211 209 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400 {
    --tw-shadow-color: #a8a29e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/0 {
    --tw-shadow-color: rgb(168 162 158 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/10 {
    --tw-shadow-color: rgb(168 162 158 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/100 {
    --tw-shadow-color: rgb(168 162 158 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/15 {
    --tw-shadow-color: rgb(168 162 158 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/20 {
    --tw-shadow-color: rgb(168 162 158 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/25 {
    --tw-shadow-color: rgb(168 162 158 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/30 {
    --tw-shadow-color: rgb(168 162 158 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/35 {
    --tw-shadow-color: rgb(168 162 158 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/40 {
    --tw-shadow-color: rgb(168 162 158 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/45 {
    --tw-shadow-color: rgb(168 162 158 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/5 {
    --tw-shadow-color: rgb(168 162 158 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/50 {
    --tw-shadow-color: rgb(168 162 158 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/55 {
    --tw-shadow-color: rgb(168 162 158 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/60 {
    --tw-shadow-color: rgb(168 162 158 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/65 {
    --tw-shadow-color: rgb(168 162 158 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/70 {
    --tw-shadow-color: rgb(168 162 158 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/75 {
    --tw-shadow-color: rgb(168 162 158 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/80 {
    --tw-shadow-color: rgb(168 162 158 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/85 {
    --tw-shadow-color: rgb(168 162 158 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/90 {
    --tw-shadow-color: rgb(168 162 158 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-400\/95 {
    --tw-shadow-color: rgb(168 162 158 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50 {
    --tw-shadow-color: #fafaf9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/0 {
    --tw-shadow-color: rgb(250 250 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/10 {
    --tw-shadow-color: rgb(250 250 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/100 {
    --tw-shadow-color: rgb(250 250 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/15 {
    --tw-shadow-color: rgb(250 250 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/20 {
    --tw-shadow-color: rgb(250 250 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/25 {
    --tw-shadow-color: rgb(250 250 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/30 {
    --tw-shadow-color: rgb(250 250 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/35 {
    --tw-shadow-color: rgb(250 250 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/40 {
    --tw-shadow-color: rgb(250 250 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/45 {
    --tw-shadow-color: rgb(250 250 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/5 {
    --tw-shadow-color: rgb(250 250 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/50 {
    --tw-shadow-color: rgb(250 250 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/55 {
    --tw-shadow-color: rgb(250 250 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/60 {
    --tw-shadow-color: rgb(250 250 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/65 {
    --tw-shadow-color: rgb(250 250 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/70 {
    --tw-shadow-color: rgb(250 250 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/75 {
    --tw-shadow-color: rgb(250 250 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/80 {
    --tw-shadow-color: rgb(250 250 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/85 {
    --tw-shadow-color: rgb(250 250 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/90 {
    --tw-shadow-color: rgb(250 250 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-50\/95 {
    --tw-shadow-color: rgb(250 250 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500 {
    --tw-shadow-color: #78716c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/0 {
    --tw-shadow-color: rgb(120 113 108 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/10 {
    --tw-shadow-color: rgb(120 113 108 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/100 {
    --tw-shadow-color: rgb(120 113 108 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/15 {
    --tw-shadow-color: rgb(120 113 108 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/20 {
    --tw-shadow-color: rgb(120 113 108 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/25 {
    --tw-shadow-color: rgb(120 113 108 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/30 {
    --tw-shadow-color: rgb(120 113 108 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/35 {
    --tw-shadow-color: rgb(120 113 108 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/40 {
    --tw-shadow-color: rgb(120 113 108 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/45 {
    --tw-shadow-color: rgb(120 113 108 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/5 {
    --tw-shadow-color: rgb(120 113 108 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/50 {
    --tw-shadow-color: rgb(120 113 108 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/55 {
    --tw-shadow-color: rgb(120 113 108 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/60 {
    --tw-shadow-color: rgb(120 113 108 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/65 {
    --tw-shadow-color: rgb(120 113 108 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/70 {
    --tw-shadow-color: rgb(120 113 108 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/75 {
    --tw-shadow-color: rgb(120 113 108 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/80 {
    --tw-shadow-color: rgb(120 113 108 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/85 {
    --tw-shadow-color: rgb(120 113 108 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/90 {
    --tw-shadow-color: rgb(120 113 108 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-500\/95 {
    --tw-shadow-color: rgb(120 113 108 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600 {
    --tw-shadow-color: #57534e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/0 {
    --tw-shadow-color: rgb(87 83 78 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/10 {
    --tw-shadow-color: rgb(87 83 78 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/100 {
    --tw-shadow-color: rgb(87 83 78 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/15 {
    --tw-shadow-color: rgb(87 83 78 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/20 {
    --tw-shadow-color: rgb(87 83 78 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/25 {
    --tw-shadow-color: rgb(87 83 78 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/30 {
    --tw-shadow-color: rgb(87 83 78 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/35 {
    --tw-shadow-color: rgb(87 83 78 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/40 {
    --tw-shadow-color: rgb(87 83 78 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/45 {
    --tw-shadow-color: rgb(87 83 78 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/5 {
    --tw-shadow-color: rgb(87 83 78 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/50 {
    --tw-shadow-color: rgb(87 83 78 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/55 {
    --tw-shadow-color: rgb(87 83 78 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/60 {
    --tw-shadow-color: rgb(87 83 78 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/65 {
    --tw-shadow-color: rgb(87 83 78 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/70 {
    --tw-shadow-color: rgb(87 83 78 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/75 {
    --tw-shadow-color: rgb(87 83 78 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/80 {
    --tw-shadow-color: rgb(87 83 78 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/85 {
    --tw-shadow-color: rgb(87 83 78 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/90 {
    --tw-shadow-color: rgb(87 83 78 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-600\/95 {
    --tw-shadow-color: rgb(87 83 78 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700 {
    --tw-shadow-color: #44403c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/0 {
    --tw-shadow-color: rgb(68 64 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/10 {
    --tw-shadow-color: rgb(68 64 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/100 {
    --tw-shadow-color: rgb(68 64 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/15 {
    --tw-shadow-color: rgb(68 64 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/20 {
    --tw-shadow-color: rgb(68 64 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/25 {
    --tw-shadow-color: rgb(68 64 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/30 {
    --tw-shadow-color: rgb(68 64 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/35 {
    --tw-shadow-color: rgb(68 64 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/40 {
    --tw-shadow-color: rgb(68 64 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/45 {
    --tw-shadow-color: rgb(68 64 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/5 {
    --tw-shadow-color: rgb(68 64 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/50 {
    --tw-shadow-color: rgb(68 64 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/55 {
    --tw-shadow-color: rgb(68 64 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/60 {
    --tw-shadow-color: rgb(68 64 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/65 {
    --tw-shadow-color: rgb(68 64 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/70 {
    --tw-shadow-color: rgb(68 64 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/75 {
    --tw-shadow-color: rgb(68 64 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/80 {
    --tw-shadow-color: rgb(68 64 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/85 {
    --tw-shadow-color: rgb(68 64 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/90 {
    --tw-shadow-color: rgb(68 64 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-700\/95 {
    --tw-shadow-color: rgb(68 64 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800 {
    --tw-shadow-color: #292524 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/0 {
    --tw-shadow-color: rgb(41 37 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/10 {
    --tw-shadow-color: rgb(41 37 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/100 {
    --tw-shadow-color: rgb(41 37 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/15 {
    --tw-shadow-color: rgb(41 37 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/20 {
    --tw-shadow-color: rgb(41 37 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/25 {
    --tw-shadow-color: rgb(41 37 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/30 {
    --tw-shadow-color: rgb(41 37 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/35 {
    --tw-shadow-color: rgb(41 37 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/40 {
    --tw-shadow-color: rgb(41 37 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/45 {
    --tw-shadow-color: rgb(41 37 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/5 {
    --tw-shadow-color: rgb(41 37 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/50 {
    --tw-shadow-color: rgb(41 37 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/55 {
    --tw-shadow-color: rgb(41 37 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/60 {
    --tw-shadow-color: rgb(41 37 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/65 {
    --tw-shadow-color: rgb(41 37 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/70 {
    --tw-shadow-color: rgb(41 37 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/75 {
    --tw-shadow-color: rgb(41 37 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/80 {
    --tw-shadow-color: rgb(41 37 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/85 {
    --tw-shadow-color: rgb(41 37 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/90 {
    --tw-shadow-color: rgb(41 37 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-800\/95 {
    --tw-shadow-color: rgb(41 37 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900 {
    --tw-shadow-color: #1c1917 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/0 {
    --tw-shadow-color: rgb(28 25 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/10 {
    --tw-shadow-color: rgb(28 25 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/100 {
    --tw-shadow-color: rgb(28 25 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/15 {
    --tw-shadow-color: rgb(28 25 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/20 {
    --tw-shadow-color: rgb(28 25 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/25 {
    --tw-shadow-color: rgb(28 25 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/30 {
    --tw-shadow-color: rgb(28 25 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/35 {
    --tw-shadow-color: rgb(28 25 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/40 {
    --tw-shadow-color: rgb(28 25 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/45 {
    --tw-shadow-color: rgb(28 25 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/5 {
    --tw-shadow-color: rgb(28 25 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/50 {
    --tw-shadow-color: rgb(28 25 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/55 {
    --tw-shadow-color: rgb(28 25 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/60 {
    --tw-shadow-color: rgb(28 25 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/65 {
    --tw-shadow-color: rgb(28 25 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/70 {
    --tw-shadow-color: rgb(28 25 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/75 {
    --tw-shadow-color: rgb(28 25 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/80 {
    --tw-shadow-color: rgb(28 25 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/85 {
    --tw-shadow-color: rgb(28 25 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/90 {
    --tw-shadow-color: rgb(28 25 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-900\/95 {
    --tw-shadow-color: rgb(28 25 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950 {
    --tw-shadow-color: #0c0a09 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/0 {
    --tw-shadow-color: rgb(12 10 9 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/10 {
    --tw-shadow-color: rgb(12 10 9 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/100 {
    --tw-shadow-color: rgb(12 10 9 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/15 {
    --tw-shadow-color: rgb(12 10 9 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/20 {
    --tw-shadow-color: rgb(12 10 9 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/25 {
    --tw-shadow-color: rgb(12 10 9 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/30 {
    --tw-shadow-color: rgb(12 10 9 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/35 {
    --tw-shadow-color: rgb(12 10 9 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/40 {
    --tw-shadow-color: rgb(12 10 9 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/45 {
    --tw-shadow-color: rgb(12 10 9 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/5 {
    --tw-shadow-color: rgb(12 10 9 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/50 {
    --tw-shadow-color: rgb(12 10 9 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/55 {
    --tw-shadow-color: rgb(12 10 9 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/60 {
    --tw-shadow-color: rgb(12 10 9 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/65 {
    --tw-shadow-color: rgb(12 10 9 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/70 {
    --tw-shadow-color: rgb(12 10 9 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/75 {
    --tw-shadow-color: rgb(12 10 9 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/80 {
    --tw-shadow-color: rgb(12 10 9 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/85 {
    --tw-shadow-color: rgb(12 10 9 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/90 {
    --tw-shadow-color: rgb(12 10 9 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-stone-950\/95 {
    --tw-shadow-color: rgb(12 10 9 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100 {
    --tw-shadow-color: #ccfbf1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/0 {
    --tw-shadow-color: rgb(204 251 241 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/10 {
    --tw-shadow-color: rgb(204 251 241 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/100 {
    --tw-shadow-color: rgb(204 251 241 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/15 {
    --tw-shadow-color: rgb(204 251 241 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/20 {
    --tw-shadow-color: rgb(204 251 241 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/25 {
    --tw-shadow-color: rgb(204 251 241 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/30 {
    --tw-shadow-color: rgb(204 251 241 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/35 {
    --tw-shadow-color: rgb(204 251 241 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/40 {
    --tw-shadow-color: rgb(204 251 241 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/45 {
    --tw-shadow-color: rgb(204 251 241 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/5 {
    --tw-shadow-color: rgb(204 251 241 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/50 {
    --tw-shadow-color: rgb(204 251 241 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/55 {
    --tw-shadow-color: rgb(204 251 241 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/60 {
    --tw-shadow-color: rgb(204 251 241 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/65 {
    --tw-shadow-color: rgb(204 251 241 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/70 {
    --tw-shadow-color: rgb(204 251 241 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/75 {
    --tw-shadow-color: rgb(204 251 241 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/80 {
    --tw-shadow-color: rgb(204 251 241 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/85 {
    --tw-shadow-color: rgb(204 251 241 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/90 {
    --tw-shadow-color: rgb(204 251 241 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-100\/95 {
    --tw-shadow-color: rgb(204 251 241 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200 {
    --tw-shadow-color: #99f6e4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/0 {
    --tw-shadow-color: rgb(153 246 228 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/10 {
    --tw-shadow-color: rgb(153 246 228 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/100 {
    --tw-shadow-color: rgb(153 246 228 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/15 {
    --tw-shadow-color: rgb(153 246 228 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/20 {
    --tw-shadow-color: rgb(153 246 228 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/25 {
    --tw-shadow-color: rgb(153 246 228 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/30 {
    --tw-shadow-color: rgb(153 246 228 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/35 {
    --tw-shadow-color: rgb(153 246 228 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/40 {
    --tw-shadow-color: rgb(153 246 228 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/45 {
    --tw-shadow-color: rgb(153 246 228 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/5 {
    --tw-shadow-color: rgb(153 246 228 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/50 {
    --tw-shadow-color: rgb(153 246 228 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/55 {
    --tw-shadow-color: rgb(153 246 228 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/60 {
    --tw-shadow-color: rgb(153 246 228 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/65 {
    --tw-shadow-color: rgb(153 246 228 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/70 {
    --tw-shadow-color: rgb(153 246 228 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/75 {
    --tw-shadow-color: rgb(153 246 228 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/80 {
    --tw-shadow-color: rgb(153 246 228 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/85 {
    --tw-shadow-color: rgb(153 246 228 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/90 {
    --tw-shadow-color: rgb(153 246 228 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-200\/95 {
    --tw-shadow-color: rgb(153 246 228 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300 {
    --tw-shadow-color: #5eead4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/0 {
    --tw-shadow-color: rgb(94 234 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/10 {
    --tw-shadow-color: rgb(94 234 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/100 {
    --tw-shadow-color: rgb(94 234 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/15 {
    --tw-shadow-color: rgb(94 234 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/20 {
    --tw-shadow-color: rgb(94 234 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/25 {
    --tw-shadow-color: rgb(94 234 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/30 {
    --tw-shadow-color: rgb(94 234 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/35 {
    --tw-shadow-color: rgb(94 234 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/40 {
    --tw-shadow-color: rgb(94 234 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/45 {
    --tw-shadow-color: rgb(94 234 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/5 {
    --tw-shadow-color: rgb(94 234 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/50 {
    --tw-shadow-color: rgb(94 234 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/55 {
    --tw-shadow-color: rgb(94 234 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/60 {
    --tw-shadow-color: rgb(94 234 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/65 {
    --tw-shadow-color: rgb(94 234 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/70 {
    --tw-shadow-color: rgb(94 234 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/75 {
    --tw-shadow-color: rgb(94 234 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/80 {
    --tw-shadow-color: rgb(94 234 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/85 {
    --tw-shadow-color: rgb(94 234 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/90 {
    --tw-shadow-color: rgb(94 234 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-300\/95 {
    --tw-shadow-color: rgb(94 234 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400 {
    --tw-shadow-color: #2dd4bf !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/0 {
    --tw-shadow-color: rgb(45 212 191 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/10 {
    --tw-shadow-color: rgb(45 212 191 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/100 {
    --tw-shadow-color: rgb(45 212 191 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/15 {
    --tw-shadow-color: rgb(45 212 191 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/20 {
    --tw-shadow-color: rgb(45 212 191 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/25 {
    --tw-shadow-color: rgb(45 212 191 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/30 {
    --tw-shadow-color: rgb(45 212 191 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/35 {
    --tw-shadow-color: rgb(45 212 191 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/40 {
    --tw-shadow-color: rgb(45 212 191 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/45 {
    --tw-shadow-color: rgb(45 212 191 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/5 {
    --tw-shadow-color: rgb(45 212 191 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/50 {
    --tw-shadow-color: rgb(45 212 191 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/55 {
    --tw-shadow-color: rgb(45 212 191 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/60 {
    --tw-shadow-color: rgb(45 212 191 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/65 {
    --tw-shadow-color: rgb(45 212 191 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/70 {
    --tw-shadow-color: rgb(45 212 191 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/75 {
    --tw-shadow-color: rgb(45 212 191 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/80 {
    --tw-shadow-color: rgb(45 212 191 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/85 {
    --tw-shadow-color: rgb(45 212 191 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/90 {
    --tw-shadow-color: rgb(45 212 191 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-400\/95 {
    --tw-shadow-color: rgb(45 212 191 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50 {
    --tw-shadow-color: #f0fdfa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/0 {
    --tw-shadow-color: rgb(240 253 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/10 {
    --tw-shadow-color: rgb(240 253 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/100 {
    --tw-shadow-color: rgb(240 253 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/15 {
    --tw-shadow-color: rgb(240 253 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/20 {
    --tw-shadow-color: rgb(240 253 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/25 {
    --tw-shadow-color: rgb(240 253 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/30 {
    --tw-shadow-color: rgb(240 253 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/35 {
    --tw-shadow-color: rgb(240 253 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/40 {
    --tw-shadow-color: rgb(240 253 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/45 {
    --tw-shadow-color: rgb(240 253 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/5 {
    --tw-shadow-color: rgb(240 253 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/50 {
    --tw-shadow-color: rgb(240 253 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/55 {
    --tw-shadow-color: rgb(240 253 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/60 {
    --tw-shadow-color: rgb(240 253 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/65 {
    --tw-shadow-color: rgb(240 253 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/70 {
    --tw-shadow-color: rgb(240 253 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/75 {
    --tw-shadow-color: rgb(240 253 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/80 {
    --tw-shadow-color: rgb(240 253 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/85 {
    --tw-shadow-color: rgb(240 253 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/90 {
    --tw-shadow-color: rgb(240 253 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-50\/95 {
    --tw-shadow-color: rgb(240 253 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500 {
    --tw-shadow-color: #14b8a6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/0 {
    --tw-shadow-color: rgb(20 184 166 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/10 {
    --tw-shadow-color: rgb(20 184 166 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/100 {
    --tw-shadow-color: rgb(20 184 166 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/15 {
    --tw-shadow-color: rgb(20 184 166 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/20 {
    --tw-shadow-color: rgb(20 184 166 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/25 {
    --tw-shadow-color: rgb(20 184 166 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/30 {
    --tw-shadow-color: rgb(20 184 166 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/35 {
    --tw-shadow-color: rgb(20 184 166 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/40 {
    --tw-shadow-color: rgb(20 184 166 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/45 {
    --tw-shadow-color: rgb(20 184 166 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/5 {
    --tw-shadow-color: rgb(20 184 166 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/50 {
    --tw-shadow-color: rgb(20 184 166 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/55 {
    --tw-shadow-color: rgb(20 184 166 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/60 {
    --tw-shadow-color: rgb(20 184 166 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/65 {
    --tw-shadow-color: rgb(20 184 166 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/70 {
    --tw-shadow-color: rgb(20 184 166 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/75 {
    --tw-shadow-color: rgb(20 184 166 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/80 {
    --tw-shadow-color: rgb(20 184 166 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/85 {
    --tw-shadow-color: rgb(20 184 166 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/90 {
    --tw-shadow-color: rgb(20 184 166 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-500\/95 {
    --tw-shadow-color: rgb(20 184 166 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600 {
    --tw-shadow-color: #0d9488 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/0 {
    --tw-shadow-color: rgb(13 148 136 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/10 {
    --tw-shadow-color: rgb(13 148 136 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/100 {
    --tw-shadow-color: rgb(13 148 136 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/15 {
    --tw-shadow-color: rgb(13 148 136 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/20 {
    --tw-shadow-color: rgb(13 148 136 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/25 {
    --tw-shadow-color: rgb(13 148 136 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/30 {
    --tw-shadow-color: rgb(13 148 136 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/35 {
    --tw-shadow-color: rgb(13 148 136 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/40 {
    --tw-shadow-color: rgb(13 148 136 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/45 {
    --tw-shadow-color: rgb(13 148 136 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/5 {
    --tw-shadow-color: rgb(13 148 136 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/50 {
    --tw-shadow-color: rgb(13 148 136 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/55 {
    --tw-shadow-color: rgb(13 148 136 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/60 {
    --tw-shadow-color: rgb(13 148 136 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/65 {
    --tw-shadow-color: rgb(13 148 136 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/70 {
    --tw-shadow-color: rgb(13 148 136 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/75 {
    --tw-shadow-color: rgb(13 148 136 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/80 {
    --tw-shadow-color: rgb(13 148 136 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/85 {
    --tw-shadow-color: rgb(13 148 136 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/90 {
    --tw-shadow-color: rgb(13 148 136 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-600\/95 {
    --tw-shadow-color: rgb(13 148 136 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700 {
    --tw-shadow-color: #0f766e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/0 {
    --tw-shadow-color: rgb(15 118 110 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/10 {
    --tw-shadow-color: rgb(15 118 110 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/100 {
    --tw-shadow-color: rgb(15 118 110 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/15 {
    --tw-shadow-color: rgb(15 118 110 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/20 {
    --tw-shadow-color: rgb(15 118 110 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/25 {
    --tw-shadow-color: rgb(15 118 110 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/30 {
    --tw-shadow-color: rgb(15 118 110 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/35 {
    --tw-shadow-color: rgb(15 118 110 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/40 {
    --tw-shadow-color: rgb(15 118 110 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/45 {
    --tw-shadow-color: rgb(15 118 110 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/5 {
    --tw-shadow-color: rgb(15 118 110 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/50 {
    --tw-shadow-color: rgb(15 118 110 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/55 {
    --tw-shadow-color: rgb(15 118 110 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/60 {
    --tw-shadow-color: rgb(15 118 110 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/65 {
    --tw-shadow-color: rgb(15 118 110 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/70 {
    --tw-shadow-color: rgb(15 118 110 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/75 {
    --tw-shadow-color: rgb(15 118 110 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/80 {
    --tw-shadow-color: rgb(15 118 110 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/85 {
    --tw-shadow-color: rgb(15 118 110 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/90 {
    --tw-shadow-color: rgb(15 118 110 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-700\/95 {
    --tw-shadow-color: rgb(15 118 110 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800 {
    --tw-shadow-color: #115e59 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/0 {
    --tw-shadow-color: rgb(17 94 89 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/10 {
    --tw-shadow-color: rgb(17 94 89 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/100 {
    --tw-shadow-color: rgb(17 94 89 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/15 {
    --tw-shadow-color: rgb(17 94 89 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/20 {
    --tw-shadow-color: rgb(17 94 89 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/25 {
    --tw-shadow-color: rgb(17 94 89 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/30 {
    --tw-shadow-color: rgb(17 94 89 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/35 {
    --tw-shadow-color: rgb(17 94 89 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/40 {
    --tw-shadow-color: rgb(17 94 89 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/45 {
    --tw-shadow-color: rgb(17 94 89 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/5 {
    --tw-shadow-color: rgb(17 94 89 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/50 {
    --tw-shadow-color: rgb(17 94 89 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/55 {
    --tw-shadow-color: rgb(17 94 89 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/60 {
    --tw-shadow-color: rgb(17 94 89 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/65 {
    --tw-shadow-color: rgb(17 94 89 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/70 {
    --tw-shadow-color: rgb(17 94 89 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/75 {
    --tw-shadow-color: rgb(17 94 89 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/80 {
    --tw-shadow-color: rgb(17 94 89 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/85 {
    --tw-shadow-color: rgb(17 94 89 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/90 {
    --tw-shadow-color: rgb(17 94 89 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-800\/95 {
    --tw-shadow-color: rgb(17 94 89 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900 {
    --tw-shadow-color: #134e4a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/0 {
    --tw-shadow-color: rgb(19 78 74 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/10 {
    --tw-shadow-color: rgb(19 78 74 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/100 {
    --tw-shadow-color: rgb(19 78 74 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/15 {
    --tw-shadow-color: rgb(19 78 74 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/20 {
    --tw-shadow-color: rgb(19 78 74 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/25 {
    --tw-shadow-color: rgb(19 78 74 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/30 {
    --tw-shadow-color: rgb(19 78 74 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/35 {
    --tw-shadow-color: rgb(19 78 74 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/40 {
    --tw-shadow-color: rgb(19 78 74 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/45 {
    --tw-shadow-color: rgb(19 78 74 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/5 {
    --tw-shadow-color: rgb(19 78 74 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/50 {
    --tw-shadow-color: rgb(19 78 74 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/55 {
    --tw-shadow-color: rgb(19 78 74 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/60 {
    --tw-shadow-color: rgb(19 78 74 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/65 {
    --tw-shadow-color: rgb(19 78 74 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/70 {
    --tw-shadow-color: rgb(19 78 74 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/75 {
    --tw-shadow-color: rgb(19 78 74 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/80 {
    --tw-shadow-color: rgb(19 78 74 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/85 {
    --tw-shadow-color: rgb(19 78 74 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/90 {
    --tw-shadow-color: rgb(19 78 74 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-900\/95 {
    --tw-shadow-color: rgb(19 78 74 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950 {
    --tw-shadow-color: #042f2e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/0 {
    --tw-shadow-color: rgb(4 47 46 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/10 {
    --tw-shadow-color: rgb(4 47 46 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/100 {
    --tw-shadow-color: rgb(4 47 46 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/15 {
    --tw-shadow-color: rgb(4 47 46 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/20 {
    --tw-shadow-color: rgb(4 47 46 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/25 {
    --tw-shadow-color: rgb(4 47 46 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/30 {
    --tw-shadow-color: rgb(4 47 46 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/35 {
    --tw-shadow-color: rgb(4 47 46 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/40 {
    --tw-shadow-color: rgb(4 47 46 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/45 {
    --tw-shadow-color: rgb(4 47 46 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/5 {
    --tw-shadow-color: rgb(4 47 46 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/50 {
    --tw-shadow-color: rgb(4 47 46 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/55 {
    --tw-shadow-color: rgb(4 47 46 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/60 {
    --tw-shadow-color: rgb(4 47 46 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/65 {
    --tw-shadow-color: rgb(4 47 46 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/70 {
    --tw-shadow-color: rgb(4 47 46 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/75 {
    --tw-shadow-color: rgb(4 47 46 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/80 {
    --tw-shadow-color: rgb(4 47 46 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/85 {
    --tw-shadow-color: rgb(4 47 46 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/90 {
    --tw-shadow-color: rgb(4 47 46 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-teal-950\/95 {
    --tw-shadow-color: rgb(4 47 46 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color {
    --tw-shadow-color: #509885 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/0 {
    --tw-shadow-color: rgb(80 152 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/10 {
    --tw-shadow-color: rgb(80 152 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/100 {
    --tw-shadow-color: rgb(80 152 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/15 {
    --tw-shadow-color: rgb(80 152 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/20 {
    --tw-shadow-color: rgb(80 152 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/25 {
    --tw-shadow-color: rgb(80 152 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/30 {
    --tw-shadow-color: rgb(80 152 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/35 {
    --tw-shadow-color: rgb(80 152 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/40 {
    --tw-shadow-color: rgb(80 152 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/45 {
    --tw-shadow-color: rgb(80 152 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/5 {
    --tw-shadow-color: rgb(80 152 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/50 {
    --tw-shadow-color: rgb(80 152 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/55 {
    --tw-shadow-color: rgb(80 152 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/60 {
    --tw-shadow-color: rgb(80 152 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/65 {
    --tw-shadow-color: rgb(80 152 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/70 {
    --tw-shadow-color: rgb(80 152 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/75 {
    --tw-shadow-color: rgb(80 152 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/80 {
    --tw-shadow-color: rgb(80 152 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/85 {
    --tw-shadow-color: rgb(80 152 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/90 {
    --tw-shadow-color: rgb(80 152 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-theme_color\/95 {
    --tw-shadow-color: rgb(80 152 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent {
    --tw-shadow-color: transparent !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-transparent\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100 {
    --tw-shadow-color: #ede9fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/0 {
    --tw-shadow-color: rgb(237 233 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/10 {
    --tw-shadow-color: rgb(237 233 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/100 {
    --tw-shadow-color: rgb(237 233 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/15 {
    --tw-shadow-color: rgb(237 233 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/20 {
    --tw-shadow-color: rgb(237 233 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/25 {
    --tw-shadow-color: rgb(237 233 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/30 {
    --tw-shadow-color: rgb(237 233 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/35 {
    --tw-shadow-color: rgb(237 233 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/40 {
    --tw-shadow-color: rgb(237 233 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/45 {
    --tw-shadow-color: rgb(237 233 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/5 {
    --tw-shadow-color: rgb(237 233 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/50 {
    --tw-shadow-color: rgb(237 233 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/55 {
    --tw-shadow-color: rgb(237 233 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/60 {
    --tw-shadow-color: rgb(237 233 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/65 {
    --tw-shadow-color: rgb(237 233 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/70 {
    --tw-shadow-color: rgb(237 233 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/75 {
    --tw-shadow-color: rgb(237 233 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/80 {
    --tw-shadow-color: rgb(237 233 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/85 {
    --tw-shadow-color: rgb(237 233 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/90 {
    --tw-shadow-color: rgb(237 233 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-100\/95 {
    --tw-shadow-color: rgb(237 233 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200 {
    --tw-shadow-color: #ddd6fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/0 {
    --tw-shadow-color: rgb(221 214 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/10 {
    --tw-shadow-color: rgb(221 214 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/100 {
    --tw-shadow-color: rgb(221 214 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/15 {
    --tw-shadow-color: rgb(221 214 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/20 {
    --tw-shadow-color: rgb(221 214 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/25 {
    --tw-shadow-color: rgb(221 214 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/30 {
    --tw-shadow-color: rgb(221 214 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/35 {
    --tw-shadow-color: rgb(221 214 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/40 {
    --tw-shadow-color: rgb(221 214 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/45 {
    --tw-shadow-color: rgb(221 214 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/5 {
    --tw-shadow-color: rgb(221 214 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/50 {
    --tw-shadow-color: rgb(221 214 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/55 {
    --tw-shadow-color: rgb(221 214 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/60 {
    --tw-shadow-color: rgb(221 214 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/65 {
    --tw-shadow-color: rgb(221 214 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/70 {
    --tw-shadow-color: rgb(221 214 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/75 {
    --tw-shadow-color: rgb(221 214 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/80 {
    --tw-shadow-color: rgb(221 214 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/85 {
    --tw-shadow-color: rgb(221 214 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/90 {
    --tw-shadow-color: rgb(221 214 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-200\/95 {
    --tw-shadow-color: rgb(221 214 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300 {
    --tw-shadow-color: #c4b5fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/0 {
    --tw-shadow-color: rgb(196 181 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/10 {
    --tw-shadow-color: rgb(196 181 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/100 {
    --tw-shadow-color: rgb(196 181 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/15 {
    --tw-shadow-color: rgb(196 181 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/20 {
    --tw-shadow-color: rgb(196 181 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/25 {
    --tw-shadow-color: rgb(196 181 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/30 {
    --tw-shadow-color: rgb(196 181 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/35 {
    --tw-shadow-color: rgb(196 181 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/40 {
    --tw-shadow-color: rgb(196 181 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/45 {
    --tw-shadow-color: rgb(196 181 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/5 {
    --tw-shadow-color: rgb(196 181 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/50 {
    --tw-shadow-color: rgb(196 181 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/55 {
    --tw-shadow-color: rgb(196 181 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/60 {
    --tw-shadow-color: rgb(196 181 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/65 {
    --tw-shadow-color: rgb(196 181 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/70 {
    --tw-shadow-color: rgb(196 181 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/75 {
    --tw-shadow-color: rgb(196 181 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/80 {
    --tw-shadow-color: rgb(196 181 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/85 {
    --tw-shadow-color: rgb(196 181 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/90 {
    --tw-shadow-color: rgb(196 181 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-300\/95 {
    --tw-shadow-color: rgb(196 181 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400 {
    --tw-shadow-color: #a78bfa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/0 {
    --tw-shadow-color: rgb(167 139 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/10 {
    --tw-shadow-color: rgb(167 139 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/100 {
    --tw-shadow-color: rgb(167 139 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/15 {
    --tw-shadow-color: rgb(167 139 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/20 {
    --tw-shadow-color: rgb(167 139 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/25 {
    --tw-shadow-color: rgb(167 139 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/30 {
    --tw-shadow-color: rgb(167 139 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/35 {
    --tw-shadow-color: rgb(167 139 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/40 {
    --tw-shadow-color: rgb(167 139 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/45 {
    --tw-shadow-color: rgb(167 139 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/5 {
    --tw-shadow-color: rgb(167 139 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/50 {
    --tw-shadow-color: rgb(167 139 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/55 {
    --tw-shadow-color: rgb(167 139 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/60 {
    --tw-shadow-color: rgb(167 139 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/65 {
    --tw-shadow-color: rgb(167 139 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/70 {
    --tw-shadow-color: rgb(167 139 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/75 {
    --tw-shadow-color: rgb(167 139 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/80 {
    --tw-shadow-color: rgb(167 139 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/85 {
    --tw-shadow-color: rgb(167 139 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/90 {
    --tw-shadow-color: rgb(167 139 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-400\/95 {
    --tw-shadow-color: rgb(167 139 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50 {
    --tw-shadow-color: #f5f3ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/0 {
    --tw-shadow-color: rgb(245 243 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/10 {
    --tw-shadow-color: rgb(245 243 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/100 {
    --tw-shadow-color: rgb(245 243 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/15 {
    --tw-shadow-color: rgb(245 243 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/20 {
    --tw-shadow-color: rgb(245 243 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/25 {
    --tw-shadow-color: rgb(245 243 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/30 {
    --tw-shadow-color: rgb(245 243 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/35 {
    --tw-shadow-color: rgb(245 243 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/40 {
    --tw-shadow-color: rgb(245 243 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/45 {
    --tw-shadow-color: rgb(245 243 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/5 {
    --tw-shadow-color: rgb(245 243 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/50 {
    --tw-shadow-color: rgb(245 243 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/55 {
    --tw-shadow-color: rgb(245 243 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/60 {
    --tw-shadow-color: rgb(245 243 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/65 {
    --tw-shadow-color: rgb(245 243 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/70 {
    --tw-shadow-color: rgb(245 243 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/75 {
    --tw-shadow-color: rgb(245 243 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/80 {
    --tw-shadow-color: rgb(245 243 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/85 {
    --tw-shadow-color: rgb(245 243 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/90 {
    --tw-shadow-color: rgb(245 243 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-50\/95 {
    --tw-shadow-color: rgb(245 243 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500 {
    --tw-shadow-color: #8b5cf6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/0 {
    --tw-shadow-color: rgb(139 92 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/10 {
    --tw-shadow-color: rgb(139 92 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/100 {
    --tw-shadow-color: rgb(139 92 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/15 {
    --tw-shadow-color: rgb(139 92 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/20 {
    --tw-shadow-color: rgb(139 92 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/25 {
    --tw-shadow-color: rgb(139 92 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/30 {
    --tw-shadow-color: rgb(139 92 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/35 {
    --tw-shadow-color: rgb(139 92 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/40 {
    --tw-shadow-color: rgb(139 92 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/45 {
    --tw-shadow-color: rgb(139 92 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/5 {
    --tw-shadow-color: rgb(139 92 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/50 {
    --tw-shadow-color: rgb(139 92 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/55 {
    --tw-shadow-color: rgb(139 92 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/60 {
    --tw-shadow-color: rgb(139 92 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/65 {
    --tw-shadow-color: rgb(139 92 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/70 {
    --tw-shadow-color: rgb(139 92 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/75 {
    --tw-shadow-color: rgb(139 92 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/80 {
    --tw-shadow-color: rgb(139 92 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/85 {
    --tw-shadow-color: rgb(139 92 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/90 {
    --tw-shadow-color: rgb(139 92 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-500\/95 {
    --tw-shadow-color: rgb(139 92 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600 {
    --tw-shadow-color: #7c3aed !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/0 {
    --tw-shadow-color: rgb(124 58 237 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/10 {
    --tw-shadow-color: rgb(124 58 237 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/100 {
    --tw-shadow-color: rgb(124 58 237 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/15 {
    --tw-shadow-color: rgb(124 58 237 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/20 {
    --tw-shadow-color: rgb(124 58 237 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/25 {
    --tw-shadow-color: rgb(124 58 237 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/30 {
    --tw-shadow-color: rgb(124 58 237 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/35 {
    --tw-shadow-color: rgb(124 58 237 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/40 {
    --tw-shadow-color: rgb(124 58 237 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/45 {
    --tw-shadow-color: rgb(124 58 237 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/5 {
    --tw-shadow-color: rgb(124 58 237 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/50 {
    --tw-shadow-color: rgb(124 58 237 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/55 {
    --tw-shadow-color: rgb(124 58 237 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/60 {
    --tw-shadow-color: rgb(124 58 237 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/65 {
    --tw-shadow-color: rgb(124 58 237 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/70 {
    --tw-shadow-color: rgb(124 58 237 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/75 {
    --tw-shadow-color: rgb(124 58 237 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/80 {
    --tw-shadow-color: rgb(124 58 237 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/85 {
    --tw-shadow-color: rgb(124 58 237 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/90 {
    --tw-shadow-color: rgb(124 58 237 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-600\/95 {
    --tw-shadow-color: rgb(124 58 237 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700 {
    --tw-shadow-color: #6d28d9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/0 {
    --tw-shadow-color: rgb(109 40 217 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/10 {
    --tw-shadow-color: rgb(109 40 217 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/100 {
    --tw-shadow-color: rgb(109 40 217 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/15 {
    --tw-shadow-color: rgb(109 40 217 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/20 {
    --tw-shadow-color: rgb(109 40 217 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/25 {
    --tw-shadow-color: rgb(109 40 217 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/30 {
    --tw-shadow-color: rgb(109 40 217 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/35 {
    --tw-shadow-color: rgb(109 40 217 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/40 {
    --tw-shadow-color: rgb(109 40 217 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/45 {
    --tw-shadow-color: rgb(109 40 217 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/5 {
    --tw-shadow-color: rgb(109 40 217 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/50 {
    --tw-shadow-color: rgb(109 40 217 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/55 {
    --tw-shadow-color: rgb(109 40 217 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/60 {
    --tw-shadow-color: rgb(109 40 217 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/65 {
    --tw-shadow-color: rgb(109 40 217 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/70 {
    --tw-shadow-color: rgb(109 40 217 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/75 {
    --tw-shadow-color: rgb(109 40 217 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/80 {
    --tw-shadow-color: rgb(109 40 217 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/85 {
    --tw-shadow-color: rgb(109 40 217 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/90 {
    --tw-shadow-color: rgb(109 40 217 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-700\/95 {
    --tw-shadow-color: rgb(109 40 217 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800 {
    --tw-shadow-color: #5b21b6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/0 {
    --tw-shadow-color: rgb(91 33 182 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/10 {
    --tw-shadow-color: rgb(91 33 182 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/100 {
    --tw-shadow-color: rgb(91 33 182 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/15 {
    --tw-shadow-color: rgb(91 33 182 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/20 {
    --tw-shadow-color: rgb(91 33 182 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/25 {
    --tw-shadow-color: rgb(91 33 182 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/30 {
    --tw-shadow-color: rgb(91 33 182 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/35 {
    --tw-shadow-color: rgb(91 33 182 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/40 {
    --tw-shadow-color: rgb(91 33 182 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/45 {
    --tw-shadow-color: rgb(91 33 182 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/5 {
    --tw-shadow-color: rgb(91 33 182 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/50 {
    --tw-shadow-color: rgb(91 33 182 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/55 {
    --tw-shadow-color: rgb(91 33 182 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/60 {
    --tw-shadow-color: rgb(91 33 182 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/65 {
    --tw-shadow-color: rgb(91 33 182 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/70 {
    --tw-shadow-color: rgb(91 33 182 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/75 {
    --tw-shadow-color: rgb(91 33 182 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/80 {
    --tw-shadow-color: rgb(91 33 182 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/85 {
    --tw-shadow-color: rgb(91 33 182 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/90 {
    --tw-shadow-color: rgb(91 33 182 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-800\/95 {
    --tw-shadow-color: rgb(91 33 182 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900 {
    --tw-shadow-color: #4c1d95 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/0 {
    --tw-shadow-color: rgb(76 29 149 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/10 {
    --tw-shadow-color: rgb(76 29 149 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/100 {
    --tw-shadow-color: rgb(76 29 149 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/15 {
    --tw-shadow-color: rgb(76 29 149 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/20 {
    --tw-shadow-color: rgb(76 29 149 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/25 {
    --tw-shadow-color: rgb(76 29 149 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/30 {
    --tw-shadow-color: rgb(76 29 149 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/35 {
    --tw-shadow-color: rgb(76 29 149 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/40 {
    --tw-shadow-color: rgb(76 29 149 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/45 {
    --tw-shadow-color: rgb(76 29 149 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/5 {
    --tw-shadow-color: rgb(76 29 149 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/50 {
    --tw-shadow-color: rgb(76 29 149 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/55 {
    --tw-shadow-color: rgb(76 29 149 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/60 {
    --tw-shadow-color: rgb(76 29 149 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/65 {
    --tw-shadow-color: rgb(76 29 149 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/70 {
    --tw-shadow-color: rgb(76 29 149 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/75 {
    --tw-shadow-color: rgb(76 29 149 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/80 {
    --tw-shadow-color: rgb(76 29 149 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/85 {
    --tw-shadow-color: rgb(76 29 149 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/90 {
    --tw-shadow-color: rgb(76 29 149 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-900\/95 {
    --tw-shadow-color: rgb(76 29 149 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950 {
    --tw-shadow-color: #2e1065 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/0 {
    --tw-shadow-color: rgb(46 16 101 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/10 {
    --tw-shadow-color: rgb(46 16 101 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/100 {
    --tw-shadow-color: rgb(46 16 101 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/15 {
    --tw-shadow-color: rgb(46 16 101 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/20 {
    --tw-shadow-color: rgb(46 16 101 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/25 {
    --tw-shadow-color: rgb(46 16 101 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/30 {
    --tw-shadow-color: rgb(46 16 101 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/35 {
    --tw-shadow-color: rgb(46 16 101 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/40 {
    --tw-shadow-color: rgb(46 16 101 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/45 {
    --tw-shadow-color: rgb(46 16 101 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/5 {
    --tw-shadow-color: rgb(46 16 101 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/50 {
    --tw-shadow-color: rgb(46 16 101 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/55 {
    --tw-shadow-color: rgb(46 16 101 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/60 {
    --tw-shadow-color: rgb(46 16 101 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/65 {
    --tw-shadow-color: rgb(46 16 101 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/70 {
    --tw-shadow-color: rgb(46 16 101 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/75 {
    --tw-shadow-color: rgb(46 16 101 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/80 {
    --tw-shadow-color: rgb(46 16 101 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/85 {
    --tw-shadow-color: rgb(46 16 101 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/90 {
    --tw-shadow-color: rgb(46 16 101 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-violet-950\/95 {
    --tw-shadow-color: rgb(46 16 101 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white {
    --tw-shadow-color: #fff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/0 {
    --tw-shadow-color: rgb(255 255 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/10 {
    --tw-shadow-color: rgb(255 255 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/100 {
    --tw-shadow-color: rgb(255 255 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/15 {
    --tw-shadow-color: rgb(255 255 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/20 {
    --tw-shadow-color: rgb(255 255 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/25 {
    --tw-shadow-color: rgb(255 255 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/30 {
    --tw-shadow-color: rgb(255 255 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/35 {
    --tw-shadow-color: rgb(255 255 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/40 {
    --tw-shadow-color: rgb(255 255 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/45 {
    --tw-shadow-color: rgb(255 255 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/5 {
    --tw-shadow-color: rgb(255 255 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/50 {
    --tw-shadow-color: rgb(255 255 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/55 {
    --tw-shadow-color: rgb(255 255 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/60 {
    --tw-shadow-color: rgb(255 255 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/65 {
    --tw-shadow-color: rgb(255 255 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/70 {
    --tw-shadow-color: rgb(255 255 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/75 {
    --tw-shadow-color: rgb(255 255 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/80 {
    --tw-shadow-color: rgb(255 255 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/85 {
    --tw-shadow-color: rgb(255 255 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/90 {
    --tw-shadow-color: rgb(255 255 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-white\/95 {
    --tw-shadow-color: rgb(255 255 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300 {
    --tw-shadow-color: #fde047 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/15 {
    --tw-shadow-color: rgb(253 224 71 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/35 {
    --tw-shadow-color: rgb(253 224 71 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/45 {
    --tw-shadow-color: rgb(253 224 71 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/55 {
    --tw-shadow-color: rgb(253 224 71 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/65 {
    --tw-shadow-color: rgb(253 224 71 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/85 {
    --tw-shadow-color: rgb(253 224 71 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400 {
    --tw-shadow-color: #facc15 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/15 {
    --tw-shadow-color: rgb(254 252 232 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/35 {
    --tw-shadow-color: rgb(254 252 232 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/45 {
    --tw-shadow-color: rgb(254 252 232 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/55 {
    --tw-shadow-color: rgb(254 252 232 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/65 {
    --tw-shadow-color: rgb(254 252 232 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/85 {
    --tw-shadow-color: rgb(254 252 232 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500 {
    --tw-shadow-color: #eab308 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/15 {
    --tw-shadow-color: rgb(234 179 8 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/35 {
    --tw-shadow-color: rgb(234 179 8 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/45 {
    --tw-shadow-color: rgb(234 179 8 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/55 {
    --tw-shadow-color: rgb(234 179 8 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/65 {
    --tw-shadow-color: rgb(234 179 8 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/85 {
    --tw-shadow-color: rgb(234 179 8 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/15 {
    --tw-shadow-color: rgb(202 138 4 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/35 {
    --tw-shadow-color: rgb(202 138 4 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/45 {
    --tw-shadow-color: rgb(202 138 4 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/55 {
    --tw-shadow-color: rgb(202 138 4 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/65 {
    --tw-shadow-color: rgb(202 138 4 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/85 {
    --tw-shadow-color: rgb(202 138 4 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700 {
    --tw-shadow-color: #a16207 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/15 {
    --tw-shadow-color: rgb(161 98 7 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/35 {
    --tw-shadow-color: rgb(161 98 7 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/45 {
    --tw-shadow-color: rgb(161 98 7 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/55 {
    --tw-shadow-color: rgb(161 98 7 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/65 {
    --tw-shadow-color: rgb(161 98 7 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/85 {
    --tw-shadow-color: rgb(161 98 7 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900 {
    --tw-shadow-color: #713f12 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/15 {
    --tw-shadow-color: rgb(113 63 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/35 {
    --tw-shadow-color: rgb(113 63 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/45 {
    --tw-shadow-color: rgb(113 63 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/55 {
    --tw-shadow-color: rgb(113 63 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/65 {
    --tw-shadow-color: rgb(113 63 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/85 {
    --tw-shadow-color: rgb(113 63 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950 {
    --tw-shadow-color: #422006 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/15 {
    --tw-shadow-color: rgb(66 32 6 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/35 {
    --tw-shadow-color: rgb(66 32 6 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/45 {
    --tw-shadow-color: rgb(66 32 6 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/55 {
    --tw-shadow-color: rgb(66 32 6 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/65 {
    --tw-shadow-color: rgb(66 32 6 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/85 {
    --tw-shadow-color: rgb(66 32 6 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100 {
    --tw-shadow-color: #f4f4f5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/0 {
    --tw-shadow-color: rgb(244 244 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/10 {
    --tw-shadow-color: rgb(244 244 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/100 {
    --tw-shadow-color: rgb(244 244 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/15 {
    --tw-shadow-color: rgb(244 244 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/20 {
    --tw-shadow-color: rgb(244 244 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/25 {
    --tw-shadow-color: rgb(244 244 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/30 {
    --tw-shadow-color: rgb(244 244 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/35 {
    --tw-shadow-color: rgb(244 244 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/40 {
    --tw-shadow-color: rgb(244 244 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/45 {
    --tw-shadow-color: rgb(244 244 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/5 {
    --tw-shadow-color: rgb(244 244 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/50 {
    --tw-shadow-color: rgb(244 244 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/55 {
    --tw-shadow-color: rgb(244 244 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/60 {
    --tw-shadow-color: rgb(244 244 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/65 {
    --tw-shadow-color: rgb(244 244 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/70 {
    --tw-shadow-color: rgb(244 244 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/75 {
    --tw-shadow-color: rgb(244 244 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/80 {
    --tw-shadow-color: rgb(244 244 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/85 {
    --tw-shadow-color: rgb(244 244 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/90 {
    --tw-shadow-color: rgb(244 244 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-100\/95 {
    --tw-shadow-color: rgb(244 244 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200 {
    --tw-shadow-color: #e4e4e7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/0 {
    --tw-shadow-color: rgb(228 228 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/10 {
    --tw-shadow-color: rgb(228 228 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/100 {
    --tw-shadow-color: rgb(228 228 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/15 {
    --tw-shadow-color: rgb(228 228 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/20 {
    --tw-shadow-color: rgb(228 228 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/25 {
    --tw-shadow-color: rgb(228 228 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/30 {
    --tw-shadow-color: rgb(228 228 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/35 {
    --tw-shadow-color: rgb(228 228 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/40 {
    --tw-shadow-color: rgb(228 228 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/45 {
    --tw-shadow-color: rgb(228 228 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/5 {
    --tw-shadow-color: rgb(228 228 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/50 {
    --tw-shadow-color: rgb(228 228 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/55 {
    --tw-shadow-color: rgb(228 228 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/60 {
    --tw-shadow-color: rgb(228 228 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/65 {
    --tw-shadow-color: rgb(228 228 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/70 {
    --tw-shadow-color: rgb(228 228 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/75 {
    --tw-shadow-color: rgb(228 228 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/80 {
    --tw-shadow-color: rgb(228 228 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/85 {
    --tw-shadow-color: rgb(228 228 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/90 {
    --tw-shadow-color: rgb(228 228 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-200\/95 {
    --tw-shadow-color: rgb(228 228 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300 {
    --tw-shadow-color: #d4d4d8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/0 {
    --tw-shadow-color: rgb(212 212 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/10 {
    --tw-shadow-color: rgb(212 212 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/100 {
    --tw-shadow-color: rgb(212 212 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/15 {
    --tw-shadow-color: rgb(212 212 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/20 {
    --tw-shadow-color: rgb(212 212 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/25 {
    --tw-shadow-color: rgb(212 212 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/30 {
    --tw-shadow-color: rgb(212 212 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/35 {
    --tw-shadow-color: rgb(212 212 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/40 {
    --tw-shadow-color: rgb(212 212 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/45 {
    --tw-shadow-color: rgb(212 212 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/5 {
    --tw-shadow-color: rgb(212 212 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/50 {
    --tw-shadow-color: rgb(212 212 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/55 {
    --tw-shadow-color: rgb(212 212 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/60 {
    --tw-shadow-color: rgb(212 212 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/65 {
    --tw-shadow-color: rgb(212 212 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/70 {
    --tw-shadow-color: rgb(212 212 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/75 {
    --tw-shadow-color: rgb(212 212 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/80 {
    --tw-shadow-color: rgb(212 212 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/85 {
    --tw-shadow-color: rgb(212 212 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/90 {
    --tw-shadow-color: rgb(212 212 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-300\/95 {
    --tw-shadow-color: rgb(212 212 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400 {
    --tw-shadow-color: #a1a1aa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/0 {
    --tw-shadow-color: rgb(161 161 170 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/10 {
    --tw-shadow-color: rgb(161 161 170 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/100 {
    --tw-shadow-color: rgb(161 161 170 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/15 {
    --tw-shadow-color: rgb(161 161 170 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/20 {
    --tw-shadow-color: rgb(161 161 170 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/25 {
    --tw-shadow-color: rgb(161 161 170 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/30 {
    --tw-shadow-color: rgb(161 161 170 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/35 {
    --tw-shadow-color: rgb(161 161 170 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/40 {
    --tw-shadow-color: rgb(161 161 170 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/45 {
    --tw-shadow-color: rgb(161 161 170 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/5 {
    --tw-shadow-color: rgb(161 161 170 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/50 {
    --tw-shadow-color: rgb(161 161 170 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/55 {
    --tw-shadow-color: rgb(161 161 170 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/60 {
    --tw-shadow-color: rgb(161 161 170 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/65 {
    --tw-shadow-color: rgb(161 161 170 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/70 {
    --tw-shadow-color: rgb(161 161 170 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/75 {
    --tw-shadow-color: rgb(161 161 170 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/80 {
    --tw-shadow-color: rgb(161 161 170 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/85 {
    --tw-shadow-color: rgb(161 161 170 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/90 {
    --tw-shadow-color: rgb(161 161 170 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-400\/95 {
    --tw-shadow-color: rgb(161 161 170 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50 {
    --tw-shadow-color: #fafafa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500 {
    --tw-shadow-color: #71717a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/0 {
    --tw-shadow-color: rgb(113 113 122 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/10 {
    --tw-shadow-color: rgb(113 113 122 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/100 {
    --tw-shadow-color: rgb(113 113 122 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/15 {
    --tw-shadow-color: rgb(113 113 122 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/20 {
    --tw-shadow-color: rgb(113 113 122 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/25 {
    --tw-shadow-color: rgb(113 113 122 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/30 {
    --tw-shadow-color: rgb(113 113 122 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/35 {
    --tw-shadow-color: rgb(113 113 122 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/40 {
    --tw-shadow-color: rgb(113 113 122 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/45 {
    --tw-shadow-color: rgb(113 113 122 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/5 {
    --tw-shadow-color: rgb(113 113 122 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/50 {
    --tw-shadow-color: rgb(113 113 122 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/55 {
    --tw-shadow-color: rgb(113 113 122 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/60 {
    --tw-shadow-color: rgb(113 113 122 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/65 {
    --tw-shadow-color: rgb(113 113 122 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/70 {
    --tw-shadow-color: rgb(113 113 122 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/75 {
    --tw-shadow-color: rgb(113 113 122 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/80 {
    --tw-shadow-color: rgb(113 113 122 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/85 {
    --tw-shadow-color: rgb(113 113 122 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/90 {
    --tw-shadow-color: rgb(113 113 122 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-500\/95 {
    --tw-shadow-color: rgb(113 113 122 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600 {
    --tw-shadow-color: #52525b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/0 {
    --tw-shadow-color: rgb(82 82 91 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/10 {
    --tw-shadow-color: rgb(82 82 91 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/100 {
    --tw-shadow-color: rgb(82 82 91 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/15 {
    --tw-shadow-color: rgb(82 82 91 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/20 {
    --tw-shadow-color: rgb(82 82 91 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/25 {
    --tw-shadow-color: rgb(82 82 91 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/30 {
    --tw-shadow-color: rgb(82 82 91 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/35 {
    --tw-shadow-color: rgb(82 82 91 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/40 {
    --tw-shadow-color: rgb(82 82 91 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/45 {
    --tw-shadow-color: rgb(82 82 91 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/5 {
    --tw-shadow-color: rgb(82 82 91 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/50 {
    --tw-shadow-color: rgb(82 82 91 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/55 {
    --tw-shadow-color: rgb(82 82 91 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/60 {
    --tw-shadow-color: rgb(82 82 91 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/65 {
    --tw-shadow-color: rgb(82 82 91 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/70 {
    --tw-shadow-color: rgb(82 82 91 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/75 {
    --tw-shadow-color: rgb(82 82 91 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/80 {
    --tw-shadow-color: rgb(82 82 91 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/85 {
    --tw-shadow-color: rgb(82 82 91 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/90 {
    --tw-shadow-color: rgb(82 82 91 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-600\/95 {
    --tw-shadow-color: rgb(82 82 91 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700 {
    --tw-shadow-color: #3f3f46 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/0 {
    --tw-shadow-color: rgb(63 63 70 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/10 {
    --tw-shadow-color: rgb(63 63 70 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/100 {
    --tw-shadow-color: rgb(63 63 70 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/15 {
    --tw-shadow-color: rgb(63 63 70 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/20 {
    --tw-shadow-color: rgb(63 63 70 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/25 {
    --tw-shadow-color: rgb(63 63 70 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/30 {
    --tw-shadow-color: rgb(63 63 70 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/35 {
    --tw-shadow-color: rgb(63 63 70 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/40 {
    --tw-shadow-color: rgb(63 63 70 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/45 {
    --tw-shadow-color: rgb(63 63 70 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/5 {
    --tw-shadow-color: rgb(63 63 70 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/50 {
    --tw-shadow-color: rgb(63 63 70 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/55 {
    --tw-shadow-color: rgb(63 63 70 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/60 {
    --tw-shadow-color: rgb(63 63 70 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/65 {
    --tw-shadow-color: rgb(63 63 70 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/70 {
    --tw-shadow-color: rgb(63 63 70 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/75 {
    --tw-shadow-color: rgb(63 63 70 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/80 {
    --tw-shadow-color: rgb(63 63 70 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/85 {
    --tw-shadow-color: rgb(63 63 70 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/90 {
    --tw-shadow-color: rgb(63 63 70 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-700\/95 {
    --tw-shadow-color: rgb(63 63 70 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800 {
    --tw-shadow-color: #27272a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/0 {
    --tw-shadow-color: rgb(39 39 42 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/10 {
    --tw-shadow-color: rgb(39 39 42 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/100 {
    --tw-shadow-color: rgb(39 39 42 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/15 {
    --tw-shadow-color: rgb(39 39 42 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/20 {
    --tw-shadow-color: rgb(39 39 42 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/25 {
    --tw-shadow-color: rgb(39 39 42 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/30 {
    --tw-shadow-color: rgb(39 39 42 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/35 {
    --tw-shadow-color: rgb(39 39 42 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/40 {
    --tw-shadow-color: rgb(39 39 42 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/45 {
    --tw-shadow-color: rgb(39 39 42 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/5 {
    --tw-shadow-color: rgb(39 39 42 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/50 {
    --tw-shadow-color: rgb(39 39 42 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/55 {
    --tw-shadow-color: rgb(39 39 42 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/60 {
    --tw-shadow-color: rgb(39 39 42 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/65 {
    --tw-shadow-color: rgb(39 39 42 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/70 {
    --tw-shadow-color: rgb(39 39 42 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/75 {
    --tw-shadow-color: rgb(39 39 42 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/80 {
    --tw-shadow-color: rgb(39 39 42 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/85 {
    --tw-shadow-color: rgb(39 39 42 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/90 {
    --tw-shadow-color: rgb(39 39 42 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-800\/95 {
    --tw-shadow-color: rgb(39 39 42 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900 {
    --tw-shadow-color: #18181b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/0 {
    --tw-shadow-color: rgb(24 24 27 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/10 {
    --tw-shadow-color: rgb(24 24 27 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/100 {
    --tw-shadow-color: rgb(24 24 27 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/15 {
    --tw-shadow-color: rgb(24 24 27 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/20 {
    --tw-shadow-color: rgb(24 24 27 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/25 {
    --tw-shadow-color: rgb(24 24 27 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/30 {
    --tw-shadow-color: rgb(24 24 27 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/35 {
    --tw-shadow-color: rgb(24 24 27 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/40 {
    --tw-shadow-color: rgb(24 24 27 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/45 {
    --tw-shadow-color: rgb(24 24 27 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/5 {
    --tw-shadow-color: rgb(24 24 27 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/50 {
    --tw-shadow-color: rgb(24 24 27 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/55 {
    --tw-shadow-color: rgb(24 24 27 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/60 {
    --tw-shadow-color: rgb(24 24 27 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/65 {
    --tw-shadow-color: rgb(24 24 27 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/70 {
    --tw-shadow-color: rgb(24 24 27 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/75 {
    --tw-shadow-color: rgb(24 24 27 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/80 {
    --tw-shadow-color: rgb(24 24 27 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/85 {
    --tw-shadow-color: rgb(24 24 27 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/90 {
    --tw-shadow-color: rgb(24 24 27 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-900\/95 {
    --tw-shadow-color: rgb(24 24 27 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950 {
    --tw-shadow-color: #09090b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/0 {
    --tw-shadow-color: rgb(9 9 11 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/10 {
    --tw-shadow-color: rgb(9 9 11 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/100 {
    --tw-shadow-color: rgb(9 9 11 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/15 {
    --tw-shadow-color: rgb(9 9 11 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/20 {
    --tw-shadow-color: rgb(9 9 11 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/25 {
    --tw-shadow-color: rgb(9 9 11 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/30 {
    --tw-shadow-color: rgb(9 9 11 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/35 {
    --tw-shadow-color: rgb(9 9 11 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/40 {
    --tw-shadow-color: rgb(9 9 11 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/45 {
    --tw-shadow-color: rgb(9 9 11 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/5 {
    --tw-shadow-color: rgb(9 9 11 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/50 {
    --tw-shadow-color: rgb(9 9 11 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/55 {
    --tw-shadow-color: rgb(9 9 11 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/60 {
    --tw-shadow-color: rgb(9 9 11 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/65 {
    --tw-shadow-color: rgb(9 9 11 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/70 {
    --tw-shadow-color: rgb(9 9 11 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/75 {
    --tw-shadow-color: rgb(9 9 11 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/80 {
    --tw-shadow-color: rgb(9 9 11 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/85 {
    --tw-shadow-color: rgb(9 9 11 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/90 {
    --tw-shadow-color: rgb(9 9 11 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:shadow-zinc-950\/95 {
    --tw-shadow-color: rgb(9 9 11 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .sm\:outline-yellow-100 {
    outline-color: #fef9c3 !important;
  }

  .sm\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:outline-yellow-100\/15 {
    outline-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:outline-yellow-100\/35 {
    outline-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:outline-yellow-100\/55 {
    outline-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:outline-yellow-100\/85 {
    outline-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:outline-yellow-200 {
    outline-color: #fef08a !important;
  }

  .sm\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:outline-yellow-200\/15 {
    outline-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:outline-yellow-200\/35 {
    outline-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:outline-yellow-200\/55 {
    outline-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:outline-yellow-200\/85 {
    outline-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:outline-yellow-300 {
    outline-color: #fde047 !important;
  }

  .sm\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:outline-yellow-300\/15 {
    outline-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:outline-yellow-300\/35 {
    outline-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:outline-yellow-300\/45 {
    outline-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:outline-yellow-300\/55 {
    outline-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:outline-yellow-300\/65 {
    outline-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:outline-yellow-300\/85 {
    outline-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:outline-yellow-400 {
    outline-color: #facc15 !important;
  }

  .sm\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:outline-yellow-400\/15 {
    outline-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:outline-yellow-400\/35 {
    outline-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:outline-yellow-400\/55 {
    outline-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:outline-yellow-400\/85 {
    outline-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:outline-yellow-50 {
    outline-color: #fefce8 !important;
  }

  .sm\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:outline-yellow-50\/15 {
    outline-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:outline-yellow-50\/35 {
    outline-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:outline-yellow-50\/45 {
    outline-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:outline-yellow-50\/55 {
    outline-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:outline-yellow-50\/65 {
    outline-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:outline-yellow-50\/85 {
    outline-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:outline-yellow-500 {
    outline-color: #eab308 !important;
  }

  .sm\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:outline-yellow-500\/15 {
    outline-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:outline-yellow-500\/35 {
    outline-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:outline-yellow-500\/45 {
    outline-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:outline-yellow-500\/55 {
    outline-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:outline-yellow-500\/65 {
    outline-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:outline-yellow-500\/85 {
    outline-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:outline-yellow-600 {
    outline-color: #ca8a04 !important;
  }

  .sm\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:outline-yellow-600\/15 {
    outline-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:outline-yellow-600\/35 {
    outline-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:outline-yellow-600\/45 {
    outline-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:outline-yellow-600\/55 {
    outline-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:outline-yellow-600\/65 {
    outline-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:outline-yellow-600\/85 {
    outline-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:outline-yellow-700 {
    outline-color: #a16207 !important;
  }

  .sm\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:outline-yellow-700\/15 {
    outline-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:outline-yellow-700\/35 {
    outline-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:outline-yellow-700\/45 {
    outline-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:outline-yellow-700\/55 {
    outline-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:outline-yellow-700\/65 {
    outline-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:outline-yellow-700\/85 {
    outline-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:outline-yellow-800 {
    outline-color: #854d0e !important;
  }

  .sm\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:outline-yellow-800\/15 {
    outline-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:outline-yellow-800\/35 {
    outline-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:outline-yellow-800\/55 {
    outline-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:outline-yellow-800\/85 {
    outline-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:outline-yellow-900 {
    outline-color: #713f12 !important;
  }

  .sm\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:outline-yellow-900\/15 {
    outline-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:outline-yellow-900\/35 {
    outline-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:outline-yellow-900\/45 {
    outline-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:outline-yellow-900\/55 {
    outline-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:outline-yellow-900\/65 {
    outline-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:outline-yellow-900\/85 {
    outline-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:outline-yellow-950 {
    outline-color: #422006 !important;
  }

  .sm\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:outline-yellow-950\/15 {
    outline-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:outline-yellow-950\/35 {
    outline-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:outline-yellow-950\/45 {
    outline-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:outline-yellow-950\/55 {
    outline-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:outline-yellow-950\/65 {
    outline-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:outline-yellow-950\/85 {
    outline-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:ring-yellow-100\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:ring-yellow-100\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:ring-yellow-100\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:ring-yellow-100\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:ring-yellow-200\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:ring-yellow-200\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:ring-yellow-200\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:ring-yellow-200\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:ring-yellow-300\/15 {
    --tw-ring-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:ring-yellow-300\/35 {
    --tw-ring-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:ring-yellow-300\/45 {
    --tw-ring-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:ring-yellow-300\/55 {
    --tw-ring-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:ring-yellow-300\/65 {
    --tw-ring-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:ring-yellow-300\/85 {
    --tw-ring-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:ring-yellow-400\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:ring-yellow-400\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:ring-yellow-400\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:ring-yellow-400\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:ring-yellow-50\/15 {
    --tw-ring-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:ring-yellow-50\/35 {
    --tw-ring-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:ring-yellow-50\/45 {
    --tw-ring-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:ring-yellow-50\/55 {
    --tw-ring-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:ring-yellow-50\/65 {
    --tw-ring-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:ring-yellow-50\/85 {
    --tw-ring-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:ring-yellow-500\/15 {
    --tw-ring-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:ring-yellow-500\/35 {
    --tw-ring-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:ring-yellow-500\/45 {
    --tw-ring-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:ring-yellow-500\/55 {
    --tw-ring-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:ring-yellow-500\/65 {
    --tw-ring-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:ring-yellow-500\/85 {
    --tw-ring-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:ring-yellow-600\/15 {
    --tw-ring-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:ring-yellow-600\/35 {
    --tw-ring-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:ring-yellow-600\/45 {
    --tw-ring-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:ring-yellow-600\/55 {
    --tw-ring-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:ring-yellow-600\/65 {
    --tw-ring-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:ring-yellow-600\/85 {
    --tw-ring-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:ring-yellow-700\/15 {
    --tw-ring-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:ring-yellow-700\/35 {
    --tw-ring-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:ring-yellow-700\/45 {
    --tw-ring-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:ring-yellow-700\/55 {
    --tw-ring-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:ring-yellow-700\/65 {
    --tw-ring-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:ring-yellow-700\/85 {
    --tw-ring-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:ring-yellow-800\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:ring-yellow-800\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:ring-yellow-800\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:ring-yellow-800\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:ring-yellow-900\/15 {
    --tw-ring-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:ring-yellow-900\/35 {
    --tw-ring-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:ring-yellow-900\/45 {
    --tw-ring-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:ring-yellow-900\/55 {
    --tw-ring-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:ring-yellow-900\/65 {
    --tw-ring-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:ring-yellow-900\/85 {
    --tw-ring-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:ring-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:ring-yellow-950\/15 {
    --tw-ring-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:ring-yellow-950\/35 {
    --tw-ring-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:ring-yellow-950\/45 {
    --tw-ring-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:ring-yellow-950\/55 {
    --tw-ring-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:ring-yellow-950\/65 {
    --tw-ring-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:ring-yellow-950\/85 {
    --tw-ring-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .sm\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0) !important;
  }

  .sm\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1) !important;
  }

  .sm\:ring-offset-yellow-100\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-100\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-100\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-100\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .sm\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0) !important;
  }

  .sm\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1) !important;
  }

  .sm\:ring-offset-yellow-200\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-200\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-200\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-200\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .sm\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0) !important;
  }

  .sm\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1) !important;
  }

  .sm\:ring-offset-yellow-300\/15 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-300\/35 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-300\/45 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-300\/55 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-300\/65 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-300\/85 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .sm\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0) !important;
  }

  .sm\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1) !important;
  }

  .sm\:ring-offset-yellow-400\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-400\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-400\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-400\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .sm\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0) !important;
  }

  .sm\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1) !important;
  }

  .sm\:ring-offset-yellow-50\/15 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-50\/35 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-50\/45 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-50\/55 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-50\/65 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-50\/85 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .sm\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0) !important;
  }

  .sm\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1) !important;
  }

  .sm\:ring-offset-yellow-500\/15 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-500\/35 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-500\/45 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-500\/55 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-500\/65 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-500\/85 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .sm\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0) !important;
  }

  .sm\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1) !important;
  }

  .sm\:ring-offset-yellow-600\/15 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-600\/35 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-600\/45 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-600\/55 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-600\/65 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-600\/85 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .sm\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0) !important;
  }

  .sm\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1) !important;
  }

  .sm\:ring-offset-yellow-700\/15 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-700\/35 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-700\/45 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-700\/55 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-700\/65 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-700\/85 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .sm\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0) !important;
  }

  .sm\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1) !important;
  }

  .sm\:ring-offset-yellow-800\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-800\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-800\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-800\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .sm\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0) !important;
  }

  .sm\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1) !important;
  }

  .sm\:ring-offset-yellow-900\/15 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-900\/35 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-900\/45 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-900\/55 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-900\/65 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-900\/85 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006 !important;
  }

  .sm\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0) !important;
  }

  .sm\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1) !important;
  }

  .sm\:ring-offset-yellow-950\/15 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.15) !important;
  }

  .sm\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:ring-offset-yellow-950\/35 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.35) !important;
  }

  .sm\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:ring-offset-yellow-950\/45 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.45) !important;
  }

  .sm\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:ring-offset-yellow-950\/55 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.55) !important;
  }

  .sm\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:ring-offset-yellow-950\/65 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.65) !important;
  }

  .sm\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:ring-offset-yellow-950\/85 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.85) !important;
  }

  .sm\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:duration-500 {
    transition-duration: 500ms !important;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }

  .md\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }

  .md\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }

  .md\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }

  .md\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-10 {
    grid-row-start: 10 !important;
  }

  .md\:row-start-11 {
    grid-row-start: 11 !important;
  }

  .md\:row-start-12 {
    grid-row-start: 12 !important;
  }

  .md\:row-start-13 {
    grid-row-start: 13 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-8 {
    grid-row-start: 8 !important;
  }

  .md\:row-start-9 {
    grid-row-start: 9 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-10 {
    grid-row-end: 10 !important;
  }

  .md\:row-end-11 {
    grid-row-end: 11 !important;
  }

  .md\:row-end-12 {
    grid-row-end: 12 !important;
  }

  .md\:row-end-13 {
    grid-row-end: 13 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-8 {
    grid-row-end: 8 !important;
  }

  .md\:row-end-9 {
    grid-row-end: 9 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

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

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:w-0 {
    width: 0px !important;
  }

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

  .md\:w-1 {
    width: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-11 {
    width: 2.75rem !important;
  }

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

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-14 {
    width: 3.5rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-2 {
    width: 0.5rem !important;
  }

  .md\:w-2\.5 {
    width: 0.625rem !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

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

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

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

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

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-28 {
    width: 7rem !important;
  }

  .md\:w-3 {
    width: 0.75rem !important;
  }

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

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

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

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

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

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-36 {
    width: 9rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

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

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

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

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-44 {
    width: 11rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

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

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

  .md\:w-50vw {
    width: 50vw !important;
  }

  .md\:w-52 {
    width: 13rem !important;
  }

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

  .md\:w-6 {
    width: 1.5rem !important;
  }

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

  .md\:w-60 {
    width: 15rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-7 {
    width: 1.75rem !important;
  }

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

  .md\:w-72 {
    width: 18rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

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

  .md\:w-80 {
    width: 20rem !important;
  }

  .md\:w-9 {
    width: 2.25rem !important;
  }

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

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

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-dvw {
    width: 100dvw !important;
  }

  .md\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-lvw {
    width: 100lvw !important;
  }

  .md\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:w-svw {
    width: 100svw !important;
  }

  .md\:min-w-0 {
    min-width: 0px !important;
  }

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

  .md\:min-w-1 {
    min-width: 0.25rem !important;
  }

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

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

  .md\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .md\:min-w-12 {
    min-width: 3rem !important;
  }

  .md\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .md\:min-w-16 {
    min-width: 4rem !important;
  }

  .md\:min-w-2 {
    min-width: 0.5rem !important;
  }

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

  .md\:min-w-20 {
    min-width: 5rem !important;
  }

  .md\:min-w-24 {
    min-width: 6rem !important;
  }

  .md\:min-w-28 {
    min-width: 7rem !important;
  }

  .md\:min-w-3 {
    min-width: 0.75rem !important;
  }

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

  .md\:min-w-32 {
    min-width: 8rem !important;
  }

  .md\:min-w-36 {
    min-width: 9rem !important;
  }

  .md\:min-w-4 {
    min-width: 1rem !important;
  }

  .md\:min-w-40 {
    min-width: 10rem !important;
  }

  .md\:min-w-44 {
    min-width: 11rem !important;
  }

  .md\:min-w-48 {
    min-width: 12rem !important;
  }

  .md\:min-w-5 {
    min-width: 1.25rem !important;
  }

  .md\:min-w-52 {
    min-width: 13rem !important;
  }

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

  .md\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .md\:min-w-60 {
    min-width: 15rem !important;
  }

  .md\:min-w-64 {
    min-width: 16rem !important;
  }

  .md\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .md\:min-w-72 {
    min-width: 18rem !important;
  }

  .md\:min-w-8 {
    min-width: 2rem !important;
  }

  .md\:min-w-80 {
    min-width: 20rem !important;
  }

  .md\:min-w-9 {
    min-width: 2.25rem !important;
  }

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

  .md\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:min-w-px {
    min-width: 1px !important;
  }

  .md\:max-w-0 {
    max-width: 0px !important;
  }

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

  .md\:max-w-1 {
    max-width: 0.25rem !important;
  }

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

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

  .md\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .md\:max-w-12 {
    max-width: 3rem !important;
  }

  .md\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .md\:max-w-16 {
    max-width: 4rem !important;
  }

  .md\:max-w-2 {
    max-width: 0.5rem !important;
  }

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

  .md\:max-w-20 {
    max-width: 5rem !important;
  }

  .md\:max-w-24 {
    max-width: 6rem !important;
  }

  .md\:max-w-28 {
    max-width: 7rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-3 {
    max-width: 0.75rem !important;
  }

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

  .md\:max-w-32 {
    max-width: 8rem !important;
  }

  .md\:max-w-36 {
    max-width: 9rem !important;
  }

  .md\:max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:max-w-4 {
    max-width: 1rem !important;
  }

  .md\:max-w-40 {
    max-width: 10rem !important;
  }

  .md\:max-w-44 {
    max-width: 11rem !important;
  }

  .md\:max-w-48 {
    max-width: 12rem !important;
  }

  .md\:max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:max-w-5 {
    max-width: 1.25rem !important;
  }

  .md\:max-w-52 {
    max-width: 13rem !important;
  }

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

  .md\:max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:max-w-6 {
    max-width: 1.5rem !important;
  }

  .md\:max-w-60 {
    max-width: 15rem !important;
  }

  .md\:max-w-64 {
    max-width: 16rem !important;
  }

  .md\:max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:max-w-7 {
    max-width: 1.75rem !important;
  }

  .md\:max-w-72 {
    max-width: 18rem !important;
  }

  .md\:max-w-7xl {
    max-width: 80rem !important;
  }

  .md\:max-w-8 {
    max-width: 2rem !important;
  }

  .md\:max-w-80 {
    max-width: 20rem !important;
  }

  .md\:max-w-9 {
    max-width: 2.25rem !important;
  }

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

  .md\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-lg {
    max-width: 32rem !important;
  }

  .md\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

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

  .md\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:max-w-prose {
    max-width: 65ch !important;
  }

  .md\:max-w-px {
    max-width: 1px !important;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

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

  .md\:max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:max-w-screen-xl {
    max-width: 1200px !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:grow-0 {
    flex-grow: 0 !important;
  }

  .md\:-skew-x-0 {
    --tw-skew-x: -0deg !important;
    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)) !important;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
    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)) !important;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
    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)) !important;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
    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)) !important;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
    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)) !important;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
    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)) !important;
  }

  .md\:-skew-y-0 {
    --tw-skew-y: -0deg !important;
    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)) !important;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
    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)) !important;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
    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)) !important;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
    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)) !important;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
    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)) !important;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
    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)) !important;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg !important;
    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)) !important;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg !important;
    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)) !important;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg !important;
    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)) !important;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg !important;
    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)) !important;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg !important;
    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)) !important;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg !important;
    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)) !important;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg !important;
    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)) !important;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg !important;
    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)) !important;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg !important;
    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)) !important;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg !important;
    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)) !important;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg !important;
    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)) !important;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg !important;
    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)) !important;
  }

  .md\:cursor-ew-resize {
    cursor: ew-resize !important;
  }

  .md\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }

  .md\:cursor-nw-resize {
    cursor: nw-resize !important;
  }

  .md\:cursor-row-resize {
    cursor: row-resize !important;
  }

  .md\:cursor-sw-resize {
    cursor: sw-resize !important;
  }

  .md\:cursor-w-resize {
    cursor: w-resize !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-dense {
    grid-auto-flow: dense !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .md\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .md\:divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .md\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .md\:divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .md\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .md\:divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .md\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .md\:divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-clip {
    overflow: clip !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

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

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-clip {
    overflow-x: clip !important;
  }

  .md\:overflow-y-clip {
    overflow-y: clip !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

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

  .md\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-e-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-e-yellow-100\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-e-yellow-100\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-e-yellow-100\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-e-yellow-100\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-e-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-e-yellow-200\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-e-yellow-200\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-e-yellow-200\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-e-yellow-200\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-e-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-e-yellow-300\/15 {
    border-inline-end-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-e-yellow-300\/35 {
    border-inline-end-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-e-yellow-300\/45 {
    border-inline-end-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-e-yellow-300\/55 {
    border-inline-end-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-e-yellow-300\/65 {
    border-inline-end-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-e-yellow-300\/85 {
    border-inline-end-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-e-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-e-yellow-400\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-e-yellow-400\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-e-yellow-400\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-e-yellow-400\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-e-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-e-yellow-50\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-e-yellow-50\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-e-yellow-50\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-e-yellow-50\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-e-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-e-yellow-500\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-e-yellow-500\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-e-yellow-500\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-e-yellow-500\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-e-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-e-yellow-600\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-e-yellow-600\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-e-yellow-600\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-e-yellow-600\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-e-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-e-yellow-700\/15 {
    border-inline-end-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-e-yellow-700\/35 {
    border-inline-end-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-e-yellow-700\/45 {
    border-inline-end-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-e-yellow-700\/55 {
    border-inline-end-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-e-yellow-700\/65 {
    border-inline-end-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-e-yellow-700\/85 {
    border-inline-end-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-e-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-e-yellow-800\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-e-yellow-800\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-e-yellow-800\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-e-yellow-800\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-e-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-e-yellow-900\/15 {
    border-inline-end-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-e-yellow-900\/35 {
    border-inline-end-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-e-yellow-900\/45 {
    border-inline-end-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-e-yellow-900\/55 {
    border-inline-end-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-e-yellow-900\/65 {
    border-inline-end-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-e-yellow-900\/85 {
    border-inline-end-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-e-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-e-yellow-950\/15 {
    border-inline-end-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-e-yellow-950\/35 {
    border-inline-end-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-e-yellow-950\/45 {
    border-inline-end-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-e-yellow-950\/55 {
    border-inline-end-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-e-yellow-950\/65 {
    border-inline-end-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-e-yellow-950\/85 {
    border-inline-end-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-s-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-s-yellow-100\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-s-yellow-100\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-s-yellow-100\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-s-yellow-100\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-s-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-s-yellow-200\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-s-yellow-200\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-s-yellow-200\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-s-yellow-200\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-s-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-s-yellow-300\/15 {
    border-inline-start-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-s-yellow-300\/35 {
    border-inline-start-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-s-yellow-300\/45 {
    border-inline-start-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-s-yellow-300\/55 {
    border-inline-start-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-s-yellow-300\/65 {
    border-inline-start-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-s-yellow-300\/85 {
    border-inline-start-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-s-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-s-yellow-400\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-s-yellow-400\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-s-yellow-400\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-s-yellow-400\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-s-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-s-yellow-50\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-s-yellow-50\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-s-yellow-50\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-s-yellow-50\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-s-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-s-yellow-500\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-s-yellow-500\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-s-yellow-500\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-s-yellow-500\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-s-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-s-yellow-600\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-s-yellow-600\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-s-yellow-600\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-s-yellow-600\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-s-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-s-yellow-700\/15 {
    border-inline-start-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-s-yellow-700\/35 {
    border-inline-start-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-s-yellow-700\/45 {
    border-inline-start-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-s-yellow-700\/55 {
    border-inline-start-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-s-yellow-700\/65 {
    border-inline-start-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-s-yellow-700\/85 {
    border-inline-start-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-s-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-s-yellow-800\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-s-yellow-800\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-s-yellow-800\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-s-yellow-800\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-s-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-s-yellow-900\/15 {
    border-inline-start-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-s-yellow-900\/35 {
    border-inline-start-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-s-yellow-900\/45 {
    border-inline-start-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-s-yellow-900\/55 {
    border-inline-start-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-s-yellow-900\/65 {
    border-inline-start-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-s-yellow-900\/85 {
    border-inline-start-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-s-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-s-yellow-950\/15 {
    border-inline-start-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-s-yellow-950\/35 {
    border-inline-start-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-s-yellow-950\/45 {
    border-inline-start-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-s-yellow-950\/55 {
    border-inline-start-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-s-yellow-950\/65 {
    border-inline-start-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-s-yellow-950\/85 {
    border-inline-start-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .md\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .md\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .md\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .md\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .md\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .md\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .md\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .md\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .md\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .md\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .md\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .md\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .md\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .md\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .md\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .md\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .md\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .md\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .md\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .md\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .md\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .md\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .md\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0) !important;
  }

  .md\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1) !important;
  }

  .md\:bg-yellow-100\/15 {
    background-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:bg-yellow-100\/35 {
    background-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:bg-yellow-100\/55 {
    background-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:bg-yellow-100\/85 {
    background-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0) !important;
  }

  .md\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1) !important;
  }

  .md\:bg-yellow-200\/15 {
    background-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:bg-yellow-200\/35 {
    background-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:bg-yellow-200\/55 {
    background-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:bg-yellow-200\/85 {
    background-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0) !important;
  }

  .md\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1) !important;
  }

  .md\:bg-yellow-300\/15 {
    background-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:bg-yellow-300\/35 {
    background-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:bg-yellow-300\/45 {
    background-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:bg-yellow-300\/55 {
    background-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:bg-yellow-300\/65 {
    background-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:bg-yellow-300\/85 {
    background-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0) !important;
  }

  .md\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1) !important;
  }

  .md\:bg-yellow-400\/15 {
    background-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:bg-yellow-400\/35 {
    background-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:bg-yellow-400\/55 {
    background-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:bg-yellow-400\/85 {
    background-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0) !important;
  }

  .md\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1) !important;
  }

  .md\:bg-yellow-50\/15 {
    background-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:bg-yellow-50\/35 {
    background-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:bg-yellow-50\/45 {
    background-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:bg-yellow-50\/55 {
    background-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:bg-yellow-50\/65 {
    background-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:bg-yellow-50\/85 {
    background-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0) !important;
  }

  .md\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1) !important;
  }

  .md\:bg-yellow-500\/15 {
    background-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25) !important;
  }

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

  .md\:bg-yellow-500\/35 {
    background-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:bg-yellow-500\/45 {
    background-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:bg-yellow-500\/55 {
    background-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:bg-yellow-500\/65 {
    background-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:bg-yellow-500\/85 {
    background-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0) !important;
  }

  .md\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1) !important;
  }

  .md\:bg-yellow-600\/15 {
    background-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:bg-yellow-600\/35 {
    background-color: rgb(202 138 4 / 0.35) !important;
  }

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

  .md\:bg-yellow-600\/45 {
    background-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:bg-yellow-600\/55 {
    background-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:bg-yellow-600\/65 {
    background-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:bg-yellow-600\/85 {
    background-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0) !important;
  }

  .md\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1) !important;
  }

  .md\:bg-yellow-700\/15 {
    background-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:bg-yellow-700\/35 {
    background-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:bg-yellow-700\/45 {
    background-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:bg-yellow-700\/55 {
    background-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:bg-yellow-700\/65 {
    background-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:bg-yellow-700\/85 {
    background-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0) !important;
  }

  .md\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1) !important;
  }

  .md\:bg-yellow-800\/15 {
    background-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:bg-yellow-800\/35 {
    background-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:bg-yellow-800\/55 {
    background-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:bg-yellow-800\/85 {
    background-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0) !important;
  }

  .md\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1) !important;
  }

  .md\:bg-yellow-900\/15 {
    background-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:bg-yellow-900\/35 {
    background-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:bg-yellow-900\/45 {
    background-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:bg-yellow-900\/55 {
    background-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:bg-yellow-900\/65 {
    background-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:bg-yellow-900\/85 {
    background-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:bg-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0) !important;
  }

  .md\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1) !important;
  }

  .md\:bg-yellow-950\/15 {
    background-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:bg-yellow-950\/35 {
    background-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:bg-yellow-950\/45 {
    background-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:bg-yellow-950\/55 {
    background-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:bg-yellow-950\/65 {
    background-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:bg-yellow-950\/85 {
    background-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/0 {
    --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/10 {
    --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/100 {
    --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/20 {
    --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/25 {
    --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/30 {
    --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/40 {
    --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/5 {
    --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/50 {
    --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/60 {
    --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/70 {
    --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/75 {
    --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/80 {
    --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/90 {
    --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-100\/95 {
    --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/0 {
    --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/10 {
    --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/100 {
    --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/20 {
    --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/25 {
    --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/30 {
    --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/40 {
    --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/5 {
    --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/50 {
    --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/60 {
    --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/70 {
    --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/75 {
    --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/80 {
    --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/90 {
    --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-200\/95 {
    --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300 {
    --tw-gradient-from: #fde047 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/0 {
    --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/10 {
    --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/100 {
    --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/15 {
    --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/20 {
    --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/25 {
    --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/30 {
    --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/35 {
    --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/40 {
    --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/45 {
    --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/5 {
    --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/50 {
    --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/55 {
    --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/60 {
    --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/65 {
    --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/70 {
    --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/75 {
    --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/80 {
    --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/85 {
    --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/90 {
    --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-300\/95 {
    --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/0 {
    --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/10 {
    --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/100 {
    --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/20 {
    --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/25 {
    --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/30 {
    --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/40 {
    --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/5 {
    --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/50 {
    --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/60 {
    --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/70 {
    --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/75 {
    --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/80 {
    --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/90 {
    --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-400\/95 {
    --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50 {
    --tw-gradient-from: #fefce8 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/0 {
    --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/10 {
    --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/100 {
    --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/15 {
    --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/20 {
    --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/25 {
    --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/30 {
    --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/35 {
    --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/40 {
    --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/45 {
    --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/5 {
    --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/50 {
    --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/55 {
    --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/60 {
    --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/65 {
    --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/70 {
    --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/75 {
    --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/80 {
    --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/85 {
    --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/90 {
    --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-50\/95 {
    --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #eab308 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/0 {
    --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/10 {
    --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/100 {
    --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/15 {
    --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/20 {
    --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/25 {
    --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/30 {
    --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/35 {
    --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/40 {
    --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/45 {
    --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/5 {
    --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/50 {
    --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/55 {
    --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/60 {
    --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/65 {
    --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/70 {
    --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/75 {
    --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/80 {
    --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/85 {
    --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/90 {
    --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-500\/95 {
    --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600 {
    --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/0 {
    --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/10 {
    --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/100 {
    --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/15 {
    --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/20 {
    --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/25 {
    --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/30 {
    --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/35 {
    --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/40 {
    --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/45 {
    --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/5 {
    --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/50 {
    --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/55 {
    --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/60 {
    --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/65 {
    --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/70 {
    --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/75 {
    --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/80 {
    --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/85 {
    --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/90 {
    --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-600\/95 {
    --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700 {
    --tw-gradient-from: #a16207 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/0 {
    --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/10 {
    --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/100 {
    --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/15 {
    --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/20 {
    --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/25 {
    --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/30 {
    --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/35 {
    --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/40 {
    --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/45 {
    --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/5 {
    --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/50 {
    --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/55 {
    --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/60 {
    --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/65 {
    --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/70 {
    --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/75 {
    --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/80 {
    --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/85 {
    --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/90 {
    --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-700\/95 {
    --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/0 {
    --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/10 {
    --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/100 {
    --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/20 {
    --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/25 {
    --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/30 {
    --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/40 {
    --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/5 {
    --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/50 {
    --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/60 {
    --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/70 {
    --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/75 {
    --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/80 {
    --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/90 {
    --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-800\/95 {
    --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900 {
    --tw-gradient-from: #713f12 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/0 {
    --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/10 {
    --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/100 {
    --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/15 {
    --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/20 {
    --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/25 {
    --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/30 {
    --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/35 {
    --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/40 {
    --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/45 {
    --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/5 {
    --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/50 {
    --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/55 {
    --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/60 {
    --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/65 {
    --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/70 {
    --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/75 {
    --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/80 {
    --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/85 {
    --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/90 {
    --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-900\/95 {
    --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950 {
    --tw-gradient-from: #422006 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/0 {
    --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/10 {
    --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/100 {
    --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/15 {
    --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/20 {
    --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/25 {
    --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/30 {
    --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/35 {
    --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/40 {
    --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/45 {
    --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/5 {
    --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/50 {
    --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/55 {
    --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/60 {
    --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/65 {
    --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/70 {
    --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/75 {
    --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/80 {
    --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/85 {
    --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/90 {
    --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:from-yellow-950\/95 {
    --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/15 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/35 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/45 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/55 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/65 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/85 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/15 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/35 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/45 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/55 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/65 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/85 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/15 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/35 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/45 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/55 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/65 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/85 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/15 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/35 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/45 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/55 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/65 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/85 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:via-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/15 {
    --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/35 {
    --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/45 {
    --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/55 {
    --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/65 {
    --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/85 {
    --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/15 {
    --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/35 {
    --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/45 {
    --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/55 {
    --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/65 {
    --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/85 {
    --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/15 {
    --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/35 {
    --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/45 {
    --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/55 {
    --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/65 {
    --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/85 {
    --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/15 {
    --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/35 {
    --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/45 {
    --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/55 {
    --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/65 {
    --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/85 {
    --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .md\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .md\:fill-yellow-100 {
    fill: #fef9c3 !important;
  }

  .md\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0) !important;
  }

  .md\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1) !important;
  }

  .md\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1) !important;
  }

  .md\:fill-yellow-100\/15 {
    fill: rgb(254 249 195 / 0.15) !important;
  }

  .md\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2) !important;
  }

  .md\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25) !important;
  }

  .md\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3) !important;
  }

  .md\:fill-yellow-100\/35 {
    fill: rgb(254 249 195 / 0.35) !important;
  }

  .md\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4) !important;
  }

  .md\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45) !important;
  }

  .md\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05) !important;
  }

  .md\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5) !important;
  }

  .md\:fill-yellow-100\/55 {
    fill: rgb(254 249 195 / 0.55) !important;
  }

  .md\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6) !important;
  }

  .md\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65) !important;
  }

  .md\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7) !important;
  }

  .md\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75) !important;
  }

  .md\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8) !important;
  }

  .md\:fill-yellow-100\/85 {
    fill: rgb(254 249 195 / 0.85) !important;
  }

  .md\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9) !important;
  }

  .md\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95) !important;
  }

  .md\:fill-yellow-200 {
    fill: #fef08a !important;
  }

  .md\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0) !important;
  }

  .md\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1) !important;
  }

  .md\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1) !important;
  }

  .md\:fill-yellow-200\/15 {
    fill: rgb(254 240 138 / 0.15) !important;
  }

  .md\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2) !important;
  }

  .md\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25) !important;
  }

  .md\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3) !important;
  }

  .md\:fill-yellow-200\/35 {
    fill: rgb(254 240 138 / 0.35) !important;
  }

  .md\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4) !important;
  }

  .md\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45) !important;
  }

  .md\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05) !important;
  }

  .md\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5) !important;
  }

  .md\:fill-yellow-200\/55 {
    fill: rgb(254 240 138 / 0.55) !important;
  }

  .md\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6) !important;
  }

  .md\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65) !important;
  }

  .md\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7) !important;
  }

  .md\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75) !important;
  }

  .md\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8) !important;
  }

  .md\:fill-yellow-200\/85 {
    fill: rgb(254 240 138 / 0.85) !important;
  }

  .md\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9) !important;
  }

  .md\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95) !important;
  }

  .md\:fill-yellow-300 {
    fill: #fde047 !important;
  }

  .md\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0) !important;
  }

  .md\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1) !important;
  }

  .md\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1) !important;
  }

  .md\:fill-yellow-300\/15 {
    fill: rgb(253 224 71 / 0.15) !important;
  }

  .md\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2) !important;
  }

  .md\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25) !important;
  }

  .md\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3) !important;
  }

  .md\:fill-yellow-300\/35 {
    fill: rgb(253 224 71 / 0.35) !important;
  }

  .md\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4) !important;
  }

  .md\:fill-yellow-300\/45 {
    fill: rgb(253 224 71 / 0.45) !important;
  }

  .md\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05) !important;
  }

  .md\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5) !important;
  }

  .md\:fill-yellow-300\/55 {
    fill: rgb(253 224 71 / 0.55) !important;
  }

  .md\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6) !important;
  }

  .md\:fill-yellow-300\/65 {
    fill: rgb(253 224 71 / 0.65) !important;
  }

  .md\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7) !important;
  }

  .md\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75) !important;
  }

  .md\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8) !important;
  }

  .md\:fill-yellow-300\/85 {
    fill: rgb(253 224 71 / 0.85) !important;
  }

  .md\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9) !important;
  }

  .md\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95) !important;
  }

  .md\:fill-yellow-400 {
    fill: #facc15 !important;
  }

  .md\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0) !important;
  }

  .md\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1) !important;
  }

  .md\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1) !important;
  }

  .md\:fill-yellow-400\/15 {
    fill: rgb(250 204 21 / 0.15) !important;
  }

  .md\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2) !important;
  }

  .md\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25) !important;
  }

  .md\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3) !important;
  }

  .md\:fill-yellow-400\/35 {
    fill: rgb(250 204 21 / 0.35) !important;
  }

  .md\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4) !important;
  }

  .md\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45) !important;
  }

  .md\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05) !important;
  }

  .md\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5) !important;
  }

  .md\:fill-yellow-400\/55 {
    fill: rgb(250 204 21 / 0.55) !important;
  }

  .md\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6) !important;
  }

  .md\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65) !important;
  }

  .md\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7) !important;
  }

  .md\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75) !important;
  }

  .md\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8) !important;
  }

  .md\:fill-yellow-400\/85 {
    fill: rgb(250 204 21 / 0.85) !important;
  }

  .md\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9) !important;
  }

  .md\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95) !important;
  }

  .md\:fill-yellow-50 {
    fill: #fefce8 !important;
  }

  .md\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0) !important;
  }

  .md\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1) !important;
  }

  .md\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1) !important;
  }

  .md\:fill-yellow-50\/15 {
    fill: rgb(254 252 232 / 0.15) !important;
  }

  .md\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2) !important;
  }

  .md\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25) !important;
  }

  .md\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3) !important;
  }

  .md\:fill-yellow-50\/35 {
    fill: rgb(254 252 232 / 0.35) !important;
  }

  .md\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4) !important;
  }

  .md\:fill-yellow-50\/45 {
    fill: rgb(254 252 232 / 0.45) !important;
  }

  .md\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05) !important;
  }

  .md\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5) !important;
  }

  .md\:fill-yellow-50\/55 {
    fill: rgb(254 252 232 / 0.55) !important;
  }

  .md\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6) !important;
  }

  .md\:fill-yellow-50\/65 {
    fill: rgb(254 252 232 / 0.65) !important;
  }

  .md\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7) !important;
  }

  .md\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75) !important;
  }

  .md\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8) !important;
  }

  .md\:fill-yellow-50\/85 {
    fill: rgb(254 252 232 / 0.85) !important;
  }

  .md\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9) !important;
  }

  .md\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95) !important;
  }

  .md\:fill-yellow-500 {
    fill: #eab308 !important;
  }

  .md\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0) !important;
  }

  .md\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1) !important;
  }

  .md\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1) !important;
  }

  .md\:fill-yellow-500\/15 {
    fill: rgb(234 179 8 / 0.15) !important;
  }

  .md\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2) !important;
  }

  .md\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25) !important;
  }

  .md\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3) !important;
  }

  .md\:fill-yellow-500\/35 {
    fill: rgb(234 179 8 / 0.35) !important;
  }

  .md\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4) !important;
  }

  .md\:fill-yellow-500\/45 {
    fill: rgb(234 179 8 / 0.45) !important;
  }

  .md\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05) !important;
  }

  .md\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5) !important;
  }

  .md\:fill-yellow-500\/55 {
    fill: rgb(234 179 8 / 0.55) !important;
  }

  .md\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6) !important;
  }

  .md\:fill-yellow-500\/65 {
    fill: rgb(234 179 8 / 0.65) !important;
  }

  .md\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7) !important;
  }

  .md\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75) !important;
  }

  .md\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8) !important;
  }

  .md\:fill-yellow-500\/85 {
    fill: rgb(234 179 8 / 0.85) !important;
  }

  .md\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9) !important;
  }

  .md\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95) !important;
  }

  .md\:fill-yellow-600 {
    fill: #ca8a04 !important;
  }

  .md\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0) !important;
  }

  .md\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1) !important;
  }

  .md\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1) !important;
  }

  .md\:fill-yellow-600\/15 {
    fill: rgb(202 138 4 / 0.15) !important;
  }

  .md\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2) !important;
  }

  .md\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25) !important;
  }

  .md\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3) !important;
  }

  .md\:fill-yellow-600\/35 {
    fill: rgb(202 138 4 / 0.35) !important;
  }

  .md\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4) !important;
  }

  .md\:fill-yellow-600\/45 {
    fill: rgb(202 138 4 / 0.45) !important;
  }

  .md\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05) !important;
  }

  .md\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5) !important;
  }

  .md\:fill-yellow-600\/55 {
    fill: rgb(202 138 4 / 0.55) !important;
  }

  .md\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6) !important;
  }

  .md\:fill-yellow-600\/65 {
    fill: rgb(202 138 4 / 0.65) !important;
  }

  .md\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7) !important;
  }

  .md\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75) !important;
  }

  .md\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8) !important;
  }

  .md\:fill-yellow-600\/85 {
    fill: rgb(202 138 4 / 0.85) !important;
  }

  .md\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9) !important;
  }

  .md\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95) !important;
  }

  .md\:fill-yellow-700 {
    fill: #a16207 !important;
  }

  .md\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0) !important;
  }

  .md\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1) !important;
  }

  .md\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1) !important;
  }

  .md\:fill-yellow-700\/15 {
    fill: rgb(161 98 7 / 0.15) !important;
  }

  .md\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2) !important;
  }

  .md\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25) !important;
  }

  .md\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3) !important;
  }

  .md\:fill-yellow-700\/35 {
    fill: rgb(161 98 7 / 0.35) !important;
  }

  .md\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4) !important;
  }

  .md\:fill-yellow-700\/45 {
    fill: rgb(161 98 7 / 0.45) !important;
  }

  .md\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05) !important;
  }

  .md\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5) !important;
  }

  .md\:fill-yellow-700\/55 {
    fill: rgb(161 98 7 / 0.55) !important;
  }

  .md\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6) !important;
  }

  .md\:fill-yellow-700\/65 {
    fill: rgb(161 98 7 / 0.65) !important;
  }

  .md\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7) !important;
  }

  .md\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75) !important;
  }

  .md\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8) !important;
  }

  .md\:fill-yellow-700\/85 {
    fill: rgb(161 98 7 / 0.85) !important;
  }

  .md\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9) !important;
  }

  .md\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95) !important;
  }

  .md\:fill-yellow-800 {
    fill: #854d0e !important;
  }

  .md\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0) !important;
  }

  .md\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1) !important;
  }

  .md\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1) !important;
  }

  .md\:fill-yellow-800\/15 {
    fill: rgb(133 77 14 / 0.15) !important;
  }

  .md\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2) !important;
  }

  .md\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25) !important;
  }

  .md\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3) !important;
  }

  .md\:fill-yellow-800\/35 {
    fill: rgb(133 77 14 / 0.35) !important;
  }

  .md\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4) !important;
  }

  .md\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45) !important;
  }

  .md\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05) !important;
  }

  .md\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5) !important;
  }

  .md\:fill-yellow-800\/55 {
    fill: rgb(133 77 14 / 0.55) !important;
  }

  .md\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6) !important;
  }

  .md\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65) !important;
  }

  .md\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7) !important;
  }

  .md\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75) !important;
  }

  .md\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8) !important;
  }

  .md\:fill-yellow-800\/85 {
    fill: rgb(133 77 14 / 0.85) !important;
  }

  .md\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9) !important;
  }

  .md\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95) !important;
  }

  .md\:fill-yellow-900 {
    fill: #713f12 !important;
  }

  .md\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0) !important;
  }

  .md\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1) !important;
  }

  .md\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1) !important;
  }

  .md\:fill-yellow-900\/15 {
    fill: rgb(113 63 18 / 0.15) !important;
  }

  .md\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2) !important;
  }

  .md\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25) !important;
  }

  .md\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3) !important;
  }

  .md\:fill-yellow-900\/35 {
    fill: rgb(113 63 18 / 0.35) !important;
  }

  .md\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4) !important;
  }

  .md\:fill-yellow-900\/45 {
    fill: rgb(113 63 18 / 0.45) !important;
  }

  .md\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05) !important;
  }

  .md\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5) !important;
  }

  .md\:fill-yellow-900\/55 {
    fill: rgb(113 63 18 / 0.55) !important;
  }

  .md\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6) !important;
  }

  .md\:fill-yellow-900\/65 {
    fill: rgb(113 63 18 / 0.65) !important;
  }

  .md\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7) !important;
  }

  .md\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75) !important;
  }

  .md\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8) !important;
  }

  .md\:fill-yellow-900\/85 {
    fill: rgb(113 63 18 / 0.85) !important;
  }

  .md\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9) !important;
  }

  .md\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95) !important;
  }

  .md\:fill-yellow-950 {
    fill: #422006 !important;
  }

  .md\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0) !important;
  }

  .md\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1) !important;
  }

  .md\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1) !important;
  }

  .md\:fill-yellow-950\/15 {
    fill: rgb(66 32 6 / 0.15) !important;
  }

  .md\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2) !important;
  }

  .md\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25) !important;
  }

  .md\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3) !important;
  }

  .md\:fill-yellow-950\/35 {
    fill: rgb(66 32 6 / 0.35) !important;
  }

  .md\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4) !important;
  }

  .md\:fill-yellow-950\/45 {
    fill: rgb(66 32 6 / 0.45) !important;
  }

  .md\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05) !important;
  }

  .md\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5) !important;
  }

  .md\:fill-yellow-950\/55 {
    fill: rgb(66 32 6 / 0.55) !important;
  }

  .md\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6) !important;
  }

  .md\:fill-yellow-950\/65 {
    fill: rgb(66 32 6 / 0.65) !important;
  }

  .md\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7) !important;
  }

  .md\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75) !important;
  }

  .md\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8) !important;
  }

  .md\:fill-yellow-950\/85 {
    fill: rgb(66 32 6 / 0.85) !important;
  }

  .md\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9) !important;
  }

  .md\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95) !important;
  }

  .md\:stroke-amber-100 {
    stroke: #fef3c7 !important;
  }

  .md\:stroke-amber-100\/0 {
    stroke: rgb(254 243 199 / 0) !important;
  }

  .md\:stroke-amber-100\/10 {
    stroke: rgb(254 243 199 / 0.1) !important;
  }

  .md\:stroke-amber-100\/100 {
    stroke: rgb(254 243 199 / 1) !important;
  }

  .md\:stroke-amber-100\/15 {
    stroke: rgb(254 243 199 / 0.15) !important;
  }

  .md\:stroke-amber-100\/20 {
    stroke: rgb(254 243 199 / 0.2) !important;
  }

  .md\:stroke-amber-100\/25 {
    stroke: rgb(254 243 199 / 0.25) !important;
  }

  .md\:stroke-amber-100\/30 {
    stroke: rgb(254 243 199 / 0.3) !important;
  }

  .md\:stroke-amber-100\/35 {
    stroke: rgb(254 243 199 / 0.35) !important;
  }

  .md\:stroke-amber-100\/40 {
    stroke: rgb(254 243 199 / 0.4) !important;
  }

  .md\:stroke-amber-100\/45 {
    stroke: rgb(254 243 199 / 0.45) !important;
  }

  .md\:stroke-amber-100\/5 {
    stroke: rgb(254 243 199 / 0.05) !important;
  }

  .md\:stroke-amber-100\/50 {
    stroke: rgb(254 243 199 / 0.5) !important;
  }

  .md\:stroke-amber-100\/55 {
    stroke: rgb(254 243 199 / 0.55) !important;
  }

  .md\:stroke-amber-100\/60 {
    stroke: rgb(254 243 199 / 0.6) !important;
  }

  .md\:stroke-amber-100\/65 {
    stroke: rgb(254 243 199 / 0.65) !important;
  }

  .md\:stroke-amber-100\/70 {
    stroke: rgb(254 243 199 / 0.7) !important;
  }

  .md\:stroke-amber-100\/75 {
    stroke: rgb(254 243 199 / 0.75) !important;
  }

  .md\:stroke-amber-100\/80 {
    stroke: rgb(254 243 199 / 0.8) !important;
  }

  .md\:stroke-amber-100\/85 {
    stroke: rgb(254 243 199 / 0.85) !important;
  }

  .md\:stroke-amber-100\/90 {
    stroke: rgb(254 243 199 / 0.9) !important;
  }

  .md\:stroke-amber-100\/95 {
    stroke: rgb(254 243 199 / 0.95) !important;
  }

  .md\:stroke-amber-200 {
    stroke: #fde68a !important;
  }

  .md\:stroke-amber-200\/0 {
    stroke: rgb(253 230 138 / 0) !important;
  }

  .md\:stroke-amber-200\/10 {
    stroke: rgb(253 230 138 / 0.1) !important;
  }

  .md\:stroke-amber-200\/100 {
    stroke: rgb(253 230 138 / 1) !important;
  }

  .md\:stroke-amber-200\/15 {
    stroke: rgb(253 230 138 / 0.15) !important;
  }

  .md\:stroke-amber-200\/20 {
    stroke: rgb(253 230 138 / 0.2) !important;
  }

  .md\:stroke-amber-200\/25 {
    stroke: rgb(253 230 138 / 0.25) !important;
  }

  .md\:stroke-amber-200\/30 {
    stroke: rgb(253 230 138 / 0.3) !important;
  }

  .md\:stroke-amber-200\/35 {
    stroke: rgb(253 230 138 / 0.35) !important;
  }

  .md\:stroke-amber-200\/40 {
    stroke: rgb(253 230 138 / 0.4) !important;
  }

  .md\:stroke-amber-200\/45 {
    stroke: rgb(253 230 138 / 0.45) !important;
  }

  .md\:stroke-amber-200\/5 {
    stroke: rgb(253 230 138 / 0.05) !important;
  }

  .md\:stroke-amber-200\/50 {
    stroke: rgb(253 230 138 / 0.5) !important;
  }

  .md\:stroke-amber-200\/55 {
    stroke: rgb(253 230 138 / 0.55) !important;
  }

  .md\:stroke-amber-200\/60 {
    stroke: rgb(253 230 138 / 0.6) !important;
  }

  .md\:stroke-amber-200\/65 {
    stroke: rgb(253 230 138 / 0.65) !important;
  }

  .md\:stroke-amber-200\/70 {
    stroke: rgb(253 230 138 / 0.7) !important;
  }

  .md\:stroke-amber-200\/75 {
    stroke: rgb(253 230 138 / 0.75) !important;
  }

  .md\:stroke-amber-200\/80 {
    stroke: rgb(253 230 138 / 0.8) !important;
  }

  .md\:stroke-amber-200\/85 {
    stroke: rgb(253 230 138 / 0.85) !important;
  }

  .md\:stroke-amber-200\/90 {
    stroke: rgb(253 230 138 / 0.9) !important;
  }

  .md\:stroke-amber-200\/95 {
    stroke: rgb(253 230 138 / 0.95) !important;
  }

  .md\:stroke-amber-300 {
    stroke: #fcd34d !important;
  }

  .md\:stroke-amber-300\/0 {
    stroke: rgb(252 211 77 / 0) !important;
  }

  .md\:stroke-amber-300\/10 {
    stroke: rgb(252 211 77 / 0.1) !important;
  }

  .md\:stroke-amber-300\/100 {
    stroke: rgb(252 211 77 / 1) !important;
  }

  .md\:stroke-amber-300\/15 {
    stroke: rgb(252 211 77 / 0.15) !important;
  }

  .md\:stroke-amber-300\/20 {
    stroke: rgb(252 211 77 / 0.2) !important;
  }

  .md\:stroke-amber-300\/25 {
    stroke: rgb(252 211 77 / 0.25) !important;
  }

  .md\:stroke-amber-300\/30 {
    stroke: rgb(252 211 77 / 0.3) !important;
  }

  .md\:stroke-amber-300\/35 {
    stroke: rgb(252 211 77 / 0.35) !important;
  }

  .md\:stroke-amber-300\/40 {
    stroke: rgb(252 211 77 / 0.4) !important;
  }

  .md\:stroke-amber-300\/45 {
    stroke: rgb(252 211 77 / 0.45) !important;
  }

  .md\:stroke-amber-300\/5 {
    stroke: rgb(252 211 77 / 0.05) !important;
  }

  .md\:stroke-amber-300\/50 {
    stroke: rgb(252 211 77 / 0.5) !important;
  }

  .md\:stroke-amber-300\/55 {
    stroke: rgb(252 211 77 / 0.55) !important;
  }

  .md\:stroke-amber-300\/60 {
    stroke: rgb(252 211 77 / 0.6) !important;
  }

  .md\:stroke-amber-300\/65 {
    stroke: rgb(252 211 77 / 0.65) !important;
  }

  .md\:stroke-amber-300\/70 {
    stroke: rgb(252 211 77 / 0.7) !important;
  }

  .md\:stroke-amber-300\/75 {
    stroke: rgb(252 211 77 / 0.75) !important;
  }

  .md\:stroke-amber-300\/80 {
    stroke: rgb(252 211 77 / 0.8) !important;
  }

  .md\:stroke-amber-300\/85 {
    stroke: rgb(252 211 77 / 0.85) !important;
  }

  .md\:stroke-amber-300\/90 {
    stroke: rgb(252 211 77 / 0.9) !important;
  }

  .md\:stroke-amber-300\/95 {
    stroke: rgb(252 211 77 / 0.95) !important;
  }

  .md\:stroke-amber-400 {
    stroke: #fbbf24 !important;
  }

  .md\:stroke-amber-400\/0 {
    stroke: rgb(251 191 36 / 0) !important;
  }

  .md\:stroke-amber-400\/10 {
    stroke: rgb(251 191 36 / 0.1) !important;
  }

  .md\:stroke-amber-400\/100 {
    stroke: rgb(251 191 36 / 1) !important;
  }

  .md\:stroke-amber-400\/15 {
    stroke: rgb(251 191 36 / 0.15) !important;
  }

  .md\:stroke-amber-400\/20 {
    stroke: rgb(251 191 36 / 0.2) !important;
  }

  .md\:stroke-amber-400\/25 {
    stroke: rgb(251 191 36 / 0.25) !important;
  }

  .md\:stroke-amber-400\/30 {
    stroke: rgb(251 191 36 / 0.3) !important;
  }

  .md\:stroke-amber-400\/35 {
    stroke: rgb(251 191 36 / 0.35) !important;
  }

  .md\:stroke-amber-400\/40 {
    stroke: rgb(251 191 36 / 0.4) !important;
  }

  .md\:stroke-amber-400\/45 {
    stroke: rgb(251 191 36 / 0.45) !important;
  }

  .md\:stroke-amber-400\/5 {
    stroke: rgb(251 191 36 / 0.05) !important;
  }

  .md\:stroke-amber-400\/50 {
    stroke: rgb(251 191 36 / 0.5) !important;
  }

  .md\:stroke-amber-400\/55 {
    stroke: rgb(251 191 36 / 0.55) !important;
  }

  .md\:stroke-amber-400\/60 {
    stroke: rgb(251 191 36 / 0.6) !important;
  }

  .md\:stroke-amber-400\/65 {
    stroke: rgb(251 191 36 / 0.65) !important;
  }

  .md\:stroke-amber-400\/70 {
    stroke: rgb(251 191 36 / 0.7) !important;
  }

  .md\:stroke-amber-400\/75 {
    stroke: rgb(251 191 36 / 0.75) !important;
  }

  .md\:stroke-amber-400\/80 {
    stroke: rgb(251 191 36 / 0.8) !important;
  }

  .md\:stroke-amber-400\/85 {
    stroke: rgb(251 191 36 / 0.85) !important;
  }

  .md\:stroke-amber-400\/90 {
    stroke: rgb(251 191 36 / 0.9) !important;
  }

  .md\:stroke-amber-400\/95 {
    stroke: rgb(251 191 36 / 0.95) !important;
  }

  .md\:stroke-amber-50 {
    stroke: #fffbeb !important;
  }

  .md\:stroke-amber-50\/0 {
    stroke: rgb(255 251 235 / 0) !important;
  }

  .md\:stroke-amber-50\/10 {
    stroke: rgb(255 251 235 / 0.1) !important;
  }

  .md\:stroke-amber-50\/100 {
    stroke: rgb(255 251 235 / 1) !important;
  }

  .md\:stroke-amber-50\/15 {
    stroke: rgb(255 251 235 / 0.15) !important;
  }

  .md\:stroke-amber-50\/20 {
    stroke: rgb(255 251 235 / 0.2) !important;
  }

  .md\:stroke-amber-50\/25 {
    stroke: rgb(255 251 235 / 0.25) !important;
  }

  .md\:stroke-amber-50\/30 {
    stroke: rgb(255 251 235 / 0.3) !important;
  }

  .md\:stroke-amber-50\/35 {
    stroke: rgb(255 251 235 / 0.35) !important;
  }

  .md\:stroke-amber-50\/40 {
    stroke: rgb(255 251 235 / 0.4) !important;
  }

  .md\:stroke-amber-50\/45 {
    stroke: rgb(255 251 235 / 0.45) !important;
  }

  .md\:stroke-amber-50\/5 {
    stroke: rgb(255 251 235 / 0.05) !important;
  }

  .md\:stroke-amber-50\/50 {
    stroke: rgb(255 251 235 / 0.5) !important;
  }

  .md\:stroke-amber-50\/55 {
    stroke: rgb(255 251 235 / 0.55) !important;
  }

  .md\:stroke-amber-50\/60 {
    stroke: rgb(255 251 235 / 0.6) !important;
  }

  .md\:stroke-amber-50\/65 {
    stroke: rgb(255 251 235 / 0.65) !important;
  }

  .md\:stroke-amber-50\/70 {
    stroke: rgb(255 251 235 / 0.7) !important;
  }

  .md\:stroke-amber-50\/75 {
    stroke: rgb(255 251 235 / 0.75) !important;
  }

  .md\:stroke-amber-50\/80 {
    stroke: rgb(255 251 235 / 0.8) !important;
  }

  .md\:stroke-amber-50\/85 {
    stroke: rgb(255 251 235 / 0.85) !important;
  }

  .md\:stroke-amber-50\/90 {
    stroke: rgb(255 251 235 / 0.9) !important;
  }

  .md\:stroke-amber-50\/95 {
    stroke: rgb(255 251 235 / 0.95) !important;
  }

  .md\:stroke-amber-500 {
    stroke: #f59e0b !important;
  }

  .md\:stroke-amber-500\/0 {
    stroke: rgb(245 158 11 / 0) !important;
  }

  .md\:stroke-amber-500\/10 {
    stroke: rgb(245 158 11 / 0.1) !important;
  }

  .md\:stroke-amber-500\/100 {
    stroke: rgb(245 158 11 / 1) !important;
  }

  .md\:stroke-amber-500\/15 {
    stroke: rgb(245 158 11 / 0.15) !important;
  }

  .md\:stroke-amber-500\/20 {
    stroke: rgb(245 158 11 / 0.2) !important;
  }

  .md\:stroke-amber-500\/25 {
    stroke: rgb(245 158 11 / 0.25) !important;
  }

  .md\:stroke-amber-500\/30 {
    stroke: rgb(245 158 11 / 0.3) !important;
  }

  .md\:stroke-amber-500\/35 {
    stroke: rgb(245 158 11 / 0.35) !important;
  }

  .md\:stroke-amber-500\/40 {
    stroke: rgb(245 158 11 / 0.4) !important;
  }

  .md\:stroke-amber-500\/45 {
    stroke: rgb(245 158 11 / 0.45) !important;
  }

  .md\:stroke-amber-500\/5 {
    stroke: rgb(245 158 11 / 0.05) !important;
  }

  .md\:stroke-amber-500\/50 {
    stroke: rgb(245 158 11 / 0.5) !important;
  }

  .md\:stroke-amber-500\/55 {
    stroke: rgb(245 158 11 / 0.55) !important;
  }

  .md\:stroke-amber-500\/60 {
    stroke: rgb(245 158 11 / 0.6) !important;
  }

  .md\:stroke-amber-500\/65 {
    stroke: rgb(245 158 11 / 0.65) !important;
  }

  .md\:stroke-amber-500\/70 {
    stroke: rgb(245 158 11 / 0.7) !important;
  }

  .md\:stroke-amber-500\/75 {
    stroke: rgb(245 158 11 / 0.75) !important;
  }

  .md\:stroke-amber-500\/80 {
    stroke: rgb(245 158 11 / 0.8) !important;
  }

  .md\:stroke-amber-500\/85 {
    stroke: rgb(245 158 11 / 0.85) !important;
  }

  .md\:stroke-amber-500\/90 {
    stroke: rgb(245 158 11 / 0.9) !important;
  }

  .md\:stroke-amber-500\/95 {
    stroke: rgb(245 158 11 / 0.95) !important;
  }

  .md\:stroke-amber-600 {
    stroke: #d97706 !important;
  }

  .md\:stroke-amber-600\/0 {
    stroke: rgb(217 119 6 / 0) !important;
  }

  .md\:stroke-amber-600\/10 {
    stroke: rgb(217 119 6 / 0.1) !important;
  }

  .md\:stroke-amber-600\/100 {
    stroke: rgb(217 119 6 / 1) !important;
  }

  .md\:stroke-amber-600\/15 {
    stroke: rgb(217 119 6 / 0.15) !important;
  }

  .md\:stroke-amber-600\/20 {
    stroke: rgb(217 119 6 / 0.2) !important;
  }

  .md\:stroke-amber-600\/25 {
    stroke: rgb(217 119 6 / 0.25) !important;
  }

  .md\:stroke-amber-600\/30 {
    stroke: rgb(217 119 6 / 0.3) !important;
  }

  .md\:stroke-amber-600\/35 {
    stroke: rgb(217 119 6 / 0.35) !important;
  }

  .md\:stroke-amber-600\/40 {
    stroke: rgb(217 119 6 / 0.4) !important;
  }

  .md\:stroke-amber-600\/45 {
    stroke: rgb(217 119 6 / 0.45) !important;
  }

  .md\:stroke-amber-600\/5 {
    stroke: rgb(217 119 6 / 0.05) !important;
  }

  .md\:stroke-amber-600\/50 {
    stroke: rgb(217 119 6 / 0.5) !important;
  }

  .md\:stroke-amber-600\/55 {
    stroke: rgb(217 119 6 / 0.55) !important;
  }

  .md\:stroke-amber-600\/60 {
    stroke: rgb(217 119 6 / 0.6) !important;
  }

  .md\:stroke-amber-600\/65 {
    stroke: rgb(217 119 6 / 0.65) !important;
  }

  .md\:stroke-amber-600\/70 {
    stroke: rgb(217 119 6 / 0.7) !important;
  }

  .md\:stroke-amber-600\/75 {
    stroke: rgb(217 119 6 / 0.75) !important;
  }

  .md\:stroke-amber-600\/80 {
    stroke: rgb(217 119 6 / 0.8) !important;
  }

  .md\:stroke-amber-600\/85 {
    stroke: rgb(217 119 6 / 0.85) !important;
  }

  .md\:stroke-amber-600\/90 {
    stroke: rgb(217 119 6 / 0.9) !important;
  }

  .md\:stroke-amber-600\/95 {
    stroke: rgb(217 119 6 / 0.95) !important;
  }

  .md\:stroke-amber-700 {
    stroke: #b45309 !important;
  }

  .md\:stroke-amber-700\/0 {
    stroke: rgb(180 83 9 / 0) !important;
  }

  .md\:stroke-amber-700\/10 {
    stroke: rgb(180 83 9 / 0.1) !important;
  }

  .md\:stroke-amber-700\/100 {
    stroke: rgb(180 83 9 / 1) !important;
  }

  .md\:stroke-amber-700\/15 {
    stroke: rgb(180 83 9 / 0.15) !important;
  }

  .md\:stroke-amber-700\/20 {
    stroke: rgb(180 83 9 / 0.2) !important;
  }

  .md\:stroke-amber-700\/25 {
    stroke: rgb(180 83 9 / 0.25) !important;
  }

  .md\:stroke-amber-700\/30 {
    stroke: rgb(180 83 9 / 0.3) !important;
  }

  .md\:stroke-amber-700\/35 {
    stroke: rgb(180 83 9 / 0.35) !important;
  }

  .md\:stroke-amber-700\/40 {
    stroke: rgb(180 83 9 / 0.4) !important;
  }

  .md\:stroke-amber-700\/45 {
    stroke: rgb(180 83 9 / 0.45) !important;
  }

  .md\:stroke-amber-700\/5 {
    stroke: rgb(180 83 9 / 0.05) !important;
  }

  .md\:stroke-amber-700\/50 {
    stroke: rgb(180 83 9 / 0.5) !important;
  }

  .md\:stroke-amber-700\/55 {
    stroke: rgb(180 83 9 / 0.55) !important;
  }

  .md\:stroke-amber-700\/60 {
    stroke: rgb(180 83 9 / 0.6) !important;
  }

  .md\:stroke-amber-700\/65 {
    stroke: rgb(180 83 9 / 0.65) !important;
  }

  .md\:stroke-amber-700\/70 {
    stroke: rgb(180 83 9 / 0.7) !important;
  }

  .md\:stroke-amber-700\/75 {
    stroke: rgb(180 83 9 / 0.75) !important;
  }

  .md\:stroke-amber-700\/80 {
    stroke: rgb(180 83 9 / 0.8) !important;
  }

  .md\:stroke-amber-700\/85 {
    stroke: rgb(180 83 9 / 0.85) !important;
  }

  .md\:stroke-amber-700\/90 {
    stroke: rgb(180 83 9 / 0.9) !important;
  }

  .md\:stroke-amber-700\/95 {
    stroke: rgb(180 83 9 / 0.95) !important;
  }

  .md\:stroke-amber-800 {
    stroke: #92400e !important;
  }

  .md\:stroke-amber-800\/0 {
    stroke: rgb(146 64 14 / 0) !important;
  }

  .md\:stroke-amber-800\/10 {
    stroke: rgb(146 64 14 / 0.1) !important;
  }

  .md\:stroke-amber-800\/100 {
    stroke: rgb(146 64 14 / 1) !important;
  }

  .md\:stroke-amber-800\/15 {
    stroke: rgb(146 64 14 / 0.15) !important;
  }

  .md\:stroke-amber-800\/20 {
    stroke: rgb(146 64 14 / 0.2) !important;
  }

  .md\:stroke-amber-800\/25 {
    stroke: rgb(146 64 14 / 0.25) !important;
  }

  .md\:stroke-amber-800\/30 {
    stroke: rgb(146 64 14 / 0.3) !important;
  }

  .md\:stroke-amber-800\/35 {
    stroke: rgb(146 64 14 / 0.35) !important;
  }

  .md\:stroke-amber-800\/40 {
    stroke: rgb(146 64 14 / 0.4) !important;
  }

  .md\:stroke-amber-800\/45 {
    stroke: rgb(146 64 14 / 0.45) !important;
  }

  .md\:stroke-amber-800\/5 {
    stroke: rgb(146 64 14 / 0.05) !important;
  }

  .md\:stroke-amber-800\/50 {
    stroke: rgb(146 64 14 / 0.5) !important;
  }

  .md\:stroke-amber-800\/55 {
    stroke: rgb(146 64 14 / 0.55) !important;
  }

  .md\:stroke-amber-800\/60 {
    stroke: rgb(146 64 14 / 0.6) !important;
  }

  .md\:stroke-amber-800\/65 {
    stroke: rgb(146 64 14 / 0.65) !important;
  }

  .md\:stroke-amber-800\/70 {
    stroke: rgb(146 64 14 / 0.7) !important;
  }

  .md\:stroke-amber-800\/75 {
    stroke: rgb(146 64 14 / 0.75) !important;
  }

  .md\:stroke-amber-800\/80 {
    stroke: rgb(146 64 14 / 0.8) !important;
  }

  .md\:stroke-amber-800\/85 {
    stroke: rgb(146 64 14 / 0.85) !important;
  }

  .md\:stroke-amber-800\/90 {
    stroke: rgb(146 64 14 / 0.9) !important;
  }

  .md\:stroke-amber-800\/95 {
    stroke: rgb(146 64 14 / 0.95) !important;
  }

  .md\:stroke-amber-900 {
    stroke: #78350f !important;
  }

  .md\:stroke-amber-900\/0 {
    stroke: rgb(120 53 15 / 0) !important;
  }

  .md\:stroke-amber-900\/10 {
    stroke: rgb(120 53 15 / 0.1) !important;
  }

  .md\:stroke-amber-900\/100 {
    stroke: rgb(120 53 15 / 1) !important;
  }

  .md\:stroke-amber-900\/15 {
    stroke: rgb(120 53 15 / 0.15) !important;
  }

  .md\:stroke-amber-900\/20 {
    stroke: rgb(120 53 15 / 0.2) !important;
  }

  .md\:stroke-amber-900\/25 {
    stroke: rgb(120 53 15 / 0.25) !important;
  }

  .md\:stroke-amber-900\/30 {
    stroke: rgb(120 53 15 / 0.3) !important;
  }

  .md\:stroke-amber-900\/35 {
    stroke: rgb(120 53 15 / 0.35) !important;
  }

  .md\:stroke-amber-900\/40 {
    stroke: rgb(120 53 15 / 0.4) !important;
  }

  .md\:stroke-amber-900\/45 {
    stroke: rgb(120 53 15 / 0.45) !important;
  }

  .md\:stroke-amber-900\/5 {
    stroke: rgb(120 53 15 / 0.05) !important;
  }

  .md\:stroke-amber-900\/50 {
    stroke: rgb(120 53 15 / 0.5) !important;
  }

  .md\:stroke-amber-900\/55 {
    stroke: rgb(120 53 15 / 0.55) !important;
  }

  .md\:stroke-amber-900\/60 {
    stroke: rgb(120 53 15 / 0.6) !important;
  }

  .md\:stroke-amber-900\/65 {
    stroke: rgb(120 53 15 / 0.65) !important;
  }

  .md\:stroke-amber-900\/70 {
    stroke: rgb(120 53 15 / 0.7) !important;
  }

  .md\:stroke-amber-900\/75 {
    stroke: rgb(120 53 15 / 0.75) !important;
  }

  .md\:stroke-amber-900\/80 {
    stroke: rgb(120 53 15 / 0.8) !important;
  }

  .md\:stroke-amber-900\/85 {
    stroke: rgb(120 53 15 / 0.85) !important;
  }

  .md\:stroke-amber-900\/90 {
    stroke: rgb(120 53 15 / 0.9) !important;
  }

  .md\:stroke-amber-900\/95 {
    stroke: rgb(120 53 15 / 0.95) !important;
  }

  .md\:stroke-amber-950 {
    stroke: #451a03 !important;
  }

  .md\:stroke-amber-950\/0 {
    stroke: rgb(69 26 3 / 0) !important;
  }

  .md\:stroke-amber-950\/10 {
    stroke: rgb(69 26 3 / 0.1) !important;
  }

  .md\:stroke-amber-950\/100 {
    stroke: rgb(69 26 3 / 1) !important;
  }

  .md\:stroke-amber-950\/15 {
    stroke: rgb(69 26 3 / 0.15) !important;
  }

  .md\:stroke-amber-950\/20 {
    stroke: rgb(69 26 3 / 0.2) !important;
  }

  .md\:stroke-amber-950\/25 {
    stroke: rgb(69 26 3 / 0.25) !important;
  }

  .md\:stroke-amber-950\/30 {
    stroke: rgb(69 26 3 / 0.3) !important;
  }

  .md\:stroke-amber-950\/35 {
    stroke: rgb(69 26 3 / 0.35) !important;
  }

  .md\:stroke-amber-950\/40 {
    stroke: rgb(69 26 3 / 0.4) !important;
  }

  .md\:stroke-amber-950\/45 {
    stroke: rgb(69 26 3 / 0.45) !important;
  }

  .md\:stroke-amber-950\/5 {
    stroke: rgb(69 26 3 / 0.05) !important;
  }

  .md\:stroke-amber-950\/50 {
    stroke: rgb(69 26 3 / 0.5) !important;
  }

  .md\:stroke-amber-950\/55 {
    stroke: rgb(69 26 3 / 0.55) !important;
  }

  .md\:stroke-amber-950\/60 {
    stroke: rgb(69 26 3 / 0.6) !important;
  }

  .md\:stroke-amber-950\/65 {
    stroke: rgb(69 26 3 / 0.65) !important;
  }

  .md\:stroke-amber-950\/70 {
    stroke: rgb(69 26 3 / 0.7) !important;
  }

  .md\:stroke-amber-950\/75 {
    stroke: rgb(69 26 3 / 0.75) !important;
  }

  .md\:stroke-amber-950\/80 {
    stroke: rgb(69 26 3 / 0.8) !important;
  }

  .md\:stroke-amber-950\/85 {
    stroke: rgb(69 26 3 / 0.85) !important;
  }

  .md\:stroke-amber-950\/90 {
    stroke: rgb(69 26 3 / 0.9) !important;
  }

  .md\:stroke-amber-950\/95 {
    stroke: rgb(69 26 3 / 0.95) !important;
  }

  .md\:stroke-black {
    stroke: #000 !important;
  }

  .md\:stroke-black\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .md\:stroke-black\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .md\:stroke-black\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .md\:stroke-black\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .md\:stroke-black\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .md\:stroke-black\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .md\:stroke-black\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .md\:stroke-black\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .md\:stroke-black\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .md\:stroke-black\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .md\:stroke-black\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .md\:stroke-black\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .md\:stroke-black\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .md\:stroke-black\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .md\:stroke-black\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .md\:stroke-black\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .md\:stroke-black\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .md\:stroke-black\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .md\:stroke-black\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .md\:stroke-black\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .md\:stroke-black\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .md\:stroke-blue-100 {
    stroke: #dbeafe !important;
  }

  .md\:stroke-blue-100\/0 {
    stroke: rgb(219 234 254 / 0) !important;
  }

  .md\:stroke-blue-100\/10 {
    stroke: rgb(219 234 254 / 0.1) !important;
  }

  .md\:stroke-blue-100\/100 {
    stroke: rgb(219 234 254 / 1) !important;
  }

  .md\:stroke-blue-100\/15 {
    stroke: rgb(219 234 254 / 0.15) !important;
  }

  .md\:stroke-blue-100\/20 {
    stroke: rgb(219 234 254 / 0.2) !important;
  }

  .md\:stroke-blue-100\/25 {
    stroke: rgb(219 234 254 / 0.25) !important;
  }

  .md\:stroke-blue-100\/30 {
    stroke: rgb(219 234 254 / 0.3) !important;
  }

  .md\:stroke-blue-100\/35 {
    stroke: rgb(219 234 254 / 0.35) !important;
  }

  .md\:stroke-blue-100\/40 {
    stroke: rgb(219 234 254 / 0.4) !important;
  }

  .md\:stroke-blue-100\/45 {
    stroke: rgb(219 234 254 / 0.45) !important;
  }

  .md\:stroke-blue-100\/5 {
    stroke: rgb(219 234 254 / 0.05) !important;
  }

  .md\:stroke-blue-100\/50 {
    stroke: rgb(219 234 254 / 0.5) !important;
  }

  .md\:stroke-blue-100\/55 {
    stroke: rgb(219 234 254 / 0.55) !important;
  }

  .md\:stroke-blue-100\/60 {
    stroke: rgb(219 234 254 / 0.6) !important;
  }

  .md\:stroke-blue-100\/65 {
    stroke: rgb(219 234 254 / 0.65) !important;
  }

  .md\:stroke-blue-100\/70 {
    stroke: rgb(219 234 254 / 0.7) !important;
  }

  .md\:stroke-blue-100\/75 {
    stroke: rgb(219 234 254 / 0.75) !important;
  }

  .md\:stroke-blue-100\/80 {
    stroke: rgb(219 234 254 / 0.8) !important;
  }

  .md\:stroke-blue-100\/85 {
    stroke: rgb(219 234 254 / 0.85) !important;
  }

  .md\:stroke-blue-100\/90 {
    stroke: rgb(219 234 254 / 0.9) !important;
  }

  .md\:stroke-blue-100\/95 {
    stroke: rgb(219 234 254 / 0.95) !important;
  }

  .md\:stroke-blue-200 {
    stroke: #bfdbfe !important;
  }

  .md\:stroke-blue-200\/0 {
    stroke: rgb(191 219 254 / 0) !important;
  }

  .md\:stroke-blue-200\/10 {
    stroke: rgb(191 219 254 / 0.1) !important;
  }

  .md\:stroke-blue-200\/100 {
    stroke: rgb(191 219 254 / 1) !important;
  }

  .md\:stroke-blue-200\/15 {
    stroke: rgb(191 219 254 / 0.15) !important;
  }

  .md\:stroke-blue-200\/20 {
    stroke: rgb(191 219 254 / 0.2) !important;
  }

  .md\:stroke-blue-200\/25 {
    stroke: rgb(191 219 254 / 0.25) !important;
  }

  .md\:stroke-blue-200\/30 {
    stroke: rgb(191 219 254 / 0.3) !important;
  }

  .md\:stroke-blue-200\/35 {
    stroke: rgb(191 219 254 / 0.35) !important;
  }

  .md\:stroke-blue-200\/40 {
    stroke: rgb(191 219 254 / 0.4) !important;
  }

  .md\:stroke-blue-200\/45 {
    stroke: rgb(191 219 254 / 0.45) !important;
  }

  .md\:stroke-blue-200\/5 {
    stroke: rgb(191 219 254 / 0.05) !important;
  }

  .md\:stroke-blue-200\/50 {
    stroke: rgb(191 219 254 / 0.5) !important;
  }

  .md\:stroke-blue-200\/55 {
    stroke: rgb(191 219 254 / 0.55) !important;
  }

  .md\:stroke-blue-200\/60 {
    stroke: rgb(191 219 254 / 0.6) !important;
  }

  .md\:stroke-blue-200\/65 {
    stroke: rgb(191 219 254 / 0.65) !important;
  }

  .md\:stroke-blue-200\/70 {
    stroke: rgb(191 219 254 / 0.7) !important;
  }

  .md\:stroke-blue-200\/75 {
    stroke: rgb(191 219 254 / 0.75) !important;
  }

  .md\:stroke-blue-200\/80 {
    stroke: rgb(191 219 254 / 0.8) !important;
  }

  .md\:stroke-blue-200\/85 {
    stroke: rgb(191 219 254 / 0.85) !important;
  }

  .md\:stroke-blue-200\/90 {
    stroke: rgb(191 219 254 / 0.9) !important;
  }

  .md\:stroke-blue-200\/95 {
    stroke: rgb(191 219 254 / 0.95) !important;
  }

  .md\:stroke-blue-300 {
    stroke: #93c5fd !important;
  }

  .md\:stroke-blue-300\/0 {
    stroke: rgb(147 197 253 / 0) !important;
  }

  .md\:stroke-blue-300\/10 {
    stroke: rgb(147 197 253 / 0.1) !important;
  }

  .md\:stroke-blue-300\/100 {
    stroke: rgb(147 197 253 / 1) !important;
  }

  .md\:stroke-blue-300\/15 {
    stroke: rgb(147 197 253 / 0.15) !important;
  }

  .md\:stroke-blue-300\/20 {
    stroke: rgb(147 197 253 / 0.2) !important;
  }

  .md\:stroke-blue-300\/25 {
    stroke: rgb(147 197 253 / 0.25) !important;
  }

  .md\:stroke-blue-300\/30 {
    stroke: rgb(147 197 253 / 0.3) !important;
  }

  .md\:stroke-blue-300\/35 {
    stroke: rgb(147 197 253 / 0.35) !important;
  }

  .md\:stroke-blue-300\/40 {
    stroke: rgb(147 197 253 / 0.4) !important;
  }

  .md\:stroke-blue-300\/45 {
    stroke: rgb(147 197 253 / 0.45) !important;
  }

  .md\:stroke-blue-300\/5 {
    stroke: rgb(147 197 253 / 0.05) !important;
  }

  .md\:stroke-blue-300\/50 {
    stroke: rgb(147 197 253 / 0.5) !important;
  }

  .md\:stroke-blue-300\/55 {
    stroke: rgb(147 197 253 / 0.55) !important;
  }

  .md\:stroke-blue-300\/60 {
    stroke: rgb(147 197 253 / 0.6) !important;
  }

  .md\:stroke-blue-300\/65 {
    stroke: rgb(147 197 253 / 0.65) !important;
  }

  .md\:stroke-blue-300\/70 {
    stroke: rgb(147 197 253 / 0.7) !important;
  }

  .md\:stroke-blue-300\/75 {
    stroke: rgb(147 197 253 / 0.75) !important;
  }

  .md\:stroke-blue-300\/80 {
    stroke: rgb(147 197 253 / 0.8) !important;
  }

  .md\:stroke-blue-300\/85 {
    stroke: rgb(147 197 253 / 0.85) !important;
  }

  .md\:stroke-blue-300\/90 {
    stroke: rgb(147 197 253 / 0.9) !important;
  }

  .md\:stroke-blue-300\/95 {
    stroke: rgb(147 197 253 / 0.95) !important;
  }

  .md\:stroke-blue-400 {
    stroke: #60a5fa !important;
  }

  .md\:stroke-blue-400\/0 {
    stroke: rgb(96 165 250 / 0) !important;
  }

  .md\:stroke-blue-400\/10 {
    stroke: rgb(96 165 250 / 0.1) !important;
  }

  .md\:stroke-blue-400\/100 {
    stroke: rgb(96 165 250 / 1) !important;
  }

  .md\:stroke-blue-400\/15 {
    stroke: rgb(96 165 250 / 0.15) !important;
  }

  .md\:stroke-blue-400\/20 {
    stroke: rgb(96 165 250 / 0.2) !important;
  }

  .md\:stroke-blue-400\/25 {
    stroke: rgb(96 165 250 / 0.25) !important;
  }

  .md\:stroke-blue-400\/30 {
    stroke: rgb(96 165 250 / 0.3) !important;
  }

  .md\:stroke-blue-400\/35 {
    stroke: rgb(96 165 250 / 0.35) !important;
  }

  .md\:stroke-blue-400\/40 {
    stroke: rgb(96 165 250 / 0.4) !important;
  }

  .md\:stroke-blue-400\/45 {
    stroke: rgb(96 165 250 / 0.45) !important;
  }

  .md\:stroke-blue-400\/5 {
    stroke: rgb(96 165 250 / 0.05) !important;
  }

  .md\:stroke-blue-400\/50 {
    stroke: rgb(96 165 250 / 0.5) !important;
  }

  .md\:stroke-blue-400\/55 {
    stroke: rgb(96 165 250 / 0.55) !important;
  }

  .md\:stroke-blue-400\/60 {
    stroke: rgb(96 165 250 / 0.6) !important;
  }

  .md\:stroke-blue-400\/65 {
    stroke: rgb(96 165 250 / 0.65) !important;
  }

  .md\:stroke-blue-400\/70 {
    stroke: rgb(96 165 250 / 0.7) !important;
  }

  .md\:stroke-blue-400\/75 {
    stroke: rgb(96 165 250 / 0.75) !important;
  }

  .md\:stroke-blue-400\/80 {
    stroke: rgb(96 165 250 / 0.8) !important;
  }

  .md\:stroke-blue-400\/85 {
    stroke: rgb(96 165 250 / 0.85) !important;
  }

  .md\:stroke-blue-400\/90 {
    stroke: rgb(96 165 250 / 0.9) !important;
  }

  .md\:stroke-blue-400\/95 {
    stroke: rgb(96 165 250 / 0.95) !important;
  }

  .md\:stroke-blue-50 {
    stroke: #eff6ff !important;
  }

  .md\:stroke-blue-50\/0 {
    stroke: rgb(239 246 255 / 0) !important;
  }

  .md\:stroke-blue-50\/10 {
    stroke: rgb(239 246 255 / 0.1) !important;
  }

  .md\:stroke-blue-50\/100 {
    stroke: rgb(239 246 255 / 1) !important;
  }

  .md\:stroke-blue-50\/15 {
    stroke: rgb(239 246 255 / 0.15) !important;
  }

  .md\:stroke-blue-50\/20 {
    stroke: rgb(239 246 255 / 0.2) !important;
  }

  .md\:stroke-blue-50\/25 {
    stroke: rgb(239 246 255 / 0.25) !important;
  }

  .md\:stroke-blue-50\/30 {
    stroke: rgb(239 246 255 / 0.3) !important;
  }

  .md\:stroke-blue-50\/35 {
    stroke: rgb(239 246 255 / 0.35) !important;
  }

  .md\:stroke-blue-50\/40 {
    stroke: rgb(239 246 255 / 0.4) !important;
  }

  .md\:stroke-blue-50\/45 {
    stroke: rgb(239 246 255 / 0.45) !important;
  }

  .md\:stroke-blue-50\/5 {
    stroke: rgb(239 246 255 / 0.05) !important;
  }

  .md\:stroke-blue-50\/50 {
    stroke: rgb(239 246 255 / 0.5) !important;
  }

  .md\:stroke-blue-50\/55 {
    stroke: rgb(239 246 255 / 0.55) !important;
  }

  .md\:stroke-blue-50\/60 {
    stroke: rgb(239 246 255 / 0.6) !important;
  }

  .md\:stroke-blue-50\/65 {
    stroke: rgb(239 246 255 / 0.65) !important;
  }

  .md\:stroke-blue-50\/70 {
    stroke: rgb(239 246 255 / 0.7) !important;
  }

  .md\:stroke-blue-50\/75 {
    stroke: rgb(239 246 255 / 0.75) !important;
  }

  .md\:stroke-blue-50\/80 {
    stroke: rgb(239 246 255 / 0.8) !important;
  }

  .md\:stroke-blue-50\/85 {
    stroke: rgb(239 246 255 / 0.85) !important;
  }

  .md\:stroke-blue-50\/90 {
    stroke: rgb(239 246 255 / 0.9) !important;
  }

  .md\:stroke-blue-50\/95 {
    stroke: rgb(239 246 255 / 0.95) !important;
  }

  .md\:stroke-blue-500 {
    stroke: #3b82f6 !important;
  }

  .md\:stroke-blue-500\/0 {
    stroke: rgb(59 130 246 / 0) !important;
  }

  .md\:stroke-blue-500\/10 {
    stroke: rgb(59 130 246 / 0.1) !important;
  }

  .md\:stroke-blue-500\/100 {
    stroke: rgb(59 130 246 / 1) !important;
  }

  .md\:stroke-blue-500\/15 {
    stroke: rgb(59 130 246 / 0.15) !important;
  }

  .md\:stroke-blue-500\/20 {
    stroke: rgb(59 130 246 / 0.2) !important;
  }

  .md\:stroke-blue-500\/25 {
    stroke: rgb(59 130 246 / 0.25) !important;
  }

  .md\:stroke-blue-500\/30 {
    stroke: rgb(59 130 246 / 0.3) !important;
  }

  .md\:stroke-blue-500\/35 {
    stroke: rgb(59 130 246 / 0.35) !important;
  }

  .md\:stroke-blue-500\/40 {
    stroke: rgb(59 130 246 / 0.4) !important;
  }

  .md\:stroke-blue-500\/45 {
    stroke: rgb(59 130 246 / 0.45) !important;
  }

  .md\:stroke-blue-500\/5 {
    stroke: rgb(59 130 246 / 0.05) !important;
  }

  .md\:stroke-blue-500\/50 {
    stroke: rgb(59 130 246 / 0.5) !important;
  }

  .md\:stroke-blue-500\/55 {
    stroke: rgb(59 130 246 / 0.55) !important;
  }

  .md\:stroke-blue-500\/60 {
    stroke: rgb(59 130 246 / 0.6) !important;
  }

  .md\:stroke-blue-500\/65 {
    stroke: rgb(59 130 246 / 0.65) !important;
  }

  .md\:stroke-blue-500\/70 {
    stroke: rgb(59 130 246 / 0.7) !important;
  }

  .md\:stroke-blue-500\/75 {
    stroke: rgb(59 130 246 / 0.75) !important;
  }

  .md\:stroke-blue-500\/80 {
    stroke: rgb(59 130 246 / 0.8) !important;
  }

  .md\:stroke-blue-500\/85 {
    stroke: rgb(59 130 246 / 0.85) !important;
  }

  .md\:stroke-blue-500\/90 {
    stroke: rgb(59 130 246 / 0.9) !important;
  }

  .md\:stroke-blue-500\/95 {
    stroke: rgb(59 130 246 / 0.95) !important;
  }

  .md\:stroke-blue-600 {
    stroke: #2563eb !important;
  }

  .md\:stroke-blue-600\/0 {
    stroke: rgb(37 99 235 / 0) !important;
  }

  .md\:stroke-blue-600\/10 {
    stroke: rgb(37 99 235 / 0.1) !important;
  }

  .md\:stroke-blue-600\/100 {
    stroke: rgb(37 99 235 / 1) !important;
  }

  .md\:stroke-blue-600\/15 {
    stroke: rgb(37 99 235 / 0.15) !important;
  }

  .md\:stroke-blue-600\/20 {
    stroke: rgb(37 99 235 / 0.2) !important;
  }

  .md\:stroke-blue-600\/25 {
    stroke: rgb(37 99 235 / 0.25) !important;
  }

  .md\:stroke-blue-600\/30 {
    stroke: rgb(37 99 235 / 0.3) !important;
  }

  .md\:stroke-blue-600\/35 {
    stroke: rgb(37 99 235 / 0.35) !important;
  }

  .md\:stroke-blue-600\/40 {
    stroke: rgb(37 99 235 / 0.4) !important;
  }

  .md\:stroke-blue-600\/45 {
    stroke: rgb(37 99 235 / 0.45) !important;
  }

  .md\:stroke-blue-600\/5 {
    stroke: rgb(37 99 235 / 0.05) !important;
  }

  .md\:stroke-blue-600\/50 {
    stroke: rgb(37 99 235 / 0.5) !important;
  }

  .md\:stroke-blue-600\/55 {
    stroke: rgb(37 99 235 / 0.55) !important;
  }

  .md\:stroke-blue-600\/60 {
    stroke: rgb(37 99 235 / 0.6) !important;
  }

  .md\:stroke-blue-600\/65 {
    stroke: rgb(37 99 235 / 0.65) !important;
  }

  .md\:stroke-blue-600\/70 {
    stroke: rgb(37 99 235 / 0.7) !important;
  }

  .md\:stroke-blue-600\/75 {
    stroke: rgb(37 99 235 / 0.75) !important;
  }

  .md\:stroke-blue-600\/80 {
    stroke: rgb(37 99 235 / 0.8) !important;
  }

  .md\:stroke-blue-600\/85 {
    stroke: rgb(37 99 235 / 0.85) !important;
  }

  .md\:stroke-blue-600\/90 {
    stroke: rgb(37 99 235 / 0.9) !important;
  }

  .md\:stroke-blue-600\/95 {
    stroke: rgb(37 99 235 / 0.95) !important;
  }

  .md\:stroke-blue-700 {
    stroke: #1d4ed8 !important;
  }

  .md\:stroke-blue-700\/0 {
    stroke: rgb(29 78 216 / 0) !important;
  }

  .md\:stroke-blue-700\/10 {
    stroke: rgb(29 78 216 / 0.1) !important;
  }

  .md\:stroke-blue-700\/100 {
    stroke: rgb(29 78 216 / 1) !important;
  }

  .md\:stroke-blue-700\/15 {
    stroke: rgb(29 78 216 / 0.15) !important;
  }

  .md\:stroke-blue-700\/20 {
    stroke: rgb(29 78 216 / 0.2) !important;
  }

  .md\:stroke-blue-700\/25 {
    stroke: rgb(29 78 216 / 0.25) !important;
  }

  .md\:stroke-blue-700\/30 {
    stroke: rgb(29 78 216 / 0.3) !important;
  }

  .md\:stroke-blue-700\/35 {
    stroke: rgb(29 78 216 / 0.35) !important;
  }

  .md\:stroke-blue-700\/40 {
    stroke: rgb(29 78 216 / 0.4) !important;
  }

  .md\:stroke-blue-700\/45 {
    stroke: rgb(29 78 216 / 0.45) !important;
  }

  .md\:stroke-blue-700\/5 {
    stroke: rgb(29 78 216 / 0.05) !important;
  }

  .md\:stroke-blue-700\/50 {
    stroke: rgb(29 78 216 / 0.5) !important;
  }

  .md\:stroke-blue-700\/55 {
    stroke: rgb(29 78 216 / 0.55) !important;
  }

  .md\:stroke-blue-700\/60 {
    stroke: rgb(29 78 216 / 0.6) !important;
  }

  .md\:stroke-blue-700\/65 {
    stroke: rgb(29 78 216 / 0.65) !important;
  }

  .md\:stroke-blue-700\/70 {
    stroke: rgb(29 78 216 / 0.7) !important;
  }

  .md\:stroke-blue-700\/75 {
    stroke: rgb(29 78 216 / 0.75) !important;
  }

  .md\:stroke-blue-700\/80 {
    stroke: rgb(29 78 216 / 0.8) !important;
  }

  .md\:stroke-blue-700\/85 {
    stroke: rgb(29 78 216 / 0.85) !important;
  }

  .md\:stroke-blue-700\/90 {
    stroke: rgb(29 78 216 / 0.9) !important;
  }

  .md\:stroke-blue-700\/95 {
    stroke: rgb(29 78 216 / 0.95) !important;
  }

  .md\:stroke-blue-800 {
    stroke: #1e40af !important;
  }

  .md\:stroke-blue-800\/0 {
    stroke: rgb(30 64 175 / 0) !important;
  }

  .md\:stroke-blue-800\/10 {
    stroke: rgb(30 64 175 / 0.1) !important;
  }

  .md\:stroke-blue-800\/100 {
    stroke: rgb(30 64 175 / 1) !important;
  }

  .md\:stroke-blue-800\/15 {
    stroke: rgb(30 64 175 / 0.15) !important;
  }

  .md\:stroke-blue-800\/20 {
    stroke: rgb(30 64 175 / 0.2) !important;
  }

  .md\:stroke-blue-800\/25 {
    stroke: rgb(30 64 175 / 0.25) !important;
  }

  .md\:stroke-blue-800\/30 {
    stroke: rgb(30 64 175 / 0.3) !important;
  }

  .md\:stroke-blue-800\/35 {
    stroke: rgb(30 64 175 / 0.35) !important;
  }

  .md\:stroke-blue-800\/40 {
    stroke: rgb(30 64 175 / 0.4) !important;
  }

  .md\:stroke-blue-800\/45 {
    stroke: rgb(30 64 175 / 0.45) !important;
  }

  .md\:stroke-blue-800\/5 {
    stroke: rgb(30 64 175 / 0.05) !important;
  }

  .md\:stroke-blue-800\/50 {
    stroke: rgb(30 64 175 / 0.5) !important;
  }

  .md\:stroke-blue-800\/55 {
    stroke: rgb(30 64 175 / 0.55) !important;
  }

  .md\:stroke-blue-800\/60 {
    stroke: rgb(30 64 175 / 0.6) !important;
  }

  .md\:stroke-blue-800\/65 {
    stroke: rgb(30 64 175 / 0.65) !important;
  }

  .md\:stroke-blue-800\/70 {
    stroke: rgb(30 64 175 / 0.7) !important;
  }

  .md\:stroke-blue-800\/75 {
    stroke: rgb(30 64 175 / 0.75) !important;
  }

  .md\:stroke-blue-800\/80 {
    stroke: rgb(30 64 175 / 0.8) !important;
  }

  .md\:stroke-blue-800\/85 {
    stroke: rgb(30 64 175 / 0.85) !important;
  }

  .md\:stroke-blue-800\/90 {
    stroke: rgb(30 64 175 / 0.9) !important;
  }

  .md\:stroke-blue-800\/95 {
    stroke: rgb(30 64 175 / 0.95) !important;
  }

  .md\:stroke-blue-900 {
    stroke: #1e3a8a !important;
  }

  .md\:stroke-blue-900\/0 {
    stroke: rgb(30 58 138 / 0) !important;
  }

  .md\:stroke-blue-900\/10 {
    stroke: rgb(30 58 138 / 0.1) !important;
  }

  .md\:stroke-blue-900\/100 {
    stroke: rgb(30 58 138 / 1) !important;
  }

  .md\:stroke-blue-900\/15 {
    stroke: rgb(30 58 138 / 0.15) !important;
  }

  .md\:stroke-blue-900\/20 {
    stroke: rgb(30 58 138 / 0.2) !important;
  }

  .md\:stroke-blue-900\/25 {
    stroke: rgb(30 58 138 / 0.25) !important;
  }

  .md\:stroke-blue-900\/30 {
    stroke: rgb(30 58 138 / 0.3) !important;
  }

  .md\:stroke-blue-900\/35 {
    stroke: rgb(30 58 138 / 0.35) !important;
  }

  .md\:stroke-blue-900\/40 {
    stroke: rgb(30 58 138 / 0.4) !important;
  }

  .md\:stroke-blue-900\/45 {
    stroke: rgb(30 58 138 / 0.45) !important;
  }

  .md\:stroke-blue-900\/5 {
    stroke: rgb(30 58 138 / 0.05) !important;
  }

  .md\:stroke-blue-900\/50 {
    stroke: rgb(30 58 138 / 0.5) !important;
  }

  .md\:stroke-blue-900\/55 {
    stroke: rgb(30 58 138 / 0.55) !important;
  }

  .md\:stroke-blue-900\/60 {
    stroke: rgb(30 58 138 / 0.6) !important;
  }

  .md\:stroke-blue-900\/65 {
    stroke: rgb(30 58 138 / 0.65) !important;
  }

  .md\:stroke-blue-900\/70 {
    stroke: rgb(30 58 138 / 0.7) !important;
  }

  .md\:stroke-blue-900\/75 {
    stroke: rgb(30 58 138 / 0.75) !important;
  }

  .md\:stroke-blue-900\/80 {
    stroke: rgb(30 58 138 / 0.8) !important;
  }

  .md\:stroke-blue-900\/85 {
    stroke: rgb(30 58 138 / 0.85) !important;
  }

  .md\:stroke-blue-900\/90 {
    stroke: rgb(30 58 138 / 0.9) !important;
  }

  .md\:stroke-blue-900\/95 {
    stroke: rgb(30 58 138 / 0.95) !important;
  }

  .md\:stroke-blue-950 {
    stroke: #172554 !important;
  }

  .md\:stroke-blue-950\/0 {
    stroke: rgb(23 37 84 / 0) !important;
  }

  .md\:stroke-blue-950\/10 {
    stroke: rgb(23 37 84 / 0.1) !important;
  }

  .md\:stroke-blue-950\/100 {
    stroke: rgb(23 37 84 / 1) !important;
  }

  .md\:stroke-blue-950\/15 {
    stroke: rgb(23 37 84 / 0.15) !important;
  }

  .md\:stroke-blue-950\/20 {
    stroke: rgb(23 37 84 / 0.2) !important;
  }

  .md\:stroke-blue-950\/25 {
    stroke: rgb(23 37 84 / 0.25) !important;
  }

  .md\:stroke-blue-950\/30 {
    stroke: rgb(23 37 84 / 0.3) !important;
  }

  .md\:stroke-blue-950\/35 {
    stroke: rgb(23 37 84 / 0.35) !important;
  }

  .md\:stroke-blue-950\/40 {
    stroke: rgb(23 37 84 / 0.4) !important;
  }

  .md\:stroke-blue-950\/45 {
    stroke: rgb(23 37 84 / 0.45) !important;
  }

  .md\:stroke-blue-950\/5 {
    stroke: rgb(23 37 84 / 0.05) !important;
  }

  .md\:stroke-blue-950\/50 {
    stroke: rgb(23 37 84 / 0.5) !important;
  }

  .md\:stroke-blue-950\/55 {
    stroke: rgb(23 37 84 / 0.55) !important;
  }

  .md\:stroke-blue-950\/60 {
    stroke: rgb(23 37 84 / 0.6) !important;
  }

  .md\:stroke-blue-950\/65 {
    stroke: rgb(23 37 84 / 0.65) !important;
  }

  .md\:stroke-blue-950\/70 {
    stroke: rgb(23 37 84 / 0.7) !important;
  }

  .md\:stroke-blue-950\/75 {
    stroke: rgb(23 37 84 / 0.75) !important;
  }

  .md\:stroke-blue-950\/80 {
    stroke: rgb(23 37 84 / 0.8) !important;
  }

  .md\:stroke-blue-950\/85 {
    stroke: rgb(23 37 84 / 0.85) !important;
  }

  .md\:stroke-blue-950\/90 {
    stroke: rgb(23 37 84 / 0.9) !important;
  }

  .md\:stroke-blue-950\/95 {
    stroke: rgb(23 37 84 / 0.95) !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:stroke-cyan-100 {
    stroke: #cffafe !important;
  }

  .md\:stroke-cyan-100\/0 {
    stroke: rgb(207 250 254 / 0) !important;
  }

  .md\:stroke-cyan-100\/10 {
    stroke: rgb(207 250 254 / 0.1) !important;
  }

  .md\:stroke-cyan-100\/100 {
    stroke: rgb(207 250 254 / 1) !important;
  }

  .md\:stroke-cyan-100\/15 {
    stroke: rgb(207 250 254 / 0.15) !important;
  }

  .md\:stroke-cyan-100\/20 {
    stroke: rgb(207 250 254 / 0.2) !important;
  }

  .md\:stroke-cyan-100\/25 {
    stroke: rgb(207 250 254 / 0.25) !important;
  }

  .md\:stroke-cyan-100\/30 {
    stroke: rgb(207 250 254 / 0.3) !important;
  }

  .md\:stroke-cyan-100\/35 {
    stroke: rgb(207 250 254 / 0.35) !important;
  }

  .md\:stroke-cyan-100\/40 {
    stroke: rgb(207 250 254 / 0.4) !important;
  }

  .md\:stroke-cyan-100\/45 {
    stroke: rgb(207 250 254 / 0.45) !important;
  }

  .md\:stroke-cyan-100\/5 {
    stroke: rgb(207 250 254 / 0.05) !important;
  }

  .md\:stroke-cyan-100\/50 {
    stroke: rgb(207 250 254 / 0.5) !important;
  }

  .md\:stroke-cyan-100\/55 {
    stroke: rgb(207 250 254 / 0.55) !important;
  }

  .md\:stroke-cyan-100\/60 {
    stroke: rgb(207 250 254 / 0.6) !important;
  }

  .md\:stroke-cyan-100\/65 {
    stroke: rgb(207 250 254 / 0.65) !important;
  }

  .md\:stroke-cyan-100\/70 {
    stroke: rgb(207 250 254 / 0.7) !important;
  }

  .md\:stroke-cyan-100\/75 {
    stroke: rgb(207 250 254 / 0.75) !important;
  }

  .md\:stroke-cyan-100\/80 {
    stroke: rgb(207 250 254 / 0.8) !important;
  }

  .md\:stroke-cyan-100\/85 {
    stroke: rgb(207 250 254 / 0.85) !important;
  }

  .md\:stroke-cyan-100\/90 {
    stroke: rgb(207 250 254 / 0.9) !important;
  }

  .md\:stroke-cyan-100\/95 {
    stroke: rgb(207 250 254 / 0.95) !important;
  }

  .md\:stroke-cyan-200 {
    stroke: #a5f3fc !important;
  }

  .md\:stroke-cyan-200\/0 {
    stroke: rgb(165 243 252 / 0) !important;
  }

  .md\:stroke-cyan-200\/10 {
    stroke: rgb(165 243 252 / 0.1) !important;
  }

  .md\:stroke-cyan-200\/100 {
    stroke: rgb(165 243 252 / 1) !important;
  }

  .md\:stroke-cyan-200\/15 {
    stroke: rgb(165 243 252 / 0.15) !important;
  }

  .md\:stroke-cyan-200\/20 {
    stroke: rgb(165 243 252 / 0.2) !important;
  }

  .md\:stroke-cyan-200\/25 {
    stroke: rgb(165 243 252 / 0.25) !important;
  }

  .md\:stroke-cyan-200\/30 {
    stroke: rgb(165 243 252 / 0.3) !important;
  }

  .md\:stroke-cyan-200\/35 {
    stroke: rgb(165 243 252 / 0.35) !important;
  }

  .md\:stroke-cyan-200\/40 {
    stroke: rgb(165 243 252 / 0.4) !important;
  }

  .md\:stroke-cyan-200\/45 {
    stroke: rgb(165 243 252 / 0.45) !important;
  }

  .md\:stroke-cyan-200\/5 {
    stroke: rgb(165 243 252 / 0.05) !important;
  }

  .md\:stroke-cyan-200\/50 {
    stroke: rgb(165 243 252 / 0.5) !important;
  }

  .md\:stroke-cyan-200\/55 {
    stroke: rgb(165 243 252 / 0.55) !important;
  }

  .md\:stroke-cyan-200\/60 {
    stroke: rgb(165 243 252 / 0.6) !important;
  }

  .md\:stroke-cyan-200\/65 {
    stroke: rgb(165 243 252 / 0.65) !important;
  }

  .md\:stroke-cyan-200\/70 {
    stroke: rgb(165 243 252 / 0.7) !important;
  }

  .md\:stroke-cyan-200\/75 {
    stroke: rgb(165 243 252 / 0.75) !important;
  }

  .md\:stroke-cyan-200\/80 {
    stroke: rgb(165 243 252 / 0.8) !important;
  }

  .md\:stroke-cyan-200\/85 {
    stroke: rgb(165 243 252 / 0.85) !important;
  }

  .md\:stroke-cyan-200\/90 {
    stroke: rgb(165 243 252 / 0.9) !important;
  }

  .md\:stroke-cyan-200\/95 {
    stroke: rgb(165 243 252 / 0.95) !important;
  }

  .md\:stroke-cyan-300 {
    stroke: #67e8f9 !important;
  }

  .md\:stroke-cyan-300\/0 {
    stroke: rgb(103 232 249 / 0) !important;
  }

  .md\:stroke-cyan-300\/10 {
    stroke: rgb(103 232 249 / 0.1) !important;
  }

  .md\:stroke-cyan-300\/100 {
    stroke: rgb(103 232 249 / 1) !important;
  }

  .md\:stroke-cyan-300\/15 {
    stroke: rgb(103 232 249 / 0.15) !important;
  }

  .md\:stroke-cyan-300\/20 {
    stroke: rgb(103 232 249 / 0.2) !important;
  }

  .md\:stroke-cyan-300\/25 {
    stroke: rgb(103 232 249 / 0.25) !important;
  }

  .md\:stroke-cyan-300\/30 {
    stroke: rgb(103 232 249 / 0.3) !important;
  }

  .md\:stroke-cyan-300\/35 {
    stroke: rgb(103 232 249 / 0.35) !important;
  }

  .md\:stroke-cyan-300\/40 {
    stroke: rgb(103 232 249 / 0.4) !important;
  }

  .md\:stroke-cyan-300\/45 {
    stroke: rgb(103 232 249 / 0.45) !important;
  }

  .md\:stroke-cyan-300\/5 {
    stroke: rgb(103 232 249 / 0.05) !important;
  }

  .md\:stroke-cyan-300\/50 {
    stroke: rgb(103 232 249 / 0.5) !important;
  }

  .md\:stroke-cyan-300\/55 {
    stroke: rgb(103 232 249 / 0.55) !important;
  }

  .md\:stroke-cyan-300\/60 {
    stroke: rgb(103 232 249 / 0.6) !important;
  }

  .md\:stroke-cyan-300\/65 {
    stroke: rgb(103 232 249 / 0.65) !important;
  }

  .md\:stroke-cyan-300\/70 {
    stroke: rgb(103 232 249 / 0.7) !important;
  }

  .md\:stroke-cyan-300\/75 {
    stroke: rgb(103 232 249 / 0.75) !important;
  }

  .md\:stroke-cyan-300\/80 {
    stroke: rgb(103 232 249 / 0.8) !important;
  }

  .md\:stroke-cyan-300\/85 {
    stroke: rgb(103 232 249 / 0.85) !important;
  }

  .md\:stroke-cyan-300\/90 {
    stroke: rgb(103 232 249 / 0.9) !important;
  }

  .md\:stroke-cyan-300\/95 {
    stroke: rgb(103 232 249 / 0.95) !important;
  }

  .md\:stroke-cyan-400 {
    stroke: #22d3ee !important;
  }

  .md\:stroke-cyan-400\/0 {
    stroke: rgb(34 211 238 / 0) !important;
  }

  .md\:stroke-cyan-400\/10 {
    stroke: rgb(34 211 238 / 0.1) !important;
  }

  .md\:stroke-cyan-400\/100 {
    stroke: rgb(34 211 238 / 1) !important;
  }

  .md\:stroke-cyan-400\/15 {
    stroke: rgb(34 211 238 / 0.15) !important;
  }

  .md\:stroke-cyan-400\/20 {
    stroke: rgb(34 211 238 / 0.2) !important;
  }

  .md\:stroke-cyan-400\/25 {
    stroke: rgb(34 211 238 / 0.25) !important;
  }

  .md\:stroke-cyan-400\/30 {
    stroke: rgb(34 211 238 / 0.3) !important;
  }

  .md\:stroke-cyan-400\/35 {
    stroke: rgb(34 211 238 / 0.35) !important;
  }

  .md\:stroke-cyan-400\/40 {
    stroke: rgb(34 211 238 / 0.4) !important;
  }

  .md\:stroke-cyan-400\/45 {
    stroke: rgb(34 211 238 / 0.45) !important;
  }

  .md\:stroke-cyan-400\/5 {
    stroke: rgb(34 211 238 / 0.05) !important;
  }

  .md\:stroke-cyan-400\/50 {
    stroke: rgb(34 211 238 / 0.5) !important;
  }

  .md\:stroke-cyan-400\/55 {
    stroke: rgb(34 211 238 / 0.55) !important;
  }

  .md\:stroke-cyan-400\/60 {
    stroke: rgb(34 211 238 / 0.6) !important;
  }

  .md\:stroke-cyan-400\/65 {
    stroke: rgb(34 211 238 / 0.65) !important;
  }

  .md\:stroke-cyan-400\/70 {
    stroke: rgb(34 211 238 / 0.7) !important;
  }

  .md\:stroke-cyan-400\/75 {
    stroke: rgb(34 211 238 / 0.75) !important;
  }

  .md\:stroke-cyan-400\/80 {
    stroke: rgb(34 211 238 / 0.8) !important;
  }

  .md\:stroke-cyan-400\/85 {
    stroke: rgb(34 211 238 / 0.85) !important;
  }

  .md\:stroke-cyan-400\/90 {
    stroke: rgb(34 211 238 / 0.9) !important;
  }

  .md\:stroke-cyan-400\/95 {
    stroke: rgb(34 211 238 / 0.95) !important;
  }

  .md\:stroke-cyan-50 {
    stroke: #ecfeff !important;
  }

  .md\:stroke-cyan-50\/0 {
    stroke: rgb(236 254 255 / 0) !important;
  }

  .md\:stroke-cyan-50\/10 {
    stroke: rgb(236 254 255 / 0.1) !important;
  }

  .md\:stroke-cyan-50\/100 {
    stroke: rgb(236 254 255 / 1) !important;
  }

  .md\:stroke-cyan-50\/15 {
    stroke: rgb(236 254 255 / 0.15) !important;
  }

  .md\:stroke-cyan-50\/20 {
    stroke: rgb(236 254 255 / 0.2) !important;
  }

  .md\:stroke-cyan-50\/25 {
    stroke: rgb(236 254 255 / 0.25) !important;
  }

  .md\:stroke-cyan-50\/30 {
    stroke: rgb(236 254 255 / 0.3) !important;
  }

  .md\:stroke-cyan-50\/35 {
    stroke: rgb(236 254 255 / 0.35) !important;
  }

  .md\:stroke-cyan-50\/40 {
    stroke: rgb(236 254 255 / 0.4) !important;
  }

  .md\:stroke-cyan-50\/45 {
    stroke: rgb(236 254 255 / 0.45) !important;
  }

  .md\:stroke-cyan-50\/5 {
    stroke: rgb(236 254 255 / 0.05) !important;
  }

  .md\:stroke-cyan-50\/50 {
    stroke: rgb(236 254 255 / 0.5) !important;
  }

  .md\:stroke-cyan-50\/55 {
    stroke: rgb(236 254 255 / 0.55) !important;
  }

  .md\:stroke-cyan-50\/60 {
    stroke: rgb(236 254 255 / 0.6) !important;
  }

  .md\:stroke-cyan-50\/65 {
    stroke: rgb(236 254 255 / 0.65) !important;
  }

  .md\:stroke-cyan-50\/70 {
    stroke: rgb(236 254 255 / 0.7) !important;
  }

  .md\:stroke-cyan-50\/75 {
    stroke: rgb(236 254 255 / 0.75) !important;
  }

  .md\:stroke-cyan-50\/80 {
    stroke: rgb(236 254 255 / 0.8) !important;
  }

  .md\:stroke-cyan-50\/85 {
    stroke: rgb(236 254 255 / 0.85) !important;
  }

  .md\:stroke-cyan-50\/90 {
    stroke: rgb(236 254 255 / 0.9) !important;
  }

  .md\:stroke-cyan-50\/95 {
    stroke: rgb(236 254 255 / 0.95) !important;
  }

  .md\:stroke-cyan-500 {
    stroke: #06b6d4 !important;
  }

  .md\:stroke-cyan-500\/0 {
    stroke: rgb(6 182 212 / 0) !important;
  }

  .md\:stroke-cyan-500\/10 {
    stroke: rgb(6 182 212 / 0.1) !important;
  }

  .md\:stroke-cyan-500\/100 {
    stroke: rgb(6 182 212 / 1) !important;
  }

  .md\:stroke-cyan-500\/15 {
    stroke: rgb(6 182 212 / 0.15) !important;
  }

  .md\:stroke-cyan-500\/20 {
    stroke: rgb(6 182 212 / 0.2) !important;
  }

  .md\:stroke-cyan-500\/25 {
    stroke: rgb(6 182 212 / 0.25) !important;
  }

  .md\:stroke-cyan-500\/30 {
    stroke: rgb(6 182 212 / 0.3) !important;
  }

  .md\:stroke-cyan-500\/35 {
    stroke: rgb(6 182 212 / 0.35) !important;
  }

  .md\:stroke-cyan-500\/40 {
    stroke: rgb(6 182 212 / 0.4) !important;
  }

  .md\:stroke-cyan-500\/45 {
    stroke: rgb(6 182 212 / 0.45) !important;
  }

  .md\:stroke-cyan-500\/5 {
    stroke: rgb(6 182 212 / 0.05) !important;
  }

  .md\:stroke-cyan-500\/50 {
    stroke: rgb(6 182 212 / 0.5) !important;
  }

  .md\:stroke-cyan-500\/55 {
    stroke: rgb(6 182 212 / 0.55) !important;
  }

  .md\:stroke-cyan-500\/60 {
    stroke: rgb(6 182 212 / 0.6) !important;
  }

  .md\:stroke-cyan-500\/65 {
    stroke: rgb(6 182 212 / 0.65) !important;
  }

  .md\:stroke-cyan-500\/70 {
    stroke: rgb(6 182 212 / 0.7) !important;
  }

  .md\:stroke-cyan-500\/75 {
    stroke: rgb(6 182 212 / 0.75) !important;
  }

  .md\:stroke-cyan-500\/80 {
    stroke: rgb(6 182 212 / 0.8) !important;
  }

  .md\:stroke-cyan-500\/85 {
    stroke: rgb(6 182 212 / 0.85) !important;
  }

  .md\:stroke-cyan-500\/90 {
    stroke: rgb(6 182 212 / 0.9) !important;
  }

  .md\:stroke-cyan-500\/95 {
    stroke: rgb(6 182 212 / 0.95) !important;
  }

  .md\:stroke-cyan-600 {
    stroke: #0891b2 !important;
  }

  .md\:stroke-cyan-600\/0 {
    stroke: rgb(8 145 178 / 0) !important;
  }

  .md\:stroke-cyan-600\/10 {
    stroke: rgb(8 145 178 / 0.1) !important;
  }

  .md\:stroke-cyan-600\/100 {
    stroke: rgb(8 145 178 / 1) !important;
  }

  .md\:stroke-cyan-600\/15 {
    stroke: rgb(8 145 178 / 0.15) !important;
  }

  .md\:stroke-cyan-600\/20 {
    stroke: rgb(8 145 178 / 0.2) !important;
  }

  .md\:stroke-cyan-600\/25 {
    stroke: rgb(8 145 178 / 0.25) !important;
  }

  .md\:stroke-cyan-600\/30 {
    stroke: rgb(8 145 178 / 0.3) !important;
  }

  .md\:stroke-cyan-600\/35 {
    stroke: rgb(8 145 178 / 0.35) !important;
  }

  .md\:stroke-cyan-600\/40 {
    stroke: rgb(8 145 178 / 0.4) !important;
  }

  .md\:stroke-cyan-600\/45 {
    stroke: rgb(8 145 178 / 0.45) !important;
  }

  .md\:stroke-cyan-600\/5 {
    stroke: rgb(8 145 178 / 0.05) !important;
  }

  .md\:stroke-cyan-600\/50 {
    stroke: rgb(8 145 178 / 0.5) !important;
  }

  .md\:stroke-cyan-600\/55 {
    stroke: rgb(8 145 178 / 0.55) !important;
  }

  .md\:stroke-cyan-600\/60 {
    stroke: rgb(8 145 178 / 0.6) !important;
  }

  .md\:stroke-cyan-600\/65 {
    stroke: rgb(8 145 178 / 0.65) !important;
  }

  .md\:stroke-cyan-600\/70 {
    stroke: rgb(8 145 178 / 0.7) !important;
  }

  .md\:stroke-cyan-600\/75 {
    stroke: rgb(8 145 178 / 0.75) !important;
  }

  .md\:stroke-cyan-600\/80 {
    stroke: rgb(8 145 178 / 0.8) !important;
  }

  .md\:stroke-cyan-600\/85 {
    stroke: rgb(8 145 178 / 0.85) !important;
  }

  .md\:stroke-cyan-600\/90 {
    stroke: rgb(8 145 178 / 0.9) !important;
  }

  .md\:stroke-cyan-600\/95 {
    stroke: rgb(8 145 178 / 0.95) !important;
  }

  .md\:stroke-cyan-700 {
    stroke: #0e7490 !important;
  }

  .md\:stroke-cyan-700\/0 {
    stroke: rgb(14 116 144 / 0) !important;
  }

  .md\:stroke-cyan-700\/10 {
    stroke: rgb(14 116 144 / 0.1) !important;
  }

  .md\:stroke-cyan-700\/100 {
    stroke: rgb(14 116 144 / 1) !important;
  }

  .md\:stroke-cyan-700\/15 {
    stroke: rgb(14 116 144 / 0.15) !important;
  }

  .md\:stroke-cyan-700\/20 {
    stroke: rgb(14 116 144 / 0.2) !important;
  }

  .md\:stroke-cyan-700\/25 {
    stroke: rgb(14 116 144 / 0.25) !important;
  }

  .md\:stroke-cyan-700\/30 {
    stroke: rgb(14 116 144 / 0.3) !important;
  }

  .md\:stroke-cyan-700\/35 {
    stroke: rgb(14 116 144 / 0.35) !important;
  }

  .md\:stroke-cyan-700\/40 {
    stroke: rgb(14 116 144 / 0.4) !important;
  }

  .md\:stroke-cyan-700\/45 {
    stroke: rgb(14 116 144 / 0.45) !important;
  }

  .md\:stroke-cyan-700\/5 {
    stroke: rgb(14 116 144 / 0.05) !important;
  }

  .md\:stroke-cyan-700\/50 {
    stroke: rgb(14 116 144 / 0.5) !important;
  }

  .md\:stroke-cyan-700\/55 {
    stroke: rgb(14 116 144 / 0.55) !important;
  }

  .md\:stroke-cyan-700\/60 {
    stroke: rgb(14 116 144 / 0.6) !important;
  }

  .md\:stroke-cyan-700\/65 {
    stroke: rgb(14 116 144 / 0.65) !important;
  }

  .md\:stroke-cyan-700\/70 {
    stroke: rgb(14 116 144 / 0.7) !important;
  }

  .md\:stroke-cyan-700\/75 {
    stroke: rgb(14 116 144 / 0.75) !important;
  }

  .md\:stroke-cyan-700\/80 {
    stroke: rgb(14 116 144 / 0.8) !important;
  }

  .md\:stroke-cyan-700\/85 {
    stroke: rgb(14 116 144 / 0.85) !important;
  }

  .md\:stroke-cyan-700\/90 {
    stroke: rgb(14 116 144 / 0.9) !important;
  }

  .md\:stroke-cyan-700\/95 {
    stroke: rgb(14 116 144 / 0.95) !important;
  }

  .md\:stroke-cyan-800 {
    stroke: #155e75 !important;
  }

  .md\:stroke-cyan-800\/0 {
    stroke: rgb(21 94 117 / 0) !important;
  }

  .md\:stroke-cyan-800\/10 {
    stroke: rgb(21 94 117 / 0.1) !important;
  }

  .md\:stroke-cyan-800\/100 {
    stroke: rgb(21 94 117 / 1) !important;
  }

  .md\:stroke-cyan-800\/15 {
    stroke: rgb(21 94 117 / 0.15) !important;
  }

  .md\:stroke-cyan-800\/20 {
    stroke: rgb(21 94 117 / 0.2) !important;
  }

  .md\:stroke-cyan-800\/25 {
    stroke: rgb(21 94 117 / 0.25) !important;
  }

  .md\:stroke-cyan-800\/30 {
    stroke: rgb(21 94 117 / 0.3) !important;
  }

  .md\:stroke-cyan-800\/35 {
    stroke: rgb(21 94 117 / 0.35) !important;
  }

  .md\:stroke-cyan-800\/40 {
    stroke: rgb(21 94 117 / 0.4) !important;
  }

  .md\:stroke-cyan-800\/45 {
    stroke: rgb(21 94 117 / 0.45) !important;
  }

  .md\:stroke-cyan-800\/5 {
    stroke: rgb(21 94 117 / 0.05) !important;
  }

  .md\:stroke-cyan-800\/50 {
    stroke: rgb(21 94 117 / 0.5) !important;
  }

  .md\:stroke-cyan-800\/55 {
    stroke: rgb(21 94 117 / 0.55) !important;
  }

  .md\:stroke-cyan-800\/60 {
    stroke: rgb(21 94 117 / 0.6) !important;
  }

  .md\:stroke-cyan-800\/65 {
    stroke: rgb(21 94 117 / 0.65) !important;
  }

  .md\:stroke-cyan-800\/70 {
    stroke: rgb(21 94 117 / 0.7) !important;
  }

  .md\:stroke-cyan-800\/75 {
    stroke: rgb(21 94 117 / 0.75) !important;
  }

  .md\:stroke-cyan-800\/80 {
    stroke: rgb(21 94 117 / 0.8) !important;
  }

  .md\:stroke-cyan-800\/85 {
    stroke: rgb(21 94 117 / 0.85) !important;
  }

  .md\:stroke-cyan-800\/90 {
    stroke: rgb(21 94 117 / 0.9) !important;
  }

  .md\:stroke-cyan-800\/95 {
    stroke: rgb(21 94 117 / 0.95) !important;
  }

  .md\:stroke-cyan-900 {
    stroke: #164e63 !important;
  }

  .md\:stroke-cyan-900\/0 {
    stroke: rgb(22 78 99 / 0) !important;
  }

  .md\:stroke-cyan-900\/10 {
    stroke: rgb(22 78 99 / 0.1) !important;
  }

  .md\:stroke-cyan-900\/100 {
    stroke: rgb(22 78 99 / 1) !important;
  }

  .md\:stroke-cyan-900\/15 {
    stroke: rgb(22 78 99 / 0.15) !important;
  }

  .md\:stroke-cyan-900\/20 {
    stroke: rgb(22 78 99 / 0.2) !important;
  }

  .md\:stroke-cyan-900\/25 {
    stroke: rgb(22 78 99 / 0.25) !important;
  }

  .md\:stroke-cyan-900\/30 {
    stroke: rgb(22 78 99 / 0.3) !important;
  }

  .md\:stroke-cyan-900\/35 {
    stroke: rgb(22 78 99 / 0.35) !important;
  }

  .md\:stroke-cyan-900\/40 {
    stroke: rgb(22 78 99 / 0.4) !important;
  }

  .md\:stroke-cyan-900\/45 {
    stroke: rgb(22 78 99 / 0.45) !important;
  }

  .md\:stroke-cyan-900\/5 {
    stroke: rgb(22 78 99 / 0.05) !important;
  }

  .md\:stroke-cyan-900\/50 {
    stroke: rgb(22 78 99 / 0.5) !important;
  }

  .md\:stroke-cyan-900\/55 {
    stroke: rgb(22 78 99 / 0.55) !important;
  }

  .md\:stroke-cyan-900\/60 {
    stroke: rgb(22 78 99 / 0.6) !important;
  }

  .md\:stroke-cyan-900\/65 {
    stroke: rgb(22 78 99 / 0.65) !important;
  }

  .md\:stroke-cyan-900\/70 {
    stroke: rgb(22 78 99 / 0.7) !important;
  }

  .md\:stroke-cyan-900\/75 {
    stroke: rgb(22 78 99 / 0.75) !important;
  }

  .md\:stroke-cyan-900\/80 {
    stroke: rgb(22 78 99 / 0.8) !important;
  }

  .md\:stroke-cyan-900\/85 {
    stroke: rgb(22 78 99 / 0.85) !important;
  }

  .md\:stroke-cyan-900\/90 {
    stroke: rgb(22 78 99 / 0.9) !important;
  }

  .md\:stroke-cyan-900\/95 {
    stroke: rgb(22 78 99 / 0.95) !important;
  }

  .md\:stroke-cyan-950 {
    stroke: #083344 !important;
  }

  .md\:stroke-cyan-950\/0 {
    stroke: rgb(8 51 68 / 0) !important;
  }

  .md\:stroke-cyan-950\/10 {
    stroke: rgb(8 51 68 / 0.1) !important;
  }

  .md\:stroke-cyan-950\/100 {
    stroke: rgb(8 51 68 / 1) !important;
  }

  .md\:stroke-cyan-950\/15 {
    stroke: rgb(8 51 68 / 0.15) !important;
  }

  .md\:stroke-cyan-950\/20 {
    stroke: rgb(8 51 68 / 0.2) !important;
  }

  .md\:stroke-cyan-950\/25 {
    stroke: rgb(8 51 68 / 0.25) !important;
  }

  .md\:stroke-cyan-950\/30 {
    stroke: rgb(8 51 68 / 0.3) !important;
  }

  .md\:stroke-cyan-950\/35 {
    stroke: rgb(8 51 68 / 0.35) !important;
  }

  .md\:stroke-cyan-950\/40 {
    stroke: rgb(8 51 68 / 0.4) !important;
  }

  .md\:stroke-cyan-950\/45 {
    stroke: rgb(8 51 68 / 0.45) !important;
  }

  .md\:stroke-cyan-950\/5 {
    stroke: rgb(8 51 68 / 0.05) !important;
  }

  .md\:stroke-cyan-950\/50 {
    stroke: rgb(8 51 68 / 0.5) !important;
  }

  .md\:stroke-cyan-950\/55 {
    stroke: rgb(8 51 68 / 0.55) !important;
  }

  .md\:stroke-cyan-950\/60 {
    stroke: rgb(8 51 68 / 0.6) !important;
  }

  .md\:stroke-cyan-950\/65 {
    stroke: rgb(8 51 68 / 0.65) !important;
  }

  .md\:stroke-cyan-950\/70 {
    stroke: rgb(8 51 68 / 0.7) !important;
  }

  .md\:stroke-cyan-950\/75 {
    stroke: rgb(8 51 68 / 0.75) !important;
  }

  .md\:stroke-cyan-950\/80 {
    stroke: rgb(8 51 68 / 0.8) !important;
  }

  .md\:stroke-cyan-950\/85 {
    stroke: rgb(8 51 68 / 0.85) !important;
  }

  .md\:stroke-cyan-950\/90 {
    stroke: rgb(8 51 68 / 0.9) !important;
  }

  .md\:stroke-cyan-950\/95 {
    stroke: rgb(8 51 68 / 0.95) !important;
  }

  .md\:stroke-dark_grey {
    stroke: #2f2f2f !important;
  }

  .md\:stroke-dark_grey\/0 {
    stroke: rgb(47 47 47 / 0) !important;
  }

  .md\:stroke-dark_grey\/10 {
    stroke: rgb(47 47 47 / 0.1) !important;
  }

  .md\:stroke-dark_grey\/100 {
    stroke: rgb(47 47 47 / 1) !important;
  }

  .md\:stroke-dark_grey\/15 {
    stroke: rgb(47 47 47 / 0.15) !important;
  }

  .md\:stroke-dark_grey\/20 {
    stroke: rgb(47 47 47 / 0.2) !important;
  }

  .md\:stroke-dark_grey\/25 {
    stroke: rgb(47 47 47 / 0.25) !important;
  }

  .md\:stroke-dark_grey\/30 {
    stroke: rgb(47 47 47 / 0.3) !important;
  }

  .md\:stroke-dark_grey\/35 {
    stroke: rgb(47 47 47 / 0.35) !important;
  }

  .md\:stroke-dark_grey\/40 {
    stroke: rgb(47 47 47 / 0.4) !important;
  }

  .md\:stroke-dark_grey\/45 {
    stroke: rgb(47 47 47 / 0.45) !important;
  }

  .md\:stroke-dark_grey\/5 {
    stroke: rgb(47 47 47 / 0.05) !important;
  }

  .md\:stroke-dark_grey\/50 {
    stroke: rgb(47 47 47 / 0.5) !important;
  }

  .md\:stroke-dark_grey\/55 {
    stroke: rgb(47 47 47 / 0.55) !important;
  }

  .md\:stroke-dark_grey\/60 {
    stroke: rgb(47 47 47 / 0.6) !important;
  }

  .md\:stroke-dark_grey\/65 {
    stroke: rgb(47 47 47 / 0.65) !important;
  }

  .md\:stroke-dark_grey\/70 {
    stroke: rgb(47 47 47 / 0.7) !important;
  }

  .md\:stroke-dark_grey\/75 {
    stroke: rgb(47 47 47 / 0.75) !important;
  }

  .md\:stroke-dark_grey\/80 {
    stroke: rgb(47 47 47 / 0.8) !important;
  }

  .md\:stroke-dark_grey\/85 {
    stroke: rgb(47 47 47 / 0.85) !important;
  }

  .md\:stroke-dark_grey\/90 {
    stroke: rgb(47 47 47 / 0.9) !important;
  }

  .md\:stroke-dark_grey\/95 {
    stroke: rgb(47 47 47 / 0.95) !important;
  }

  .md\:stroke-dark_grey_alt {
    stroke: #3f6359 !important;
  }

  .md\:stroke-dark_grey_alt\/0 {
    stroke: rgb(63 99 89 / 0) !important;
  }

  .md\:stroke-dark_grey_alt\/10 {
    stroke: rgb(63 99 89 / 0.1) !important;
  }

  .md\:stroke-dark_grey_alt\/100 {
    stroke: rgb(63 99 89 / 1) !important;
  }

  .md\:stroke-dark_grey_alt\/15 {
    stroke: rgb(63 99 89 / 0.15) !important;
  }

  .md\:stroke-dark_grey_alt\/20 {
    stroke: rgb(63 99 89 / 0.2) !important;
  }

  .md\:stroke-dark_grey_alt\/25 {
    stroke: rgb(63 99 89 / 0.25) !important;
  }

  .md\:stroke-dark_grey_alt\/30 {
    stroke: rgb(63 99 89 / 0.3) !important;
  }

  .md\:stroke-dark_grey_alt\/35 {
    stroke: rgb(63 99 89 / 0.35) !important;
  }

  .md\:stroke-dark_grey_alt\/40 {
    stroke: rgb(63 99 89 / 0.4) !important;
  }

  .md\:stroke-dark_grey_alt\/45 {
    stroke: rgb(63 99 89 / 0.45) !important;
  }

  .md\:stroke-dark_grey_alt\/5 {
    stroke: rgb(63 99 89 / 0.05) !important;
  }

  .md\:stroke-dark_grey_alt\/50 {
    stroke: rgb(63 99 89 / 0.5) !important;
  }

  .md\:stroke-dark_grey_alt\/55 {
    stroke: rgb(63 99 89 / 0.55) !important;
  }

  .md\:stroke-dark_grey_alt\/60 {
    stroke: rgb(63 99 89 / 0.6) !important;
  }

  .md\:stroke-dark_grey_alt\/65 {
    stroke: rgb(63 99 89 / 0.65) !important;
  }

  .md\:stroke-dark_grey_alt\/70 {
    stroke: rgb(63 99 89 / 0.7) !important;
  }

  .md\:stroke-dark_grey_alt\/75 {
    stroke: rgb(63 99 89 / 0.75) !important;
  }

  .md\:stroke-dark_grey_alt\/80 {
    stroke: rgb(63 99 89 / 0.8) !important;
  }

  .md\:stroke-dark_grey_alt\/85 {
    stroke: rgb(63 99 89 / 0.85) !important;
  }

  .md\:stroke-dark_grey_alt\/90 {
    stroke: rgb(63 99 89 / 0.9) !important;
  }

  .md\:stroke-dark_grey_alt\/95 {
    stroke: rgb(63 99 89 / 0.95) !important;
  }

  .md\:stroke-emerald-100 {
    stroke: #d1fae5 !important;
  }

  .md\:stroke-emerald-100\/0 {
    stroke: rgb(209 250 229 / 0) !important;
  }

  .md\:stroke-emerald-100\/10 {
    stroke: rgb(209 250 229 / 0.1) !important;
  }

  .md\:stroke-emerald-100\/100 {
    stroke: rgb(209 250 229 / 1) !important;
  }

  .md\:stroke-emerald-100\/15 {
    stroke: rgb(209 250 229 / 0.15) !important;
  }

  .md\:stroke-emerald-100\/20 {
    stroke: rgb(209 250 229 / 0.2) !important;
  }

  .md\:stroke-emerald-100\/25 {
    stroke: rgb(209 250 229 / 0.25) !important;
  }

  .md\:stroke-emerald-100\/30 {
    stroke: rgb(209 250 229 / 0.3) !important;
  }

  .md\:stroke-emerald-100\/35 {
    stroke: rgb(209 250 229 / 0.35) !important;
  }

  .md\:stroke-emerald-100\/40 {
    stroke: rgb(209 250 229 / 0.4) !important;
  }

  .md\:stroke-emerald-100\/45 {
    stroke: rgb(209 250 229 / 0.45) !important;
  }

  .md\:stroke-emerald-100\/5 {
    stroke: rgb(209 250 229 / 0.05) !important;
  }

  .md\:stroke-emerald-100\/50 {
    stroke: rgb(209 250 229 / 0.5) !important;
  }

  .md\:stroke-emerald-100\/55 {
    stroke: rgb(209 250 229 / 0.55) !important;
  }

  .md\:stroke-emerald-100\/60 {
    stroke: rgb(209 250 229 / 0.6) !important;
  }

  .md\:stroke-emerald-100\/65 {
    stroke: rgb(209 250 229 / 0.65) !important;
  }

  .md\:stroke-emerald-100\/70 {
    stroke: rgb(209 250 229 / 0.7) !important;
  }

  .md\:stroke-emerald-100\/75 {
    stroke: rgb(209 250 229 / 0.75) !important;
  }

  .md\:stroke-emerald-100\/80 {
    stroke: rgb(209 250 229 / 0.8) !important;
  }

  .md\:stroke-emerald-100\/85 {
    stroke: rgb(209 250 229 / 0.85) !important;
  }

  .md\:stroke-emerald-100\/90 {
    stroke: rgb(209 250 229 / 0.9) !important;
  }

  .md\:stroke-emerald-100\/95 {
    stroke: rgb(209 250 229 / 0.95) !important;
  }

  .md\:stroke-emerald-200 {
    stroke: #a7f3d0 !important;
  }

  .md\:stroke-emerald-200\/0 {
    stroke: rgb(167 243 208 / 0) !important;
  }

  .md\:stroke-emerald-200\/10 {
    stroke: rgb(167 243 208 / 0.1) !important;
  }

  .md\:stroke-emerald-200\/100 {
    stroke: rgb(167 243 208 / 1) !important;
  }

  .md\:stroke-emerald-200\/15 {
    stroke: rgb(167 243 208 / 0.15) !important;
  }

  .md\:stroke-emerald-200\/20 {
    stroke: rgb(167 243 208 / 0.2) !important;
  }

  .md\:stroke-emerald-200\/25 {
    stroke: rgb(167 243 208 / 0.25) !important;
  }

  .md\:stroke-emerald-200\/30 {
    stroke: rgb(167 243 208 / 0.3) !important;
  }

  .md\:stroke-emerald-200\/35 {
    stroke: rgb(167 243 208 / 0.35) !important;
  }

  .md\:stroke-emerald-200\/40 {
    stroke: rgb(167 243 208 / 0.4) !important;
  }

  .md\:stroke-emerald-200\/45 {
    stroke: rgb(167 243 208 / 0.45) !important;
  }

  .md\:stroke-emerald-200\/5 {
    stroke: rgb(167 243 208 / 0.05) !important;
  }

  .md\:stroke-emerald-200\/50 {
    stroke: rgb(167 243 208 / 0.5) !important;
  }

  .md\:stroke-emerald-200\/55 {
    stroke: rgb(167 243 208 / 0.55) !important;
  }

  .md\:stroke-emerald-200\/60 {
    stroke: rgb(167 243 208 / 0.6) !important;
  }

  .md\:stroke-emerald-200\/65 {
    stroke: rgb(167 243 208 / 0.65) !important;
  }

  .md\:stroke-emerald-200\/70 {
    stroke: rgb(167 243 208 / 0.7) !important;
  }

  .md\:stroke-emerald-200\/75 {
    stroke: rgb(167 243 208 / 0.75) !important;
  }

  .md\:stroke-emerald-200\/80 {
    stroke: rgb(167 243 208 / 0.8) !important;
  }

  .md\:stroke-emerald-200\/85 {
    stroke: rgb(167 243 208 / 0.85) !important;
  }

  .md\:stroke-emerald-200\/90 {
    stroke: rgb(167 243 208 / 0.9) !important;
  }

  .md\:stroke-emerald-200\/95 {
    stroke: rgb(167 243 208 / 0.95) !important;
  }

  .md\:stroke-emerald-300 {
    stroke: #6ee7b7 !important;
  }

  .md\:stroke-emerald-300\/0 {
    stroke: rgb(110 231 183 / 0) !important;
  }

  .md\:stroke-emerald-300\/10 {
    stroke: rgb(110 231 183 / 0.1) !important;
  }

  .md\:stroke-emerald-300\/100 {
    stroke: rgb(110 231 183 / 1) !important;
  }

  .md\:stroke-emerald-300\/15 {
    stroke: rgb(110 231 183 / 0.15) !important;
  }

  .md\:stroke-emerald-300\/20 {
    stroke: rgb(110 231 183 / 0.2) !important;
  }

  .md\:stroke-emerald-300\/25 {
    stroke: rgb(110 231 183 / 0.25) !important;
  }

  .md\:stroke-emerald-300\/30 {
    stroke: rgb(110 231 183 / 0.3) !important;
  }

  .md\:stroke-emerald-300\/35 {
    stroke: rgb(110 231 183 / 0.35) !important;
  }

  .md\:stroke-emerald-300\/40 {
    stroke: rgb(110 231 183 / 0.4) !important;
  }

  .md\:stroke-emerald-300\/45 {
    stroke: rgb(110 231 183 / 0.45) !important;
  }

  .md\:stroke-emerald-300\/5 {
    stroke: rgb(110 231 183 / 0.05) !important;
  }

  .md\:stroke-emerald-300\/50 {
    stroke: rgb(110 231 183 / 0.5) !important;
  }

  .md\:stroke-emerald-300\/55 {
    stroke: rgb(110 231 183 / 0.55) !important;
  }

  .md\:stroke-emerald-300\/60 {
    stroke: rgb(110 231 183 / 0.6) !important;
  }

  .md\:stroke-emerald-300\/65 {
    stroke: rgb(110 231 183 / 0.65) !important;
  }

  .md\:stroke-emerald-300\/70 {
    stroke: rgb(110 231 183 / 0.7) !important;
  }

  .md\:stroke-emerald-300\/75 {
    stroke: rgb(110 231 183 / 0.75) !important;
  }

  .md\:stroke-emerald-300\/80 {
    stroke: rgb(110 231 183 / 0.8) !important;
  }

  .md\:stroke-emerald-300\/85 {
    stroke: rgb(110 231 183 / 0.85) !important;
  }

  .md\:stroke-emerald-300\/90 {
    stroke: rgb(110 231 183 / 0.9) !important;
  }

  .md\:stroke-emerald-300\/95 {
    stroke: rgb(110 231 183 / 0.95) !important;
  }

  .md\:stroke-emerald-400 {
    stroke: #34d399 !important;
  }

  .md\:stroke-emerald-400\/0 {
    stroke: rgb(52 211 153 / 0) !important;
  }

  .md\:stroke-emerald-400\/10 {
    stroke: rgb(52 211 153 / 0.1) !important;
  }

  .md\:stroke-emerald-400\/100 {
    stroke: rgb(52 211 153 / 1) !important;
  }

  .md\:stroke-emerald-400\/15 {
    stroke: rgb(52 211 153 / 0.15) !important;
  }

  .md\:stroke-emerald-400\/20 {
    stroke: rgb(52 211 153 / 0.2) !important;
  }

  .md\:stroke-emerald-400\/25 {
    stroke: rgb(52 211 153 / 0.25) !important;
  }

  .md\:stroke-emerald-400\/30 {
    stroke: rgb(52 211 153 / 0.3) !important;
  }

  .md\:stroke-emerald-400\/35 {
    stroke: rgb(52 211 153 / 0.35) !important;
  }

  .md\:stroke-emerald-400\/40 {
    stroke: rgb(52 211 153 / 0.4) !important;
  }

  .md\:stroke-emerald-400\/45 {
    stroke: rgb(52 211 153 / 0.45) !important;
  }

  .md\:stroke-emerald-400\/5 {
    stroke: rgb(52 211 153 / 0.05) !important;
  }

  .md\:stroke-emerald-400\/50 {
    stroke: rgb(52 211 153 / 0.5) !important;
  }

  .md\:stroke-emerald-400\/55 {
    stroke: rgb(52 211 153 / 0.55) !important;
  }

  .md\:stroke-emerald-400\/60 {
    stroke: rgb(52 211 153 / 0.6) !important;
  }

  .md\:stroke-emerald-400\/65 {
    stroke: rgb(52 211 153 / 0.65) !important;
  }

  .md\:stroke-emerald-400\/70 {
    stroke: rgb(52 211 153 / 0.7) !important;
  }

  .md\:stroke-emerald-400\/75 {
    stroke: rgb(52 211 153 / 0.75) !important;
  }

  .md\:stroke-emerald-400\/80 {
    stroke: rgb(52 211 153 / 0.8) !important;
  }

  .md\:stroke-emerald-400\/85 {
    stroke: rgb(52 211 153 / 0.85) !important;
  }

  .md\:stroke-emerald-400\/90 {
    stroke: rgb(52 211 153 / 0.9) !important;
  }

  .md\:stroke-emerald-400\/95 {
    stroke: rgb(52 211 153 / 0.95) !important;
  }

  .md\:stroke-emerald-50 {
    stroke: #ecfdf5 !important;
  }

  .md\:stroke-emerald-50\/0 {
    stroke: rgb(236 253 245 / 0) !important;
  }

  .md\:stroke-emerald-50\/10 {
    stroke: rgb(236 253 245 / 0.1) !important;
  }

  .md\:stroke-emerald-50\/100 {
    stroke: rgb(236 253 245 / 1) !important;
  }

  .md\:stroke-emerald-50\/15 {
    stroke: rgb(236 253 245 / 0.15) !important;
  }

  .md\:stroke-emerald-50\/20 {
    stroke: rgb(236 253 245 / 0.2) !important;
  }

  .md\:stroke-emerald-50\/25 {
    stroke: rgb(236 253 245 / 0.25) !important;
  }

  .md\:stroke-emerald-50\/30 {
    stroke: rgb(236 253 245 / 0.3) !important;
  }

  .md\:stroke-emerald-50\/35 {
    stroke: rgb(236 253 245 / 0.35) !important;
  }

  .md\:stroke-emerald-50\/40 {
    stroke: rgb(236 253 245 / 0.4) !important;
  }

  .md\:stroke-emerald-50\/45 {
    stroke: rgb(236 253 245 / 0.45) !important;
  }

  .md\:stroke-emerald-50\/5 {
    stroke: rgb(236 253 245 / 0.05) !important;
  }

  .md\:stroke-emerald-50\/50 {
    stroke: rgb(236 253 245 / 0.5) !important;
  }

  .md\:stroke-emerald-50\/55 {
    stroke: rgb(236 253 245 / 0.55) !important;
  }

  .md\:stroke-emerald-50\/60 {
    stroke: rgb(236 253 245 / 0.6) !important;
  }

  .md\:stroke-emerald-50\/65 {
    stroke: rgb(236 253 245 / 0.65) !important;
  }

  .md\:stroke-emerald-50\/70 {
    stroke: rgb(236 253 245 / 0.7) !important;
  }

  .md\:stroke-emerald-50\/75 {
    stroke: rgb(236 253 245 / 0.75) !important;
  }

  .md\:stroke-emerald-50\/80 {
    stroke: rgb(236 253 245 / 0.8) !important;
  }

  .md\:stroke-emerald-50\/85 {
    stroke: rgb(236 253 245 / 0.85) !important;
  }

  .md\:stroke-emerald-50\/90 {
    stroke: rgb(236 253 245 / 0.9) !important;
  }

  .md\:stroke-emerald-50\/95 {
    stroke: rgb(236 253 245 / 0.95) !important;
  }

  .md\:stroke-emerald-500 {
    stroke: #10b981 !important;
  }

  .md\:stroke-emerald-500\/0 {
    stroke: rgb(16 185 129 / 0) !important;
  }

  .md\:stroke-emerald-500\/10 {
    stroke: rgb(16 185 129 / 0.1) !important;
  }

  .md\:stroke-emerald-500\/100 {
    stroke: rgb(16 185 129 / 1) !important;
  }

  .md\:stroke-emerald-500\/15 {
    stroke: rgb(16 185 129 / 0.15) !important;
  }

  .md\:stroke-emerald-500\/20 {
    stroke: rgb(16 185 129 / 0.2) !important;
  }

  .md\:stroke-emerald-500\/25 {
    stroke: rgb(16 185 129 / 0.25) !important;
  }

  .md\:stroke-emerald-500\/30 {
    stroke: rgb(16 185 129 / 0.3) !important;
  }

  .md\:stroke-emerald-500\/35 {
    stroke: rgb(16 185 129 / 0.35) !important;
  }

  .md\:stroke-emerald-500\/40 {
    stroke: rgb(16 185 129 / 0.4) !important;
  }

  .md\:stroke-emerald-500\/45 {
    stroke: rgb(16 185 129 / 0.45) !important;
  }

  .md\:stroke-emerald-500\/5 {
    stroke: rgb(16 185 129 / 0.05) !important;
  }

  .md\:stroke-emerald-500\/50 {
    stroke: rgb(16 185 129 / 0.5) !important;
  }

  .md\:stroke-emerald-500\/55 {
    stroke: rgb(16 185 129 / 0.55) !important;
  }

  .md\:stroke-emerald-500\/60 {
    stroke: rgb(16 185 129 / 0.6) !important;
  }

  .md\:stroke-emerald-500\/65 {
    stroke: rgb(16 185 129 / 0.65) !important;
  }

  .md\:stroke-emerald-500\/70 {
    stroke: rgb(16 185 129 / 0.7) !important;
  }

  .md\:stroke-emerald-500\/75 {
    stroke: rgb(16 185 129 / 0.75) !important;
  }

  .md\:stroke-emerald-500\/80 {
    stroke: rgb(16 185 129 / 0.8) !important;
  }

  .md\:stroke-emerald-500\/85 {
    stroke: rgb(16 185 129 / 0.85) !important;
  }

  .md\:stroke-emerald-500\/90 {
    stroke: rgb(16 185 129 / 0.9) !important;
  }

  .md\:stroke-emerald-500\/95 {
    stroke: rgb(16 185 129 / 0.95) !important;
  }

  .md\:stroke-emerald-600 {
    stroke: #059669 !important;
  }

  .md\:stroke-emerald-600\/0 {
    stroke: rgb(5 150 105 / 0) !important;
  }

  .md\:stroke-emerald-600\/10 {
    stroke: rgb(5 150 105 / 0.1) !important;
  }

  .md\:stroke-emerald-600\/100 {
    stroke: rgb(5 150 105 / 1) !important;
  }

  .md\:stroke-emerald-600\/15 {
    stroke: rgb(5 150 105 / 0.15) !important;
  }

  .md\:stroke-emerald-600\/20 {
    stroke: rgb(5 150 105 / 0.2) !important;
  }

  .md\:stroke-emerald-600\/25 {
    stroke: rgb(5 150 105 / 0.25) !important;
  }

  .md\:stroke-emerald-600\/30 {
    stroke: rgb(5 150 105 / 0.3) !important;
  }

  .md\:stroke-emerald-600\/35 {
    stroke: rgb(5 150 105 / 0.35) !important;
  }

  .md\:stroke-emerald-600\/40 {
    stroke: rgb(5 150 105 / 0.4) !important;
  }

  .md\:stroke-emerald-600\/45 {
    stroke: rgb(5 150 105 / 0.45) !important;
  }

  .md\:stroke-emerald-600\/5 {
    stroke: rgb(5 150 105 / 0.05) !important;
  }

  .md\:stroke-emerald-600\/50 {
    stroke: rgb(5 150 105 / 0.5) !important;
  }

  .md\:stroke-emerald-600\/55 {
    stroke: rgb(5 150 105 / 0.55) !important;
  }

  .md\:stroke-emerald-600\/60 {
    stroke: rgb(5 150 105 / 0.6) !important;
  }

  .md\:stroke-emerald-600\/65 {
    stroke: rgb(5 150 105 / 0.65) !important;
  }

  .md\:stroke-emerald-600\/70 {
    stroke: rgb(5 150 105 / 0.7) !important;
  }

  .md\:stroke-emerald-600\/75 {
    stroke: rgb(5 150 105 / 0.75) !important;
  }

  .md\:stroke-emerald-600\/80 {
    stroke: rgb(5 150 105 / 0.8) !important;
  }

  .md\:stroke-emerald-600\/85 {
    stroke: rgb(5 150 105 / 0.85) !important;
  }

  .md\:stroke-emerald-600\/90 {
    stroke: rgb(5 150 105 / 0.9) !important;
  }

  .md\:stroke-emerald-600\/95 {
    stroke: rgb(5 150 105 / 0.95) !important;
  }

  .md\:stroke-emerald-700 {
    stroke: #047857 !important;
  }

  .md\:stroke-emerald-700\/0 {
    stroke: rgb(4 120 87 / 0) !important;
  }

  .md\:stroke-emerald-700\/10 {
    stroke: rgb(4 120 87 / 0.1) !important;
  }

  .md\:stroke-emerald-700\/100 {
    stroke: rgb(4 120 87 / 1) !important;
  }

  .md\:stroke-emerald-700\/15 {
    stroke: rgb(4 120 87 / 0.15) !important;
  }

  .md\:stroke-emerald-700\/20 {
    stroke: rgb(4 120 87 / 0.2) !important;
  }

  .md\:stroke-emerald-700\/25 {
    stroke: rgb(4 120 87 / 0.25) !important;
  }

  .md\:stroke-emerald-700\/30 {
    stroke: rgb(4 120 87 / 0.3) !important;
  }

  .md\:stroke-emerald-700\/35 {
    stroke: rgb(4 120 87 / 0.35) !important;
  }

  .md\:stroke-emerald-700\/40 {
    stroke: rgb(4 120 87 / 0.4) !important;
  }

  .md\:stroke-emerald-700\/45 {
    stroke: rgb(4 120 87 / 0.45) !important;
  }

  .md\:stroke-emerald-700\/5 {
    stroke: rgb(4 120 87 / 0.05) !important;
  }

  .md\:stroke-emerald-700\/50 {
    stroke: rgb(4 120 87 / 0.5) !important;
  }

  .md\:stroke-emerald-700\/55 {
    stroke: rgb(4 120 87 / 0.55) !important;
  }

  .md\:stroke-emerald-700\/60 {
    stroke: rgb(4 120 87 / 0.6) !important;
  }

  .md\:stroke-emerald-700\/65 {
    stroke: rgb(4 120 87 / 0.65) !important;
  }

  .md\:stroke-emerald-700\/70 {
    stroke: rgb(4 120 87 / 0.7) !important;
  }

  .md\:stroke-emerald-700\/75 {
    stroke: rgb(4 120 87 / 0.75) !important;
  }

  .md\:stroke-emerald-700\/80 {
    stroke: rgb(4 120 87 / 0.8) !important;
  }

  .md\:stroke-emerald-700\/85 {
    stroke: rgb(4 120 87 / 0.85) !important;
  }

  .md\:stroke-emerald-700\/90 {
    stroke: rgb(4 120 87 / 0.9) !important;
  }

  .md\:stroke-emerald-700\/95 {
    stroke: rgb(4 120 87 / 0.95) !important;
  }

  .md\:stroke-emerald-800 {
    stroke: #065f46 !important;
  }

  .md\:stroke-emerald-800\/0 {
    stroke: rgb(6 95 70 / 0) !important;
  }

  .md\:stroke-emerald-800\/10 {
    stroke: rgb(6 95 70 / 0.1) !important;
  }

  .md\:stroke-emerald-800\/100 {
    stroke: rgb(6 95 70 / 1) !important;
  }

  .md\:stroke-emerald-800\/15 {
    stroke: rgb(6 95 70 / 0.15) !important;
  }

  .md\:stroke-emerald-800\/20 {
    stroke: rgb(6 95 70 / 0.2) !important;
  }

  .md\:stroke-emerald-800\/25 {
    stroke: rgb(6 95 70 / 0.25) !important;
  }

  .md\:stroke-emerald-800\/30 {
    stroke: rgb(6 95 70 / 0.3) !important;
  }

  .md\:stroke-emerald-800\/35 {
    stroke: rgb(6 95 70 / 0.35) !important;
  }

  .md\:stroke-emerald-800\/40 {
    stroke: rgb(6 95 70 / 0.4) !important;
  }

  .md\:stroke-emerald-800\/45 {
    stroke: rgb(6 95 70 / 0.45) !important;
  }

  .md\:stroke-emerald-800\/5 {
    stroke: rgb(6 95 70 / 0.05) !important;
  }

  .md\:stroke-emerald-800\/50 {
    stroke: rgb(6 95 70 / 0.5) !important;
  }

  .md\:stroke-emerald-800\/55 {
    stroke: rgb(6 95 70 / 0.55) !important;
  }

  .md\:stroke-emerald-800\/60 {
    stroke: rgb(6 95 70 / 0.6) !important;
  }

  .md\:stroke-emerald-800\/65 {
    stroke: rgb(6 95 70 / 0.65) !important;
  }

  .md\:stroke-emerald-800\/70 {
    stroke: rgb(6 95 70 / 0.7) !important;
  }

  .md\:stroke-emerald-800\/75 {
    stroke: rgb(6 95 70 / 0.75) !important;
  }

  .md\:stroke-emerald-800\/80 {
    stroke: rgb(6 95 70 / 0.8) !important;
  }

  .md\:stroke-emerald-800\/85 {
    stroke: rgb(6 95 70 / 0.85) !important;
  }

  .md\:stroke-emerald-800\/90 {
    stroke: rgb(6 95 70 / 0.9) !important;
  }

  .md\:stroke-emerald-800\/95 {
    stroke: rgb(6 95 70 / 0.95) !important;
  }

  .md\:stroke-emerald-900 {
    stroke: #064e3b !important;
  }

  .md\:stroke-emerald-900\/0 {
    stroke: rgb(6 78 59 / 0) !important;
  }

  .md\:stroke-emerald-900\/10 {
    stroke: rgb(6 78 59 / 0.1) !important;
  }

  .md\:stroke-emerald-900\/100 {
    stroke: rgb(6 78 59 / 1) !important;
  }

  .md\:stroke-emerald-900\/15 {
    stroke: rgb(6 78 59 / 0.15) !important;
  }

  .md\:stroke-emerald-900\/20 {
    stroke: rgb(6 78 59 / 0.2) !important;
  }

  .md\:stroke-emerald-900\/25 {
    stroke: rgb(6 78 59 / 0.25) !important;
  }

  .md\:stroke-emerald-900\/30 {
    stroke: rgb(6 78 59 / 0.3) !important;
  }

  .md\:stroke-emerald-900\/35 {
    stroke: rgb(6 78 59 / 0.35) !important;
  }

  .md\:stroke-emerald-900\/40 {
    stroke: rgb(6 78 59 / 0.4) !important;
  }

  .md\:stroke-emerald-900\/45 {
    stroke: rgb(6 78 59 / 0.45) !important;
  }

  .md\:stroke-emerald-900\/5 {
    stroke: rgb(6 78 59 / 0.05) !important;
  }

  .md\:stroke-emerald-900\/50 {
    stroke: rgb(6 78 59 / 0.5) !important;
  }

  .md\:stroke-emerald-900\/55 {
    stroke: rgb(6 78 59 / 0.55) !important;
  }

  .md\:stroke-emerald-900\/60 {
    stroke: rgb(6 78 59 / 0.6) !important;
  }

  .md\:stroke-emerald-900\/65 {
    stroke: rgb(6 78 59 / 0.65) !important;
  }

  .md\:stroke-emerald-900\/70 {
    stroke: rgb(6 78 59 / 0.7) !important;
  }

  .md\:stroke-emerald-900\/75 {
    stroke: rgb(6 78 59 / 0.75) !important;
  }

  .md\:stroke-emerald-900\/80 {
    stroke: rgb(6 78 59 / 0.8) !important;
  }

  .md\:stroke-emerald-900\/85 {
    stroke: rgb(6 78 59 / 0.85) !important;
  }

  .md\:stroke-emerald-900\/90 {
    stroke: rgb(6 78 59 / 0.9) !important;
  }

  .md\:stroke-emerald-900\/95 {
    stroke: rgb(6 78 59 / 0.95) !important;
  }

  .md\:stroke-emerald-950 {
    stroke: #022c22 !important;
  }

  .md\:stroke-emerald-950\/0 {
    stroke: rgb(2 44 34 / 0) !important;
  }

  .md\:stroke-emerald-950\/10 {
    stroke: rgb(2 44 34 / 0.1) !important;
  }

  .md\:stroke-emerald-950\/100 {
    stroke: rgb(2 44 34 / 1) !important;
  }

  .md\:stroke-emerald-950\/15 {
    stroke: rgb(2 44 34 / 0.15) !important;
  }

  .md\:stroke-emerald-950\/20 {
    stroke: rgb(2 44 34 / 0.2) !important;
  }

  .md\:stroke-emerald-950\/25 {
    stroke: rgb(2 44 34 / 0.25) !important;
  }

  .md\:stroke-emerald-950\/30 {
    stroke: rgb(2 44 34 / 0.3) !important;
  }

  .md\:stroke-emerald-950\/35 {
    stroke: rgb(2 44 34 / 0.35) !important;
  }

  .md\:stroke-emerald-950\/40 {
    stroke: rgb(2 44 34 / 0.4) !important;
  }

  .md\:stroke-emerald-950\/45 {
    stroke: rgb(2 44 34 / 0.45) !important;
  }

  .md\:stroke-emerald-950\/5 {
    stroke: rgb(2 44 34 / 0.05) !important;
  }

  .md\:stroke-emerald-950\/50 {
    stroke: rgb(2 44 34 / 0.5) !important;
  }

  .md\:stroke-emerald-950\/55 {
    stroke: rgb(2 44 34 / 0.55) !important;
  }

  .md\:stroke-emerald-950\/60 {
    stroke: rgb(2 44 34 / 0.6) !important;
  }

  .md\:stroke-emerald-950\/65 {
    stroke: rgb(2 44 34 / 0.65) !important;
  }

  .md\:stroke-emerald-950\/70 {
    stroke: rgb(2 44 34 / 0.7) !important;
  }

  .md\:stroke-emerald-950\/75 {
    stroke: rgb(2 44 34 / 0.75) !important;
  }

  .md\:stroke-emerald-950\/80 {
    stroke: rgb(2 44 34 / 0.8) !important;
  }

  .md\:stroke-emerald-950\/85 {
    stroke: rgb(2 44 34 / 0.85) !important;
  }

  .md\:stroke-emerald-950\/90 {
    stroke: rgb(2 44 34 / 0.9) !important;
  }

  .md\:stroke-emerald-950\/95 {
    stroke: rgb(2 44 34 / 0.95) !important;
  }

  .md\:stroke-fuchsia-100 {
    stroke: #fae8ff !important;
  }

  .md\:stroke-fuchsia-100\/0 {
    stroke: rgb(250 232 255 / 0) !important;
  }

  .md\:stroke-fuchsia-100\/10 {
    stroke: rgb(250 232 255 / 0.1) !important;
  }

  .md\:stroke-fuchsia-100\/100 {
    stroke: rgb(250 232 255 / 1) !important;
  }

  .md\:stroke-fuchsia-100\/15 {
    stroke: rgb(250 232 255 / 0.15) !important;
  }

  .md\:stroke-fuchsia-100\/20 {
    stroke: rgb(250 232 255 / 0.2) !important;
  }

  .md\:stroke-fuchsia-100\/25 {
    stroke: rgb(250 232 255 / 0.25) !important;
  }

  .md\:stroke-fuchsia-100\/30 {
    stroke: rgb(250 232 255 / 0.3) !important;
  }

  .md\:stroke-fuchsia-100\/35 {
    stroke: rgb(250 232 255 / 0.35) !important;
  }

  .md\:stroke-fuchsia-100\/40 {
    stroke: rgb(250 232 255 / 0.4) !important;
  }

  .md\:stroke-fuchsia-100\/45 {
    stroke: rgb(250 232 255 / 0.45) !important;
  }

  .md\:stroke-fuchsia-100\/5 {
    stroke: rgb(250 232 255 / 0.05) !important;
  }

  .md\:stroke-fuchsia-100\/50 {
    stroke: rgb(250 232 255 / 0.5) !important;
  }

  .md\:stroke-fuchsia-100\/55 {
    stroke: rgb(250 232 255 / 0.55) !important;
  }

  .md\:stroke-fuchsia-100\/60 {
    stroke: rgb(250 232 255 / 0.6) !important;
  }

  .md\:stroke-fuchsia-100\/65 {
    stroke: rgb(250 232 255 / 0.65) !important;
  }

  .md\:stroke-fuchsia-100\/70 {
    stroke: rgb(250 232 255 / 0.7) !important;
  }

  .md\:stroke-fuchsia-100\/75 {
    stroke: rgb(250 232 255 / 0.75) !important;
  }

  .md\:stroke-fuchsia-100\/80 {
    stroke: rgb(250 232 255 / 0.8) !important;
  }

  .md\:stroke-fuchsia-100\/85 {
    stroke: rgb(250 232 255 / 0.85) !important;
  }

  .md\:stroke-fuchsia-100\/90 {
    stroke: rgb(250 232 255 / 0.9) !important;
  }

  .md\:stroke-fuchsia-100\/95 {
    stroke: rgb(250 232 255 / 0.95) !important;
  }

  .md\:stroke-fuchsia-200 {
    stroke: #f5d0fe !important;
  }

  .md\:stroke-fuchsia-200\/0 {
    stroke: rgb(245 208 254 / 0) !important;
  }

  .md\:stroke-fuchsia-200\/10 {
    stroke: rgb(245 208 254 / 0.1) !important;
  }

  .md\:stroke-fuchsia-200\/100 {
    stroke: rgb(245 208 254 / 1) !important;
  }

  .md\:stroke-fuchsia-200\/15 {
    stroke: rgb(245 208 254 / 0.15) !important;
  }

  .md\:stroke-fuchsia-200\/20 {
    stroke: rgb(245 208 254 / 0.2) !important;
  }

  .md\:stroke-fuchsia-200\/25 {
    stroke: rgb(245 208 254 / 0.25) !important;
  }

  .md\:stroke-fuchsia-200\/30 {
    stroke: rgb(245 208 254 / 0.3) !important;
  }

  .md\:stroke-fuchsia-200\/35 {
    stroke: rgb(245 208 254 / 0.35) !important;
  }

  .md\:stroke-fuchsia-200\/40 {
    stroke: rgb(245 208 254 / 0.4) !important;
  }

  .md\:stroke-fuchsia-200\/45 {
    stroke: rgb(245 208 254 / 0.45) !important;
  }

  .md\:stroke-fuchsia-200\/5 {
    stroke: rgb(245 208 254 / 0.05) !important;
  }

  .md\:stroke-fuchsia-200\/50 {
    stroke: rgb(245 208 254 / 0.5) !important;
  }

  .md\:stroke-fuchsia-200\/55 {
    stroke: rgb(245 208 254 / 0.55) !important;
  }

  .md\:stroke-fuchsia-200\/60 {
    stroke: rgb(245 208 254 / 0.6) !important;
  }

  .md\:stroke-fuchsia-200\/65 {
    stroke: rgb(245 208 254 / 0.65) !important;
  }

  .md\:stroke-fuchsia-200\/70 {
    stroke: rgb(245 208 254 / 0.7) !important;
  }

  .md\:stroke-fuchsia-200\/75 {
    stroke: rgb(245 208 254 / 0.75) !important;
  }

  .md\:stroke-fuchsia-200\/80 {
    stroke: rgb(245 208 254 / 0.8) !important;
  }

  .md\:stroke-fuchsia-200\/85 {
    stroke: rgb(245 208 254 / 0.85) !important;
  }

  .md\:stroke-fuchsia-200\/90 {
    stroke: rgb(245 208 254 / 0.9) !important;
  }

  .md\:stroke-fuchsia-200\/95 {
    stroke: rgb(245 208 254 / 0.95) !important;
  }

  .md\:stroke-fuchsia-300 {
    stroke: #f0abfc !important;
  }

  .md\:stroke-fuchsia-300\/0 {
    stroke: rgb(240 171 252 / 0) !important;
  }

  .md\:stroke-fuchsia-300\/10 {
    stroke: rgb(240 171 252 / 0.1) !important;
  }

  .md\:stroke-fuchsia-300\/100 {
    stroke: rgb(240 171 252 / 1) !important;
  }

  .md\:stroke-fuchsia-300\/15 {
    stroke: rgb(240 171 252 / 0.15) !important;
  }

  .md\:stroke-fuchsia-300\/20 {
    stroke: rgb(240 171 252 / 0.2) !important;
  }

  .md\:stroke-fuchsia-300\/25 {
    stroke: rgb(240 171 252 / 0.25) !important;
  }

  .md\:stroke-fuchsia-300\/30 {
    stroke: rgb(240 171 252 / 0.3) !important;
  }

  .md\:stroke-fuchsia-300\/35 {
    stroke: rgb(240 171 252 / 0.35) !important;
  }

  .md\:stroke-fuchsia-300\/40 {
    stroke: rgb(240 171 252 / 0.4) !important;
  }

  .md\:stroke-fuchsia-300\/45 {
    stroke: rgb(240 171 252 / 0.45) !important;
  }

  .md\:stroke-fuchsia-300\/5 {
    stroke: rgb(240 171 252 / 0.05) !important;
  }

  .md\:stroke-fuchsia-300\/50 {
    stroke: rgb(240 171 252 / 0.5) !important;
  }

  .md\:stroke-fuchsia-300\/55 {
    stroke: rgb(240 171 252 / 0.55) !important;
  }

  .md\:stroke-fuchsia-300\/60 {
    stroke: rgb(240 171 252 / 0.6) !important;
  }

  .md\:stroke-fuchsia-300\/65 {
    stroke: rgb(240 171 252 / 0.65) !important;
  }

  .md\:stroke-fuchsia-300\/70 {
    stroke: rgb(240 171 252 / 0.7) !important;
  }

  .md\:stroke-fuchsia-300\/75 {
    stroke: rgb(240 171 252 / 0.75) !important;
  }

  .md\:stroke-fuchsia-300\/80 {
    stroke: rgb(240 171 252 / 0.8) !important;
  }

  .md\:stroke-fuchsia-300\/85 {
    stroke: rgb(240 171 252 / 0.85) !important;
  }

  .md\:stroke-fuchsia-300\/90 {
    stroke: rgb(240 171 252 / 0.9) !important;
  }

  .md\:stroke-fuchsia-300\/95 {
    stroke: rgb(240 171 252 / 0.95) !important;
  }

  .md\:stroke-fuchsia-400 {
    stroke: #e879f9 !important;
  }

  .md\:stroke-fuchsia-400\/0 {
    stroke: rgb(232 121 249 / 0) !important;
  }

  .md\:stroke-fuchsia-400\/10 {
    stroke: rgb(232 121 249 / 0.1) !important;
  }

  .md\:stroke-fuchsia-400\/100 {
    stroke: rgb(232 121 249 / 1) !important;
  }

  .md\:stroke-fuchsia-400\/15 {
    stroke: rgb(232 121 249 / 0.15) !important;
  }

  .md\:stroke-fuchsia-400\/20 {
    stroke: rgb(232 121 249 / 0.2) !important;
  }

  .md\:stroke-fuchsia-400\/25 {
    stroke: rgb(232 121 249 / 0.25) !important;
  }

  .md\:stroke-fuchsia-400\/30 {
    stroke: rgb(232 121 249 / 0.3) !important;
  }

  .md\:stroke-fuchsia-400\/35 {
    stroke: rgb(232 121 249 / 0.35) !important;
  }

  .md\:stroke-fuchsia-400\/40 {
    stroke: rgb(232 121 249 / 0.4) !important;
  }

  .md\:stroke-fuchsia-400\/45 {
    stroke: rgb(232 121 249 / 0.45) !important;
  }

  .md\:stroke-fuchsia-400\/5 {
    stroke: rgb(232 121 249 / 0.05) !important;
  }

  .md\:stroke-fuchsia-400\/50 {
    stroke: rgb(232 121 249 / 0.5) !important;
  }

  .md\:stroke-fuchsia-400\/55 {
    stroke: rgb(232 121 249 / 0.55) !important;
  }

  .md\:stroke-fuchsia-400\/60 {
    stroke: rgb(232 121 249 / 0.6) !important;
  }

  .md\:stroke-fuchsia-400\/65 {
    stroke: rgb(232 121 249 / 0.65) !important;
  }

  .md\:stroke-fuchsia-400\/70 {
    stroke: rgb(232 121 249 / 0.7) !important;
  }

  .md\:stroke-fuchsia-400\/75 {
    stroke: rgb(232 121 249 / 0.75) !important;
  }

  .md\:stroke-fuchsia-400\/80 {
    stroke: rgb(232 121 249 / 0.8) !important;
  }

  .md\:stroke-fuchsia-400\/85 {
    stroke: rgb(232 121 249 / 0.85) !important;
  }

  .md\:stroke-fuchsia-400\/90 {
    stroke: rgb(232 121 249 / 0.9) !important;
  }

  .md\:stroke-fuchsia-400\/95 {
    stroke: rgb(232 121 249 / 0.95) !important;
  }

  .md\:stroke-fuchsia-50 {
    stroke: #fdf4ff !important;
  }

  .md\:stroke-fuchsia-50\/0 {
    stroke: rgb(253 244 255 / 0) !important;
  }

  .md\:stroke-fuchsia-50\/10 {
    stroke: rgb(253 244 255 / 0.1) !important;
  }

  .md\:stroke-fuchsia-50\/100 {
    stroke: rgb(253 244 255 / 1) !important;
  }

  .md\:stroke-fuchsia-50\/15 {
    stroke: rgb(253 244 255 / 0.15) !important;
  }

  .md\:stroke-fuchsia-50\/20 {
    stroke: rgb(253 244 255 / 0.2) !important;
  }

  .md\:stroke-fuchsia-50\/25 {
    stroke: rgb(253 244 255 / 0.25) !important;
  }

  .md\:stroke-fuchsia-50\/30 {
    stroke: rgb(253 244 255 / 0.3) !important;
  }

  .md\:stroke-fuchsia-50\/35 {
    stroke: rgb(253 244 255 / 0.35) !important;
  }

  .md\:stroke-fuchsia-50\/40 {
    stroke: rgb(253 244 255 / 0.4) !important;
  }

  .md\:stroke-fuchsia-50\/45 {
    stroke: rgb(253 244 255 / 0.45) !important;
  }

  .md\:stroke-fuchsia-50\/5 {
    stroke: rgb(253 244 255 / 0.05) !important;
  }

  .md\:stroke-fuchsia-50\/50 {
    stroke: rgb(253 244 255 / 0.5) !important;
  }

  .md\:stroke-fuchsia-50\/55 {
    stroke: rgb(253 244 255 / 0.55) !important;
  }

  .md\:stroke-fuchsia-50\/60 {
    stroke: rgb(253 244 255 / 0.6) !important;
  }

  .md\:stroke-fuchsia-50\/65 {
    stroke: rgb(253 244 255 / 0.65) !important;
  }

  .md\:stroke-fuchsia-50\/70 {
    stroke: rgb(253 244 255 / 0.7) !important;
  }

  .md\:stroke-fuchsia-50\/75 {
    stroke: rgb(253 244 255 / 0.75) !important;
  }

  .md\:stroke-fuchsia-50\/80 {
    stroke: rgb(253 244 255 / 0.8) !important;
  }

  .md\:stroke-fuchsia-50\/85 {
    stroke: rgb(253 244 255 / 0.85) !important;
  }

  .md\:stroke-fuchsia-50\/90 {
    stroke: rgb(253 244 255 / 0.9) !important;
  }

  .md\:stroke-fuchsia-50\/95 {
    stroke: rgb(253 244 255 / 0.95) !important;
  }

  .md\:stroke-fuchsia-500 {
    stroke: #d946ef !important;
  }

  .md\:stroke-fuchsia-500\/0 {
    stroke: rgb(217 70 239 / 0) !important;
  }

  .md\:stroke-fuchsia-500\/10 {
    stroke: rgb(217 70 239 / 0.1) !important;
  }

  .md\:stroke-fuchsia-500\/100 {
    stroke: rgb(217 70 239 / 1) !important;
  }

  .md\:stroke-fuchsia-500\/15 {
    stroke: rgb(217 70 239 / 0.15) !important;
  }

  .md\:stroke-fuchsia-500\/20 {
    stroke: rgb(217 70 239 / 0.2) !important;
  }

  .md\:stroke-fuchsia-500\/25 {
    stroke: rgb(217 70 239 / 0.25) !important;
  }

  .md\:stroke-fuchsia-500\/30 {
    stroke: rgb(217 70 239 / 0.3) !important;
  }

  .md\:stroke-fuchsia-500\/35 {
    stroke: rgb(217 70 239 / 0.35) !important;
  }

  .md\:stroke-fuchsia-500\/40 {
    stroke: rgb(217 70 239 / 0.4) !important;
  }

  .md\:stroke-fuchsia-500\/45 {
    stroke: rgb(217 70 239 / 0.45) !important;
  }

  .md\:stroke-fuchsia-500\/5 {
    stroke: rgb(217 70 239 / 0.05) !important;
  }

  .md\:stroke-fuchsia-500\/50 {
    stroke: rgb(217 70 239 / 0.5) !important;
  }

  .md\:stroke-fuchsia-500\/55 {
    stroke: rgb(217 70 239 / 0.55) !important;
  }

  .md\:stroke-fuchsia-500\/60 {
    stroke: rgb(217 70 239 / 0.6) !important;
  }

  .md\:stroke-fuchsia-500\/65 {
    stroke: rgb(217 70 239 / 0.65) !important;
  }

  .md\:stroke-fuchsia-500\/70 {
    stroke: rgb(217 70 239 / 0.7) !important;
  }

  .md\:stroke-fuchsia-500\/75 {
    stroke: rgb(217 70 239 / 0.75) !important;
  }

  .md\:stroke-fuchsia-500\/80 {
    stroke: rgb(217 70 239 / 0.8) !important;
  }

  .md\:stroke-fuchsia-500\/85 {
    stroke: rgb(217 70 239 / 0.85) !important;
  }

  .md\:stroke-fuchsia-500\/90 {
    stroke: rgb(217 70 239 / 0.9) !important;
  }

  .md\:stroke-fuchsia-500\/95 {
    stroke: rgb(217 70 239 / 0.95) !important;
  }

  .md\:stroke-fuchsia-600 {
    stroke: #c026d3 !important;
  }

  .md\:stroke-fuchsia-600\/0 {
    stroke: rgb(192 38 211 / 0) !important;
  }

  .md\:stroke-fuchsia-600\/10 {
    stroke: rgb(192 38 211 / 0.1) !important;
  }

  .md\:stroke-fuchsia-600\/100 {
    stroke: rgb(192 38 211 / 1) !important;
  }

  .md\:stroke-fuchsia-600\/15 {
    stroke: rgb(192 38 211 / 0.15) !important;
  }

  .md\:stroke-fuchsia-600\/20 {
    stroke: rgb(192 38 211 / 0.2) !important;
  }

  .md\:stroke-fuchsia-600\/25 {
    stroke: rgb(192 38 211 / 0.25) !important;
  }

  .md\:stroke-fuchsia-600\/30 {
    stroke: rgb(192 38 211 / 0.3) !important;
  }

  .md\:stroke-fuchsia-600\/35 {
    stroke: rgb(192 38 211 / 0.35) !important;
  }

  .md\:stroke-fuchsia-600\/40 {
    stroke: rgb(192 38 211 / 0.4) !important;
  }

  .md\:stroke-fuchsia-600\/45 {
    stroke: rgb(192 38 211 / 0.45) !important;
  }

  .md\:stroke-fuchsia-600\/5 {
    stroke: rgb(192 38 211 / 0.05) !important;
  }

  .md\:stroke-fuchsia-600\/50 {
    stroke: rgb(192 38 211 / 0.5) !important;
  }

  .md\:stroke-fuchsia-600\/55 {
    stroke: rgb(192 38 211 / 0.55) !important;
  }

  .md\:stroke-fuchsia-600\/60 {
    stroke: rgb(192 38 211 / 0.6) !important;
  }

  .md\:stroke-fuchsia-600\/65 {
    stroke: rgb(192 38 211 / 0.65) !important;
  }

  .md\:stroke-fuchsia-600\/70 {
    stroke: rgb(192 38 211 / 0.7) !important;
  }

  .md\:stroke-fuchsia-600\/75 {
    stroke: rgb(192 38 211 / 0.75) !important;
  }

  .md\:stroke-fuchsia-600\/80 {
    stroke: rgb(192 38 211 / 0.8) !important;
  }

  .md\:stroke-fuchsia-600\/85 {
    stroke: rgb(192 38 211 / 0.85) !important;
  }

  .md\:stroke-fuchsia-600\/90 {
    stroke: rgb(192 38 211 / 0.9) !important;
  }

  .md\:stroke-fuchsia-600\/95 {
    stroke: rgb(192 38 211 / 0.95) !important;
  }

  .md\:stroke-fuchsia-700 {
    stroke: #a21caf !important;
  }

  .md\:stroke-fuchsia-700\/0 {
    stroke: rgb(162 28 175 / 0) !important;
  }

  .md\:stroke-fuchsia-700\/10 {
    stroke: rgb(162 28 175 / 0.1) !important;
  }

  .md\:stroke-fuchsia-700\/100 {
    stroke: rgb(162 28 175 / 1) !important;
  }

  .md\:stroke-fuchsia-700\/15 {
    stroke: rgb(162 28 175 / 0.15) !important;
  }

  .md\:stroke-fuchsia-700\/20 {
    stroke: rgb(162 28 175 / 0.2) !important;
  }

  .md\:stroke-fuchsia-700\/25 {
    stroke: rgb(162 28 175 / 0.25) !important;
  }

  .md\:stroke-fuchsia-700\/30 {
    stroke: rgb(162 28 175 / 0.3) !important;
  }

  .md\:stroke-fuchsia-700\/35 {
    stroke: rgb(162 28 175 / 0.35) !important;
  }

  .md\:stroke-fuchsia-700\/40 {
    stroke: rgb(162 28 175 / 0.4) !important;
  }

  .md\:stroke-fuchsia-700\/45 {
    stroke: rgb(162 28 175 / 0.45) !important;
  }

  .md\:stroke-fuchsia-700\/5 {
    stroke: rgb(162 28 175 / 0.05) !important;
  }

  .md\:stroke-fuchsia-700\/50 {
    stroke: rgb(162 28 175 / 0.5) !important;
  }

  .md\:stroke-fuchsia-700\/55 {
    stroke: rgb(162 28 175 / 0.55) !important;
  }

  .md\:stroke-fuchsia-700\/60 {
    stroke: rgb(162 28 175 / 0.6) !important;
  }

  .md\:stroke-fuchsia-700\/65 {
    stroke: rgb(162 28 175 / 0.65) !important;
  }

  .md\:stroke-fuchsia-700\/70 {
    stroke: rgb(162 28 175 / 0.7) !important;
  }

  .md\:stroke-fuchsia-700\/75 {
    stroke: rgb(162 28 175 / 0.75) !important;
  }

  .md\:stroke-fuchsia-700\/80 {
    stroke: rgb(162 28 175 / 0.8) !important;
  }

  .md\:stroke-fuchsia-700\/85 {
    stroke: rgb(162 28 175 / 0.85) !important;
  }

  .md\:stroke-fuchsia-700\/90 {
    stroke: rgb(162 28 175 / 0.9) !important;
  }

  .md\:stroke-fuchsia-700\/95 {
    stroke: rgb(162 28 175 / 0.95) !important;
  }

  .md\:stroke-fuchsia-800 {
    stroke: #86198f !important;
  }

  .md\:stroke-fuchsia-800\/0 {
    stroke: rgb(134 25 143 / 0) !important;
  }

  .md\:stroke-fuchsia-800\/10 {
    stroke: rgb(134 25 143 / 0.1) !important;
  }

  .md\:stroke-fuchsia-800\/100 {
    stroke: rgb(134 25 143 / 1) !important;
  }

  .md\:stroke-fuchsia-800\/15 {
    stroke: rgb(134 25 143 / 0.15) !important;
  }

  .md\:stroke-fuchsia-800\/20 {
    stroke: rgb(134 25 143 / 0.2) !important;
  }

  .md\:stroke-fuchsia-800\/25 {
    stroke: rgb(134 25 143 / 0.25) !important;
  }

  .md\:stroke-fuchsia-800\/30 {
    stroke: rgb(134 25 143 / 0.3) !important;
  }

  .md\:stroke-fuchsia-800\/35 {
    stroke: rgb(134 25 143 / 0.35) !important;
  }

  .md\:stroke-fuchsia-800\/40 {
    stroke: rgb(134 25 143 / 0.4) !important;
  }

  .md\:stroke-fuchsia-800\/45 {
    stroke: rgb(134 25 143 / 0.45) !important;
  }

  .md\:stroke-fuchsia-800\/5 {
    stroke: rgb(134 25 143 / 0.05) !important;
  }

  .md\:stroke-fuchsia-800\/50 {
    stroke: rgb(134 25 143 / 0.5) !important;
  }

  .md\:stroke-fuchsia-800\/55 {
    stroke: rgb(134 25 143 / 0.55) !important;
  }

  .md\:stroke-fuchsia-800\/60 {
    stroke: rgb(134 25 143 / 0.6) !important;
  }

  .md\:stroke-fuchsia-800\/65 {
    stroke: rgb(134 25 143 / 0.65) !important;
  }

  .md\:stroke-fuchsia-800\/70 {
    stroke: rgb(134 25 143 / 0.7) !important;
  }

  .md\:stroke-fuchsia-800\/75 {
    stroke: rgb(134 25 143 / 0.75) !important;
  }

  .md\:stroke-fuchsia-800\/80 {
    stroke: rgb(134 25 143 / 0.8) !important;
  }

  .md\:stroke-fuchsia-800\/85 {
    stroke: rgb(134 25 143 / 0.85) !important;
  }

  .md\:stroke-fuchsia-800\/90 {
    stroke: rgb(134 25 143 / 0.9) !important;
  }

  .md\:stroke-fuchsia-800\/95 {
    stroke: rgb(134 25 143 / 0.95) !important;
  }

  .md\:stroke-fuchsia-900 {
    stroke: #701a75 !important;
  }

  .md\:stroke-fuchsia-900\/0 {
    stroke: rgb(112 26 117 / 0) !important;
  }

  .md\:stroke-fuchsia-900\/10 {
    stroke: rgb(112 26 117 / 0.1) !important;
  }

  .md\:stroke-fuchsia-900\/100 {
    stroke: rgb(112 26 117 / 1) !important;
  }

  .md\:stroke-fuchsia-900\/15 {
    stroke: rgb(112 26 117 / 0.15) !important;
  }

  .md\:stroke-fuchsia-900\/20 {
    stroke: rgb(112 26 117 / 0.2) !important;
  }

  .md\:stroke-fuchsia-900\/25 {
    stroke: rgb(112 26 117 / 0.25) !important;
  }

  .md\:stroke-fuchsia-900\/30 {
    stroke: rgb(112 26 117 / 0.3) !important;
  }

  .md\:stroke-fuchsia-900\/35 {
    stroke: rgb(112 26 117 / 0.35) !important;
  }

  .md\:stroke-fuchsia-900\/40 {
    stroke: rgb(112 26 117 / 0.4) !important;
  }

  .md\:stroke-fuchsia-900\/45 {
    stroke: rgb(112 26 117 / 0.45) !important;
  }

  .md\:stroke-fuchsia-900\/5 {
    stroke: rgb(112 26 117 / 0.05) !important;
  }

  .md\:stroke-fuchsia-900\/50 {
    stroke: rgb(112 26 117 / 0.5) !important;
  }

  .md\:stroke-fuchsia-900\/55 {
    stroke: rgb(112 26 117 / 0.55) !important;
  }

  .md\:stroke-fuchsia-900\/60 {
    stroke: rgb(112 26 117 / 0.6) !important;
  }

  .md\:stroke-fuchsia-900\/65 {
    stroke: rgb(112 26 117 / 0.65) !important;
  }

  .md\:stroke-fuchsia-900\/70 {
    stroke: rgb(112 26 117 / 0.7) !important;
  }

  .md\:stroke-fuchsia-900\/75 {
    stroke: rgb(112 26 117 / 0.75) !important;
  }

  .md\:stroke-fuchsia-900\/80 {
    stroke: rgb(112 26 117 / 0.8) !important;
  }

  .md\:stroke-fuchsia-900\/85 {
    stroke: rgb(112 26 117 / 0.85) !important;
  }

  .md\:stroke-fuchsia-900\/90 {
    stroke: rgb(112 26 117 / 0.9) !important;
  }

  .md\:stroke-fuchsia-900\/95 {
    stroke: rgb(112 26 117 / 0.95) !important;
  }

  .md\:stroke-fuchsia-950 {
    stroke: #4a044e !important;
  }

  .md\:stroke-fuchsia-950\/0 {
    stroke: rgb(74 4 78 / 0) !important;
  }

  .md\:stroke-fuchsia-950\/10 {
    stroke: rgb(74 4 78 / 0.1) !important;
  }

  .md\:stroke-fuchsia-950\/100 {
    stroke: rgb(74 4 78 / 1) !important;
  }

  .md\:stroke-fuchsia-950\/15 {
    stroke: rgb(74 4 78 / 0.15) !important;
  }

  .md\:stroke-fuchsia-950\/20 {
    stroke: rgb(74 4 78 / 0.2) !important;
  }

  .md\:stroke-fuchsia-950\/25 {
    stroke: rgb(74 4 78 / 0.25) !important;
  }

  .md\:stroke-fuchsia-950\/30 {
    stroke: rgb(74 4 78 / 0.3) !important;
  }

  .md\:stroke-fuchsia-950\/35 {
    stroke: rgb(74 4 78 / 0.35) !important;
  }

  .md\:stroke-fuchsia-950\/40 {
    stroke: rgb(74 4 78 / 0.4) !important;
  }

  .md\:stroke-fuchsia-950\/45 {
    stroke: rgb(74 4 78 / 0.45) !important;
  }

  .md\:stroke-fuchsia-950\/5 {
    stroke: rgb(74 4 78 / 0.05) !important;
  }

  .md\:stroke-fuchsia-950\/50 {
    stroke: rgb(74 4 78 / 0.5) !important;
  }

  .md\:stroke-fuchsia-950\/55 {
    stroke: rgb(74 4 78 / 0.55) !important;
  }

  .md\:stroke-fuchsia-950\/60 {
    stroke: rgb(74 4 78 / 0.6) !important;
  }

  .md\:stroke-fuchsia-950\/65 {
    stroke: rgb(74 4 78 / 0.65) !important;
  }

  .md\:stroke-fuchsia-950\/70 {
    stroke: rgb(74 4 78 / 0.7) !important;
  }

  .md\:stroke-fuchsia-950\/75 {
    stroke: rgb(74 4 78 / 0.75) !important;
  }

  .md\:stroke-fuchsia-950\/80 {
    stroke: rgb(74 4 78 / 0.8) !important;
  }

  .md\:stroke-fuchsia-950\/85 {
    stroke: rgb(74 4 78 / 0.85) !important;
  }

  .md\:stroke-fuchsia-950\/90 {
    stroke: rgb(74 4 78 / 0.9) !important;
  }

  .md\:stroke-fuchsia-950\/95 {
    stroke: rgb(74 4 78 / 0.95) !important;
  }

  .md\:stroke-gray-100 {
    stroke: #f3f4f6 !important;
  }

  .md\:stroke-gray-100\/0 {
    stroke: rgb(243 244 246 / 0) !important;
  }

  .md\:stroke-gray-100\/10 {
    stroke: rgb(243 244 246 / 0.1) !important;
  }

  .md\:stroke-gray-100\/100 {
    stroke: rgb(243 244 246 / 1) !important;
  }

  .md\:stroke-gray-100\/15 {
    stroke: rgb(243 244 246 / 0.15) !important;
  }

  .md\:stroke-gray-100\/20 {
    stroke: rgb(243 244 246 / 0.2) !important;
  }

  .md\:stroke-gray-100\/25 {
    stroke: rgb(243 244 246 / 0.25) !important;
  }

  .md\:stroke-gray-100\/30 {
    stroke: rgb(243 244 246 / 0.3) !important;
  }

  .md\:stroke-gray-100\/35 {
    stroke: rgb(243 244 246 / 0.35) !important;
  }

  .md\:stroke-gray-100\/40 {
    stroke: rgb(243 244 246 / 0.4) !important;
  }

  .md\:stroke-gray-100\/45 {
    stroke: rgb(243 244 246 / 0.45) !important;
  }

  .md\:stroke-gray-100\/5 {
    stroke: rgb(243 244 246 / 0.05) !important;
  }

  .md\:stroke-gray-100\/50 {
    stroke: rgb(243 244 246 / 0.5) !important;
  }

  .md\:stroke-gray-100\/55 {
    stroke: rgb(243 244 246 / 0.55) !important;
  }

  .md\:stroke-gray-100\/60 {
    stroke: rgb(243 244 246 / 0.6) !important;
  }

  .md\:stroke-gray-100\/65 {
    stroke: rgb(243 244 246 / 0.65) !important;
  }

  .md\:stroke-gray-100\/70 {
    stroke: rgb(243 244 246 / 0.7) !important;
  }

  .md\:stroke-gray-100\/75 {
    stroke: rgb(243 244 246 / 0.75) !important;
  }

  .md\:stroke-gray-100\/80 {
    stroke: rgb(243 244 246 / 0.8) !important;
  }

  .md\:stroke-gray-100\/85 {
    stroke: rgb(243 244 246 / 0.85) !important;
  }

  .md\:stroke-gray-100\/90 {
    stroke: rgb(243 244 246 / 0.9) !important;
  }

  .md\:stroke-gray-100\/95 {
    stroke: rgb(243 244 246 / 0.95) !important;
  }

  .md\:stroke-gray-200 {
    stroke: #e5e7eb !important;
  }

  .md\:stroke-gray-200\/0 {
    stroke: rgb(229 231 235 / 0) !important;
  }

  .md\:stroke-gray-200\/10 {
    stroke: rgb(229 231 235 / 0.1) !important;
  }

  .md\:stroke-gray-200\/100 {
    stroke: rgb(229 231 235 / 1) !important;
  }

  .md\:stroke-gray-200\/15 {
    stroke: rgb(229 231 235 / 0.15) !important;
  }

  .md\:stroke-gray-200\/20 {
    stroke: rgb(229 231 235 / 0.2) !important;
  }

  .md\:stroke-gray-200\/25 {
    stroke: rgb(229 231 235 / 0.25) !important;
  }

  .md\:stroke-gray-200\/30 {
    stroke: rgb(229 231 235 / 0.3) !important;
  }

  .md\:stroke-gray-200\/35 {
    stroke: rgb(229 231 235 / 0.35) !important;
  }

  .md\:stroke-gray-200\/40 {
    stroke: rgb(229 231 235 / 0.4) !important;
  }

  .md\:stroke-gray-200\/45 {
    stroke: rgb(229 231 235 / 0.45) !important;
  }

  .md\:stroke-gray-200\/5 {
    stroke: rgb(229 231 235 / 0.05) !important;
  }

  .md\:stroke-gray-200\/50 {
    stroke: rgb(229 231 235 / 0.5) !important;
  }

  .md\:stroke-gray-200\/55 {
    stroke: rgb(229 231 235 / 0.55) !important;
  }

  .md\:stroke-gray-200\/60 {
    stroke: rgb(229 231 235 / 0.6) !important;
  }

  .md\:stroke-gray-200\/65 {
    stroke: rgb(229 231 235 / 0.65) !important;
  }

  .md\:stroke-gray-200\/70 {
    stroke: rgb(229 231 235 / 0.7) !important;
  }

  .md\:stroke-gray-200\/75 {
    stroke: rgb(229 231 235 / 0.75) !important;
  }

  .md\:stroke-gray-200\/80 {
    stroke: rgb(229 231 235 / 0.8) !important;
  }

  .md\:stroke-gray-200\/85 {
    stroke: rgb(229 231 235 / 0.85) !important;
  }

  .md\:stroke-gray-200\/90 {
    stroke: rgb(229 231 235 / 0.9) !important;
  }

  .md\:stroke-gray-200\/95 {
    stroke: rgb(229 231 235 / 0.95) !important;
  }

  .md\:stroke-gray-300 {
    stroke: #d1d5db !important;
  }

  .md\:stroke-gray-300\/0 {
    stroke: rgb(209 213 219 / 0) !important;
  }

  .md\:stroke-gray-300\/10 {
    stroke: rgb(209 213 219 / 0.1) !important;
  }

  .md\:stroke-gray-300\/100 {
    stroke: rgb(209 213 219 / 1) !important;
  }

  .md\:stroke-gray-300\/15 {
    stroke: rgb(209 213 219 / 0.15) !important;
  }

  .md\:stroke-gray-300\/20 {
    stroke: rgb(209 213 219 / 0.2) !important;
  }

  .md\:stroke-gray-300\/25 {
    stroke: rgb(209 213 219 / 0.25) !important;
  }

  .md\:stroke-gray-300\/30 {
    stroke: rgb(209 213 219 / 0.3) !important;
  }

  .md\:stroke-gray-300\/35 {
    stroke: rgb(209 213 219 / 0.35) !important;
  }

  .md\:stroke-gray-300\/40 {
    stroke: rgb(209 213 219 / 0.4) !important;
  }

  .md\:stroke-gray-300\/45 {
    stroke: rgb(209 213 219 / 0.45) !important;
  }

  .md\:stroke-gray-300\/5 {
    stroke: rgb(209 213 219 / 0.05) !important;
  }

  .md\:stroke-gray-300\/50 {
    stroke: rgb(209 213 219 / 0.5) !important;
  }

  .md\:stroke-gray-300\/55 {
    stroke: rgb(209 213 219 / 0.55) !important;
  }

  .md\:stroke-gray-300\/60 {
    stroke: rgb(209 213 219 / 0.6) !important;
  }

  .md\:stroke-gray-300\/65 {
    stroke: rgb(209 213 219 / 0.65) !important;
  }

  .md\:stroke-gray-300\/70 {
    stroke: rgb(209 213 219 / 0.7) !important;
  }

  .md\:stroke-gray-300\/75 {
    stroke: rgb(209 213 219 / 0.75) !important;
  }

  .md\:stroke-gray-300\/80 {
    stroke: rgb(209 213 219 / 0.8) !important;
  }

  .md\:stroke-gray-300\/85 {
    stroke: rgb(209 213 219 / 0.85) !important;
  }

  .md\:stroke-gray-300\/90 {
    stroke: rgb(209 213 219 / 0.9) !important;
  }

  .md\:stroke-gray-300\/95 {
    stroke: rgb(209 213 219 / 0.95) !important;
  }

  .md\:stroke-gray-400 {
    stroke: #9ca3af !important;
  }

  .md\:stroke-gray-400\/0 {
    stroke: rgb(156 163 175 / 0) !important;
  }

  .md\:stroke-gray-400\/10 {
    stroke: rgb(156 163 175 / 0.1) !important;
  }

  .md\:stroke-gray-400\/100 {
    stroke: rgb(156 163 175 / 1) !important;
  }

  .md\:stroke-gray-400\/15 {
    stroke: rgb(156 163 175 / 0.15) !important;
  }

  .md\:stroke-gray-400\/20 {
    stroke: rgb(156 163 175 / 0.2) !important;
  }

  .md\:stroke-gray-400\/25 {
    stroke: rgb(156 163 175 / 0.25) !important;
  }

  .md\:stroke-gray-400\/30 {
    stroke: rgb(156 163 175 / 0.3) !important;
  }

  .md\:stroke-gray-400\/35 {
    stroke: rgb(156 163 175 / 0.35) !important;
  }

  .md\:stroke-gray-400\/40 {
    stroke: rgb(156 163 175 / 0.4) !important;
  }

  .md\:stroke-gray-400\/45 {
    stroke: rgb(156 163 175 / 0.45) !important;
  }

  .md\:stroke-gray-400\/5 {
    stroke: rgb(156 163 175 / 0.05) !important;
  }

  .md\:stroke-gray-400\/50 {
    stroke: rgb(156 163 175 / 0.5) !important;
  }

  .md\:stroke-gray-400\/55 {
    stroke: rgb(156 163 175 / 0.55) !important;
  }

  .md\:stroke-gray-400\/60 {
    stroke: rgb(156 163 175 / 0.6) !important;
  }

  .md\:stroke-gray-400\/65 {
    stroke: rgb(156 163 175 / 0.65) !important;
  }

  .md\:stroke-gray-400\/70 {
    stroke: rgb(156 163 175 / 0.7) !important;
  }

  .md\:stroke-gray-400\/75 {
    stroke: rgb(156 163 175 / 0.75) !important;
  }

  .md\:stroke-gray-400\/80 {
    stroke: rgb(156 163 175 / 0.8) !important;
  }

  .md\:stroke-gray-400\/85 {
    stroke: rgb(156 163 175 / 0.85) !important;
  }

  .md\:stroke-gray-400\/90 {
    stroke: rgb(156 163 175 / 0.9) !important;
  }

  .md\:stroke-gray-400\/95 {
    stroke: rgb(156 163 175 / 0.95) !important;
  }

  .md\:stroke-gray-50 {
    stroke: #f9fafb !important;
  }

  .md\:stroke-gray-50\/0 {
    stroke: rgb(249 250 251 / 0) !important;
  }

  .md\:stroke-gray-50\/10 {
    stroke: rgb(249 250 251 / 0.1) !important;
  }

  .md\:stroke-gray-50\/100 {
    stroke: rgb(249 250 251 / 1) !important;
  }

  .md\:stroke-gray-50\/15 {
    stroke: rgb(249 250 251 / 0.15) !important;
  }

  .md\:stroke-gray-50\/20 {
    stroke: rgb(249 250 251 / 0.2) !important;
  }

  .md\:stroke-gray-50\/25 {
    stroke: rgb(249 250 251 / 0.25) !important;
  }

  .md\:stroke-gray-50\/30 {
    stroke: rgb(249 250 251 / 0.3) !important;
  }

  .md\:stroke-gray-50\/35 {
    stroke: rgb(249 250 251 / 0.35) !important;
  }

  .md\:stroke-gray-50\/40 {
    stroke: rgb(249 250 251 / 0.4) !important;
  }

  .md\:stroke-gray-50\/45 {
    stroke: rgb(249 250 251 / 0.45) !important;
  }

  .md\:stroke-gray-50\/5 {
    stroke: rgb(249 250 251 / 0.05) !important;
  }

  .md\:stroke-gray-50\/50 {
    stroke: rgb(249 250 251 / 0.5) !important;
  }

  .md\:stroke-gray-50\/55 {
    stroke: rgb(249 250 251 / 0.55) !important;
  }

  .md\:stroke-gray-50\/60 {
    stroke: rgb(249 250 251 / 0.6) !important;
  }

  .md\:stroke-gray-50\/65 {
    stroke: rgb(249 250 251 / 0.65) !important;
  }

  .md\:stroke-gray-50\/70 {
    stroke: rgb(249 250 251 / 0.7) !important;
  }

  .md\:stroke-gray-50\/75 {
    stroke: rgb(249 250 251 / 0.75) !important;
  }

  .md\:stroke-gray-50\/80 {
    stroke: rgb(249 250 251 / 0.8) !important;
  }

  .md\:stroke-gray-50\/85 {
    stroke: rgb(249 250 251 / 0.85) !important;
  }

  .md\:stroke-gray-50\/90 {
    stroke: rgb(249 250 251 / 0.9) !important;
  }

  .md\:stroke-gray-50\/95 {
    stroke: rgb(249 250 251 / 0.95) !important;
  }

  .md\:stroke-gray-500 {
    stroke: #6b7280 !important;
  }

  .md\:stroke-gray-500\/0 {
    stroke: rgb(107 114 128 / 0) !important;
  }

  .md\:stroke-gray-500\/10 {
    stroke: rgb(107 114 128 / 0.1) !important;
  }

  .md\:stroke-gray-500\/100 {
    stroke: rgb(107 114 128 / 1) !important;
  }

  .md\:stroke-gray-500\/15 {
    stroke: rgb(107 114 128 / 0.15) !important;
  }

  .md\:stroke-gray-500\/20 {
    stroke: rgb(107 114 128 / 0.2) !important;
  }

  .md\:stroke-gray-500\/25 {
    stroke: rgb(107 114 128 / 0.25) !important;
  }

  .md\:stroke-gray-500\/30 {
    stroke: rgb(107 114 128 / 0.3) !important;
  }

  .md\:stroke-gray-500\/35 {
    stroke: rgb(107 114 128 / 0.35) !important;
  }

  .md\:stroke-gray-500\/40 {
    stroke: rgb(107 114 128 / 0.4) !important;
  }

  .md\:stroke-gray-500\/45 {
    stroke: rgb(107 114 128 / 0.45) !important;
  }

  .md\:stroke-gray-500\/5 {
    stroke: rgb(107 114 128 / 0.05) !important;
  }

  .md\:stroke-gray-500\/50 {
    stroke: rgb(107 114 128 / 0.5) !important;
  }

  .md\:stroke-gray-500\/55 {
    stroke: rgb(107 114 128 / 0.55) !important;
  }

  .md\:stroke-gray-500\/60 {
    stroke: rgb(107 114 128 / 0.6) !important;
  }

  .md\:stroke-gray-500\/65 {
    stroke: rgb(107 114 128 / 0.65) !important;
  }

  .md\:stroke-gray-500\/70 {
    stroke: rgb(107 114 128 / 0.7) !important;
  }

  .md\:stroke-gray-500\/75 {
    stroke: rgb(107 114 128 / 0.75) !important;
  }

  .md\:stroke-gray-500\/80 {
    stroke: rgb(107 114 128 / 0.8) !important;
  }

  .md\:stroke-gray-500\/85 {
    stroke: rgb(107 114 128 / 0.85) !important;
  }

  .md\:stroke-gray-500\/90 {
    stroke: rgb(107 114 128 / 0.9) !important;
  }

  .md\:stroke-gray-500\/95 {
    stroke: rgb(107 114 128 / 0.95) !important;
  }

  .md\:stroke-gray-600 {
    stroke: #4b5563 !important;
  }

  .md\:stroke-gray-600\/0 {
    stroke: rgb(75 85 99 / 0) !important;
  }

  .md\:stroke-gray-600\/10 {
    stroke: rgb(75 85 99 / 0.1) !important;
  }

  .md\:stroke-gray-600\/100 {
    stroke: rgb(75 85 99 / 1) !important;
  }

  .md\:stroke-gray-600\/15 {
    stroke: rgb(75 85 99 / 0.15) !important;
  }

  .md\:stroke-gray-600\/20 {
    stroke: rgb(75 85 99 / 0.2) !important;
  }

  .md\:stroke-gray-600\/25 {
    stroke: rgb(75 85 99 / 0.25) !important;
  }

  .md\:stroke-gray-600\/30 {
    stroke: rgb(75 85 99 / 0.3) !important;
  }

  .md\:stroke-gray-600\/35 {
    stroke: rgb(75 85 99 / 0.35) !important;
  }

  .md\:stroke-gray-600\/40 {
    stroke: rgb(75 85 99 / 0.4) !important;
  }

  .md\:stroke-gray-600\/45 {
    stroke: rgb(75 85 99 / 0.45) !important;
  }

  .md\:stroke-gray-600\/5 {
    stroke: rgb(75 85 99 / 0.05) !important;
  }

  .md\:stroke-gray-600\/50 {
    stroke: rgb(75 85 99 / 0.5) !important;
  }

  .md\:stroke-gray-600\/55 {
    stroke: rgb(75 85 99 / 0.55) !important;
  }

  .md\:stroke-gray-600\/60 {
    stroke: rgb(75 85 99 / 0.6) !important;
  }

  .md\:stroke-gray-600\/65 {
    stroke: rgb(75 85 99 / 0.65) !important;
  }

  .md\:stroke-gray-600\/70 {
    stroke: rgb(75 85 99 / 0.7) !important;
  }

  .md\:stroke-gray-600\/75 {
    stroke: rgb(75 85 99 / 0.75) !important;
  }

  .md\:stroke-gray-600\/80 {
    stroke: rgb(75 85 99 / 0.8) !important;
  }

  .md\:stroke-gray-600\/85 {
    stroke: rgb(75 85 99 / 0.85) !important;
  }

  .md\:stroke-gray-600\/90 {
    stroke: rgb(75 85 99 / 0.9) !important;
  }

  .md\:stroke-gray-600\/95 {
    stroke: rgb(75 85 99 / 0.95) !important;
  }

  .md\:stroke-gray-700 {
    stroke: #374151 !important;
  }

  .md\:stroke-gray-700\/0 {
    stroke: rgb(55 65 81 / 0) !important;
  }

  .md\:stroke-gray-700\/10 {
    stroke: rgb(55 65 81 / 0.1) !important;
  }

  .md\:stroke-gray-700\/100 {
    stroke: rgb(55 65 81 / 1) !important;
  }

  .md\:stroke-gray-700\/15 {
    stroke: rgb(55 65 81 / 0.15) !important;
  }

  .md\:stroke-gray-700\/20 {
    stroke: rgb(55 65 81 / 0.2) !important;
  }

  .md\:stroke-gray-700\/25 {
    stroke: rgb(55 65 81 / 0.25) !important;
  }

  .md\:stroke-gray-700\/30 {
    stroke: rgb(55 65 81 / 0.3) !important;
  }

  .md\:stroke-gray-700\/35 {
    stroke: rgb(55 65 81 / 0.35) !important;
  }

  .md\:stroke-gray-700\/40 {
    stroke: rgb(55 65 81 / 0.4) !important;
  }

  .md\:stroke-gray-700\/45 {
    stroke: rgb(55 65 81 / 0.45) !important;
  }

  .md\:stroke-gray-700\/5 {
    stroke: rgb(55 65 81 / 0.05) !important;
  }

  .md\:stroke-gray-700\/50 {
    stroke: rgb(55 65 81 / 0.5) !important;
  }

  .md\:stroke-gray-700\/55 {
    stroke: rgb(55 65 81 / 0.55) !important;
  }

  .md\:stroke-gray-700\/60 {
    stroke: rgb(55 65 81 / 0.6) !important;
  }

  .md\:stroke-gray-700\/65 {
    stroke: rgb(55 65 81 / 0.65) !important;
  }

  .md\:stroke-gray-700\/70 {
    stroke: rgb(55 65 81 / 0.7) !important;
  }

  .md\:stroke-gray-700\/75 {
    stroke: rgb(55 65 81 / 0.75) !important;
  }

  .md\:stroke-gray-700\/80 {
    stroke: rgb(55 65 81 / 0.8) !important;
  }

  .md\:stroke-gray-700\/85 {
    stroke: rgb(55 65 81 / 0.85) !important;
  }

  .md\:stroke-gray-700\/90 {
    stroke: rgb(55 65 81 / 0.9) !important;
  }

  .md\:stroke-gray-700\/95 {
    stroke: rgb(55 65 81 / 0.95) !important;
  }

  .md\:stroke-gray-800 {
    stroke: #1f2937 !important;
  }

  .md\:stroke-gray-800\/0 {
    stroke: rgb(31 41 55 / 0) !important;
  }

  .md\:stroke-gray-800\/10 {
    stroke: rgb(31 41 55 / 0.1) !important;
  }

  .md\:stroke-gray-800\/100 {
    stroke: rgb(31 41 55 / 1) !important;
  }

  .md\:stroke-gray-800\/15 {
    stroke: rgb(31 41 55 / 0.15) !important;
  }

  .md\:stroke-gray-800\/20 {
    stroke: rgb(31 41 55 / 0.2) !important;
  }

  .md\:stroke-gray-800\/25 {
    stroke: rgb(31 41 55 / 0.25) !important;
  }

  .md\:stroke-gray-800\/30 {
    stroke: rgb(31 41 55 / 0.3) !important;
  }

  .md\:stroke-gray-800\/35 {
    stroke: rgb(31 41 55 / 0.35) !important;
  }

  .md\:stroke-gray-800\/40 {
    stroke: rgb(31 41 55 / 0.4) !important;
  }

  .md\:stroke-gray-800\/45 {
    stroke: rgb(31 41 55 / 0.45) !important;
  }

  .md\:stroke-gray-800\/5 {
    stroke: rgb(31 41 55 / 0.05) !important;
  }

  .md\:stroke-gray-800\/50 {
    stroke: rgb(31 41 55 / 0.5) !important;
  }

  .md\:stroke-gray-800\/55 {
    stroke: rgb(31 41 55 / 0.55) !important;
  }

  .md\:stroke-gray-800\/60 {
    stroke: rgb(31 41 55 / 0.6) !important;
  }

  .md\:stroke-gray-800\/65 {
    stroke: rgb(31 41 55 / 0.65) !important;
  }

  .md\:stroke-gray-800\/70 {
    stroke: rgb(31 41 55 / 0.7) !important;
  }

  .md\:stroke-gray-800\/75 {
    stroke: rgb(31 41 55 / 0.75) !important;
  }

  .md\:stroke-gray-800\/80 {
    stroke: rgb(31 41 55 / 0.8) !important;
  }

  .md\:stroke-gray-800\/85 {
    stroke: rgb(31 41 55 / 0.85) !important;
  }

  .md\:stroke-gray-800\/90 {
    stroke: rgb(31 41 55 / 0.9) !important;
  }

  .md\:stroke-gray-800\/95 {
    stroke: rgb(31 41 55 / 0.95) !important;
  }

  .md\:stroke-gray-900 {
    stroke: #111827 !important;
  }

  .md\:stroke-gray-900\/0 {
    stroke: rgb(17 24 39 / 0) !important;
  }

  .md\:stroke-gray-900\/10 {
    stroke: rgb(17 24 39 / 0.1) !important;
  }

  .md\:stroke-gray-900\/100 {
    stroke: rgb(17 24 39 / 1) !important;
  }

  .md\:stroke-gray-900\/15 {
    stroke: rgb(17 24 39 / 0.15) !important;
  }

  .md\:stroke-gray-900\/20 {
    stroke: rgb(17 24 39 / 0.2) !important;
  }

  .md\:stroke-gray-900\/25 {
    stroke: rgb(17 24 39 / 0.25) !important;
  }

  .md\:stroke-gray-900\/30 {
    stroke: rgb(17 24 39 / 0.3) !important;
  }

  .md\:stroke-gray-900\/35 {
    stroke: rgb(17 24 39 / 0.35) !important;
  }

  .md\:stroke-gray-900\/40 {
    stroke: rgb(17 24 39 / 0.4) !important;
  }

  .md\:stroke-gray-900\/45 {
    stroke: rgb(17 24 39 / 0.45) !important;
  }

  .md\:stroke-gray-900\/5 {
    stroke: rgb(17 24 39 / 0.05) !important;
  }

  .md\:stroke-gray-900\/50 {
    stroke: rgb(17 24 39 / 0.5) !important;
  }

  .md\:stroke-gray-900\/55 {
    stroke: rgb(17 24 39 / 0.55) !important;
  }

  .md\:stroke-gray-900\/60 {
    stroke: rgb(17 24 39 / 0.6) !important;
  }

  .md\:stroke-gray-900\/65 {
    stroke: rgb(17 24 39 / 0.65) !important;
  }

  .md\:stroke-gray-900\/70 {
    stroke: rgb(17 24 39 / 0.7) !important;
  }

  .md\:stroke-gray-900\/75 {
    stroke: rgb(17 24 39 / 0.75) !important;
  }

  .md\:stroke-gray-900\/80 {
    stroke: rgb(17 24 39 / 0.8) !important;
  }

  .md\:stroke-gray-900\/85 {
    stroke: rgb(17 24 39 / 0.85) !important;
  }

  .md\:stroke-gray-900\/90 {
    stroke: rgb(17 24 39 / 0.9) !important;
  }

  .md\:stroke-gray-900\/95 {
    stroke: rgb(17 24 39 / 0.95) !important;
  }

  .md\:stroke-gray-950 {
    stroke: #030712 !important;
  }

  .md\:stroke-gray-950\/0 {
    stroke: rgb(3 7 18 / 0) !important;
  }

  .md\:stroke-gray-950\/10 {
    stroke: rgb(3 7 18 / 0.1) !important;
  }

  .md\:stroke-gray-950\/100 {
    stroke: rgb(3 7 18 / 1) !important;
  }

  .md\:stroke-gray-950\/15 {
    stroke: rgb(3 7 18 / 0.15) !important;
  }

  .md\:stroke-gray-950\/20 {
    stroke: rgb(3 7 18 / 0.2) !important;
  }

  .md\:stroke-gray-950\/25 {
    stroke: rgb(3 7 18 / 0.25) !important;
  }

  .md\:stroke-gray-950\/30 {
    stroke: rgb(3 7 18 / 0.3) !important;
  }

  .md\:stroke-gray-950\/35 {
    stroke: rgb(3 7 18 / 0.35) !important;
  }

  .md\:stroke-gray-950\/40 {
    stroke: rgb(3 7 18 / 0.4) !important;
  }

  .md\:stroke-gray-950\/45 {
    stroke: rgb(3 7 18 / 0.45) !important;
  }

  .md\:stroke-gray-950\/5 {
    stroke: rgb(3 7 18 / 0.05) !important;
  }

  .md\:stroke-gray-950\/50 {
    stroke: rgb(3 7 18 / 0.5) !important;
  }

  .md\:stroke-gray-950\/55 {
    stroke: rgb(3 7 18 / 0.55) !important;
  }

  .md\:stroke-gray-950\/60 {
    stroke: rgb(3 7 18 / 0.6) !important;
  }

  .md\:stroke-gray-950\/65 {
    stroke: rgb(3 7 18 / 0.65) !important;
  }

  .md\:stroke-gray-950\/70 {
    stroke: rgb(3 7 18 / 0.7) !important;
  }

  .md\:stroke-gray-950\/75 {
    stroke: rgb(3 7 18 / 0.75) !important;
  }

  .md\:stroke-gray-950\/80 {
    stroke: rgb(3 7 18 / 0.8) !important;
  }

  .md\:stroke-gray-950\/85 {
    stroke: rgb(3 7 18 / 0.85) !important;
  }

  .md\:stroke-gray-950\/90 {
    stroke: rgb(3 7 18 / 0.9) !important;
  }

  .md\:stroke-gray-950\/95 {
    stroke: rgb(3 7 18 / 0.95) !important;
  }

  .md\:stroke-green-100 {
    stroke: #dcfce7 !important;
  }

  .md\:stroke-green-100\/0 {
    stroke: rgb(220 252 231 / 0) !important;
  }

  .md\:stroke-green-100\/10 {
    stroke: rgb(220 252 231 / 0.1) !important;
  }

  .md\:stroke-green-100\/100 {
    stroke: rgb(220 252 231 / 1) !important;
  }

  .md\:stroke-green-100\/15 {
    stroke: rgb(220 252 231 / 0.15) !important;
  }

  .md\:stroke-green-100\/20 {
    stroke: rgb(220 252 231 / 0.2) !important;
  }

  .md\:stroke-green-100\/25 {
    stroke: rgb(220 252 231 / 0.25) !important;
  }

  .md\:stroke-green-100\/30 {
    stroke: rgb(220 252 231 / 0.3) !important;
  }

  .md\:stroke-green-100\/35 {
    stroke: rgb(220 252 231 / 0.35) !important;
  }

  .md\:stroke-green-100\/40 {
    stroke: rgb(220 252 231 / 0.4) !important;
  }

  .md\:stroke-green-100\/45 {
    stroke: rgb(220 252 231 / 0.45) !important;
  }

  .md\:stroke-green-100\/5 {
    stroke: rgb(220 252 231 / 0.05) !important;
  }

  .md\:stroke-green-100\/50 {
    stroke: rgb(220 252 231 / 0.5) !important;
  }

  .md\:stroke-green-100\/55 {
    stroke: rgb(220 252 231 / 0.55) !important;
  }

  .md\:stroke-green-100\/60 {
    stroke: rgb(220 252 231 / 0.6) !important;
  }

  .md\:stroke-green-100\/65 {
    stroke: rgb(220 252 231 / 0.65) !important;
  }

  .md\:stroke-green-100\/70 {
    stroke: rgb(220 252 231 / 0.7) !important;
  }

  .md\:stroke-green-100\/75 {
    stroke: rgb(220 252 231 / 0.75) !important;
  }

  .md\:stroke-green-100\/80 {
    stroke: rgb(220 252 231 / 0.8) !important;
  }

  .md\:stroke-green-100\/85 {
    stroke: rgb(220 252 231 / 0.85) !important;
  }

  .md\:stroke-green-100\/90 {
    stroke: rgb(220 252 231 / 0.9) !important;
  }

  .md\:stroke-green-100\/95 {
    stroke: rgb(220 252 231 / 0.95) !important;
  }

  .md\:stroke-green-200 {
    stroke: #bbf7d0 !important;
  }

  .md\:stroke-green-200\/0 {
    stroke: rgb(187 247 208 / 0) !important;
  }

  .md\:stroke-green-200\/10 {
    stroke: rgb(187 247 208 / 0.1) !important;
  }

  .md\:stroke-green-200\/100 {
    stroke: rgb(187 247 208 / 1) !important;
  }

  .md\:stroke-green-200\/15 {
    stroke: rgb(187 247 208 / 0.15) !important;
  }

  .md\:stroke-green-200\/20 {
    stroke: rgb(187 247 208 / 0.2) !important;
  }

  .md\:stroke-green-200\/25 {
    stroke: rgb(187 247 208 / 0.25) !important;
  }

  .md\:stroke-green-200\/30 {
    stroke: rgb(187 247 208 / 0.3) !important;
  }

  .md\:stroke-green-200\/35 {
    stroke: rgb(187 247 208 / 0.35) !important;
  }

  .md\:stroke-green-200\/40 {
    stroke: rgb(187 247 208 / 0.4) !important;
  }

  .md\:stroke-green-200\/45 {
    stroke: rgb(187 247 208 / 0.45) !important;
  }

  .md\:stroke-green-200\/5 {
    stroke: rgb(187 247 208 / 0.05) !important;
  }

  .md\:stroke-green-200\/50 {
    stroke: rgb(187 247 208 / 0.5) !important;
  }

  .md\:stroke-green-200\/55 {
    stroke: rgb(187 247 208 / 0.55) !important;
  }

  .md\:stroke-green-200\/60 {
    stroke: rgb(187 247 208 / 0.6) !important;
  }

  .md\:stroke-green-200\/65 {
    stroke: rgb(187 247 208 / 0.65) !important;
  }

  .md\:stroke-green-200\/70 {
    stroke: rgb(187 247 208 / 0.7) !important;
  }

  .md\:stroke-green-200\/75 {
    stroke: rgb(187 247 208 / 0.75) !important;
  }

  .md\:stroke-green-200\/80 {
    stroke: rgb(187 247 208 / 0.8) !important;
  }

  .md\:stroke-green-200\/85 {
    stroke: rgb(187 247 208 / 0.85) !important;
  }

  .md\:stroke-green-200\/90 {
    stroke: rgb(187 247 208 / 0.9) !important;
  }

  .md\:stroke-green-200\/95 {
    stroke: rgb(187 247 208 / 0.95) !important;
  }

  .md\:stroke-green-300 {
    stroke: #86efac !important;
  }

  .md\:stroke-green-300\/0 {
    stroke: rgb(134 239 172 / 0) !important;
  }

  .md\:stroke-green-300\/10 {
    stroke: rgb(134 239 172 / 0.1) !important;
  }

  .md\:stroke-green-300\/100 {
    stroke: rgb(134 239 172 / 1) !important;
  }

  .md\:stroke-green-300\/15 {
    stroke: rgb(134 239 172 / 0.15) !important;
  }

  .md\:stroke-green-300\/20 {
    stroke: rgb(134 239 172 / 0.2) !important;
  }

  .md\:stroke-green-300\/25 {
    stroke: rgb(134 239 172 / 0.25) !important;
  }

  .md\:stroke-green-300\/30 {
    stroke: rgb(134 239 172 / 0.3) !important;
  }

  .md\:stroke-green-300\/35 {
    stroke: rgb(134 239 172 / 0.35) !important;
  }

  .md\:stroke-green-300\/40 {
    stroke: rgb(134 239 172 / 0.4) !important;
  }

  .md\:stroke-green-300\/45 {
    stroke: rgb(134 239 172 / 0.45) !important;
  }

  .md\:stroke-green-300\/5 {
    stroke: rgb(134 239 172 / 0.05) !important;
  }

  .md\:stroke-green-300\/50 {
    stroke: rgb(134 239 172 / 0.5) !important;
  }

  .md\:stroke-green-300\/55 {
    stroke: rgb(134 239 172 / 0.55) !important;
  }

  .md\:stroke-green-300\/60 {
    stroke: rgb(134 239 172 / 0.6) !important;
  }

  .md\:stroke-green-300\/65 {
    stroke: rgb(134 239 172 / 0.65) !important;
  }

  .md\:stroke-green-300\/70 {
    stroke: rgb(134 239 172 / 0.7) !important;
  }

  .md\:stroke-green-300\/75 {
    stroke: rgb(134 239 172 / 0.75) !important;
  }

  .md\:stroke-green-300\/80 {
    stroke: rgb(134 239 172 / 0.8) !important;
  }

  .md\:stroke-green-300\/85 {
    stroke: rgb(134 239 172 / 0.85) !important;
  }

  .md\:stroke-green-300\/90 {
    stroke: rgb(134 239 172 / 0.9) !important;
  }

  .md\:stroke-green-300\/95 {
    stroke: rgb(134 239 172 / 0.95) !important;
  }

  .md\:stroke-green-400 {
    stroke: #4ade80 !important;
  }

  .md\:stroke-green-400\/0 {
    stroke: rgb(74 222 128 / 0) !important;
  }

  .md\:stroke-green-400\/10 {
    stroke: rgb(74 222 128 / 0.1) !important;
  }

  .md\:stroke-green-400\/100 {
    stroke: rgb(74 222 128 / 1) !important;
  }

  .md\:stroke-green-400\/15 {
    stroke: rgb(74 222 128 / 0.15) !important;
  }

  .md\:stroke-green-400\/20 {
    stroke: rgb(74 222 128 / 0.2) !important;
  }

  .md\:stroke-green-400\/25 {
    stroke: rgb(74 222 128 / 0.25) !important;
  }

  .md\:stroke-green-400\/30 {
    stroke: rgb(74 222 128 / 0.3) !important;
  }

  .md\:stroke-green-400\/35 {
    stroke: rgb(74 222 128 / 0.35) !important;
  }

  .md\:stroke-green-400\/40 {
    stroke: rgb(74 222 128 / 0.4) !important;
  }

  .md\:stroke-green-400\/45 {
    stroke: rgb(74 222 128 / 0.45) !important;
  }

  .md\:stroke-green-400\/5 {
    stroke: rgb(74 222 128 / 0.05) !important;
  }

  .md\:stroke-green-400\/50 {
    stroke: rgb(74 222 128 / 0.5) !important;
  }

  .md\:stroke-green-400\/55 {
    stroke: rgb(74 222 128 / 0.55) !important;
  }

  .md\:stroke-green-400\/60 {
    stroke: rgb(74 222 128 / 0.6) !important;
  }

  .md\:stroke-green-400\/65 {
    stroke: rgb(74 222 128 / 0.65) !important;
  }

  .md\:stroke-green-400\/70 {
    stroke: rgb(74 222 128 / 0.7) !important;
  }

  .md\:stroke-green-400\/75 {
    stroke: rgb(74 222 128 / 0.75) !important;
  }

  .md\:stroke-green-400\/80 {
    stroke: rgb(74 222 128 / 0.8) !important;
  }

  .md\:stroke-green-400\/85 {
    stroke: rgb(74 222 128 / 0.85) !important;
  }

  .md\:stroke-green-400\/90 {
    stroke: rgb(74 222 128 / 0.9) !important;
  }

  .md\:stroke-green-400\/95 {
    stroke: rgb(74 222 128 / 0.95) !important;
  }

  .md\:stroke-green-50 {
    stroke: #f0fdf4 !important;
  }

  .md\:stroke-green-50\/0 {
    stroke: rgb(240 253 244 / 0) !important;
  }

  .md\:stroke-green-50\/10 {
    stroke: rgb(240 253 244 / 0.1) !important;
  }

  .md\:stroke-green-50\/100 {
    stroke: rgb(240 253 244 / 1) !important;
  }

  .md\:stroke-green-50\/15 {
    stroke: rgb(240 253 244 / 0.15) !important;
  }

  .md\:stroke-green-50\/20 {
    stroke: rgb(240 253 244 / 0.2) !important;
  }

  .md\:stroke-green-50\/25 {
    stroke: rgb(240 253 244 / 0.25) !important;
  }

  .md\:stroke-green-50\/30 {
    stroke: rgb(240 253 244 / 0.3) !important;
  }

  .md\:stroke-green-50\/35 {
    stroke: rgb(240 253 244 / 0.35) !important;
  }

  .md\:stroke-green-50\/40 {
    stroke: rgb(240 253 244 / 0.4) !important;
  }

  .md\:stroke-green-50\/45 {
    stroke: rgb(240 253 244 / 0.45) !important;
  }

  .md\:stroke-green-50\/5 {
    stroke: rgb(240 253 244 / 0.05) !important;
  }

  .md\:stroke-green-50\/50 {
    stroke: rgb(240 253 244 / 0.5) !important;
  }

  .md\:stroke-green-50\/55 {
    stroke: rgb(240 253 244 / 0.55) !important;
  }

  .md\:stroke-green-50\/60 {
    stroke: rgb(240 253 244 / 0.6) !important;
  }

  .md\:stroke-green-50\/65 {
    stroke: rgb(240 253 244 / 0.65) !important;
  }

  .md\:stroke-green-50\/70 {
    stroke: rgb(240 253 244 / 0.7) !important;
  }

  .md\:stroke-green-50\/75 {
    stroke: rgb(240 253 244 / 0.75) !important;
  }

  .md\:stroke-green-50\/80 {
    stroke: rgb(240 253 244 / 0.8) !important;
  }

  .md\:stroke-green-50\/85 {
    stroke: rgb(240 253 244 / 0.85) !important;
  }

  .md\:stroke-green-50\/90 {
    stroke: rgb(240 253 244 / 0.9) !important;
  }

  .md\:stroke-green-50\/95 {
    stroke: rgb(240 253 244 / 0.95) !important;
  }

  .md\:stroke-green-500 {
    stroke: #22c55e !important;
  }

  .md\:stroke-green-500\/0 {
    stroke: rgb(34 197 94 / 0) !important;
  }

  .md\:stroke-green-500\/10 {
    stroke: rgb(34 197 94 / 0.1) !important;
  }

  .md\:stroke-green-500\/100 {
    stroke: rgb(34 197 94 / 1) !important;
  }

  .md\:stroke-green-500\/15 {
    stroke: rgb(34 197 94 / 0.15) !important;
  }

  .md\:stroke-green-500\/20 {
    stroke: rgb(34 197 94 / 0.2) !important;
  }

  .md\:stroke-green-500\/25 {
    stroke: rgb(34 197 94 / 0.25) !important;
  }

  .md\:stroke-green-500\/30 {
    stroke: rgb(34 197 94 / 0.3) !important;
  }

  .md\:stroke-green-500\/35 {
    stroke: rgb(34 197 94 / 0.35) !important;
  }

  .md\:stroke-green-500\/40 {
    stroke: rgb(34 197 94 / 0.4) !important;
  }

  .md\:stroke-green-500\/45 {
    stroke: rgb(34 197 94 / 0.45) !important;
  }

  .md\:stroke-green-500\/5 {
    stroke: rgb(34 197 94 / 0.05) !important;
  }

  .md\:stroke-green-500\/50 {
    stroke: rgb(34 197 94 / 0.5) !important;
  }

  .md\:stroke-green-500\/55 {
    stroke: rgb(34 197 94 / 0.55) !important;
  }

  .md\:stroke-green-500\/60 {
    stroke: rgb(34 197 94 / 0.6) !important;
  }

  .md\:stroke-green-500\/65 {
    stroke: rgb(34 197 94 / 0.65) !important;
  }

  .md\:stroke-green-500\/70 {
    stroke: rgb(34 197 94 / 0.7) !important;
  }

  .md\:stroke-green-500\/75 {
    stroke: rgb(34 197 94 / 0.75) !important;
  }

  .md\:stroke-green-500\/80 {
    stroke: rgb(34 197 94 / 0.8) !important;
  }

  .md\:stroke-green-500\/85 {
    stroke: rgb(34 197 94 / 0.85) !important;
  }

  .md\:stroke-green-500\/90 {
    stroke: rgb(34 197 94 / 0.9) !important;
  }

  .md\:stroke-green-500\/95 {
    stroke: rgb(34 197 94 / 0.95) !important;
  }

  .md\:stroke-green-600 {
    stroke: #16a34a !important;
  }

  .md\:stroke-green-600\/0 {
    stroke: rgb(22 163 74 / 0) !important;
  }

  .md\:stroke-green-600\/10 {
    stroke: rgb(22 163 74 / 0.1) !important;
  }

  .md\:stroke-green-600\/100 {
    stroke: rgb(22 163 74 / 1) !important;
  }

  .md\:stroke-green-600\/15 {
    stroke: rgb(22 163 74 / 0.15) !important;
  }

  .md\:stroke-green-600\/20 {
    stroke: rgb(22 163 74 / 0.2) !important;
  }

  .md\:stroke-green-600\/25 {
    stroke: rgb(22 163 74 / 0.25) !important;
  }

  .md\:stroke-green-600\/30 {
    stroke: rgb(22 163 74 / 0.3) !important;
  }

  .md\:stroke-green-600\/35 {
    stroke: rgb(22 163 74 / 0.35) !important;
  }

  .md\:stroke-green-600\/40 {
    stroke: rgb(22 163 74 / 0.4) !important;
  }

  .md\:stroke-green-600\/45 {
    stroke: rgb(22 163 74 / 0.45) !important;
  }

  .md\:stroke-green-600\/5 {
    stroke: rgb(22 163 74 / 0.05) !important;
  }

  .md\:stroke-green-600\/50 {
    stroke: rgb(22 163 74 / 0.5) !important;
  }

  .md\:stroke-green-600\/55 {
    stroke: rgb(22 163 74 / 0.55) !important;
  }

  .md\:stroke-green-600\/60 {
    stroke: rgb(22 163 74 / 0.6) !important;
  }

  .md\:stroke-green-600\/65 {
    stroke: rgb(22 163 74 / 0.65) !important;
  }

  .md\:stroke-green-600\/70 {
    stroke: rgb(22 163 74 / 0.7) !important;
  }

  .md\:stroke-green-600\/75 {
    stroke: rgb(22 163 74 / 0.75) !important;
  }

  .md\:stroke-green-600\/80 {
    stroke: rgb(22 163 74 / 0.8) !important;
  }

  .md\:stroke-green-600\/85 {
    stroke: rgb(22 163 74 / 0.85) !important;
  }

  .md\:stroke-green-600\/90 {
    stroke: rgb(22 163 74 / 0.9) !important;
  }

  .md\:stroke-green-600\/95 {
    stroke: rgb(22 163 74 / 0.95) !important;
  }

  .md\:stroke-green-700 {
    stroke: #15803d !important;
  }

  .md\:stroke-green-700\/0 {
    stroke: rgb(21 128 61 / 0) !important;
  }

  .md\:stroke-green-700\/10 {
    stroke: rgb(21 128 61 / 0.1) !important;
  }

  .md\:stroke-green-700\/100 {
    stroke: rgb(21 128 61 / 1) !important;
  }

  .md\:stroke-green-700\/15 {
    stroke: rgb(21 128 61 / 0.15) !important;
  }

  .md\:stroke-green-700\/20 {
    stroke: rgb(21 128 61 / 0.2) !important;
  }

  .md\:stroke-green-700\/25 {
    stroke: rgb(21 128 61 / 0.25) !important;
  }

  .md\:stroke-green-700\/30 {
    stroke: rgb(21 128 61 / 0.3) !important;
  }

  .md\:stroke-green-700\/35 {
    stroke: rgb(21 128 61 / 0.35) !important;
  }

  .md\:stroke-green-700\/40 {
    stroke: rgb(21 128 61 / 0.4) !important;
  }

  .md\:stroke-green-700\/45 {
    stroke: rgb(21 128 61 / 0.45) !important;
  }

  .md\:stroke-green-700\/5 {
    stroke: rgb(21 128 61 / 0.05) !important;
  }

  .md\:stroke-green-700\/50 {
    stroke: rgb(21 128 61 / 0.5) !important;
  }

  .md\:stroke-green-700\/55 {
    stroke: rgb(21 128 61 / 0.55) !important;
  }

  .md\:stroke-green-700\/60 {
    stroke: rgb(21 128 61 / 0.6) !important;
  }

  .md\:stroke-green-700\/65 {
    stroke: rgb(21 128 61 / 0.65) !important;
  }

  .md\:stroke-green-700\/70 {
    stroke: rgb(21 128 61 / 0.7) !important;
  }

  .md\:stroke-green-700\/75 {
    stroke: rgb(21 128 61 / 0.75) !important;
  }

  .md\:stroke-green-700\/80 {
    stroke: rgb(21 128 61 / 0.8) !important;
  }

  .md\:stroke-green-700\/85 {
    stroke: rgb(21 128 61 / 0.85) !important;
  }

  .md\:stroke-green-700\/90 {
    stroke: rgb(21 128 61 / 0.9) !important;
  }

  .md\:stroke-green-700\/95 {
    stroke: rgb(21 128 61 / 0.95) !important;
  }

  .md\:stroke-green-800 {
    stroke: #166534 !important;
  }

  .md\:stroke-green-800\/0 {
    stroke: rgb(22 101 52 / 0) !important;
  }

  .md\:stroke-green-800\/10 {
    stroke: rgb(22 101 52 / 0.1) !important;
  }

  .md\:stroke-green-800\/100 {
    stroke: rgb(22 101 52 / 1) !important;
  }

  .md\:stroke-green-800\/15 {
    stroke: rgb(22 101 52 / 0.15) !important;
  }

  .md\:stroke-green-800\/20 {
    stroke: rgb(22 101 52 / 0.2) !important;
  }

  .md\:stroke-green-800\/25 {
    stroke: rgb(22 101 52 / 0.25) !important;
  }

  .md\:stroke-green-800\/30 {
    stroke: rgb(22 101 52 / 0.3) !important;
  }

  .md\:stroke-green-800\/35 {
    stroke: rgb(22 101 52 / 0.35) !important;
  }

  .md\:stroke-green-800\/40 {
    stroke: rgb(22 101 52 / 0.4) !important;
  }

  .md\:stroke-green-800\/45 {
    stroke: rgb(22 101 52 / 0.45) !important;
  }

  .md\:stroke-green-800\/5 {
    stroke: rgb(22 101 52 / 0.05) !important;
  }

  .md\:stroke-green-800\/50 {
    stroke: rgb(22 101 52 / 0.5) !important;
  }

  .md\:stroke-green-800\/55 {
    stroke: rgb(22 101 52 / 0.55) !important;
  }

  .md\:stroke-green-800\/60 {
    stroke: rgb(22 101 52 / 0.6) !important;
  }

  .md\:stroke-green-800\/65 {
    stroke: rgb(22 101 52 / 0.65) !important;
  }

  .md\:stroke-green-800\/70 {
    stroke: rgb(22 101 52 / 0.7) !important;
  }

  .md\:stroke-green-800\/75 {
    stroke: rgb(22 101 52 / 0.75) !important;
  }

  .md\:stroke-green-800\/80 {
    stroke: rgb(22 101 52 / 0.8) !important;
  }

  .md\:stroke-green-800\/85 {
    stroke: rgb(22 101 52 / 0.85) !important;
  }

  .md\:stroke-green-800\/90 {
    stroke: rgb(22 101 52 / 0.9) !important;
  }

  .md\:stroke-green-800\/95 {
    stroke: rgb(22 101 52 / 0.95) !important;
  }

  .md\:stroke-green-900 {
    stroke: #14532d !important;
  }

  .md\:stroke-green-900\/0 {
    stroke: rgb(20 83 45 / 0) !important;
  }

  .md\:stroke-green-900\/10 {
    stroke: rgb(20 83 45 / 0.1) !important;
  }

  .md\:stroke-green-900\/100 {
    stroke: rgb(20 83 45 / 1) !important;
  }

  .md\:stroke-green-900\/15 {
    stroke: rgb(20 83 45 / 0.15) !important;
  }

  .md\:stroke-green-900\/20 {
    stroke: rgb(20 83 45 / 0.2) !important;
  }

  .md\:stroke-green-900\/25 {
    stroke: rgb(20 83 45 / 0.25) !important;
  }

  .md\:stroke-green-900\/30 {
    stroke: rgb(20 83 45 / 0.3) !important;
  }

  .md\:stroke-green-900\/35 {
    stroke: rgb(20 83 45 / 0.35) !important;
  }

  .md\:stroke-green-900\/40 {
    stroke: rgb(20 83 45 / 0.4) !important;
  }

  .md\:stroke-green-900\/45 {
    stroke: rgb(20 83 45 / 0.45) !important;
  }

  .md\:stroke-green-900\/5 {
    stroke: rgb(20 83 45 / 0.05) !important;
  }

  .md\:stroke-green-900\/50 {
    stroke: rgb(20 83 45 / 0.5) !important;
  }

  .md\:stroke-green-900\/55 {
    stroke: rgb(20 83 45 / 0.55) !important;
  }

  .md\:stroke-green-900\/60 {
    stroke: rgb(20 83 45 / 0.6) !important;
  }

  .md\:stroke-green-900\/65 {
    stroke: rgb(20 83 45 / 0.65) !important;
  }

  .md\:stroke-green-900\/70 {
    stroke: rgb(20 83 45 / 0.7) !important;
  }

  .md\:stroke-green-900\/75 {
    stroke: rgb(20 83 45 / 0.75) !important;
  }

  .md\:stroke-green-900\/80 {
    stroke: rgb(20 83 45 / 0.8) !important;
  }

  .md\:stroke-green-900\/85 {
    stroke: rgb(20 83 45 / 0.85) !important;
  }

  .md\:stroke-green-900\/90 {
    stroke: rgb(20 83 45 / 0.9) !important;
  }

  .md\:stroke-green-900\/95 {
    stroke: rgb(20 83 45 / 0.95) !important;
  }

  .md\:stroke-green-950 {
    stroke: #052e16 !important;
  }

  .md\:stroke-green-950\/0 {
    stroke: rgb(5 46 22 / 0) !important;
  }

  .md\:stroke-green-950\/10 {
    stroke: rgb(5 46 22 / 0.1) !important;
  }

  .md\:stroke-green-950\/100 {
    stroke: rgb(5 46 22 / 1) !important;
  }

  .md\:stroke-green-950\/15 {
    stroke: rgb(5 46 22 / 0.15) !important;
  }

  .md\:stroke-green-950\/20 {
    stroke: rgb(5 46 22 / 0.2) !important;
  }

  .md\:stroke-green-950\/25 {
    stroke: rgb(5 46 22 / 0.25) !important;
  }

  .md\:stroke-green-950\/30 {
    stroke: rgb(5 46 22 / 0.3) !important;
  }

  .md\:stroke-green-950\/35 {
    stroke: rgb(5 46 22 / 0.35) !important;
  }

  .md\:stroke-green-950\/40 {
    stroke: rgb(5 46 22 / 0.4) !important;
  }

  .md\:stroke-green-950\/45 {
    stroke: rgb(5 46 22 / 0.45) !important;
  }

  .md\:stroke-green-950\/5 {
    stroke: rgb(5 46 22 / 0.05) !important;
  }

  .md\:stroke-green-950\/50 {
    stroke: rgb(5 46 22 / 0.5) !important;
  }

  .md\:stroke-green-950\/55 {
    stroke: rgb(5 46 22 / 0.55) !important;
  }

  .md\:stroke-green-950\/60 {
    stroke: rgb(5 46 22 / 0.6) !important;
  }

  .md\:stroke-green-950\/65 {
    stroke: rgb(5 46 22 / 0.65) !important;
  }

  .md\:stroke-green-950\/70 {
    stroke: rgb(5 46 22 / 0.7) !important;
  }

  .md\:stroke-green-950\/75 {
    stroke: rgb(5 46 22 / 0.75) !important;
  }

  .md\:stroke-green-950\/80 {
    stroke: rgb(5 46 22 / 0.8) !important;
  }

  .md\:stroke-green-950\/85 {
    stroke: rgb(5 46 22 / 0.85) !important;
  }

  .md\:stroke-green-950\/90 {
    stroke: rgb(5 46 22 / 0.9) !important;
  }

  .md\:stroke-green-950\/95 {
    stroke: rgb(5 46 22 / 0.95) !important;
  }

  .md\:stroke-grey {
    stroke: #838383 !important;
  }

  .md\:stroke-grey\/0 {
    stroke: rgb(131 131 131 / 0) !important;
  }

  .md\:stroke-grey\/10 {
    stroke: rgb(131 131 131 / 0.1) !important;
  }

  .md\:stroke-grey\/100 {
    stroke: rgb(131 131 131 / 1) !important;
  }

  .md\:stroke-grey\/15 {
    stroke: rgb(131 131 131 / 0.15) !important;
  }

  .md\:stroke-grey\/20 {
    stroke: rgb(131 131 131 / 0.2) !important;
  }

  .md\:stroke-grey\/25 {
    stroke: rgb(131 131 131 / 0.25) !important;
  }

  .md\:stroke-grey\/30 {
    stroke: rgb(131 131 131 / 0.3) !important;
  }

  .md\:stroke-grey\/35 {
    stroke: rgb(131 131 131 / 0.35) !important;
  }

  .md\:stroke-grey\/40 {
    stroke: rgb(131 131 131 / 0.4) !important;
  }

  .md\:stroke-grey\/45 {
    stroke: rgb(131 131 131 / 0.45) !important;
  }

  .md\:stroke-grey\/5 {
    stroke: rgb(131 131 131 / 0.05) !important;
  }

  .md\:stroke-grey\/50 {
    stroke: rgb(131 131 131 / 0.5) !important;
  }

  .md\:stroke-grey\/55 {
    stroke: rgb(131 131 131 / 0.55) !important;
  }

  .md\:stroke-grey\/60 {
    stroke: rgb(131 131 131 / 0.6) !important;
  }

  .md\:stroke-grey\/65 {
    stroke: rgb(131 131 131 / 0.65) !important;
  }

  .md\:stroke-grey\/70 {
    stroke: rgb(131 131 131 / 0.7) !important;
  }

  .md\:stroke-grey\/75 {
    stroke: rgb(131 131 131 / 0.75) !important;
  }

  .md\:stroke-grey\/80 {
    stroke: rgb(131 131 131 / 0.8) !important;
  }

  .md\:stroke-grey\/85 {
    stroke: rgb(131 131 131 / 0.85) !important;
  }

  .md\:stroke-grey\/90 {
    stroke: rgb(131 131 131 / 0.9) !important;
  }

  .md\:stroke-grey\/95 {
    stroke: rgb(131 131 131 / 0.95) !important;
  }

  .md\:stroke-grey_border {
    stroke: #979797 !important;
  }

  .md\:stroke-grey_border\/0 {
    stroke: rgb(151 151 151 / 0) !important;
  }

  .md\:stroke-grey_border\/10 {
    stroke: rgb(151 151 151 / 0.1) !important;
  }

  .md\:stroke-grey_border\/100 {
    stroke: rgb(151 151 151 / 1) !important;
  }

  .md\:stroke-grey_border\/15 {
    stroke: rgb(151 151 151 / 0.15) !important;
  }

  .md\:stroke-grey_border\/20 {
    stroke: rgb(151 151 151 / 0.2) !important;
  }

  .md\:stroke-grey_border\/25 {
    stroke: rgb(151 151 151 / 0.25) !important;
  }

  .md\:stroke-grey_border\/30 {
    stroke: rgb(151 151 151 / 0.3) !important;
  }

  .md\:stroke-grey_border\/35 {
    stroke: rgb(151 151 151 / 0.35) !important;
  }

  .md\:stroke-grey_border\/40 {
    stroke: rgb(151 151 151 / 0.4) !important;
  }

  .md\:stroke-grey_border\/45 {
    stroke: rgb(151 151 151 / 0.45) !important;
  }

  .md\:stroke-grey_border\/5 {
    stroke: rgb(151 151 151 / 0.05) !important;
  }

  .md\:stroke-grey_border\/50 {
    stroke: rgb(151 151 151 / 0.5) !important;
  }

  .md\:stroke-grey_border\/55 {
    stroke: rgb(151 151 151 / 0.55) !important;
  }

  .md\:stroke-grey_border\/60 {
    stroke: rgb(151 151 151 / 0.6) !important;
  }

  .md\:stroke-grey_border\/65 {
    stroke: rgb(151 151 151 / 0.65) !important;
  }

  .md\:stroke-grey_border\/70 {
    stroke: rgb(151 151 151 / 0.7) !important;
  }

  .md\:stroke-grey_border\/75 {
    stroke: rgb(151 151 151 / 0.75) !important;
  }

  .md\:stroke-grey_border\/80 {
    stroke: rgb(151 151 151 / 0.8) !important;
  }

  .md\:stroke-grey_border\/85 {
    stroke: rgb(151 151 151 / 0.85) !important;
  }

  .md\:stroke-grey_border\/90 {
    stroke: rgb(151 151 151 / 0.9) !important;
  }

  .md\:stroke-grey_border\/95 {
    stroke: rgb(151 151 151 / 0.95) !important;
  }

  .md\:stroke-indigo-100 {
    stroke: #e0e7ff !important;
  }

  .md\:stroke-indigo-100\/0 {
    stroke: rgb(224 231 255 / 0) !important;
  }

  .md\:stroke-indigo-100\/10 {
    stroke: rgb(224 231 255 / 0.1) !important;
  }

  .md\:stroke-indigo-100\/100 {
    stroke: rgb(224 231 255 / 1) !important;
  }

  .md\:stroke-indigo-100\/15 {
    stroke: rgb(224 231 255 / 0.15) !important;
  }

  .md\:stroke-indigo-100\/20 {
    stroke: rgb(224 231 255 / 0.2) !important;
  }

  .md\:stroke-indigo-100\/25 {
    stroke: rgb(224 231 255 / 0.25) !important;
  }

  .md\:stroke-indigo-100\/30 {
    stroke: rgb(224 231 255 / 0.3) !important;
  }

  .md\:stroke-indigo-100\/35 {
    stroke: rgb(224 231 255 / 0.35) !important;
  }

  .md\:stroke-indigo-100\/40 {
    stroke: rgb(224 231 255 / 0.4) !important;
  }

  .md\:stroke-indigo-100\/45 {
    stroke: rgb(224 231 255 / 0.45) !important;
  }

  .md\:stroke-indigo-100\/5 {
    stroke: rgb(224 231 255 / 0.05) !important;
  }

  .md\:stroke-indigo-100\/50 {
    stroke: rgb(224 231 255 / 0.5) !important;
  }

  .md\:stroke-indigo-100\/55 {
    stroke: rgb(224 231 255 / 0.55) !important;
  }

  .md\:stroke-indigo-100\/60 {
    stroke: rgb(224 231 255 / 0.6) !important;
  }

  .md\:stroke-indigo-100\/65 {
    stroke: rgb(224 231 255 / 0.65) !important;
  }

  .md\:stroke-indigo-100\/70 {
    stroke: rgb(224 231 255 / 0.7) !important;
  }

  .md\:stroke-indigo-100\/75 {
    stroke: rgb(224 231 255 / 0.75) !important;
  }

  .md\:stroke-indigo-100\/80 {
    stroke: rgb(224 231 255 / 0.8) !important;
  }

  .md\:stroke-indigo-100\/85 {
    stroke: rgb(224 231 255 / 0.85) !important;
  }

  .md\:stroke-indigo-100\/90 {
    stroke: rgb(224 231 255 / 0.9) !important;
  }

  .md\:stroke-indigo-100\/95 {
    stroke: rgb(224 231 255 / 0.95) !important;
  }

  .md\:stroke-indigo-200 {
    stroke: #c7d2fe !important;
  }

  .md\:stroke-indigo-200\/0 {
    stroke: rgb(199 210 254 / 0) !important;
  }

  .md\:stroke-indigo-200\/10 {
    stroke: rgb(199 210 254 / 0.1) !important;
  }

  .md\:stroke-indigo-200\/100 {
    stroke: rgb(199 210 254 / 1) !important;
  }

  .md\:stroke-indigo-200\/15 {
    stroke: rgb(199 210 254 / 0.15) !important;
  }

  .md\:stroke-indigo-200\/20 {
    stroke: rgb(199 210 254 / 0.2) !important;
  }

  .md\:stroke-indigo-200\/25 {
    stroke: rgb(199 210 254 / 0.25) !important;
  }

  .md\:stroke-indigo-200\/30 {
    stroke: rgb(199 210 254 / 0.3) !important;
  }

  .md\:stroke-indigo-200\/35 {
    stroke: rgb(199 210 254 / 0.35) !important;
  }

  .md\:stroke-indigo-200\/40 {
    stroke: rgb(199 210 254 / 0.4) !important;
  }

  .md\:stroke-indigo-200\/45 {
    stroke: rgb(199 210 254 / 0.45) !important;
  }

  .md\:stroke-indigo-200\/5 {
    stroke: rgb(199 210 254 / 0.05) !important;
  }

  .md\:stroke-indigo-200\/50 {
    stroke: rgb(199 210 254 / 0.5) !important;
  }

  .md\:stroke-indigo-200\/55 {
    stroke: rgb(199 210 254 / 0.55) !important;
  }

  .md\:stroke-indigo-200\/60 {
    stroke: rgb(199 210 254 / 0.6) !important;
  }

  .md\:stroke-indigo-200\/65 {
    stroke: rgb(199 210 254 / 0.65) !important;
  }

  .md\:stroke-indigo-200\/70 {
    stroke: rgb(199 210 254 / 0.7) !important;
  }

  .md\:stroke-indigo-200\/75 {
    stroke: rgb(199 210 254 / 0.75) !important;
  }

  .md\:stroke-indigo-200\/80 {
    stroke: rgb(199 210 254 / 0.8) !important;
  }

  .md\:stroke-indigo-200\/85 {
    stroke: rgb(199 210 254 / 0.85) !important;
  }

  .md\:stroke-indigo-200\/90 {
    stroke: rgb(199 210 254 / 0.9) !important;
  }

  .md\:stroke-indigo-200\/95 {
    stroke: rgb(199 210 254 / 0.95) !important;
  }

  .md\:stroke-indigo-300 {
    stroke: #a5b4fc !important;
  }

  .md\:stroke-indigo-300\/0 {
    stroke: rgb(165 180 252 / 0) !important;
  }

  .md\:stroke-indigo-300\/10 {
    stroke: rgb(165 180 252 / 0.1) !important;
  }

  .md\:stroke-indigo-300\/100 {
    stroke: rgb(165 180 252 / 1) !important;
  }

  .md\:stroke-indigo-300\/15 {
    stroke: rgb(165 180 252 / 0.15) !important;
  }

  .md\:stroke-indigo-300\/20 {
    stroke: rgb(165 180 252 / 0.2) !important;
  }

  .md\:stroke-indigo-300\/25 {
    stroke: rgb(165 180 252 / 0.25) !important;
  }

  .md\:stroke-indigo-300\/30 {
    stroke: rgb(165 180 252 / 0.3) !important;
  }

  .md\:stroke-indigo-300\/35 {
    stroke: rgb(165 180 252 / 0.35) !important;
  }

  .md\:stroke-indigo-300\/40 {
    stroke: rgb(165 180 252 / 0.4) !important;
  }

  .md\:stroke-indigo-300\/45 {
    stroke: rgb(165 180 252 / 0.45) !important;
  }

  .md\:stroke-indigo-300\/5 {
    stroke: rgb(165 180 252 / 0.05) !important;
  }

  .md\:stroke-indigo-300\/50 {
    stroke: rgb(165 180 252 / 0.5) !important;
  }

  .md\:stroke-indigo-300\/55 {
    stroke: rgb(165 180 252 / 0.55) !important;
  }

  .md\:stroke-indigo-300\/60 {
    stroke: rgb(165 180 252 / 0.6) !important;
  }

  .md\:stroke-indigo-300\/65 {
    stroke: rgb(165 180 252 / 0.65) !important;
  }

  .md\:stroke-indigo-300\/70 {
    stroke: rgb(165 180 252 / 0.7) !important;
  }

  .md\:stroke-indigo-300\/75 {
    stroke: rgb(165 180 252 / 0.75) !important;
  }

  .md\:stroke-indigo-300\/80 {
    stroke: rgb(165 180 252 / 0.8) !important;
  }

  .md\:stroke-indigo-300\/85 {
    stroke: rgb(165 180 252 / 0.85) !important;
  }

  .md\:stroke-indigo-300\/90 {
    stroke: rgb(165 180 252 / 0.9) !important;
  }

  .md\:stroke-indigo-300\/95 {
    stroke: rgb(165 180 252 / 0.95) !important;
  }

  .md\:stroke-indigo-400 {
    stroke: #818cf8 !important;
  }

  .md\:stroke-indigo-400\/0 {
    stroke: rgb(129 140 248 / 0) !important;
  }

  .md\:stroke-indigo-400\/10 {
    stroke: rgb(129 140 248 / 0.1) !important;
  }

  .md\:stroke-indigo-400\/100 {
    stroke: rgb(129 140 248 / 1) !important;
  }

  .md\:stroke-indigo-400\/15 {
    stroke: rgb(129 140 248 / 0.15) !important;
  }

  .md\:stroke-indigo-400\/20 {
    stroke: rgb(129 140 248 / 0.2) !important;
  }

  .md\:stroke-indigo-400\/25 {
    stroke: rgb(129 140 248 / 0.25) !important;
  }

  .md\:stroke-indigo-400\/30 {
    stroke: rgb(129 140 248 / 0.3) !important;
  }

  .md\:stroke-indigo-400\/35 {
    stroke: rgb(129 140 248 / 0.35) !important;
  }

  .md\:stroke-indigo-400\/40 {
    stroke: rgb(129 140 248 / 0.4) !important;
  }

  .md\:stroke-indigo-400\/45 {
    stroke: rgb(129 140 248 / 0.45) !important;
  }

  .md\:stroke-indigo-400\/5 {
    stroke: rgb(129 140 248 / 0.05) !important;
  }

  .md\:stroke-indigo-400\/50 {
    stroke: rgb(129 140 248 / 0.5) !important;
  }

  .md\:stroke-indigo-400\/55 {
    stroke: rgb(129 140 248 / 0.55) !important;
  }

  .md\:stroke-indigo-400\/60 {
    stroke: rgb(129 140 248 / 0.6) !important;
  }

  .md\:stroke-indigo-400\/65 {
    stroke: rgb(129 140 248 / 0.65) !important;
  }

  .md\:stroke-indigo-400\/70 {
    stroke: rgb(129 140 248 / 0.7) !important;
  }

  .md\:stroke-indigo-400\/75 {
    stroke: rgb(129 140 248 / 0.75) !important;
  }

  .md\:stroke-indigo-400\/80 {
    stroke: rgb(129 140 248 / 0.8) !important;
  }

  .md\:stroke-indigo-400\/85 {
    stroke: rgb(129 140 248 / 0.85) !important;
  }

  .md\:stroke-indigo-400\/90 {
    stroke: rgb(129 140 248 / 0.9) !important;
  }

  .md\:stroke-indigo-400\/95 {
    stroke: rgb(129 140 248 / 0.95) !important;
  }

  .md\:stroke-indigo-50 {
    stroke: #eef2ff !important;
  }

  .md\:stroke-indigo-50\/0 {
    stroke: rgb(238 242 255 / 0) !important;
  }

  .md\:stroke-indigo-50\/10 {
    stroke: rgb(238 242 255 / 0.1) !important;
  }

  .md\:stroke-indigo-50\/100 {
    stroke: rgb(238 242 255 / 1) !important;
  }

  .md\:stroke-indigo-50\/15 {
    stroke: rgb(238 242 255 / 0.15) !important;
  }

  .md\:stroke-indigo-50\/20 {
    stroke: rgb(238 242 255 / 0.2) !important;
  }

  .md\:stroke-indigo-50\/25 {
    stroke: rgb(238 242 255 / 0.25) !important;
  }

  .md\:stroke-indigo-50\/30 {
    stroke: rgb(238 242 255 / 0.3) !important;
  }

  .md\:stroke-indigo-50\/35 {
    stroke: rgb(238 242 255 / 0.35) !important;
  }

  .md\:stroke-indigo-50\/40 {
    stroke: rgb(238 242 255 / 0.4) !important;
  }

  .md\:stroke-indigo-50\/45 {
    stroke: rgb(238 242 255 / 0.45) !important;
  }

  .md\:stroke-indigo-50\/5 {
    stroke: rgb(238 242 255 / 0.05) !important;
  }

  .md\:stroke-indigo-50\/50 {
    stroke: rgb(238 242 255 / 0.5) !important;
  }

  .md\:stroke-indigo-50\/55 {
    stroke: rgb(238 242 255 / 0.55) !important;
  }

  .md\:stroke-indigo-50\/60 {
    stroke: rgb(238 242 255 / 0.6) !important;
  }

  .md\:stroke-indigo-50\/65 {
    stroke: rgb(238 242 255 / 0.65) !important;
  }

  .md\:stroke-indigo-50\/70 {
    stroke: rgb(238 242 255 / 0.7) !important;
  }

  .md\:stroke-indigo-50\/75 {
    stroke: rgb(238 242 255 / 0.75) !important;
  }

  .md\:stroke-indigo-50\/80 {
    stroke: rgb(238 242 255 / 0.8) !important;
  }

  .md\:stroke-indigo-50\/85 {
    stroke: rgb(238 242 255 / 0.85) !important;
  }

  .md\:stroke-indigo-50\/90 {
    stroke: rgb(238 242 255 / 0.9) !important;
  }

  .md\:stroke-indigo-50\/95 {
    stroke: rgb(238 242 255 / 0.95) !important;
  }

  .md\:stroke-indigo-500 {
    stroke: #6366f1 !important;
  }

  .md\:stroke-indigo-500\/0 {
    stroke: rgb(99 102 241 / 0) !important;
  }

  .md\:stroke-indigo-500\/10 {
    stroke: rgb(99 102 241 / 0.1) !important;
  }

  .md\:stroke-indigo-500\/100 {
    stroke: rgb(99 102 241 / 1) !important;
  }

  .md\:stroke-indigo-500\/15 {
    stroke: rgb(99 102 241 / 0.15) !important;
  }

  .md\:stroke-indigo-500\/20 {
    stroke: rgb(99 102 241 / 0.2) !important;
  }

  .md\:stroke-indigo-500\/25 {
    stroke: rgb(99 102 241 / 0.25) !important;
  }

  .md\:stroke-indigo-500\/30 {
    stroke: rgb(99 102 241 / 0.3) !important;
  }

  .md\:stroke-indigo-500\/35 {
    stroke: rgb(99 102 241 / 0.35) !important;
  }

  .md\:stroke-indigo-500\/40 {
    stroke: rgb(99 102 241 / 0.4) !important;
  }

  .md\:stroke-indigo-500\/45 {
    stroke: rgb(99 102 241 / 0.45) !important;
  }

  .md\:stroke-indigo-500\/5 {
    stroke: rgb(99 102 241 / 0.05) !important;
  }

  .md\:stroke-indigo-500\/50 {
    stroke: rgb(99 102 241 / 0.5) !important;
  }

  .md\:stroke-indigo-500\/55 {
    stroke: rgb(99 102 241 / 0.55) !important;
  }

  .md\:stroke-indigo-500\/60 {
    stroke: rgb(99 102 241 / 0.6) !important;
  }

  .md\:stroke-indigo-500\/65 {
    stroke: rgb(99 102 241 / 0.65) !important;
  }

  .md\:stroke-indigo-500\/70 {
    stroke: rgb(99 102 241 / 0.7) !important;
  }

  .md\:stroke-indigo-500\/75 {
    stroke: rgb(99 102 241 / 0.75) !important;
  }

  .md\:stroke-indigo-500\/80 {
    stroke: rgb(99 102 241 / 0.8) !important;
  }

  .md\:stroke-indigo-500\/85 {
    stroke: rgb(99 102 241 / 0.85) !important;
  }

  .md\:stroke-indigo-500\/90 {
    stroke: rgb(99 102 241 / 0.9) !important;
  }

  .md\:stroke-indigo-500\/95 {
    stroke: rgb(99 102 241 / 0.95) !important;
  }

  .md\:stroke-indigo-600 {
    stroke: #4f46e5 !important;
  }

  .md\:stroke-indigo-600\/0 {
    stroke: rgb(79 70 229 / 0) !important;
  }

  .md\:stroke-indigo-600\/10 {
    stroke: rgb(79 70 229 / 0.1) !important;
  }

  .md\:stroke-indigo-600\/100 {
    stroke: rgb(79 70 229 / 1) !important;
  }

  .md\:stroke-indigo-600\/15 {
    stroke: rgb(79 70 229 / 0.15) !important;
  }

  .md\:stroke-indigo-600\/20 {
    stroke: rgb(79 70 229 / 0.2) !important;
  }

  .md\:stroke-indigo-600\/25 {
    stroke: rgb(79 70 229 / 0.25) !important;
  }

  .md\:stroke-indigo-600\/30 {
    stroke: rgb(79 70 229 / 0.3) !important;
  }

  .md\:stroke-indigo-600\/35 {
    stroke: rgb(79 70 229 / 0.35) !important;
  }

  .md\:stroke-indigo-600\/40 {
    stroke: rgb(79 70 229 / 0.4) !important;
  }

  .md\:stroke-indigo-600\/45 {
    stroke: rgb(79 70 229 / 0.45) !important;
  }

  .md\:stroke-indigo-600\/5 {
    stroke: rgb(79 70 229 / 0.05) !important;
  }

  .md\:stroke-indigo-600\/50 {
    stroke: rgb(79 70 229 / 0.5) !important;
  }

  .md\:stroke-indigo-600\/55 {
    stroke: rgb(79 70 229 / 0.55) !important;
  }

  .md\:stroke-indigo-600\/60 {
    stroke: rgb(79 70 229 / 0.6) !important;
  }

  .md\:stroke-indigo-600\/65 {
    stroke: rgb(79 70 229 / 0.65) !important;
  }

  .md\:stroke-indigo-600\/70 {
    stroke: rgb(79 70 229 / 0.7) !important;
  }

  .md\:stroke-indigo-600\/75 {
    stroke: rgb(79 70 229 / 0.75) !important;
  }

  .md\:stroke-indigo-600\/80 {
    stroke: rgb(79 70 229 / 0.8) !important;
  }

  .md\:stroke-indigo-600\/85 {
    stroke: rgb(79 70 229 / 0.85) !important;
  }

  .md\:stroke-indigo-600\/90 {
    stroke: rgb(79 70 229 / 0.9) !important;
  }

  .md\:stroke-indigo-600\/95 {
    stroke: rgb(79 70 229 / 0.95) !important;
  }

  .md\:stroke-indigo-700 {
    stroke: #4338ca !important;
  }

  .md\:stroke-indigo-700\/0 {
    stroke: rgb(67 56 202 / 0) !important;
  }

  .md\:stroke-indigo-700\/10 {
    stroke: rgb(67 56 202 / 0.1) !important;
  }

  .md\:stroke-indigo-700\/100 {
    stroke: rgb(67 56 202 / 1) !important;
  }

  .md\:stroke-indigo-700\/15 {
    stroke: rgb(67 56 202 / 0.15) !important;
  }

  .md\:stroke-indigo-700\/20 {
    stroke: rgb(67 56 202 / 0.2) !important;
  }

  .md\:stroke-indigo-700\/25 {
    stroke: rgb(67 56 202 / 0.25) !important;
  }

  .md\:stroke-indigo-700\/30 {
    stroke: rgb(67 56 202 / 0.3) !important;
  }

  .md\:stroke-indigo-700\/35 {
    stroke: rgb(67 56 202 / 0.35) !important;
  }

  .md\:stroke-indigo-700\/40 {
    stroke: rgb(67 56 202 / 0.4) !important;
  }

  .md\:stroke-indigo-700\/45 {
    stroke: rgb(67 56 202 / 0.45) !important;
  }

  .md\:stroke-indigo-700\/5 {
    stroke: rgb(67 56 202 / 0.05) !important;
  }

  .md\:stroke-indigo-700\/50 {
    stroke: rgb(67 56 202 / 0.5) !important;
  }

  .md\:stroke-indigo-700\/55 {
    stroke: rgb(67 56 202 / 0.55) !important;
  }

  .md\:stroke-indigo-700\/60 {
    stroke: rgb(67 56 202 / 0.6) !important;
  }

  .md\:stroke-indigo-700\/65 {
    stroke: rgb(67 56 202 / 0.65) !important;
  }

  .md\:stroke-indigo-700\/70 {
    stroke: rgb(67 56 202 / 0.7) !important;
  }

  .md\:stroke-indigo-700\/75 {
    stroke: rgb(67 56 202 / 0.75) !important;
  }

  .md\:stroke-indigo-700\/80 {
    stroke: rgb(67 56 202 / 0.8) !important;
  }

  .md\:stroke-indigo-700\/85 {
    stroke: rgb(67 56 202 / 0.85) !important;
  }

  .md\:stroke-indigo-700\/90 {
    stroke: rgb(67 56 202 / 0.9) !important;
  }

  .md\:stroke-indigo-700\/95 {
    stroke: rgb(67 56 202 / 0.95) !important;
  }

  .md\:stroke-indigo-800 {
    stroke: #3730a3 !important;
  }

  .md\:stroke-indigo-800\/0 {
    stroke: rgb(55 48 163 / 0) !important;
  }

  .md\:stroke-indigo-800\/10 {
    stroke: rgb(55 48 163 / 0.1) !important;
  }

  .md\:stroke-indigo-800\/100 {
    stroke: rgb(55 48 163 / 1) !important;
  }

  .md\:stroke-indigo-800\/15 {
    stroke: rgb(55 48 163 / 0.15) !important;
  }

  .md\:stroke-indigo-800\/20 {
    stroke: rgb(55 48 163 / 0.2) !important;
  }

  .md\:stroke-indigo-800\/25 {
    stroke: rgb(55 48 163 / 0.25) !important;
  }

  .md\:stroke-indigo-800\/30 {
    stroke: rgb(55 48 163 / 0.3) !important;
  }

  .md\:stroke-indigo-800\/35 {
    stroke: rgb(55 48 163 / 0.35) !important;
  }

  .md\:stroke-indigo-800\/40 {
    stroke: rgb(55 48 163 / 0.4) !important;
  }

  .md\:stroke-indigo-800\/45 {
    stroke: rgb(55 48 163 / 0.45) !important;
  }

  .md\:stroke-indigo-800\/5 {
    stroke: rgb(55 48 163 / 0.05) !important;
  }

  .md\:stroke-indigo-800\/50 {
    stroke: rgb(55 48 163 / 0.5) !important;
  }

  .md\:stroke-indigo-800\/55 {
    stroke: rgb(55 48 163 / 0.55) !important;
  }

  .md\:stroke-indigo-800\/60 {
    stroke: rgb(55 48 163 / 0.6) !important;
  }

  .md\:stroke-indigo-800\/65 {
    stroke: rgb(55 48 163 / 0.65) !important;
  }

  .md\:stroke-indigo-800\/70 {
    stroke: rgb(55 48 163 / 0.7) !important;
  }

  .md\:stroke-indigo-800\/75 {
    stroke: rgb(55 48 163 / 0.75) !important;
  }

  .md\:stroke-indigo-800\/80 {
    stroke: rgb(55 48 163 / 0.8) !important;
  }

  .md\:stroke-indigo-800\/85 {
    stroke: rgb(55 48 163 / 0.85) !important;
  }

  .md\:stroke-indigo-800\/90 {
    stroke: rgb(55 48 163 / 0.9) !important;
  }

  .md\:stroke-indigo-800\/95 {
    stroke: rgb(55 48 163 / 0.95) !important;
  }

  .md\:stroke-indigo-900 {
    stroke: #312e81 !important;
  }

  .md\:stroke-indigo-900\/0 {
    stroke: rgb(49 46 129 / 0) !important;
  }

  .md\:stroke-indigo-900\/10 {
    stroke: rgb(49 46 129 / 0.1) !important;
  }

  .md\:stroke-indigo-900\/100 {
    stroke: rgb(49 46 129 / 1) !important;
  }

  .md\:stroke-indigo-900\/15 {
    stroke: rgb(49 46 129 / 0.15) !important;
  }

  .md\:stroke-indigo-900\/20 {
    stroke: rgb(49 46 129 / 0.2) !important;
  }

  .md\:stroke-indigo-900\/25 {
    stroke: rgb(49 46 129 / 0.25) !important;
  }

  .md\:stroke-indigo-900\/30 {
    stroke: rgb(49 46 129 / 0.3) !important;
  }

  .md\:stroke-indigo-900\/35 {
    stroke: rgb(49 46 129 / 0.35) !important;
  }

  .md\:stroke-indigo-900\/40 {
    stroke: rgb(49 46 129 / 0.4) !important;
  }

  .md\:stroke-indigo-900\/45 {
    stroke: rgb(49 46 129 / 0.45) !important;
  }

  .md\:stroke-indigo-900\/5 {
    stroke: rgb(49 46 129 / 0.05) !important;
  }

  .md\:stroke-indigo-900\/50 {
    stroke: rgb(49 46 129 / 0.5) !important;
  }

  .md\:stroke-indigo-900\/55 {
    stroke: rgb(49 46 129 / 0.55) !important;
  }

  .md\:stroke-indigo-900\/60 {
    stroke: rgb(49 46 129 / 0.6) !important;
  }

  .md\:stroke-indigo-900\/65 {
    stroke: rgb(49 46 129 / 0.65) !important;
  }

  .md\:stroke-indigo-900\/70 {
    stroke: rgb(49 46 129 / 0.7) !important;
  }

  .md\:stroke-indigo-900\/75 {
    stroke: rgb(49 46 129 / 0.75) !important;
  }

  .md\:stroke-indigo-900\/80 {
    stroke: rgb(49 46 129 / 0.8) !important;
  }

  .md\:stroke-indigo-900\/85 {
    stroke: rgb(49 46 129 / 0.85) !important;
  }

  .md\:stroke-indigo-900\/90 {
    stroke: rgb(49 46 129 / 0.9) !important;
  }

  .md\:stroke-indigo-900\/95 {
    stroke: rgb(49 46 129 / 0.95) !important;
  }

  .md\:stroke-indigo-950 {
    stroke: #1e1b4b !important;
  }

  .md\:stroke-indigo-950\/0 {
    stroke: rgb(30 27 75 / 0) !important;
  }

  .md\:stroke-indigo-950\/10 {
    stroke: rgb(30 27 75 / 0.1) !important;
  }

  .md\:stroke-indigo-950\/100 {
    stroke: rgb(30 27 75 / 1) !important;
  }

  .md\:stroke-indigo-950\/15 {
    stroke: rgb(30 27 75 / 0.15) !important;
  }

  .md\:stroke-indigo-950\/20 {
    stroke: rgb(30 27 75 / 0.2) !important;
  }

  .md\:stroke-indigo-950\/25 {
    stroke: rgb(30 27 75 / 0.25) !important;
  }

  .md\:stroke-indigo-950\/30 {
    stroke: rgb(30 27 75 / 0.3) !important;
  }

  .md\:stroke-indigo-950\/35 {
    stroke: rgb(30 27 75 / 0.35) !important;
  }

  .md\:stroke-indigo-950\/40 {
    stroke: rgb(30 27 75 / 0.4) !important;
  }

  .md\:stroke-indigo-950\/45 {
    stroke: rgb(30 27 75 / 0.45) !important;
  }

  .md\:stroke-indigo-950\/5 {
    stroke: rgb(30 27 75 / 0.05) !important;
  }

  .md\:stroke-indigo-950\/50 {
    stroke: rgb(30 27 75 / 0.5) !important;
  }

  .md\:stroke-indigo-950\/55 {
    stroke: rgb(30 27 75 / 0.55) !important;
  }

  .md\:stroke-indigo-950\/60 {
    stroke: rgb(30 27 75 / 0.6) !important;
  }

  .md\:stroke-indigo-950\/65 {
    stroke: rgb(30 27 75 / 0.65) !important;
  }

  .md\:stroke-indigo-950\/70 {
    stroke: rgb(30 27 75 / 0.7) !important;
  }

  .md\:stroke-indigo-950\/75 {
    stroke: rgb(30 27 75 / 0.75) !important;
  }

  .md\:stroke-indigo-950\/80 {
    stroke: rgb(30 27 75 / 0.8) !important;
  }

  .md\:stroke-indigo-950\/85 {
    stroke: rgb(30 27 75 / 0.85) !important;
  }

  .md\:stroke-indigo-950\/90 {
    stroke: rgb(30 27 75 / 0.9) !important;
  }

  .md\:stroke-indigo-950\/95 {
    stroke: rgb(30 27 75 / 0.95) !important;
  }

  .md\:stroke-inherit {
    stroke: inherit !important;
  }

  .md\:stroke-light_grey {
    stroke: #d8d8d8 !important;
  }

  .md\:stroke-light_grey\/0 {
    stroke: rgb(216 216 216 / 0) !important;
  }

  .md\:stroke-light_grey\/10 {
    stroke: rgb(216 216 216 / 0.1) !important;
  }

  .md\:stroke-light_grey\/100 {
    stroke: rgb(216 216 216 / 1) !important;
  }

  .md\:stroke-light_grey\/15 {
    stroke: rgb(216 216 216 / 0.15) !important;
  }

  .md\:stroke-light_grey\/20 {
    stroke: rgb(216 216 216 / 0.2) !important;
  }

  .md\:stroke-light_grey\/25 {
    stroke: rgb(216 216 216 / 0.25) !important;
  }

  .md\:stroke-light_grey\/30 {
    stroke: rgb(216 216 216 / 0.3) !important;
  }

  .md\:stroke-light_grey\/35 {
    stroke: rgb(216 216 216 / 0.35) !important;
  }

  .md\:stroke-light_grey\/40 {
    stroke: rgb(216 216 216 / 0.4) !important;
  }

  .md\:stroke-light_grey\/45 {
    stroke: rgb(216 216 216 / 0.45) !important;
  }

  .md\:stroke-light_grey\/5 {
    stroke: rgb(216 216 216 / 0.05) !important;
  }

  .md\:stroke-light_grey\/50 {
    stroke: rgb(216 216 216 / 0.5) !important;
  }

  .md\:stroke-light_grey\/55 {
    stroke: rgb(216 216 216 / 0.55) !important;
  }

  .md\:stroke-light_grey\/60 {
    stroke: rgb(216 216 216 / 0.6) !important;
  }

  .md\:stroke-light_grey\/65 {
    stroke: rgb(216 216 216 / 0.65) !important;
  }

  .md\:stroke-light_grey\/70 {
    stroke: rgb(216 216 216 / 0.7) !important;
  }

  .md\:stroke-light_grey\/75 {
    stroke: rgb(216 216 216 / 0.75) !important;
  }

  .md\:stroke-light_grey\/80 {
    stroke: rgb(216 216 216 / 0.8) !important;
  }

  .md\:stroke-light_grey\/85 {
    stroke: rgb(216 216 216 / 0.85) !important;
  }

  .md\:stroke-light_grey\/90 {
    stroke: rgb(216 216 216 / 0.9) !important;
  }

  .md\:stroke-light_grey\/95 {
    stroke: rgb(216 216 216 / 0.95) !important;
  }

  .md\:stroke-lime-100 {
    stroke: #ecfccb !important;
  }

  .md\:stroke-lime-100\/0 {
    stroke: rgb(236 252 203 / 0) !important;
  }

  .md\:stroke-lime-100\/10 {
    stroke: rgb(236 252 203 / 0.1) !important;
  }

  .md\:stroke-lime-100\/100 {
    stroke: rgb(236 252 203 / 1) !important;
  }

  .md\:stroke-lime-100\/15 {
    stroke: rgb(236 252 203 / 0.15) !important;
  }

  .md\:stroke-lime-100\/20 {
    stroke: rgb(236 252 203 / 0.2) !important;
  }

  .md\:stroke-lime-100\/25 {
    stroke: rgb(236 252 203 / 0.25) !important;
  }

  .md\:stroke-lime-100\/30 {
    stroke: rgb(236 252 203 / 0.3) !important;
  }

  .md\:stroke-lime-100\/35 {
    stroke: rgb(236 252 203 / 0.35) !important;
  }

  .md\:stroke-lime-100\/40 {
    stroke: rgb(236 252 203 / 0.4) !important;
  }

  .md\:stroke-lime-100\/45 {
    stroke: rgb(236 252 203 / 0.45) !important;
  }

  .md\:stroke-lime-100\/5 {
    stroke: rgb(236 252 203 / 0.05) !important;
  }

  .md\:stroke-lime-100\/50 {
    stroke: rgb(236 252 203 / 0.5) !important;
  }

  .md\:stroke-lime-100\/55 {
    stroke: rgb(236 252 203 / 0.55) !important;
  }

  .md\:stroke-lime-100\/60 {
    stroke: rgb(236 252 203 / 0.6) !important;
  }

  .md\:stroke-lime-100\/65 {
    stroke: rgb(236 252 203 / 0.65) !important;
  }

  .md\:stroke-lime-100\/70 {
    stroke: rgb(236 252 203 / 0.7) !important;
  }

  .md\:stroke-lime-100\/75 {
    stroke: rgb(236 252 203 / 0.75) !important;
  }

  .md\:stroke-lime-100\/80 {
    stroke: rgb(236 252 203 / 0.8) !important;
  }

  .md\:stroke-lime-100\/85 {
    stroke: rgb(236 252 203 / 0.85) !important;
  }

  .md\:stroke-lime-100\/90 {
    stroke: rgb(236 252 203 / 0.9) !important;
  }

  .md\:stroke-lime-100\/95 {
    stroke: rgb(236 252 203 / 0.95) !important;
  }

  .md\:stroke-lime-200 {
    stroke: #d9f99d !important;
  }

  .md\:stroke-lime-200\/0 {
    stroke: rgb(217 249 157 / 0) !important;
  }

  .md\:stroke-lime-200\/10 {
    stroke: rgb(217 249 157 / 0.1) !important;
  }

  .md\:stroke-lime-200\/100 {
    stroke: rgb(217 249 157 / 1) !important;
  }

  .md\:stroke-lime-200\/15 {
    stroke: rgb(217 249 157 / 0.15) !important;
  }

  .md\:stroke-lime-200\/20 {
    stroke: rgb(217 249 157 / 0.2) !important;
  }

  .md\:stroke-lime-200\/25 {
    stroke: rgb(217 249 157 / 0.25) !important;
  }

  .md\:stroke-lime-200\/30 {
    stroke: rgb(217 249 157 / 0.3) !important;
  }

  .md\:stroke-lime-200\/35 {
    stroke: rgb(217 249 157 / 0.35) !important;
  }

  .md\:stroke-lime-200\/40 {
    stroke: rgb(217 249 157 / 0.4) !important;
  }

  .md\:stroke-lime-200\/45 {
    stroke: rgb(217 249 157 / 0.45) !important;
  }

  .md\:stroke-lime-200\/5 {
    stroke: rgb(217 249 157 / 0.05) !important;
  }

  .md\:stroke-lime-200\/50 {
    stroke: rgb(217 249 157 / 0.5) !important;
  }

  .md\:stroke-lime-200\/55 {
    stroke: rgb(217 249 157 / 0.55) !important;
  }

  .md\:stroke-lime-200\/60 {
    stroke: rgb(217 249 157 / 0.6) !important;
  }

  .md\:stroke-lime-200\/65 {
    stroke: rgb(217 249 157 / 0.65) !important;
  }

  .md\:stroke-lime-200\/70 {
    stroke: rgb(217 249 157 / 0.7) !important;
  }

  .md\:stroke-lime-200\/75 {
    stroke: rgb(217 249 157 / 0.75) !important;
  }

  .md\:stroke-lime-200\/80 {
    stroke: rgb(217 249 157 / 0.8) !important;
  }

  .md\:stroke-lime-200\/85 {
    stroke: rgb(217 249 157 / 0.85) !important;
  }

  .md\:stroke-lime-200\/90 {
    stroke: rgb(217 249 157 / 0.9) !important;
  }

  .md\:stroke-lime-200\/95 {
    stroke: rgb(217 249 157 / 0.95) !important;
  }

  .md\:stroke-lime-300 {
    stroke: #bef264 !important;
  }

  .md\:stroke-lime-300\/0 {
    stroke: rgb(190 242 100 / 0) !important;
  }

  .md\:stroke-lime-300\/10 {
    stroke: rgb(190 242 100 / 0.1) !important;
  }

  .md\:stroke-lime-300\/100 {
    stroke: rgb(190 242 100 / 1) !important;
  }

  .md\:stroke-lime-300\/15 {
    stroke: rgb(190 242 100 / 0.15) !important;
  }

  .md\:stroke-lime-300\/20 {
    stroke: rgb(190 242 100 / 0.2) !important;
  }

  .md\:stroke-lime-300\/25 {
    stroke: rgb(190 242 100 / 0.25) !important;
  }

  .md\:stroke-lime-300\/30 {
    stroke: rgb(190 242 100 / 0.3) !important;
  }

  .md\:stroke-lime-300\/35 {
    stroke: rgb(190 242 100 / 0.35) !important;
  }

  .md\:stroke-lime-300\/40 {
    stroke: rgb(190 242 100 / 0.4) !important;
  }

  .md\:stroke-lime-300\/45 {
    stroke: rgb(190 242 100 / 0.45) !important;
  }

  .md\:stroke-lime-300\/5 {
    stroke: rgb(190 242 100 / 0.05) !important;
  }

  .md\:stroke-lime-300\/50 {
    stroke: rgb(190 242 100 / 0.5) !important;
  }

  .md\:stroke-lime-300\/55 {
    stroke: rgb(190 242 100 / 0.55) !important;
  }

  .md\:stroke-lime-300\/60 {
    stroke: rgb(190 242 100 / 0.6) !important;
  }

  .md\:stroke-lime-300\/65 {
    stroke: rgb(190 242 100 / 0.65) !important;
  }

  .md\:stroke-lime-300\/70 {
    stroke: rgb(190 242 100 / 0.7) !important;
  }

  .md\:stroke-lime-300\/75 {
    stroke: rgb(190 242 100 / 0.75) !important;
  }

  .md\:stroke-lime-300\/80 {
    stroke: rgb(190 242 100 / 0.8) !important;
  }

  .md\:stroke-lime-300\/85 {
    stroke: rgb(190 242 100 / 0.85) !important;
  }

  .md\:stroke-lime-300\/90 {
    stroke: rgb(190 242 100 / 0.9) !important;
  }

  .md\:stroke-lime-300\/95 {
    stroke: rgb(190 242 100 / 0.95) !important;
  }

  .md\:stroke-lime-400 {
    stroke: #a3e635 !important;
  }

  .md\:stroke-lime-400\/0 {
    stroke: rgb(163 230 53 / 0) !important;
  }

  .md\:stroke-lime-400\/10 {
    stroke: rgb(163 230 53 / 0.1) !important;
  }

  .md\:stroke-lime-400\/100 {
    stroke: rgb(163 230 53 / 1) !important;
  }

  .md\:stroke-lime-400\/15 {
    stroke: rgb(163 230 53 / 0.15) !important;
  }

  .md\:stroke-lime-400\/20 {
    stroke: rgb(163 230 53 / 0.2) !important;
  }

  .md\:stroke-lime-400\/25 {
    stroke: rgb(163 230 53 / 0.25) !important;
  }

  .md\:stroke-lime-400\/30 {
    stroke: rgb(163 230 53 / 0.3) !important;
  }

  .md\:stroke-lime-400\/35 {
    stroke: rgb(163 230 53 / 0.35) !important;
  }

  .md\:stroke-lime-400\/40 {
    stroke: rgb(163 230 53 / 0.4) !important;
  }

  .md\:stroke-lime-400\/45 {
    stroke: rgb(163 230 53 / 0.45) !important;
  }

  .md\:stroke-lime-400\/5 {
    stroke: rgb(163 230 53 / 0.05) !important;
  }

  .md\:stroke-lime-400\/50 {
    stroke: rgb(163 230 53 / 0.5) !important;
  }

  .md\:stroke-lime-400\/55 {
    stroke: rgb(163 230 53 / 0.55) !important;
  }

  .md\:stroke-lime-400\/60 {
    stroke: rgb(163 230 53 / 0.6) !important;
  }

  .md\:stroke-lime-400\/65 {
    stroke: rgb(163 230 53 / 0.65) !important;
  }

  .md\:stroke-lime-400\/70 {
    stroke: rgb(163 230 53 / 0.7) !important;
  }

  .md\:stroke-lime-400\/75 {
    stroke: rgb(163 230 53 / 0.75) !important;
  }

  .md\:stroke-lime-400\/80 {
    stroke: rgb(163 230 53 / 0.8) !important;
  }

  .md\:stroke-lime-400\/85 {
    stroke: rgb(163 230 53 / 0.85) !important;
  }

  .md\:stroke-lime-400\/90 {
    stroke: rgb(163 230 53 / 0.9) !important;
  }

  .md\:stroke-lime-400\/95 {
    stroke: rgb(163 230 53 / 0.95) !important;
  }

  .md\:stroke-lime-50 {
    stroke: #f7fee7 !important;
  }

  .md\:stroke-lime-50\/0 {
    stroke: rgb(247 254 231 / 0) !important;
  }

  .md\:stroke-lime-50\/10 {
    stroke: rgb(247 254 231 / 0.1) !important;
  }

  .md\:stroke-lime-50\/100 {
    stroke: rgb(247 254 231 / 1) !important;
  }

  .md\:stroke-lime-50\/15 {
    stroke: rgb(247 254 231 / 0.15) !important;
  }

  .md\:stroke-lime-50\/20 {
    stroke: rgb(247 254 231 / 0.2) !important;
  }

  .md\:stroke-lime-50\/25 {
    stroke: rgb(247 254 231 / 0.25) !important;
  }

  .md\:stroke-lime-50\/30 {
    stroke: rgb(247 254 231 / 0.3) !important;
  }

  .md\:stroke-lime-50\/35 {
    stroke: rgb(247 254 231 / 0.35) !important;
  }

  .md\:stroke-lime-50\/40 {
    stroke: rgb(247 254 231 / 0.4) !important;
  }

  .md\:stroke-lime-50\/45 {
    stroke: rgb(247 254 231 / 0.45) !important;
  }

  .md\:stroke-lime-50\/5 {
    stroke: rgb(247 254 231 / 0.05) !important;
  }

  .md\:stroke-lime-50\/50 {
    stroke: rgb(247 254 231 / 0.5) !important;
  }

  .md\:stroke-lime-50\/55 {
    stroke: rgb(247 254 231 / 0.55) !important;
  }

  .md\:stroke-lime-50\/60 {
    stroke: rgb(247 254 231 / 0.6) !important;
  }

  .md\:stroke-lime-50\/65 {
    stroke: rgb(247 254 231 / 0.65) !important;
  }

  .md\:stroke-lime-50\/70 {
    stroke: rgb(247 254 231 / 0.7) !important;
  }

  .md\:stroke-lime-50\/75 {
    stroke: rgb(247 254 231 / 0.75) !important;
  }

  .md\:stroke-lime-50\/80 {
    stroke: rgb(247 254 231 / 0.8) !important;
  }

  .md\:stroke-lime-50\/85 {
    stroke: rgb(247 254 231 / 0.85) !important;
  }

  .md\:stroke-lime-50\/90 {
    stroke: rgb(247 254 231 / 0.9) !important;
  }

  .md\:stroke-lime-50\/95 {
    stroke: rgb(247 254 231 / 0.95) !important;
  }

  .md\:stroke-lime-500 {
    stroke: #84cc16 !important;
  }

  .md\:stroke-lime-500\/0 {
    stroke: rgb(132 204 22 / 0) !important;
  }

  .md\:stroke-lime-500\/10 {
    stroke: rgb(132 204 22 / 0.1) !important;
  }

  .md\:stroke-lime-500\/100 {
    stroke: rgb(132 204 22 / 1) !important;
  }

  .md\:stroke-lime-500\/15 {
    stroke: rgb(132 204 22 / 0.15) !important;
  }

  .md\:stroke-lime-500\/20 {
    stroke: rgb(132 204 22 / 0.2) !important;
  }

  .md\:stroke-lime-500\/25 {
    stroke: rgb(132 204 22 / 0.25) !important;
  }

  .md\:stroke-lime-500\/30 {
    stroke: rgb(132 204 22 / 0.3) !important;
  }

  .md\:stroke-lime-500\/35 {
    stroke: rgb(132 204 22 / 0.35) !important;
  }

  .md\:stroke-lime-500\/40 {
    stroke: rgb(132 204 22 / 0.4) !important;
  }

  .md\:stroke-lime-500\/45 {
    stroke: rgb(132 204 22 / 0.45) !important;
  }

  .md\:stroke-lime-500\/5 {
    stroke: rgb(132 204 22 / 0.05) !important;
  }

  .md\:stroke-lime-500\/50 {
    stroke: rgb(132 204 22 / 0.5) !important;
  }

  .md\:stroke-lime-500\/55 {
    stroke: rgb(132 204 22 / 0.55) !important;
  }

  .md\:stroke-lime-500\/60 {
    stroke: rgb(132 204 22 / 0.6) !important;
  }

  .md\:stroke-lime-500\/65 {
    stroke: rgb(132 204 22 / 0.65) !important;
  }

  .md\:stroke-lime-500\/70 {
    stroke: rgb(132 204 22 / 0.7) !important;
  }

  .md\:stroke-lime-500\/75 {
    stroke: rgb(132 204 22 / 0.75) !important;
  }

  .md\:stroke-lime-500\/80 {
    stroke: rgb(132 204 22 / 0.8) !important;
  }

  .md\:stroke-lime-500\/85 {
    stroke: rgb(132 204 22 / 0.85) !important;
  }

  .md\:stroke-lime-500\/90 {
    stroke: rgb(132 204 22 / 0.9) !important;
  }

  .md\:stroke-lime-500\/95 {
    stroke: rgb(132 204 22 / 0.95) !important;
  }

  .md\:stroke-lime-600 {
    stroke: #65a30d !important;
  }

  .md\:stroke-lime-600\/0 {
    stroke: rgb(101 163 13 / 0) !important;
  }

  .md\:stroke-lime-600\/10 {
    stroke: rgb(101 163 13 / 0.1) !important;
  }

  .md\:stroke-lime-600\/100 {
    stroke: rgb(101 163 13 / 1) !important;
  }

  .md\:stroke-lime-600\/15 {
    stroke: rgb(101 163 13 / 0.15) !important;
  }

  .md\:stroke-lime-600\/20 {
    stroke: rgb(101 163 13 / 0.2) !important;
  }

  .md\:stroke-lime-600\/25 {
    stroke: rgb(101 163 13 / 0.25) !important;
  }

  .md\:stroke-lime-600\/30 {
    stroke: rgb(101 163 13 / 0.3) !important;
  }

  .md\:stroke-lime-600\/35 {
    stroke: rgb(101 163 13 / 0.35) !important;
  }

  .md\:stroke-lime-600\/40 {
    stroke: rgb(101 163 13 / 0.4) !important;
  }

  .md\:stroke-lime-600\/45 {
    stroke: rgb(101 163 13 / 0.45) !important;
  }

  .md\:stroke-lime-600\/5 {
    stroke: rgb(101 163 13 / 0.05) !important;
  }

  .md\:stroke-lime-600\/50 {
    stroke: rgb(101 163 13 / 0.5) !important;
  }

  .md\:stroke-lime-600\/55 {
    stroke: rgb(101 163 13 / 0.55) !important;
  }

  .md\:stroke-lime-600\/60 {
    stroke: rgb(101 163 13 / 0.6) !important;
  }

  .md\:stroke-lime-600\/65 {
    stroke: rgb(101 163 13 / 0.65) !important;
  }

  .md\:stroke-lime-600\/70 {
    stroke: rgb(101 163 13 / 0.7) !important;
  }

  .md\:stroke-lime-600\/75 {
    stroke: rgb(101 163 13 / 0.75) !important;
  }

  .md\:stroke-lime-600\/80 {
    stroke: rgb(101 163 13 / 0.8) !important;
  }

  .md\:stroke-lime-600\/85 {
    stroke: rgb(101 163 13 / 0.85) !important;
  }

  .md\:stroke-lime-600\/90 {
    stroke: rgb(101 163 13 / 0.9) !important;
  }

  .md\:stroke-lime-600\/95 {
    stroke: rgb(101 163 13 / 0.95) !important;
  }

  .md\:stroke-lime-700 {
    stroke: #4d7c0f !important;
  }

  .md\:stroke-lime-700\/0 {
    stroke: rgb(77 124 15 / 0) !important;
  }

  .md\:stroke-lime-700\/10 {
    stroke: rgb(77 124 15 / 0.1) !important;
  }

  .md\:stroke-lime-700\/100 {
    stroke: rgb(77 124 15 / 1) !important;
  }

  .md\:stroke-lime-700\/15 {
    stroke: rgb(77 124 15 / 0.15) !important;
  }

  .md\:stroke-lime-700\/20 {
    stroke: rgb(77 124 15 / 0.2) !important;
  }

  .md\:stroke-lime-700\/25 {
    stroke: rgb(77 124 15 / 0.25) !important;
  }

  .md\:stroke-lime-700\/30 {
    stroke: rgb(77 124 15 / 0.3) !important;
  }

  .md\:stroke-lime-700\/35 {
    stroke: rgb(77 124 15 / 0.35) !important;
  }

  .md\:stroke-lime-700\/40 {
    stroke: rgb(77 124 15 / 0.4) !important;
  }

  .md\:stroke-lime-700\/45 {
    stroke: rgb(77 124 15 / 0.45) !important;
  }

  .md\:stroke-lime-700\/5 {
    stroke: rgb(77 124 15 / 0.05) !important;
  }

  .md\:stroke-lime-700\/50 {
    stroke: rgb(77 124 15 / 0.5) !important;
  }

  .md\:stroke-lime-700\/55 {
    stroke: rgb(77 124 15 / 0.55) !important;
  }

  .md\:stroke-lime-700\/60 {
    stroke: rgb(77 124 15 / 0.6) !important;
  }

  .md\:stroke-lime-700\/65 {
    stroke: rgb(77 124 15 / 0.65) !important;
  }

  .md\:stroke-lime-700\/70 {
    stroke: rgb(77 124 15 / 0.7) !important;
  }

  .md\:stroke-lime-700\/75 {
    stroke: rgb(77 124 15 / 0.75) !important;
  }

  .md\:stroke-lime-700\/80 {
    stroke: rgb(77 124 15 / 0.8) !important;
  }

  .md\:stroke-lime-700\/85 {
    stroke: rgb(77 124 15 / 0.85) !important;
  }

  .md\:stroke-lime-700\/90 {
    stroke: rgb(77 124 15 / 0.9) !important;
  }

  .md\:stroke-lime-700\/95 {
    stroke: rgb(77 124 15 / 0.95) !important;
  }

  .md\:stroke-lime-800 {
    stroke: #3f6212 !important;
  }

  .md\:stroke-lime-800\/0 {
    stroke: rgb(63 98 18 / 0) !important;
  }

  .md\:stroke-lime-800\/10 {
    stroke: rgb(63 98 18 / 0.1) !important;
  }

  .md\:stroke-lime-800\/100 {
    stroke: rgb(63 98 18 / 1) !important;
  }

  .md\:stroke-lime-800\/15 {
    stroke: rgb(63 98 18 / 0.15) !important;
  }

  .md\:stroke-lime-800\/20 {
    stroke: rgb(63 98 18 / 0.2) !important;
  }

  .md\:stroke-lime-800\/25 {
    stroke: rgb(63 98 18 / 0.25) !important;
  }

  .md\:stroke-lime-800\/30 {
    stroke: rgb(63 98 18 / 0.3) !important;
  }

  .md\:stroke-lime-800\/35 {
    stroke: rgb(63 98 18 / 0.35) !important;
  }

  .md\:stroke-lime-800\/40 {
    stroke: rgb(63 98 18 / 0.4) !important;
  }

  .md\:stroke-lime-800\/45 {
    stroke: rgb(63 98 18 / 0.45) !important;
  }

  .md\:stroke-lime-800\/5 {
    stroke: rgb(63 98 18 / 0.05) !important;
  }

  .md\:stroke-lime-800\/50 {
    stroke: rgb(63 98 18 / 0.5) !important;
  }

  .md\:stroke-lime-800\/55 {
    stroke: rgb(63 98 18 / 0.55) !important;
  }

  .md\:stroke-lime-800\/60 {
    stroke: rgb(63 98 18 / 0.6) !important;
  }

  .md\:stroke-lime-800\/65 {
    stroke: rgb(63 98 18 / 0.65) !important;
  }

  .md\:stroke-lime-800\/70 {
    stroke: rgb(63 98 18 / 0.7) !important;
  }

  .md\:stroke-lime-800\/75 {
    stroke: rgb(63 98 18 / 0.75) !important;
  }

  .md\:stroke-lime-800\/80 {
    stroke: rgb(63 98 18 / 0.8) !important;
  }

  .md\:stroke-lime-800\/85 {
    stroke: rgb(63 98 18 / 0.85) !important;
  }

  .md\:stroke-lime-800\/90 {
    stroke: rgb(63 98 18 / 0.9) !important;
  }

  .md\:stroke-lime-800\/95 {
    stroke: rgb(63 98 18 / 0.95) !important;
  }

  .md\:stroke-lime-900 {
    stroke: #365314 !important;
  }

  .md\:stroke-lime-900\/0 {
    stroke: rgb(54 83 20 / 0) !important;
  }

  .md\:stroke-lime-900\/10 {
    stroke: rgb(54 83 20 / 0.1) !important;
  }

  .md\:stroke-lime-900\/100 {
    stroke: rgb(54 83 20 / 1) !important;
  }

  .md\:stroke-lime-900\/15 {
    stroke: rgb(54 83 20 / 0.15) !important;
  }

  .md\:stroke-lime-900\/20 {
    stroke: rgb(54 83 20 / 0.2) !important;
  }

  .md\:stroke-lime-900\/25 {
    stroke: rgb(54 83 20 / 0.25) !important;
  }

  .md\:stroke-lime-900\/30 {
    stroke: rgb(54 83 20 / 0.3) !important;
  }

  .md\:stroke-lime-900\/35 {
    stroke: rgb(54 83 20 / 0.35) !important;
  }

  .md\:stroke-lime-900\/40 {
    stroke: rgb(54 83 20 / 0.4) !important;
  }

  .md\:stroke-lime-900\/45 {
    stroke: rgb(54 83 20 / 0.45) !important;
  }

  .md\:stroke-lime-900\/5 {
    stroke: rgb(54 83 20 / 0.05) !important;
  }

  .md\:stroke-lime-900\/50 {
    stroke: rgb(54 83 20 / 0.5) !important;
  }

  .md\:stroke-lime-900\/55 {
    stroke: rgb(54 83 20 / 0.55) !important;
  }

  .md\:stroke-lime-900\/60 {
    stroke: rgb(54 83 20 / 0.6) !important;
  }

  .md\:stroke-lime-900\/65 {
    stroke: rgb(54 83 20 / 0.65) !important;
  }

  .md\:stroke-lime-900\/70 {
    stroke: rgb(54 83 20 / 0.7) !important;
  }

  .md\:stroke-lime-900\/75 {
    stroke: rgb(54 83 20 / 0.75) !important;
  }

  .md\:stroke-lime-900\/80 {
    stroke: rgb(54 83 20 / 0.8) !important;
  }

  .md\:stroke-lime-900\/85 {
    stroke: rgb(54 83 20 / 0.85) !important;
  }

  .md\:stroke-lime-900\/90 {
    stroke: rgb(54 83 20 / 0.9) !important;
  }

  .md\:stroke-lime-900\/95 {
    stroke: rgb(54 83 20 / 0.95) !important;
  }

  .md\:stroke-lime-950 {
    stroke: #1a2e05 !important;
  }

  .md\:stroke-lime-950\/0 {
    stroke: rgb(26 46 5 / 0) !important;
  }

  .md\:stroke-lime-950\/10 {
    stroke: rgb(26 46 5 / 0.1) !important;
  }

  .md\:stroke-lime-950\/100 {
    stroke: rgb(26 46 5 / 1) !important;
  }

  .md\:stroke-lime-950\/15 {
    stroke: rgb(26 46 5 / 0.15) !important;
  }

  .md\:stroke-lime-950\/20 {
    stroke: rgb(26 46 5 / 0.2) !important;
  }

  .md\:stroke-lime-950\/25 {
    stroke: rgb(26 46 5 / 0.25) !important;
  }

  .md\:stroke-lime-950\/30 {
    stroke: rgb(26 46 5 / 0.3) !important;
  }

  .md\:stroke-lime-950\/35 {
    stroke: rgb(26 46 5 / 0.35) !important;
  }

  .md\:stroke-lime-950\/40 {
    stroke: rgb(26 46 5 / 0.4) !important;
  }

  .md\:stroke-lime-950\/45 {
    stroke: rgb(26 46 5 / 0.45) !important;
  }

  .md\:stroke-lime-950\/5 {
    stroke: rgb(26 46 5 / 0.05) !important;
  }

  .md\:stroke-lime-950\/50 {
    stroke: rgb(26 46 5 / 0.5) !important;
  }

  .md\:stroke-lime-950\/55 {
    stroke: rgb(26 46 5 / 0.55) !important;
  }

  .md\:stroke-lime-950\/60 {
    stroke: rgb(26 46 5 / 0.6) !important;
  }

  .md\:stroke-lime-950\/65 {
    stroke: rgb(26 46 5 / 0.65) !important;
  }

  .md\:stroke-lime-950\/70 {
    stroke: rgb(26 46 5 / 0.7) !important;
  }

  .md\:stroke-lime-950\/75 {
    stroke: rgb(26 46 5 / 0.75) !important;
  }

  .md\:stroke-lime-950\/80 {
    stroke: rgb(26 46 5 / 0.8) !important;
  }

  .md\:stroke-lime-950\/85 {
    stroke: rgb(26 46 5 / 0.85) !important;
  }

  .md\:stroke-lime-950\/90 {
    stroke: rgb(26 46 5 / 0.9) !important;
  }

  .md\:stroke-lime-950\/95 {
    stroke: rgb(26 46 5 / 0.95) !important;
  }

  .md\:stroke-neutral-100 {
    stroke: #f5f5f5 !important;
  }

  .md\:stroke-neutral-100\/0 {
    stroke: rgb(245 245 245 / 0) !important;
  }

  .md\:stroke-neutral-100\/10 {
    stroke: rgb(245 245 245 / 0.1) !important;
  }

  .md\:stroke-neutral-100\/100 {
    stroke: rgb(245 245 245 / 1) !important;
  }

  .md\:stroke-neutral-100\/15 {
    stroke: rgb(245 245 245 / 0.15) !important;
  }

  .md\:stroke-neutral-100\/20 {
    stroke: rgb(245 245 245 / 0.2) !important;
  }

  .md\:stroke-neutral-100\/25 {
    stroke: rgb(245 245 245 / 0.25) !important;
  }

  .md\:stroke-neutral-100\/30 {
    stroke: rgb(245 245 245 / 0.3) !important;
  }

  .md\:stroke-neutral-100\/35 {
    stroke: rgb(245 245 245 / 0.35) !important;
  }

  .md\:stroke-neutral-100\/40 {
    stroke: rgb(245 245 245 / 0.4) !important;
  }

  .md\:stroke-neutral-100\/45 {
    stroke: rgb(245 245 245 / 0.45) !important;
  }

  .md\:stroke-neutral-100\/5 {
    stroke: rgb(245 245 245 / 0.05) !important;
  }

  .md\:stroke-neutral-100\/50 {
    stroke: rgb(245 245 245 / 0.5) !important;
  }

  .md\:stroke-neutral-100\/55 {
    stroke: rgb(245 245 245 / 0.55) !important;
  }

  .md\:stroke-neutral-100\/60 {
    stroke: rgb(245 245 245 / 0.6) !important;
  }

  .md\:stroke-neutral-100\/65 {
    stroke: rgb(245 245 245 / 0.65) !important;
  }

  .md\:stroke-neutral-100\/70 {
    stroke: rgb(245 245 245 / 0.7) !important;
  }

  .md\:stroke-neutral-100\/75 {
    stroke: rgb(245 245 245 / 0.75) !important;
  }

  .md\:stroke-neutral-100\/80 {
    stroke: rgb(245 245 245 / 0.8) !important;
  }

  .md\:stroke-neutral-100\/85 {
    stroke: rgb(245 245 245 / 0.85) !important;
  }

  .md\:stroke-neutral-100\/90 {
    stroke: rgb(245 245 245 / 0.9) !important;
  }

  .md\:stroke-neutral-100\/95 {
    stroke: rgb(245 245 245 / 0.95) !important;
  }

  .md\:stroke-neutral-200 {
    stroke: #e5e5e5 !important;
  }

  .md\:stroke-neutral-200\/0 {
    stroke: rgb(229 229 229 / 0) !important;
  }

  .md\:stroke-neutral-200\/10 {
    stroke: rgb(229 229 229 / 0.1) !important;
  }

  .md\:stroke-neutral-200\/100 {
    stroke: rgb(229 229 229 / 1) !important;
  }

  .md\:stroke-neutral-200\/15 {
    stroke: rgb(229 229 229 / 0.15) !important;
  }

  .md\:stroke-neutral-200\/20 {
    stroke: rgb(229 229 229 / 0.2) !important;
  }

  .md\:stroke-neutral-200\/25 {
    stroke: rgb(229 229 229 / 0.25) !important;
  }

  .md\:stroke-neutral-200\/30 {
    stroke: rgb(229 229 229 / 0.3) !important;
  }

  .md\:stroke-neutral-200\/35 {
    stroke: rgb(229 229 229 / 0.35) !important;
  }

  .md\:stroke-neutral-200\/40 {
    stroke: rgb(229 229 229 / 0.4) !important;
  }

  .md\:stroke-neutral-200\/45 {
    stroke: rgb(229 229 229 / 0.45) !important;
  }

  .md\:stroke-neutral-200\/5 {
    stroke: rgb(229 229 229 / 0.05) !important;
  }

  .md\:stroke-neutral-200\/50 {
    stroke: rgb(229 229 229 / 0.5) !important;
  }

  .md\:stroke-neutral-200\/55 {
    stroke: rgb(229 229 229 / 0.55) !important;
  }

  .md\:stroke-neutral-200\/60 {
    stroke: rgb(229 229 229 / 0.6) !important;
  }

  .md\:stroke-neutral-200\/65 {
    stroke: rgb(229 229 229 / 0.65) !important;
  }

  .md\:stroke-neutral-200\/70 {
    stroke: rgb(229 229 229 / 0.7) !important;
  }

  .md\:stroke-neutral-200\/75 {
    stroke: rgb(229 229 229 / 0.75) !important;
  }

  .md\:stroke-neutral-200\/80 {
    stroke: rgb(229 229 229 / 0.8) !important;
  }

  .md\:stroke-neutral-200\/85 {
    stroke: rgb(229 229 229 / 0.85) !important;
  }

  .md\:stroke-neutral-200\/90 {
    stroke: rgb(229 229 229 / 0.9) !important;
  }

  .md\:stroke-neutral-200\/95 {
    stroke: rgb(229 229 229 / 0.95) !important;
  }

  .md\:stroke-neutral-300 {
    stroke: #d4d4d4 !important;
  }

  .md\:stroke-neutral-300\/0 {
    stroke: rgb(212 212 212 / 0) !important;
  }

  .md\:stroke-neutral-300\/10 {
    stroke: rgb(212 212 212 / 0.1) !important;
  }

  .md\:stroke-neutral-300\/100 {
    stroke: rgb(212 212 212 / 1) !important;
  }

  .md\:stroke-neutral-300\/15 {
    stroke: rgb(212 212 212 / 0.15) !important;
  }

  .md\:stroke-neutral-300\/20 {
    stroke: rgb(212 212 212 / 0.2) !important;
  }

  .md\:stroke-neutral-300\/25 {
    stroke: rgb(212 212 212 / 0.25) !important;
  }

  .md\:stroke-neutral-300\/30 {
    stroke: rgb(212 212 212 / 0.3) !important;
  }

  .md\:stroke-neutral-300\/35 {
    stroke: rgb(212 212 212 / 0.35) !important;
  }

  .md\:stroke-neutral-300\/40 {
    stroke: rgb(212 212 212 / 0.4) !important;
  }

  .md\:stroke-neutral-300\/45 {
    stroke: rgb(212 212 212 / 0.45) !important;
  }

  .md\:stroke-neutral-300\/5 {
    stroke: rgb(212 212 212 / 0.05) !important;
  }

  .md\:stroke-neutral-300\/50 {
    stroke: rgb(212 212 212 / 0.5) !important;
  }

  .md\:stroke-neutral-300\/55 {
    stroke: rgb(212 212 212 / 0.55) !important;
  }

  .md\:stroke-neutral-300\/60 {
    stroke: rgb(212 212 212 / 0.6) !important;
  }

  .md\:stroke-neutral-300\/65 {
    stroke: rgb(212 212 212 / 0.65) !important;
  }

  .md\:stroke-neutral-300\/70 {
    stroke: rgb(212 212 212 / 0.7) !important;
  }

  .md\:stroke-neutral-300\/75 {
    stroke: rgb(212 212 212 / 0.75) !important;
  }

  .md\:stroke-neutral-300\/80 {
    stroke: rgb(212 212 212 / 0.8) !important;
  }

  .md\:stroke-neutral-300\/85 {
    stroke: rgb(212 212 212 / 0.85) !important;
  }

  .md\:stroke-neutral-300\/90 {
    stroke: rgb(212 212 212 / 0.9) !important;
  }

  .md\:stroke-neutral-300\/95 {
    stroke: rgb(212 212 212 / 0.95) !important;
  }

  .md\:stroke-neutral-400 {
    stroke: #a3a3a3 !important;
  }

  .md\:stroke-neutral-400\/0 {
    stroke: rgb(163 163 163 / 0) !important;
  }

  .md\:stroke-neutral-400\/10 {
    stroke: rgb(163 163 163 / 0.1) !important;
  }

  .md\:stroke-neutral-400\/100 {
    stroke: rgb(163 163 163 / 1) !important;
  }

  .md\:stroke-neutral-400\/15 {
    stroke: rgb(163 163 163 / 0.15) !important;
  }

  .md\:stroke-neutral-400\/20 {
    stroke: rgb(163 163 163 / 0.2) !important;
  }

  .md\:stroke-neutral-400\/25 {
    stroke: rgb(163 163 163 / 0.25) !important;
  }

  .md\:stroke-neutral-400\/30 {
    stroke: rgb(163 163 163 / 0.3) !important;
  }

  .md\:stroke-neutral-400\/35 {
    stroke: rgb(163 163 163 / 0.35) !important;
  }

  .md\:stroke-neutral-400\/40 {
    stroke: rgb(163 163 163 / 0.4) !important;
  }

  .md\:stroke-neutral-400\/45 {
    stroke: rgb(163 163 163 / 0.45) !important;
  }

  .md\:stroke-neutral-400\/5 {
    stroke: rgb(163 163 163 / 0.05) !important;
  }

  .md\:stroke-neutral-400\/50 {
    stroke: rgb(163 163 163 / 0.5) !important;
  }

  .md\:stroke-neutral-400\/55 {
    stroke: rgb(163 163 163 / 0.55) !important;
  }

  .md\:stroke-neutral-400\/60 {
    stroke: rgb(163 163 163 / 0.6) !important;
  }

  .md\:stroke-neutral-400\/65 {
    stroke: rgb(163 163 163 / 0.65) !important;
  }

  .md\:stroke-neutral-400\/70 {
    stroke: rgb(163 163 163 / 0.7) !important;
  }

  .md\:stroke-neutral-400\/75 {
    stroke: rgb(163 163 163 / 0.75) !important;
  }

  .md\:stroke-neutral-400\/80 {
    stroke: rgb(163 163 163 / 0.8) !important;
  }

  .md\:stroke-neutral-400\/85 {
    stroke: rgb(163 163 163 / 0.85) !important;
  }

  .md\:stroke-neutral-400\/90 {
    stroke: rgb(163 163 163 / 0.9) !important;
  }

  .md\:stroke-neutral-400\/95 {
    stroke: rgb(163 163 163 / 0.95) !important;
  }

  .md\:stroke-neutral-50 {
    stroke: #fafafa !important;
  }

  .md\:stroke-neutral-50\/0 {
    stroke: rgb(250 250 250 / 0) !important;
  }

  .md\:stroke-neutral-50\/10 {
    stroke: rgb(250 250 250 / 0.1) !important;
  }

  .md\:stroke-neutral-50\/100 {
    stroke: rgb(250 250 250 / 1) !important;
  }

  .md\:stroke-neutral-50\/15 {
    stroke: rgb(250 250 250 / 0.15) !important;
  }

  .md\:stroke-neutral-50\/20 {
    stroke: rgb(250 250 250 / 0.2) !important;
  }

  .md\:stroke-neutral-50\/25 {
    stroke: rgb(250 250 250 / 0.25) !important;
  }

  .md\:stroke-neutral-50\/30 {
    stroke: rgb(250 250 250 / 0.3) !important;
  }

  .md\:stroke-neutral-50\/35 {
    stroke: rgb(250 250 250 / 0.35) !important;
  }

  .md\:stroke-neutral-50\/40 {
    stroke: rgb(250 250 250 / 0.4) !important;
  }

  .md\:stroke-neutral-50\/45 {
    stroke: rgb(250 250 250 / 0.45) !important;
  }

  .md\:stroke-neutral-50\/5 {
    stroke: rgb(250 250 250 / 0.05) !important;
  }

  .md\:stroke-neutral-50\/50 {
    stroke: rgb(250 250 250 / 0.5) !important;
  }

  .md\:stroke-neutral-50\/55 {
    stroke: rgb(250 250 250 / 0.55) !important;
  }

  .md\:stroke-neutral-50\/60 {
    stroke: rgb(250 250 250 / 0.6) !important;
  }

  .md\:stroke-neutral-50\/65 {
    stroke: rgb(250 250 250 / 0.65) !important;
  }

  .md\:stroke-neutral-50\/70 {
    stroke: rgb(250 250 250 / 0.7) !important;
  }

  .md\:stroke-neutral-50\/75 {
    stroke: rgb(250 250 250 / 0.75) !important;
  }

  .md\:stroke-neutral-50\/80 {
    stroke: rgb(250 250 250 / 0.8) !important;
  }

  .md\:stroke-neutral-50\/85 {
    stroke: rgb(250 250 250 / 0.85) !important;
  }

  .md\:stroke-neutral-50\/90 {
    stroke: rgb(250 250 250 / 0.9) !important;
  }

  .md\:stroke-neutral-50\/95 {
    stroke: rgb(250 250 250 / 0.95) !important;
  }

  .md\:stroke-neutral-500 {
    stroke: #737373 !important;
  }

  .md\:stroke-neutral-500\/0 {
    stroke: rgb(115 115 115 / 0) !important;
  }

  .md\:stroke-neutral-500\/10 {
    stroke: rgb(115 115 115 / 0.1) !important;
  }

  .md\:stroke-neutral-500\/100 {
    stroke: rgb(115 115 115 / 1) !important;
  }

  .md\:stroke-neutral-500\/15 {
    stroke: rgb(115 115 115 / 0.15) !important;
  }

  .md\:stroke-neutral-500\/20 {
    stroke: rgb(115 115 115 / 0.2) !important;
  }

  .md\:stroke-neutral-500\/25 {
    stroke: rgb(115 115 115 / 0.25) !important;
  }

  .md\:stroke-neutral-500\/30 {
    stroke: rgb(115 115 115 / 0.3) !important;
  }

  .md\:stroke-neutral-500\/35 {
    stroke: rgb(115 115 115 / 0.35) !important;
  }

  .md\:stroke-neutral-500\/40 {
    stroke: rgb(115 115 115 / 0.4) !important;
  }

  .md\:stroke-neutral-500\/45 {
    stroke: rgb(115 115 115 / 0.45) !important;
  }

  .md\:stroke-neutral-500\/5 {
    stroke: rgb(115 115 115 / 0.05) !important;
  }

  .md\:stroke-neutral-500\/50 {
    stroke: rgb(115 115 115 / 0.5) !important;
  }

  .md\:stroke-neutral-500\/55 {
    stroke: rgb(115 115 115 / 0.55) !important;
  }

  .md\:stroke-neutral-500\/60 {
    stroke: rgb(115 115 115 / 0.6) !important;
  }

  .md\:stroke-neutral-500\/65 {
    stroke: rgb(115 115 115 / 0.65) !important;
  }

  .md\:stroke-neutral-500\/70 {
    stroke: rgb(115 115 115 / 0.7) !important;
  }

  .md\:stroke-neutral-500\/75 {
    stroke: rgb(115 115 115 / 0.75) !important;
  }

  .md\:stroke-neutral-500\/80 {
    stroke: rgb(115 115 115 / 0.8) !important;
  }

  .md\:stroke-neutral-500\/85 {
    stroke: rgb(115 115 115 / 0.85) !important;
  }

  .md\:stroke-neutral-500\/90 {
    stroke: rgb(115 115 115 / 0.9) !important;
  }

  .md\:stroke-neutral-500\/95 {
    stroke: rgb(115 115 115 / 0.95) !important;
  }

  .md\:stroke-neutral-600 {
    stroke: #525252 !important;
  }

  .md\:stroke-neutral-600\/0 {
    stroke: rgb(82 82 82 / 0) !important;
  }

  .md\:stroke-neutral-600\/10 {
    stroke: rgb(82 82 82 / 0.1) !important;
  }

  .md\:stroke-neutral-600\/100 {
    stroke: rgb(82 82 82 / 1) !important;
  }

  .md\:stroke-neutral-600\/15 {
    stroke: rgb(82 82 82 / 0.15) !important;
  }

  .md\:stroke-neutral-600\/20 {
    stroke: rgb(82 82 82 / 0.2) !important;
  }

  .md\:stroke-neutral-600\/25 {
    stroke: rgb(82 82 82 / 0.25) !important;
  }

  .md\:stroke-neutral-600\/30 {
    stroke: rgb(82 82 82 / 0.3) !important;
  }

  .md\:stroke-neutral-600\/35 {
    stroke: rgb(82 82 82 / 0.35) !important;
  }

  .md\:stroke-neutral-600\/40 {
    stroke: rgb(82 82 82 / 0.4) !important;
  }

  .md\:stroke-neutral-600\/45 {
    stroke: rgb(82 82 82 / 0.45) !important;
  }

  .md\:stroke-neutral-600\/5 {
    stroke: rgb(82 82 82 / 0.05) !important;
  }

  .md\:stroke-neutral-600\/50 {
    stroke: rgb(82 82 82 / 0.5) !important;
  }

  .md\:stroke-neutral-600\/55 {
    stroke: rgb(82 82 82 / 0.55) !important;
  }

  .md\:stroke-neutral-600\/60 {
    stroke: rgb(82 82 82 / 0.6) !important;
  }

  .md\:stroke-neutral-600\/65 {
    stroke: rgb(82 82 82 / 0.65) !important;
  }

  .md\:stroke-neutral-600\/70 {
    stroke: rgb(82 82 82 / 0.7) !important;
  }

  .md\:stroke-neutral-600\/75 {
    stroke: rgb(82 82 82 / 0.75) !important;
  }

  .md\:stroke-neutral-600\/80 {
    stroke: rgb(82 82 82 / 0.8) !important;
  }

  .md\:stroke-neutral-600\/85 {
    stroke: rgb(82 82 82 / 0.85) !important;
  }

  .md\:stroke-neutral-600\/90 {
    stroke: rgb(82 82 82 / 0.9) !important;
  }

  .md\:stroke-neutral-600\/95 {
    stroke: rgb(82 82 82 / 0.95) !important;
  }

  .md\:stroke-neutral-700 {
    stroke: #404040 !important;
  }

  .md\:stroke-neutral-700\/0 {
    stroke: rgb(64 64 64 / 0) !important;
  }

  .md\:stroke-neutral-700\/10 {
    stroke: rgb(64 64 64 / 0.1) !important;
  }

  .md\:stroke-neutral-700\/100 {
    stroke: rgb(64 64 64 / 1) !important;
  }

  .md\:stroke-neutral-700\/15 {
    stroke: rgb(64 64 64 / 0.15) !important;
  }

  .md\:stroke-neutral-700\/20 {
    stroke: rgb(64 64 64 / 0.2) !important;
  }

  .md\:stroke-neutral-700\/25 {
    stroke: rgb(64 64 64 / 0.25) !important;
  }

  .md\:stroke-neutral-700\/30 {
    stroke: rgb(64 64 64 / 0.3) !important;
  }

  .md\:stroke-neutral-700\/35 {
    stroke: rgb(64 64 64 / 0.35) !important;
  }

  .md\:stroke-neutral-700\/40 {
    stroke: rgb(64 64 64 / 0.4) !important;
  }

  .md\:stroke-neutral-700\/45 {
    stroke: rgb(64 64 64 / 0.45) !important;
  }

  .md\:stroke-neutral-700\/5 {
    stroke: rgb(64 64 64 / 0.05) !important;
  }

  .md\:stroke-neutral-700\/50 {
    stroke: rgb(64 64 64 / 0.5) !important;
  }

  .md\:stroke-neutral-700\/55 {
    stroke: rgb(64 64 64 / 0.55) !important;
  }

  .md\:stroke-neutral-700\/60 {
    stroke: rgb(64 64 64 / 0.6) !important;
  }

  .md\:stroke-neutral-700\/65 {
    stroke: rgb(64 64 64 / 0.65) !important;
  }

  .md\:stroke-neutral-700\/70 {
    stroke: rgb(64 64 64 / 0.7) !important;
  }

  .md\:stroke-neutral-700\/75 {
    stroke: rgb(64 64 64 / 0.75) !important;
  }

  .md\:stroke-neutral-700\/80 {
    stroke: rgb(64 64 64 / 0.8) !important;
  }

  .md\:stroke-neutral-700\/85 {
    stroke: rgb(64 64 64 / 0.85) !important;
  }

  .md\:stroke-neutral-700\/90 {
    stroke: rgb(64 64 64 / 0.9) !important;
  }

  .md\:stroke-neutral-700\/95 {
    stroke: rgb(64 64 64 / 0.95) !important;
  }

  .md\:stroke-neutral-800 {
    stroke: #262626 !important;
  }

  .md\:stroke-neutral-800\/0 {
    stroke: rgb(38 38 38 / 0) !important;
  }

  .md\:stroke-neutral-800\/10 {
    stroke: rgb(38 38 38 / 0.1) !important;
  }

  .md\:stroke-neutral-800\/100 {
    stroke: rgb(38 38 38 / 1) !important;
  }

  .md\:stroke-neutral-800\/15 {
    stroke: rgb(38 38 38 / 0.15) !important;
  }

  .md\:stroke-neutral-800\/20 {
    stroke: rgb(38 38 38 / 0.2) !important;
  }

  .md\:stroke-neutral-800\/25 {
    stroke: rgb(38 38 38 / 0.25) !important;
  }

  .md\:stroke-neutral-800\/30 {
    stroke: rgb(38 38 38 / 0.3) !important;
  }

  .md\:stroke-neutral-800\/35 {
    stroke: rgb(38 38 38 / 0.35) !important;
  }

  .md\:stroke-neutral-800\/40 {
    stroke: rgb(38 38 38 / 0.4) !important;
  }

  .md\:stroke-neutral-800\/45 {
    stroke: rgb(38 38 38 / 0.45) !important;
  }

  .md\:stroke-neutral-800\/5 {
    stroke: rgb(38 38 38 / 0.05) !important;
  }

  .md\:stroke-neutral-800\/50 {
    stroke: rgb(38 38 38 / 0.5) !important;
  }

  .md\:stroke-neutral-800\/55 {
    stroke: rgb(38 38 38 / 0.55) !important;
  }

  .md\:stroke-neutral-800\/60 {
    stroke: rgb(38 38 38 / 0.6) !important;
  }

  .md\:stroke-neutral-800\/65 {
    stroke: rgb(38 38 38 / 0.65) !important;
  }

  .md\:stroke-neutral-800\/70 {
    stroke: rgb(38 38 38 / 0.7) !important;
  }

  .md\:stroke-neutral-800\/75 {
    stroke: rgb(38 38 38 / 0.75) !important;
  }

  .md\:stroke-neutral-800\/80 {
    stroke: rgb(38 38 38 / 0.8) !important;
  }

  .md\:stroke-neutral-800\/85 {
    stroke: rgb(38 38 38 / 0.85) !important;
  }

  .md\:stroke-neutral-800\/90 {
    stroke: rgb(38 38 38 / 0.9) !important;
  }

  .md\:stroke-neutral-800\/95 {
    stroke: rgb(38 38 38 / 0.95) !important;
  }

  .md\:stroke-neutral-900 {
    stroke: #171717 !important;
  }

  .md\:stroke-neutral-900\/0 {
    stroke: rgb(23 23 23 / 0) !important;
  }

  .md\:stroke-neutral-900\/10 {
    stroke: rgb(23 23 23 / 0.1) !important;
  }

  .md\:stroke-neutral-900\/100 {
    stroke: rgb(23 23 23 / 1) !important;
  }

  .md\:stroke-neutral-900\/15 {
    stroke: rgb(23 23 23 / 0.15) !important;
  }

  .md\:stroke-neutral-900\/20 {
    stroke: rgb(23 23 23 / 0.2) !important;
  }

  .md\:stroke-neutral-900\/25 {
    stroke: rgb(23 23 23 / 0.25) !important;
  }

  .md\:stroke-neutral-900\/30 {
    stroke: rgb(23 23 23 / 0.3) !important;
  }

  .md\:stroke-neutral-900\/35 {
    stroke: rgb(23 23 23 / 0.35) !important;
  }

  .md\:stroke-neutral-900\/40 {
    stroke: rgb(23 23 23 / 0.4) !important;
  }

  .md\:stroke-neutral-900\/45 {
    stroke: rgb(23 23 23 / 0.45) !important;
  }

  .md\:stroke-neutral-900\/5 {
    stroke: rgb(23 23 23 / 0.05) !important;
  }

  .md\:stroke-neutral-900\/50 {
    stroke: rgb(23 23 23 / 0.5) !important;
  }

  .md\:stroke-neutral-900\/55 {
    stroke: rgb(23 23 23 / 0.55) !important;
  }

  .md\:stroke-neutral-900\/60 {
    stroke: rgb(23 23 23 / 0.6) !important;
  }

  .md\:stroke-neutral-900\/65 {
    stroke: rgb(23 23 23 / 0.65) !important;
  }

  .md\:stroke-neutral-900\/70 {
    stroke: rgb(23 23 23 / 0.7) !important;
  }

  .md\:stroke-neutral-900\/75 {
    stroke: rgb(23 23 23 / 0.75) !important;
  }

  .md\:stroke-neutral-900\/80 {
    stroke: rgb(23 23 23 / 0.8) !important;
  }

  .md\:stroke-neutral-900\/85 {
    stroke: rgb(23 23 23 / 0.85) !important;
  }

  .md\:stroke-neutral-900\/90 {
    stroke: rgb(23 23 23 / 0.9) !important;
  }

  .md\:stroke-neutral-900\/95 {
    stroke: rgb(23 23 23 / 0.95) !important;
  }

  .md\:stroke-neutral-950 {
    stroke: #0a0a0a !important;
  }

  .md\:stroke-neutral-950\/0 {
    stroke: rgb(10 10 10 / 0) !important;
  }

  .md\:stroke-neutral-950\/10 {
    stroke: rgb(10 10 10 / 0.1) !important;
  }

  .md\:stroke-neutral-950\/100 {
    stroke: rgb(10 10 10 / 1) !important;
  }

  .md\:stroke-neutral-950\/15 {
    stroke: rgb(10 10 10 / 0.15) !important;
  }

  .md\:stroke-neutral-950\/20 {
    stroke: rgb(10 10 10 / 0.2) !important;
  }

  .md\:stroke-neutral-950\/25 {
    stroke: rgb(10 10 10 / 0.25) !important;
  }

  .md\:stroke-neutral-950\/30 {
    stroke: rgb(10 10 10 / 0.3) !important;
  }

  .md\:stroke-neutral-950\/35 {
    stroke: rgb(10 10 10 / 0.35) !important;
  }

  .md\:stroke-neutral-950\/40 {
    stroke: rgb(10 10 10 / 0.4) !important;
  }

  .md\:stroke-neutral-950\/45 {
    stroke: rgb(10 10 10 / 0.45) !important;
  }

  .md\:stroke-neutral-950\/5 {
    stroke: rgb(10 10 10 / 0.05) !important;
  }

  .md\:stroke-neutral-950\/50 {
    stroke: rgb(10 10 10 / 0.5) !important;
  }

  .md\:stroke-neutral-950\/55 {
    stroke: rgb(10 10 10 / 0.55) !important;
  }

  .md\:stroke-neutral-950\/60 {
    stroke: rgb(10 10 10 / 0.6) !important;
  }

  .md\:stroke-neutral-950\/65 {
    stroke: rgb(10 10 10 / 0.65) !important;
  }

  .md\:stroke-neutral-950\/70 {
    stroke: rgb(10 10 10 / 0.7) !important;
  }

  .md\:stroke-neutral-950\/75 {
    stroke: rgb(10 10 10 / 0.75) !important;
  }

  .md\:stroke-neutral-950\/80 {
    stroke: rgb(10 10 10 / 0.8) !important;
  }

  .md\:stroke-neutral-950\/85 {
    stroke: rgb(10 10 10 / 0.85) !important;
  }

  .md\:stroke-neutral-950\/90 {
    stroke: rgb(10 10 10 / 0.9) !important;
  }

  .md\:stroke-neutral-950\/95 {
    stroke: rgb(10 10 10 / 0.95) !important;
  }

  .md\:stroke-none {
    stroke: none !important;
  }

  .md\:stroke-orange-100 {
    stroke: #ffedd5 !important;
  }

  .md\:stroke-orange-100\/0 {
    stroke: rgb(255 237 213 / 0) !important;
  }

  .md\:stroke-orange-100\/10 {
    stroke: rgb(255 237 213 / 0.1) !important;
  }

  .md\:stroke-orange-100\/100 {
    stroke: rgb(255 237 213 / 1) !important;
  }

  .md\:stroke-orange-100\/15 {
    stroke: rgb(255 237 213 / 0.15) !important;
  }

  .md\:stroke-orange-100\/20 {
    stroke: rgb(255 237 213 / 0.2) !important;
  }

  .md\:stroke-orange-100\/25 {
    stroke: rgb(255 237 213 / 0.25) !important;
  }

  .md\:stroke-orange-100\/30 {
    stroke: rgb(255 237 213 / 0.3) !important;
  }

  .md\:stroke-orange-100\/35 {
    stroke: rgb(255 237 213 / 0.35) !important;
  }

  .md\:stroke-orange-100\/40 {
    stroke: rgb(255 237 213 / 0.4) !important;
  }

  .md\:stroke-orange-100\/45 {
    stroke: rgb(255 237 213 / 0.45) !important;
  }

  .md\:stroke-orange-100\/5 {
    stroke: rgb(255 237 213 / 0.05) !important;
  }

  .md\:stroke-orange-100\/50 {
    stroke: rgb(255 237 213 / 0.5) !important;
  }

  .md\:stroke-orange-100\/55 {
    stroke: rgb(255 237 213 / 0.55) !important;
  }

  .md\:stroke-orange-100\/60 {
    stroke: rgb(255 237 213 / 0.6) !important;
  }

  .md\:stroke-orange-100\/65 {
    stroke: rgb(255 237 213 / 0.65) !important;
  }

  .md\:stroke-orange-100\/70 {
    stroke: rgb(255 237 213 / 0.7) !important;
  }

  .md\:stroke-orange-100\/75 {
    stroke: rgb(255 237 213 / 0.75) !important;
  }

  .md\:stroke-orange-100\/80 {
    stroke: rgb(255 237 213 / 0.8) !important;
  }

  .md\:stroke-orange-100\/85 {
    stroke: rgb(255 237 213 / 0.85) !important;
  }

  .md\:stroke-orange-100\/90 {
    stroke: rgb(255 237 213 / 0.9) !important;
  }

  .md\:stroke-orange-100\/95 {
    stroke: rgb(255 237 213 / 0.95) !important;
  }

  .md\:stroke-orange-200 {
    stroke: #fed7aa !important;
  }

  .md\:stroke-orange-200\/0 {
    stroke: rgb(254 215 170 / 0) !important;
  }

  .md\:stroke-orange-200\/10 {
    stroke: rgb(254 215 170 / 0.1) !important;
  }

  .md\:stroke-orange-200\/100 {
    stroke: rgb(254 215 170 / 1) !important;
  }

  .md\:stroke-orange-200\/15 {
    stroke: rgb(254 215 170 / 0.15) !important;
  }

  .md\:stroke-orange-200\/20 {
    stroke: rgb(254 215 170 / 0.2) !important;
  }

  .md\:stroke-orange-200\/25 {
    stroke: rgb(254 215 170 / 0.25) !important;
  }

  .md\:stroke-orange-200\/30 {
    stroke: rgb(254 215 170 / 0.3) !important;
  }

  .md\:stroke-orange-200\/35 {
    stroke: rgb(254 215 170 / 0.35) !important;
  }

  .md\:stroke-orange-200\/40 {
    stroke: rgb(254 215 170 / 0.4) !important;
  }

  .md\:stroke-orange-200\/45 {
    stroke: rgb(254 215 170 / 0.45) !important;
  }

  .md\:stroke-orange-200\/5 {
    stroke: rgb(254 215 170 / 0.05) !important;
  }

  .md\:stroke-orange-200\/50 {
    stroke: rgb(254 215 170 / 0.5) !important;
  }

  .md\:stroke-orange-200\/55 {
    stroke: rgb(254 215 170 / 0.55) !important;
  }

  .md\:stroke-orange-200\/60 {
    stroke: rgb(254 215 170 / 0.6) !important;
  }

  .md\:stroke-orange-200\/65 {
    stroke: rgb(254 215 170 / 0.65) !important;
  }

  .md\:stroke-orange-200\/70 {
    stroke: rgb(254 215 170 / 0.7) !important;
  }

  .md\:stroke-orange-200\/75 {
    stroke: rgb(254 215 170 / 0.75) !important;
  }

  .md\:stroke-orange-200\/80 {
    stroke: rgb(254 215 170 / 0.8) !important;
  }

  .md\:stroke-orange-200\/85 {
    stroke: rgb(254 215 170 / 0.85) !important;
  }

  .md\:stroke-orange-200\/90 {
    stroke: rgb(254 215 170 / 0.9) !important;
  }

  .md\:stroke-orange-200\/95 {
    stroke: rgb(254 215 170 / 0.95) !important;
  }

  .md\:stroke-orange-300 {
    stroke: #fdba74 !important;
  }

  .md\:stroke-orange-300\/0 {
    stroke: rgb(253 186 116 / 0) !important;
  }

  .md\:stroke-orange-300\/10 {
    stroke: rgb(253 186 116 / 0.1) !important;
  }

  .md\:stroke-orange-300\/100 {
    stroke: rgb(253 186 116 / 1) !important;
  }

  .md\:stroke-orange-300\/15 {
    stroke: rgb(253 186 116 / 0.15) !important;
  }

  .md\:stroke-orange-300\/20 {
    stroke: rgb(253 186 116 / 0.2) !important;
  }

  .md\:stroke-orange-300\/25 {
    stroke: rgb(253 186 116 / 0.25) !important;
  }

  .md\:stroke-orange-300\/30 {
    stroke: rgb(253 186 116 / 0.3) !important;
  }

  .md\:stroke-orange-300\/35 {
    stroke: rgb(253 186 116 / 0.35) !important;
  }

  .md\:stroke-orange-300\/40 {
    stroke: rgb(253 186 116 / 0.4) !important;
  }

  .md\:stroke-orange-300\/45 {
    stroke: rgb(253 186 116 / 0.45) !important;
  }

  .md\:stroke-orange-300\/5 {
    stroke: rgb(253 186 116 / 0.05) !important;
  }

  .md\:stroke-orange-300\/50 {
    stroke: rgb(253 186 116 / 0.5) !important;
  }

  .md\:stroke-orange-300\/55 {
    stroke: rgb(253 186 116 / 0.55) !important;
  }

  .md\:stroke-orange-300\/60 {
    stroke: rgb(253 186 116 / 0.6) !important;
  }

  .md\:stroke-orange-300\/65 {
    stroke: rgb(253 186 116 / 0.65) !important;
  }

  .md\:stroke-orange-300\/70 {
    stroke: rgb(253 186 116 / 0.7) !important;
  }

  .md\:stroke-orange-300\/75 {
    stroke: rgb(253 186 116 / 0.75) !important;
  }

  .md\:stroke-orange-300\/80 {
    stroke: rgb(253 186 116 / 0.8) !important;
  }

  .md\:stroke-orange-300\/85 {
    stroke: rgb(253 186 116 / 0.85) !important;
  }

  .md\:stroke-orange-300\/90 {
    stroke: rgb(253 186 116 / 0.9) !important;
  }

  .md\:stroke-orange-300\/95 {
    stroke: rgb(253 186 116 / 0.95) !important;
  }

  .md\:stroke-orange-400 {
    stroke: #fb923c !important;
  }

  .md\:stroke-orange-400\/0 {
    stroke: rgb(251 146 60 / 0) !important;
  }

  .md\:stroke-orange-400\/10 {
    stroke: rgb(251 146 60 / 0.1) !important;
  }

  .md\:stroke-orange-400\/100 {
    stroke: rgb(251 146 60 / 1) !important;
  }

  .md\:stroke-orange-400\/15 {
    stroke: rgb(251 146 60 / 0.15) !important;
  }

  .md\:stroke-orange-400\/20 {
    stroke: rgb(251 146 60 / 0.2) !important;
  }

  .md\:stroke-orange-400\/25 {
    stroke: rgb(251 146 60 / 0.25) !important;
  }

  .md\:stroke-orange-400\/30 {
    stroke: rgb(251 146 60 / 0.3) !important;
  }

  .md\:stroke-orange-400\/35 {
    stroke: rgb(251 146 60 / 0.35) !important;
  }

  .md\:stroke-orange-400\/40 {
    stroke: rgb(251 146 60 / 0.4) !important;
  }

  .md\:stroke-orange-400\/45 {
    stroke: rgb(251 146 60 / 0.45) !important;
  }

  .md\:stroke-orange-400\/5 {
    stroke: rgb(251 146 60 / 0.05) !important;
  }

  .md\:stroke-orange-400\/50 {
    stroke: rgb(251 146 60 / 0.5) !important;
  }

  .md\:stroke-orange-400\/55 {
    stroke: rgb(251 146 60 / 0.55) !important;
  }

  .md\:stroke-orange-400\/60 {
    stroke: rgb(251 146 60 / 0.6) !important;
  }

  .md\:stroke-orange-400\/65 {
    stroke: rgb(251 146 60 / 0.65) !important;
  }

  .md\:stroke-orange-400\/70 {
    stroke: rgb(251 146 60 / 0.7) !important;
  }

  .md\:stroke-orange-400\/75 {
    stroke: rgb(251 146 60 / 0.75) !important;
  }

  .md\:stroke-orange-400\/80 {
    stroke: rgb(251 146 60 / 0.8) !important;
  }

  .md\:stroke-orange-400\/85 {
    stroke: rgb(251 146 60 / 0.85) !important;
  }

  .md\:stroke-orange-400\/90 {
    stroke: rgb(251 146 60 / 0.9) !important;
  }

  .md\:stroke-orange-400\/95 {
    stroke: rgb(251 146 60 / 0.95) !important;
  }

  .md\:stroke-orange-50 {
    stroke: #fff7ed !important;
  }

  .md\:stroke-orange-50\/0 {
    stroke: rgb(255 247 237 / 0) !important;
  }

  .md\:stroke-orange-50\/10 {
    stroke: rgb(255 247 237 / 0.1) !important;
  }

  .md\:stroke-orange-50\/100 {
    stroke: rgb(255 247 237 / 1) !important;
  }

  .md\:stroke-orange-50\/15 {
    stroke: rgb(255 247 237 / 0.15) !important;
  }

  .md\:stroke-orange-50\/20 {
    stroke: rgb(255 247 237 / 0.2) !important;
  }

  .md\:stroke-orange-50\/25 {
    stroke: rgb(255 247 237 / 0.25) !important;
  }

  .md\:stroke-orange-50\/30 {
    stroke: rgb(255 247 237 / 0.3) !important;
  }

  .md\:stroke-orange-50\/35 {
    stroke: rgb(255 247 237 / 0.35) !important;
  }

  .md\:stroke-orange-50\/40 {
    stroke: rgb(255 247 237 / 0.4) !important;
  }

  .md\:stroke-orange-50\/45 {
    stroke: rgb(255 247 237 / 0.45) !important;
  }

  .md\:stroke-orange-50\/5 {
    stroke: rgb(255 247 237 / 0.05) !important;
  }

  .md\:stroke-orange-50\/50 {
    stroke: rgb(255 247 237 / 0.5) !important;
  }

  .md\:stroke-orange-50\/55 {
    stroke: rgb(255 247 237 / 0.55) !important;
  }

  .md\:stroke-orange-50\/60 {
    stroke: rgb(255 247 237 / 0.6) !important;
  }

  .md\:stroke-orange-50\/65 {
    stroke: rgb(255 247 237 / 0.65) !important;
  }

  .md\:stroke-orange-50\/70 {
    stroke: rgb(255 247 237 / 0.7) !important;
  }

  .md\:stroke-orange-50\/75 {
    stroke: rgb(255 247 237 / 0.75) !important;
  }

  .md\:stroke-orange-50\/80 {
    stroke: rgb(255 247 237 / 0.8) !important;
  }

  .md\:stroke-orange-50\/85 {
    stroke: rgb(255 247 237 / 0.85) !important;
  }

  .md\:stroke-orange-50\/90 {
    stroke: rgb(255 247 237 / 0.9) !important;
  }

  .md\:stroke-orange-50\/95 {
    stroke: rgb(255 247 237 / 0.95) !important;
  }

  .md\:stroke-orange-500 {
    stroke: #f97316 !important;
  }

  .md\:stroke-orange-500\/0 {
    stroke: rgb(249 115 22 / 0) !important;
  }

  .md\:stroke-orange-500\/10 {
    stroke: rgb(249 115 22 / 0.1) !important;
  }

  .md\:stroke-orange-500\/100 {
    stroke: rgb(249 115 22 / 1) !important;
  }

  .md\:stroke-orange-500\/15 {
    stroke: rgb(249 115 22 / 0.15) !important;
  }

  .md\:stroke-orange-500\/20 {
    stroke: rgb(249 115 22 / 0.2) !important;
  }

  .md\:stroke-orange-500\/25 {
    stroke: rgb(249 115 22 / 0.25) !important;
  }

  .md\:stroke-orange-500\/30 {
    stroke: rgb(249 115 22 / 0.3) !important;
  }

  .md\:stroke-orange-500\/35 {
    stroke: rgb(249 115 22 / 0.35) !important;
  }

  .md\:stroke-orange-500\/40 {
    stroke: rgb(249 115 22 / 0.4) !important;
  }

  .md\:stroke-orange-500\/45 {
    stroke: rgb(249 115 22 / 0.45) !important;
  }

  .md\:stroke-orange-500\/5 {
    stroke: rgb(249 115 22 / 0.05) !important;
  }

  .md\:stroke-orange-500\/50 {
    stroke: rgb(249 115 22 / 0.5) !important;
  }

  .md\:stroke-orange-500\/55 {
    stroke: rgb(249 115 22 / 0.55) !important;
  }

  .md\:stroke-orange-500\/60 {
    stroke: rgb(249 115 22 / 0.6) !important;
  }

  .md\:stroke-orange-500\/65 {
    stroke: rgb(249 115 22 / 0.65) !important;
  }

  .md\:stroke-orange-500\/70 {
    stroke: rgb(249 115 22 / 0.7) !important;
  }

  .md\:stroke-orange-500\/75 {
    stroke: rgb(249 115 22 / 0.75) !important;
  }

  .md\:stroke-orange-500\/80 {
    stroke: rgb(249 115 22 / 0.8) !important;
  }

  .md\:stroke-orange-500\/85 {
    stroke: rgb(249 115 22 / 0.85) !important;
  }

  .md\:stroke-orange-500\/90 {
    stroke: rgb(249 115 22 / 0.9) !important;
  }

  .md\:stroke-orange-500\/95 {
    stroke: rgb(249 115 22 / 0.95) !important;
  }

  .md\:stroke-orange-600 {
    stroke: #ea580c !important;
  }

  .md\:stroke-orange-600\/0 {
    stroke: rgb(234 88 12 / 0) !important;
  }

  .md\:stroke-orange-600\/10 {
    stroke: rgb(234 88 12 / 0.1) !important;
  }

  .md\:stroke-orange-600\/100 {
    stroke: rgb(234 88 12 / 1) !important;
  }

  .md\:stroke-orange-600\/15 {
    stroke: rgb(234 88 12 / 0.15) !important;
  }

  .md\:stroke-orange-600\/20 {
    stroke: rgb(234 88 12 / 0.2) !important;
  }

  .md\:stroke-orange-600\/25 {
    stroke: rgb(234 88 12 / 0.25) !important;
  }

  .md\:stroke-orange-600\/30 {
    stroke: rgb(234 88 12 / 0.3) !important;
  }

  .md\:stroke-orange-600\/35 {
    stroke: rgb(234 88 12 / 0.35) !important;
  }

  .md\:stroke-orange-600\/40 {
    stroke: rgb(234 88 12 / 0.4) !important;
  }

  .md\:stroke-orange-600\/45 {
    stroke: rgb(234 88 12 / 0.45) !important;
  }

  .md\:stroke-orange-600\/5 {
    stroke: rgb(234 88 12 / 0.05) !important;
  }

  .md\:stroke-orange-600\/50 {
    stroke: rgb(234 88 12 / 0.5) !important;
  }

  .md\:stroke-orange-600\/55 {
    stroke: rgb(234 88 12 / 0.55) !important;
  }

  .md\:stroke-orange-600\/60 {
    stroke: rgb(234 88 12 / 0.6) !important;
  }

  .md\:stroke-orange-600\/65 {
    stroke: rgb(234 88 12 / 0.65) !important;
  }

  .md\:stroke-orange-600\/70 {
    stroke: rgb(234 88 12 / 0.7) !important;
  }

  .md\:stroke-orange-600\/75 {
    stroke: rgb(234 88 12 / 0.75) !important;
  }

  .md\:stroke-orange-600\/80 {
    stroke: rgb(234 88 12 / 0.8) !important;
  }

  .md\:stroke-orange-600\/85 {
    stroke: rgb(234 88 12 / 0.85) !important;
  }

  .md\:stroke-orange-600\/90 {
    stroke: rgb(234 88 12 / 0.9) !important;
  }

  .md\:stroke-orange-600\/95 {
    stroke: rgb(234 88 12 / 0.95) !important;
  }

  .md\:stroke-orange-700 {
    stroke: #c2410c !important;
  }

  .md\:stroke-orange-700\/0 {
    stroke: rgb(194 65 12 / 0) !important;
  }

  .md\:stroke-orange-700\/10 {
    stroke: rgb(194 65 12 / 0.1) !important;
  }

  .md\:stroke-orange-700\/100 {
    stroke: rgb(194 65 12 / 1) !important;
  }

  .md\:stroke-orange-700\/15 {
    stroke: rgb(194 65 12 / 0.15) !important;
  }

  .md\:stroke-orange-700\/20 {
    stroke: rgb(194 65 12 / 0.2) !important;
  }

  .md\:stroke-orange-700\/25 {
    stroke: rgb(194 65 12 / 0.25) !important;
  }

  .md\:stroke-orange-700\/30 {
    stroke: rgb(194 65 12 / 0.3) !important;
  }

  .md\:stroke-orange-700\/35 {
    stroke: rgb(194 65 12 / 0.35) !important;
  }

  .md\:stroke-orange-700\/40 {
    stroke: rgb(194 65 12 / 0.4) !important;
  }

  .md\:stroke-orange-700\/45 {
    stroke: rgb(194 65 12 / 0.45) !important;
  }

  .md\:stroke-orange-700\/5 {
    stroke: rgb(194 65 12 / 0.05) !important;
  }

  .md\:stroke-orange-700\/50 {
    stroke: rgb(194 65 12 / 0.5) !important;
  }

  .md\:stroke-orange-700\/55 {
    stroke: rgb(194 65 12 / 0.55) !important;
  }

  .md\:stroke-orange-700\/60 {
    stroke: rgb(194 65 12 / 0.6) !important;
  }

  .md\:stroke-orange-700\/65 {
    stroke: rgb(194 65 12 / 0.65) !important;
  }

  .md\:stroke-orange-700\/70 {
    stroke: rgb(194 65 12 / 0.7) !important;
  }

  .md\:stroke-orange-700\/75 {
    stroke: rgb(194 65 12 / 0.75) !important;
  }

  .md\:stroke-orange-700\/80 {
    stroke: rgb(194 65 12 / 0.8) !important;
  }

  .md\:stroke-orange-700\/85 {
    stroke: rgb(194 65 12 / 0.85) !important;
  }

  .md\:stroke-orange-700\/90 {
    stroke: rgb(194 65 12 / 0.9) !important;
  }

  .md\:stroke-orange-700\/95 {
    stroke: rgb(194 65 12 / 0.95) !important;
  }

  .md\:stroke-orange-800 {
    stroke: #9a3412 !important;
  }

  .md\:stroke-orange-800\/0 {
    stroke: rgb(154 52 18 / 0) !important;
  }

  .md\:stroke-orange-800\/10 {
    stroke: rgb(154 52 18 / 0.1) !important;
  }

  .md\:stroke-orange-800\/100 {
    stroke: rgb(154 52 18 / 1) !important;
  }

  .md\:stroke-orange-800\/15 {
    stroke: rgb(154 52 18 / 0.15) !important;
  }

  .md\:stroke-orange-800\/20 {
    stroke: rgb(154 52 18 / 0.2) !important;
  }

  .md\:stroke-orange-800\/25 {
    stroke: rgb(154 52 18 / 0.25) !important;
  }

  .md\:stroke-orange-800\/30 {
    stroke: rgb(154 52 18 / 0.3) !important;
  }

  .md\:stroke-orange-800\/35 {
    stroke: rgb(154 52 18 / 0.35) !important;
  }

  .md\:stroke-orange-800\/40 {
    stroke: rgb(154 52 18 / 0.4) !important;
  }

  .md\:stroke-orange-800\/45 {
    stroke: rgb(154 52 18 / 0.45) !important;
  }

  .md\:stroke-orange-800\/5 {
    stroke: rgb(154 52 18 / 0.05) !important;
  }

  .md\:stroke-orange-800\/50 {
    stroke: rgb(154 52 18 / 0.5) !important;
  }

  .md\:stroke-orange-800\/55 {
    stroke: rgb(154 52 18 / 0.55) !important;
  }

  .md\:stroke-orange-800\/60 {
    stroke: rgb(154 52 18 / 0.6) !important;
  }

  .md\:stroke-orange-800\/65 {
    stroke: rgb(154 52 18 / 0.65) !important;
  }

  .md\:stroke-orange-800\/70 {
    stroke: rgb(154 52 18 / 0.7) !important;
  }

  .md\:stroke-orange-800\/75 {
    stroke: rgb(154 52 18 / 0.75) !important;
  }

  .md\:stroke-orange-800\/80 {
    stroke: rgb(154 52 18 / 0.8) !important;
  }

  .md\:stroke-orange-800\/85 {
    stroke: rgb(154 52 18 / 0.85) !important;
  }

  .md\:stroke-orange-800\/90 {
    stroke: rgb(154 52 18 / 0.9) !important;
  }

  .md\:stroke-orange-800\/95 {
    stroke: rgb(154 52 18 / 0.95) !important;
  }

  .md\:stroke-orange-900 {
    stroke: #7c2d12 !important;
  }

  .md\:stroke-orange-900\/0 {
    stroke: rgb(124 45 18 / 0) !important;
  }

  .md\:stroke-orange-900\/10 {
    stroke: rgb(124 45 18 / 0.1) !important;
  }

  .md\:stroke-orange-900\/100 {
    stroke: rgb(124 45 18 / 1) !important;
  }

  .md\:stroke-orange-900\/15 {
    stroke: rgb(124 45 18 / 0.15) !important;
  }

  .md\:stroke-orange-900\/20 {
    stroke: rgb(124 45 18 / 0.2) !important;
  }

  .md\:stroke-orange-900\/25 {
    stroke: rgb(124 45 18 / 0.25) !important;
  }

  .md\:stroke-orange-900\/30 {
    stroke: rgb(124 45 18 / 0.3) !important;
  }

  .md\:stroke-orange-900\/35 {
    stroke: rgb(124 45 18 / 0.35) !important;
  }

  .md\:stroke-orange-900\/40 {
    stroke: rgb(124 45 18 / 0.4) !important;
  }

  .md\:stroke-orange-900\/45 {
    stroke: rgb(124 45 18 / 0.45) !important;
  }

  .md\:stroke-orange-900\/5 {
    stroke: rgb(124 45 18 / 0.05) !important;
  }

  .md\:stroke-orange-900\/50 {
    stroke: rgb(124 45 18 / 0.5) !important;
  }

  .md\:stroke-orange-900\/55 {
    stroke: rgb(124 45 18 / 0.55) !important;
  }

  .md\:stroke-orange-900\/60 {
    stroke: rgb(124 45 18 / 0.6) !important;
  }

  .md\:stroke-orange-900\/65 {
    stroke: rgb(124 45 18 / 0.65) !important;
  }

  .md\:stroke-orange-900\/70 {
    stroke: rgb(124 45 18 / 0.7) !important;
  }

  .md\:stroke-orange-900\/75 {
    stroke: rgb(124 45 18 / 0.75) !important;
  }

  .md\:stroke-orange-900\/80 {
    stroke: rgb(124 45 18 / 0.8) !important;
  }

  .md\:stroke-orange-900\/85 {
    stroke: rgb(124 45 18 / 0.85) !important;
  }

  .md\:stroke-orange-900\/90 {
    stroke: rgb(124 45 18 / 0.9) !important;
  }

  .md\:stroke-orange-900\/95 {
    stroke: rgb(124 45 18 / 0.95) !important;
  }

  .md\:stroke-orange-950 {
    stroke: #431407 !important;
  }

  .md\:stroke-orange-950\/0 {
    stroke: rgb(67 20 7 / 0) !important;
  }

  .md\:stroke-orange-950\/10 {
    stroke: rgb(67 20 7 / 0.1) !important;
  }

  .md\:stroke-orange-950\/100 {
    stroke: rgb(67 20 7 / 1) !important;
  }

  .md\:stroke-orange-950\/15 {
    stroke: rgb(67 20 7 / 0.15) !important;
  }

  .md\:stroke-orange-950\/20 {
    stroke: rgb(67 20 7 / 0.2) !important;
  }

  .md\:stroke-orange-950\/25 {
    stroke: rgb(67 20 7 / 0.25) !important;
  }

  .md\:stroke-orange-950\/30 {
    stroke: rgb(67 20 7 / 0.3) !important;
  }

  .md\:stroke-orange-950\/35 {
    stroke: rgb(67 20 7 / 0.35) !important;
  }

  .md\:stroke-orange-950\/40 {
    stroke: rgb(67 20 7 / 0.4) !important;
  }

  .md\:stroke-orange-950\/45 {
    stroke: rgb(67 20 7 / 0.45) !important;
  }

  .md\:stroke-orange-950\/5 {
    stroke: rgb(67 20 7 / 0.05) !important;
  }

  .md\:stroke-orange-950\/50 {
    stroke: rgb(67 20 7 / 0.5) !important;
  }

  .md\:stroke-orange-950\/55 {
    stroke: rgb(67 20 7 / 0.55) !important;
  }

  .md\:stroke-orange-950\/60 {
    stroke: rgb(67 20 7 / 0.6) !important;
  }

  .md\:stroke-orange-950\/65 {
    stroke: rgb(67 20 7 / 0.65) !important;
  }

  .md\:stroke-orange-950\/70 {
    stroke: rgb(67 20 7 / 0.7) !important;
  }

  .md\:stroke-orange-950\/75 {
    stroke: rgb(67 20 7 / 0.75) !important;
  }

  .md\:stroke-orange-950\/80 {
    stroke: rgb(67 20 7 / 0.8) !important;
  }

  .md\:stroke-orange-950\/85 {
    stroke: rgb(67 20 7 / 0.85) !important;
  }

  .md\:stroke-orange-950\/90 {
    stroke: rgb(67 20 7 / 0.9) !important;
  }

  .md\:stroke-orange-950\/95 {
    stroke: rgb(67 20 7 / 0.95) !important;
  }

  .md\:stroke-pink-100 {
    stroke: #fce7f3 !important;
  }

  .md\:stroke-pink-100\/0 {
    stroke: rgb(252 231 243 / 0) !important;
  }

  .md\:stroke-pink-100\/10 {
    stroke: rgb(252 231 243 / 0.1) !important;
  }

  .md\:stroke-pink-100\/100 {
    stroke: rgb(252 231 243 / 1) !important;
  }

  .md\:stroke-pink-100\/15 {
    stroke: rgb(252 231 243 / 0.15) !important;
  }

  .md\:stroke-pink-100\/20 {
    stroke: rgb(252 231 243 / 0.2) !important;
  }

  .md\:stroke-pink-100\/25 {
    stroke: rgb(252 231 243 / 0.25) !important;
  }

  .md\:stroke-pink-100\/30 {
    stroke: rgb(252 231 243 / 0.3) !important;
  }

  .md\:stroke-pink-100\/35 {
    stroke: rgb(252 231 243 / 0.35) !important;
  }

  .md\:stroke-pink-100\/40 {
    stroke: rgb(252 231 243 / 0.4) !important;
  }

  .md\:stroke-pink-100\/45 {
    stroke: rgb(252 231 243 / 0.45) !important;
  }

  .md\:stroke-pink-100\/5 {
    stroke: rgb(252 231 243 / 0.05) !important;
  }

  .md\:stroke-pink-100\/50 {
    stroke: rgb(252 231 243 / 0.5) !important;
  }

  .md\:stroke-pink-100\/55 {
    stroke: rgb(252 231 243 / 0.55) !important;
  }

  .md\:stroke-pink-100\/60 {
    stroke: rgb(252 231 243 / 0.6) !important;
  }

  .md\:stroke-pink-100\/65 {
    stroke: rgb(252 231 243 / 0.65) !important;
  }

  .md\:stroke-pink-100\/70 {
    stroke: rgb(252 231 243 / 0.7) !important;
  }

  .md\:stroke-pink-100\/75 {
    stroke: rgb(252 231 243 / 0.75) !important;
  }

  .md\:stroke-pink-100\/80 {
    stroke: rgb(252 231 243 / 0.8) !important;
  }

  .md\:stroke-pink-100\/85 {
    stroke: rgb(252 231 243 / 0.85) !important;
  }

  .md\:stroke-pink-100\/90 {
    stroke: rgb(252 231 243 / 0.9) !important;
  }

  .md\:stroke-pink-100\/95 {
    stroke: rgb(252 231 243 / 0.95) !important;
  }

  .md\:stroke-pink-200 {
    stroke: #fbcfe8 !important;
  }

  .md\:stroke-pink-200\/0 {
    stroke: rgb(251 207 232 / 0) !important;
  }

  .md\:stroke-pink-200\/10 {
    stroke: rgb(251 207 232 / 0.1) !important;
  }

  .md\:stroke-pink-200\/100 {
    stroke: rgb(251 207 232 / 1) !important;
  }

  .md\:stroke-pink-200\/15 {
    stroke: rgb(251 207 232 / 0.15) !important;
  }

  .md\:stroke-pink-200\/20 {
    stroke: rgb(251 207 232 / 0.2) !important;
  }

  .md\:stroke-pink-200\/25 {
    stroke: rgb(251 207 232 / 0.25) !important;
  }

  .md\:stroke-pink-200\/30 {
    stroke: rgb(251 207 232 / 0.3) !important;
  }

  .md\:stroke-pink-200\/35 {
    stroke: rgb(251 207 232 / 0.35) !important;
  }

  .md\:stroke-pink-200\/40 {
    stroke: rgb(251 207 232 / 0.4) !important;
  }

  .md\:stroke-pink-200\/45 {
    stroke: rgb(251 207 232 / 0.45) !important;
  }

  .md\:stroke-pink-200\/5 {
    stroke: rgb(251 207 232 / 0.05) !important;
  }

  .md\:stroke-pink-200\/50 {
    stroke: rgb(251 207 232 / 0.5) !important;
  }

  .md\:stroke-pink-200\/55 {
    stroke: rgb(251 207 232 / 0.55) !important;
  }

  .md\:stroke-pink-200\/60 {
    stroke: rgb(251 207 232 / 0.6) !important;
  }

  .md\:stroke-pink-200\/65 {
    stroke: rgb(251 207 232 / 0.65) !important;
  }

  .md\:stroke-pink-200\/70 {
    stroke: rgb(251 207 232 / 0.7) !important;
  }

  .md\:stroke-pink-200\/75 {
    stroke: rgb(251 207 232 / 0.75) !important;
  }

  .md\:stroke-pink-200\/80 {
    stroke: rgb(251 207 232 / 0.8) !important;
  }

  .md\:stroke-pink-200\/85 {
    stroke: rgb(251 207 232 / 0.85) !important;
  }

  .md\:stroke-pink-200\/90 {
    stroke: rgb(251 207 232 / 0.9) !important;
  }

  .md\:stroke-pink-200\/95 {
    stroke: rgb(251 207 232 / 0.95) !important;
  }

  .md\:stroke-pink-300 {
    stroke: #f9a8d4 !important;
  }

  .md\:stroke-pink-300\/0 {
    stroke: rgb(249 168 212 / 0) !important;
  }

  .md\:stroke-pink-300\/10 {
    stroke: rgb(249 168 212 / 0.1) !important;
  }

  .md\:stroke-pink-300\/100 {
    stroke: rgb(249 168 212 / 1) !important;
  }

  .md\:stroke-pink-300\/15 {
    stroke: rgb(249 168 212 / 0.15) !important;
  }

  .md\:stroke-pink-300\/20 {
    stroke: rgb(249 168 212 / 0.2) !important;
  }

  .md\:stroke-pink-300\/25 {
    stroke: rgb(249 168 212 / 0.25) !important;
  }

  .md\:stroke-pink-300\/30 {
    stroke: rgb(249 168 212 / 0.3) !important;
  }

  .md\:stroke-pink-300\/35 {
    stroke: rgb(249 168 212 / 0.35) !important;
  }

  .md\:stroke-pink-300\/40 {
    stroke: rgb(249 168 212 / 0.4) !important;
  }

  .md\:stroke-pink-300\/45 {
    stroke: rgb(249 168 212 / 0.45) !important;
  }

  .md\:stroke-pink-300\/5 {
    stroke: rgb(249 168 212 / 0.05) !important;
  }

  .md\:stroke-pink-300\/50 {
    stroke: rgb(249 168 212 / 0.5) !important;
  }

  .md\:stroke-pink-300\/55 {
    stroke: rgb(249 168 212 / 0.55) !important;
  }

  .md\:stroke-pink-300\/60 {
    stroke: rgb(249 168 212 / 0.6) !important;
  }

  .md\:stroke-pink-300\/65 {
    stroke: rgb(249 168 212 / 0.65) !important;
  }

  .md\:stroke-pink-300\/70 {
    stroke: rgb(249 168 212 / 0.7) !important;
  }

  .md\:stroke-pink-300\/75 {
    stroke: rgb(249 168 212 / 0.75) !important;
  }

  .md\:stroke-pink-300\/80 {
    stroke: rgb(249 168 212 / 0.8) !important;
  }

  .md\:stroke-pink-300\/85 {
    stroke: rgb(249 168 212 / 0.85) !important;
  }

  .md\:stroke-pink-300\/90 {
    stroke: rgb(249 168 212 / 0.9) !important;
  }

  .md\:stroke-pink-300\/95 {
    stroke: rgb(249 168 212 / 0.95) !important;
  }

  .md\:stroke-pink-400 {
    stroke: #f472b6 !important;
  }

  .md\:stroke-pink-400\/0 {
    stroke: rgb(244 114 182 / 0) !important;
  }

  .md\:stroke-pink-400\/10 {
    stroke: rgb(244 114 182 / 0.1) !important;
  }

  .md\:stroke-pink-400\/100 {
    stroke: rgb(244 114 182 / 1) !important;
  }

  .md\:stroke-pink-400\/15 {
    stroke: rgb(244 114 182 / 0.15) !important;
  }

  .md\:stroke-pink-400\/20 {
    stroke: rgb(244 114 182 / 0.2) !important;
  }

  .md\:stroke-pink-400\/25 {
    stroke: rgb(244 114 182 / 0.25) !important;
  }

  .md\:stroke-pink-400\/30 {
    stroke: rgb(244 114 182 / 0.3) !important;
  }

  .md\:stroke-pink-400\/35 {
    stroke: rgb(244 114 182 / 0.35) !important;
  }

  .md\:stroke-pink-400\/40 {
    stroke: rgb(244 114 182 / 0.4) !important;
  }

  .md\:stroke-pink-400\/45 {
    stroke: rgb(244 114 182 / 0.45) !important;
  }

  .md\:stroke-pink-400\/5 {
    stroke: rgb(244 114 182 / 0.05) !important;
  }

  .md\:stroke-pink-400\/50 {
    stroke: rgb(244 114 182 / 0.5) !important;
  }

  .md\:stroke-pink-400\/55 {
    stroke: rgb(244 114 182 / 0.55) !important;
  }

  .md\:stroke-pink-400\/60 {
    stroke: rgb(244 114 182 / 0.6) !important;
  }

  .md\:stroke-pink-400\/65 {
    stroke: rgb(244 114 182 / 0.65) !important;
  }

  .md\:stroke-pink-400\/70 {
    stroke: rgb(244 114 182 / 0.7) !important;
  }

  .md\:stroke-pink-400\/75 {
    stroke: rgb(244 114 182 / 0.75) !important;
  }

  .md\:stroke-pink-400\/80 {
    stroke: rgb(244 114 182 / 0.8) !important;
  }

  .md\:stroke-pink-400\/85 {
    stroke: rgb(244 114 182 / 0.85) !important;
  }

  .md\:stroke-pink-400\/90 {
    stroke: rgb(244 114 182 / 0.9) !important;
  }

  .md\:stroke-pink-400\/95 {
    stroke: rgb(244 114 182 / 0.95) !important;
  }

  .md\:stroke-pink-50 {
    stroke: #fdf2f8 !important;
  }

  .md\:stroke-pink-50\/0 {
    stroke: rgb(253 242 248 / 0) !important;
  }

  .md\:stroke-pink-50\/10 {
    stroke: rgb(253 242 248 / 0.1) !important;
  }

  .md\:stroke-pink-50\/100 {
    stroke: rgb(253 242 248 / 1) !important;
  }

  .md\:stroke-pink-50\/15 {
    stroke: rgb(253 242 248 / 0.15) !important;
  }

  .md\:stroke-pink-50\/20 {
    stroke: rgb(253 242 248 / 0.2) !important;
  }

  .md\:stroke-pink-50\/25 {
    stroke: rgb(253 242 248 / 0.25) !important;
  }

  .md\:stroke-pink-50\/30 {
    stroke: rgb(253 242 248 / 0.3) !important;
  }

  .md\:stroke-pink-50\/35 {
    stroke: rgb(253 242 248 / 0.35) !important;
  }

  .md\:stroke-pink-50\/40 {
    stroke: rgb(253 242 248 / 0.4) !important;
  }

  .md\:stroke-pink-50\/45 {
    stroke: rgb(253 242 248 / 0.45) !important;
  }

  .md\:stroke-pink-50\/5 {
    stroke: rgb(253 242 248 / 0.05) !important;
  }

  .md\:stroke-pink-50\/50 {
    stroke: rgb(253 242 248 / 0.5) !important;
  }

  .md\:stroke-pink-50\/55 {
    stroke: rgb(253 242 248 / 0.55) !important;
  }

  .md\:stroke-pink-50\/60 {
    stroke: rgb(253 242 248 / 0.6) !important;
  }

  .md\:stroke-pink-50\/65 {
    stroke: rgb(253 242 248 / 0.65) !important;
  }

  .md\:stroke-pink-50\/70 {
    stroke: rgb(253 242 248 / 0.7) !important;
  }

  .md\:stroke-pink-50\/75 {
    stroke: rgb(253 242 248 / 0.75) !important;
  }

  .md\:stroke-pink-50\/80 {
    stroke: rgb(253 242 248 / 0.8) !important;
  }

  .md\:stroke-pink-50\/85 {
    stroke: rgb(253 242 248 / 0.85) !important;
  }

  .md\:stroke-pink-50\/90 {
    stroke: rgb(253 242 248 / 0.9) !important;
  }

  .md\:stroke-pink-50\/95 {
    stroke: rgb(253 242 248 / 0.95) !important;
  }

  .md\:stroke-pink-500 {
    stroke: #ec4899 !important;
  }

  .md\:stroke-pink-500\/0 {
    stroke: rgb(236 72 153 / 0) !important;
  }

  .md\:stroke-pink-500\/10 {
    stroke: rgb(236 72 153 / 0.1) !important;
  }

  .md\:stroke-pink-500\/100 {
    stroke: rgb(236 72 153 / 1) !important;
  }

  .md\:stroke-pink-500\/15 {
    stroke: rgb(236 72 153 / 0.15) !important;
  }

  .md\:stroke-pink-500\/20 {
    stroke: rgb(236 72 153 / 0.2) !important;
  }

  .md\:stroke-pink-500\/25 {
    stroke: rgb(236 72 153 / 0.25) !important;
  }

  .md\:stroke-pink-500\/30 {
    stroke: rgb(236 72 153 / 0.3) !important;
  }

  .md\:stroke-pink-500\/35 {
    stroke: rgb(236 72 153 / 0.35) !important;
  }

  .md\:stroke-pink-500\/40 {
    stroke: rgb(236 72 153 / 0.4) !important;
  }

  .md\:stroke-pink-500\/45 {
    stroke: rgb(236 72 153 / 0.45) !important;
  }

  .md\:stroke-pink-500\/5 {
    stroke: rgb(236 72 153 / 0.05) !important;
  }

  .md\:stroke-pink-500\/50 {
    stroke: rgb(236 72 153 / 0.5) !important;
  }

  .md\:stroke-pink-500\/55 {
    stroke: rgb(236 72 153 / 0.55) !important;
  }

  .md\:stroke-pink-500\/60 {
    stroke: rgb(236 72 153 / 0.6) !important;
  }

  .md\:stroke-pink-500\/65 {
    stroke: rgb(236 72 153 / 0.65) !important;
  }

  .md\:stroke-pink-500\/70 {
    stroke: rgb(236 72 153 / 0.7) !important;
  }

  .md\:stroke-pink-500\/75 {
    stroke: rgb(236 72 153 / 0.75) !important;
  }

  .md\:stroke-pink-500\/80 {
    stroke: rgb(236 72 153 / 0.8) !important;
  }

  .md\:stroke-pink-500\/85 {
    stroke: rgb(236 72 153 / 0.85) !important;
  }

  .md\:stroke-pink-500\/90 {
    stroke: rgb(236 72 153 / 0.9) !important;
  }

  .md\:stroke-pink-500\/95 {
    stroke: rgb(236 72 153 / 0.95) !important;
  }

  .md\:stroke-pink-600 {
    stroke: #db2777 !important;
  }

  .md\:stroke-pink-600\/0 {
    stroke: rgb(219 39 119 / 0) !important;
  }

  .md\:stroke-pink-600\/10 {
    stroke: rgb(219 39 119 / 0.1) !important;
  }

  .md\:stroke-pink-600\/100 {
    stroke: rgb(219 39 119 / 1) !important;
  }

  .md\:stroke-pink-600\/15 {
    stroke: rgb(219 39 119 / 0.15) !important;
  }

  .md\:stroke-pink-600\/20 {
    stroke: rgb(219 39 119 / 0.2) !important;
  }

  .md\:stroke-pink-600\/25 {
    stroke: rgb(219 39 119 / 0.25) !important;
  }

  .md\:stroke-pink-600\/30 {
    stroke: rgb(219 39 119 / 0.3) !important;
  }

  .md\:stroke-pink-600\/35 {
    stroke: rgb(219 39 119 / 0.35) !important;
  }

  .md\:stroke-pink-600\/40 {
    stroke: rgb(219 39 119 / 0.4) !important;
  }

  .md\:stroke-pink-600\/45 {
    stroke: rgb(219 39 119 / 0.45) !important;
  }

  .md\:stroke-pink-600\/5 {
    stroke: rgb(219 39 119 / 0.05) !important;
  }

  .md\:stroke-pink-600\/50 {
    stroke: rgb(219 39 119 / 0.5) !important;
  }

  .md\:stroke-pink-600\/55 {
    stroke: rgb(219 39 119 / 0.55) !important;
  }

  .md\:stroke-pink-600\/60 {
    stroke: rgb(219 39 119 / 0.6) !important;
  }

  .md\:stroke-pink-600\/65 {
    stroke: rgb(219 39 119 / 0.65) !important;
  }

  .md\:stroke-pink-600\/70 {
    stroke: rgb(219 39 119 / 0.7) !important;
  }

  .md\:stroke-pink-600\/75 {
    stroke: rgb(219 39 119 / 0.75) !important;
  }

  .md\:stroke-pink-600\/80 {
    stroke: rgb(219 39 119 / 0.8) !important;
  }

  .md\:stroke-pink-600\/85 {
    stroke: rgb(219 39 119 / 0.85) !important;
  }

  .md\:stroke-pink-600\/90 {
    stroke: rgb(219 39 119 / 0.9) !important;
  }

  .md\:stroke-pink-600\/95 {
    stroke: rgb(219 39 119 / 0.95) !important;
  }

  .md\:stroke-pink-700 {
    stroke: #be185d !important;
  }

  .md\:stroke-pink-700\/0 {
    stroke: rgb(190 24 93 / 0) !important;
  }

  .md\:stroke-pink-700\/10 {
    stroke: rgb(190 24 93 / 0.1) !important;
  }

  .md\:stroke-pink-700\/100 {
    stroke: rgb(190 24 93 / 1) !important;
  }

  .md\:stroke-pink-700\/15 {
    stroke: rgb(190 24 93 / 0.15) !important;
  }

  .md\:stroke-pink-700\/20 {
    stroke: rgb(190 24 93 / 0.2) !important;
  }

  .md\:stroke-pink-700\/25 {
    stroke: rgb(190 24 93 / 0.25) !important;
  }

  .md\:stroke-pink-700\/30 {
    stroke: rgb(190 24 93 / 0.3) !important;
  }

  .md\:stroke-pink-700\/35 {
    stroke: rgb(190 24 93 / 0.35) !important;
  }

  .md\:stroke-pink-700\/40 {
    stroke: rgb(190 24 93 / 0.4) !important;
  }

  .md\:stroke-pink-700\/45 {
    stroke: rgb(190 24 93 / 0.45) !important;
  }

  .md\:stroke-pink-700\/5 {
    stroke: rgb(190 24 93 / 0.05) !important;
  }

  .md\:stroke-pink-700\/50 {
    stroke: rgb(190 24 93 / 0.5) !important;
  }

  .md\:stroke-pink-700\/55 {
    stroke: rgb(190 24 93 / 0.55) !important;
  }

  .md\:stroke-pink-700\/60 {
    stroke: rgb(190 24 93 / 0.6) !important;
  }

  .md\:stroke-pink-700\/65 {
    stroke: rgb(190 24 93 / 0.65) !important;
  }

  .md\:stroke-pink-700\/70 {
    stroke: rgb(190 24 93 / 0.7) !important;
  }

  .md\:stroke-pink-700\/75 {
    stroke: rgb(190 24 93 / 0.75) !important;
  }

  .md\:stroke-pink-700\/80 {
    stroke: rgb(190 24 93 / 0.8) !important;
  }

  .md\:stroke-pink-700\/85 {
    stroke: rgb(190 24 93 / 0.85) !important;
  }

  .md\:stroke-pink-700\/90 {
    stroke: rgb(190 24 93 / 0.9) !important;
  }

  .md\:stroke-pink-700\/95 {
    stroke: rgb(190 24 93 / 0.95) !important;
  }

  .md\:stroke-pink-800 {
    stroke: #9d174d !important;
  }

  .md\:stroke-pink-800\/0 {
    stroke: rgb(157 23 77 / 0) !important;
  }

  .md\:stroke-pink-800\/10 {
    stroke: rgb(157 23 77 / 0.1) !important;
  }

  .md\:stroke-pink-800\/100 {
    stroke: rgb(157 23 77 / 1) !important;
  }

  .md\:stroke-pink-800\/15 {
    stroke: rgb(157 23 77 / 0.15) !important;
  }

  .md\:stroke-pink-800\/20 {
    stroke: rgb(157 23 77 / 0.2) !important;
  }

  .md\:stroke-pink-800\/25 {
    stroke: rgb(157 23 77 / 0.25) !important;
  }

  .md\:stroke-pink-800\/30 {
    stroke: rgb(157 23 77 / 0.3) !important;
  }

  .md\:stroke-pink-800\/35 {
    stroke: rgb(157 23 77 / 0.35) !important;
  }

  .md\:stroke-pink-800\/40 {
    stroke: rgb(157 23 77 / 0.4) !important;
  }

  .md\:stroke-pink-800\/45 {
    stroke: rgb(157 23 77 / 0.45) !important;
  }

  .md\:stroke-pink-800\/5 {
    stroke: rgb(157 23 77 / 0.05) !important;
  }

  .md\:stroke-pink-800\/50 {
    stroke: rgb(157 23 77 / 0.5) !important;
  }

  .md\:stroke-pink-800\/55 {
    stroke: rgb(157 23 77 / 0.55) !important;
  }

  .md\:stroke-pink-800\/60 {
    stroke: rgb(157 23 77 / 0.6) !important;
  }

  .md\:stroke-pink-800\/65 {
    stroke: rgb(157 23 77 / 0.65) !important;
  }

  .md\:stroke-pink-800\/70 {
    stroke: rgb(157 23 77 / 0.7) !important;
  }

  .md\:stroke-pink-800\/75 {
    stroke: rgb(157 23 77 / 0.75) !important;
  }

  .md\:stroke-pink-800\/80 {
    stroke: rgb(157 23 77 / 0.8) !important;
  }

  .md\:stroke-pink-800\/85 {
    stroke: rgb(157 23 77 / 0.85) !important;
  }

  .md\:stroke-pink-800\/90 {
    stroke: rgb(157 23 77 / 0.9) !important;
  }

  .md\:stroke-pink-800\/95 {
    stroke: rgb(157 23 77 / 0.95) !important;
  }

  .md\:stroke-pink-900 {
    stroke: #831843 !important;
  }

  .md\:stroke-pink-900\/0 {
    stroke: rgb(131 24 67 / 0) !important;
  }

  .md\:stroke-pink-900\/10 {
    stroke: rgb(131 24 67 / 0.1) !important;
  }

  .md\:stroke-pink-900\/100 {
    stroke: rgb(131 24 67 / 1) !important;
  }

  .md\:stroke-pink-900\/15 {
    stroke: rgb(131 24 67 / 0.15) !important;
  }

  .md\:stroke-pink-900\/20 {
    stroke: rgb(131 24 67 / 0.2) !important;
  }

  .md\:stroke-pink-900\/25 {
    stroke: rgb(131 24 67 / 0.25) !important;
  }

  .md\:stroke-pink-900\/30 {
    stroke: rgb(131 24 67 / 0.3) !important;
  }

  .md\:stroke-pink-900\/35 {
    stroke: rgb(131 24 67 / 0.35) !important;
  }

  .md\:stroke-pink-900\/40 {
    stroke: rgb(131 24 67 / 0.4) !important;
  }

  .md\:stroke-pink-900\/45 {
    stroke: rgb(131 24 67 / 0.45) !important;
  }

  .md\:stroke-pink-900\/5 {
    stroke: rgb(131 24 67 / 0.05) !important;
  }

  .md\:stroke-pink-900\/50 {
    stroke: rgb(131 24 67 / 0.5) !important;
  }

  .md\:stroke-pink-900\/55 {
    stroke: rgb(131 24 67 / 0.55) !important;
  }

  .md\:stroke-pink-900\/60 {
    stroke: rgb(131 24 67 / 0.6) !important;
  }

  .md\:stroke-pink-900\/65 {
    stroke: rgb(131 24 67 / 0.65) !important;
  }

  .md\:stroke-pink-900\/70 {
    stroke: rgb(131 24 67 / 0.7) !important;
  }

  .md\:stroke-pink-900\/75 {
    stroke: rgb(131 24 67 / 0.75) !important;
  }

  .md\:stroke-pink-900\/80 {
    stroke: rgb(131 24 67 / 0.8) !important;
  }

  .md\:stroke-pink-900\/85 {
    stroke: rgb(131 24 67 / 0.85) !important;
  }

  .md\:stroke-pink-900\/90 {
    stroke: rgb(131 24 67 / 0.9) !important;
  }

  .md\:stroke-pink-900\/95 {
    stroke: rgb(131 24 67 / 0.95) !important;
  }

  .md\:stroke-pink-950 {
    stroke: #500724 !important;
  }

  .md\:stroke-pink-950\/0 {
    stroke: rgb(80 7 36 / 0) !important;
  }

  .md\:stroke-pink-950\/10 {
    stroke: rgb(80 7 36 / 0.1) !important;
  }

  .md\:stroke-pink-950\/100 {
    stroke: rgb(80 7 36 / 1) !important;
  }

  .md\:stroke-pink-950\/15 {
    stroke: rgb(80 7 36 / 0.15) !important;
  }

  .md\:stroke-pink-950\/20 {
    stroke: rgb(80 7 36 / 0.2) !important;
  }

  .md\:stroke-pink-950\/25 {
    stroke: rgb(80 7 36 / 0.25) !important;
  }

  .md\:stroke-pink-950\/30 {
    stroke: rgb(80 7 36 / 0.3) !important;
  }

  .md\:stroke-pink-950\/35 {
    stroke: rgb(80 7 36 / 0.35) !important;
  }

  .md\:stroke-pink-950\/40 {
    stroke: rgb(80 7 36 / 0.4) !important;
  }

  .md\:stroke-pink-950\/45 {
    stroke: rgb(80 7 36 / 0.45) !important;
  }

  .md\:stroke-pink-950\/5 {
    stroke: rgb(80 7 36 / 0.05) !important;
  }

  .md\:stroke-pink-950\/50 {
    stroke: rgb(80 7 36 / 0.5) !important;
  }

  .md\:stroke-pink-950\/55 {
    stroke: rgb(80 7 36 / 0.55) !important;
  }

  .md\:stroke-pink-950\/60 {
    stroke: rgb(80 7 36 / 0.6) !important;
  }

  .md\:stroke-pink-950\/65 {
    stroke: rgb(80 7 36 / 0.65) !important;
  }

  .md\:stroke-pink-950\/70 {
    stroke: rgb(80 7 36 / 0.7) !important;
  }

  .md\:stroke-pink-950\/75 {
    stroke: rgb(80 7 36 / 0.75) !important;
  }

  .md\:stroke-pink-950\/80 {
    stroke: rgb(80 7 36 / 0.8) !important;
  }

  .md\:stroke-pink-950\/85 {
    stroke: rgb(80 7 36 / 0.85) !important;
  }

  .md\:stroke-pink-950\/90 {
    stroke: rgb(80 7 36 / 0.9) !important;
  }

  .md\:stroke-pink-950\/95 {
    stroke: rgb(80 7 36 / 0.95) !important;
  }

  .md\:stroke-purple-100 {
    stroke: #f3e8ff !important;
  }

  .md\:stroke-purple-100\/0 {
    stroke: rgb(243 232 255 / 0) !important;
  }

  .md\:stroke-purple-100\/10 {
    stroke: rgb(243 232 255 / 0.1) !important;
  }

  .md\:stroke-purple-100\/100 {
    stroke: rgb(243 232 255 / 1) !important;
  }

  .md\:stroke-purple-100\/15 {
    stroke: rgb(243 232 255 / 0.15) !important;
  }

  .md\:stroke-purple-100\/20 {
    stroke: rgb(243 232 255 / 0.2) !important;
  }

  .md\:stroke-purple-100\/25 {
    stroke: rgb(243 232 255 / 0.25) !important;
  }

  .md\:stroke-purple-100\/30 {
    stroke: rgb(243 232 255 / 0.3) !important;
  }

  .md\:stroke-purple-100\/35 {
    stroke: rgb(243 232 255 / 0.35) !important;
  }

  .md\:stroke-purple-100\/40 {
    stroke: rgb(243 232 255 / 0.4) !important;
  }

  .md\:stroke-purple-100\/45 {
    stroke: rgb(243 232 255 / 0.45) !important;
  }

  .md\:stroke-purple-100\/5 {
    stroke: rgb(243 232 255 / 0.05) !important;
  }

  .md\:stroke-purple-100\/50 {
    stroke: rgb(243 232 255 / 0.5) !important;
  }

  .md\:stroke-purple-100\/55 {
    stroke: rgb(243 232 255 / 0.55) !important;
  }

  .md\:stroke-purple-100\/60 {
    stroke: rgb(243 232 255 / 0.6) !important;
  }

  .md\:stroke-purple-100\/65 {
    stroke: rgb(243 232 255 / 0.65) !important;
  }

  .md\:stroke-purple-100\/70 {
    stroke: rgb(243 232 255 / 0.7) !important;
  }

  .md\:stroke-purple-100\/75 {
    stroke: rgb(243 232 255 / 0.75) !important;
  }

  .md\:stroke-purple-100\/80 {
    stroke: rgb(243 232 255 / 0.8) !important;
  }

  .md\:stroke-purple-100\/85 {
    stroke: rgb(243 232 255 / 0.85) !important;
  }

  .md\:stroke-purple-100\/90 {
    stroke: rgb(243 232 255 / 0.9) !important;
  }

  .md\:stroke-purple-100\/95 {
    stroke: rgb(243 232 255 / 0.95) !important;
  }

  .md\:stroke-purple-200 {
    stroke: #e9d5ff !important;
  }

  .md\:stroke-purple-200\/0 {
    stroke: rgb(233 213 255 / 0) !important;
  }

  .md\:stroke-purple-200\/10 {
    stroke: rgb(233 213 255 / 0.1) !important;
  }

  .md\:stroke-purple-200\/100 {
    stroke: rgb(233 213 255 / 1) !important;
  }

  .md\:stroke-purple-200\/15 {
    stroke: rgb(233 213 255 / 0.15) !important;
  }

  .md\:stroke-purple-200\/20 {
    stroke: rgb(233 213 255 / 0.2) !important;
  }

  .md\:stroke-purple-200\/25 {
    stroke: rgb(233 213 255 / 0.25) !important;
  }

  .md\:stroke-purple-200\/30 {
    stroke: rgb(233 213 255 / 0.3) !important;
  }

  .md\:stroke-purple-200\/35 {
    stroke: rgb(233 213 255 / 0.35) !important;
  }

  .md\:stroke-purple-200\/40 {
    stroke: rgb(233 213 255 / 0.4) !important;
  }

  .md\:stroke-purple-200\/45 {
    stroke: rgb(233 213 255 / 0.45) !important;
  }

  .md\:stroke-purple-200\/5 {
    stroke: rgb(233 213 255 / 0.05) !important;
  }

  .md\:stroke-purple-200\/50 {
    stroke: rgb(233 213 255 / 0.5) !important;
  }

  .md\:stroke-purple-200\/55 {
    stroke: rgb(233 213 255 / 0.55) !important;
  }

  .md\:stroke-purple-200\/60 {
    stroke: rgb(233 213 255 / 0.6) !important;
  }

  .md\:stroke-purple-200\/65 {
    stroke: rgb(233 213 255 / 0.65) !important;
  }

  .md\:stroke-purple-200\/70 {
    stroke: rgb(233 213 255 / 0.7) !important;
  }

  .md\:stroke-purple-200\/75 {
    stroke: rgb(233 213 255 / 0.75) !important;
  }

  .md\:stroke-purple-200\/80 {
    stroke: rgb(233 213 255 / 0.8) !important;
  }

  .md\:stroke-purple-200\/85 {
    stroke: rgb(233 213 255 / 0.85) !important;
  }

  .md\:stroke-purple-200\/90 {
    stroke: rgb(233 213 255 / 0.9) !important;
  }

  .md\:stroke-purple-200\/95 {
    stroke: rgb(233 213 255 / 0.95) !important;
  }

  .md\:stroke-purple-300 {
    stroke: #d8b4fe !important;
  }

  .md\:stroke-purple-300\/0 {
    stroke: rgb(216 180 254 / 0) !important;
  }

  .md\:stroke-purple-300\/10 {
    stroke: rgb(216 180 254 / 0.1) !important;
  }

  .md\:stroke-purple-300\/100 {
    stroke: rgb(216 180 254 / 1) !important;
  }

  .md\:stroke-purple-300\/15 {
    stroke: rgb(216 180 254 / 0.15) !important;
  }

  .md\:stroke-purple-300\/20 {
    stroke: rgb(216 180 254 / 0.2) !important;
  }

  .md\:stroke-purple-300\/25 {
    stroke: rgb(216 180 254 / 0.25) !important;
  }

  .md\:stroke-purple-300\/30 {
    stroke: rgb(216 180 254 / 0.3) !important;
  }

  .md\:stroke-purple-300\/35 {
    stroke: rgb(216 180 254 / 0.35) !important;
  }

  .md\:stroke-purple-300\/40 {
    stroke: rgb(216 180 254 / 0.4) !important;
  }

  .md\:stroke-purple-300\/45 {
    stroke: rgb(216 180 254 / 0.45) !important;
  }

  .md\:stroke-purple-300\/5 {
    stroke: rgb(216 180 254 / 0.05) !important;
  }

  .md\:stroke-purple-300\/50 {
    stroke: rgb(216 180 254 / 0.5) !important;
  }

  .md\:stroke-purple-300\/55 {
    stroke: rgb(216 180 254 / 0.55) !important;
  }

  .md\:stroke-purple-300\/60 {
    stroke: rgb(216 180 254 / 0.6) !important;
  }

  .md\:stroke-purple-300\/65 {
    stroke: rgb(216 180 254 / 0.65) !important;
  }

  .md\:stroke-purple-300\/70 {
    stroke: rgb(216 180 254 / 0.7) !important;
  }

  .md\:stroke-purple-300\/75 {
    stroke: rgb(216 180 254 / 0.75) !important;
  }

  .md\:stroke-purple-300\/80 {
    stroke: rgb(216 180 254 / 0.8) !important;
  }

  .md\:stroke-purple-300\/85 {
    stroke: rgb(216 180 254 / 0.85) !important;
  }

  .md\:stroke-purple-300\/90 {
    stroke: rgb(216 180 254 / 0.9) !important;
  }

  .md\:stroke-purple-300\/95 {
    stroke: rgb(216 180 254 / 0.95) !important;
  }

  .md\:stroke-purple-400 {
    stroke: #c084fc !important;
  }

  .md\:stroke-purple-400\/0 {
    stroke: rgb(192 132 252 / 0) !important;
  }

  .md\:stroke-purple-400\/10 {
    stroke: rgb(192 132 252 / 0.1) !important;
  }

  .md\:stroke-purple-400\/100 {
    stroke: rgb(192 132 252 / 1) !important;
  }

  .md\:stroke-purple-400\/15 {
    stroke: rgb(192 132 252 / 0.15) !important;
  }

  .md\:stroke-purple-400\/20 {
    stroke: rgb(192 132 252 / 0.2) !important;
  }

  .md\:stroke-purple-400\/25 {
    stroke: rgb(192 132 252 / 0.25) !important;
  }

  .md\:stroke-purple-400\/30 {
    stroke: rgb(192 132 252 / 0.3) !important;
  }

  .md\:stroke-purple-400\/35 {
    stroke: rgb(192 132 252 / 0.35) !important;
  }

  .md\:stroke-purple-400\/40 {
    stroke: rgb(192 132 252 / 0.4) !important;
  }

  .md\:stroke-purple-400\/45 {
    stroke: rgb(192 132 252 / 0.45) !important;
  }

  .md\:stroke-purple-400\/5 {
    stroke: rgb(192 132 252 / 0.05) !important;
  }

  .md\:stroke-purple-400\/50 {
    stroke: rgb(192 132 252 / 0.5) !important;
  }

  .md\:stroke-purple-400\/55 {
    stroke: rgb(192 132 252 / 0.55) !important;
  }

  .md\:stroke-purple-400\/60 {
    stroke: rgb(192 132 252 / 0.6) !important;
  }

  .md\:stroke-purple-400\/65 {
    stroke: rgb(192 132 252 / 0.65) !important;
  }

  .md\:stroke-purple-400\/70 {
    stroke: rgb(192 132 252 / 0.7) !important;
  }

  .md\:stroke-purple-400\/75 {
    stroke: rgb(192 132 252 / 0.75) !important;
  }

  .md\:stroke-purple-400\/80 {
    stroke: rgb(192 132 252 / 0.8) !important;
  }

  .md\:stroke-purple-400\/85 {
    stroke: rgb(192 132 252 / 0.85) !important;
  }

  .md\:stroke-purple-400\/90 {
    stroke: rgb(192 132 252 / 0.9) !important;
  }

  .md\:stroke-purple-400\/95 {
    stroke: rgb(192 132 252 / 0.95) !important;
  }

  .md\:stroke-purple-50 {
    stroke: #faf5ff !important;
  }

  .md\:stroke-purple-50\/0 {
    stroke: rgb(250 245 255 / 0) !important;
  }

  .md\:stroke-purple-50\/10 {
    stroke: rgb(250 245 255 / 0.1) !important;
  }

  .md\:stroke-purple-50\/100 {
    stroke: rgb(250 245 255 / 1) !important;
  }

  .md\:stroke-purple-50\/15 {
    stroke: rgb(250 245 255 / 0.15) !important;
  }

  .md\:stroke-purple-50\/20 {
    stroke: rgb(250 245 255 / 0.2) !important;
  }

  .md\:stroke-purple-50\/25 {
    stroke: rgb(250 245 255 / 0.25) !important;
  }

  .md\:stroke-purple-50\/30 {
    stroke: rgb(250 245 255 / 0.3) !important;
  }

  .md\:stroke-purple-50\/35 {
    stroke: rgb(250 245 255 / 0.35) !important;
  }

  .md\:stroke-purple-50\/40 {
    stroke: rgb(250 245 255 / 0.4) !important;
  }

  .md\:stroke-purple-50\/45 {
    stroke: rgb(250 245 255 / 0.45) !important;
  }

  .md\:stroke-purple-50\/5 {
    stroke: rgb(250 245 255 / 0.05) !important;
  }

  .md\:stroke-purple-50\/50 {
    stroke: rgb(250 245 255 / 0.5) !important;
  }

  .md\:stroke-purple-50\/55 {
    stroke: rgb(250 245 255 / 0.55) !important;
  }

  .md\:stroke-purple-50\/60 {
    stroke: rgb(250 245 255 / 0.6) !important;
  }

  .md\:stroke-purple-50\/65 {
    stroke: rgb(250 245 255 / 0.65) !important;
  }

  .md\:stroke-purple-50\/70 {
    stroke: rgb(250 245 255 / 0.7) !important;
  }

  .md\:stroke-purple-50\/75 {
    stroke: rgb(250 245 255 / 0.75) !important;
  }

  .md\:stroke-purple-50\/80 {
    stroke: rgb(250 245 255 / 0.8) !important;
  }

  .md\:stroke-purple-50\/85 {
    stroke: rgb(250 245 255 / 0.85) !important;
  }

  .md\:stroke-purple-50\/90 {
    stroke: rgb(250 245 255 / 0.9) !important;
  }

  .md\:stroke-purple-50\/95 {
    stroke: rgb(250 245 255 / 0.95) !important;
  }

  .md\:stroke-purple-500 {
    stroke: #a855f7 !important;
  }

  .md\:stroke-purple-500\/0 {
    stroke: rgb(168 85 247 / 0) !important;
  }

  .md\:stroke-purple-500\/10 {
    stroke: rgb(168 85 247 / 0.1) !important;
  }

  .md\:stroke-purple-500\/100 {
    stroke: rgb(168 85 247 / 1) !important;
  }

  .md\:stroke-purple-500\/15 {
    stroke: rgb(168 85 247 / 0.15) !important;
  }

  .md\:stroke-purple-500\/20 {
    stroke: rgb(168 85 247 / 0.2) !important;
  }

  .md\:stroke-purple-500\/25 {
    stroke: rgb(168 85 247 / 0.25) !important;
  }

  .md\:stroke-purple-500\/30 {
    stroke: rgb(168 85 247 / 0.3) !important;
  }

  .md\:stroke-purple-500\/35 {
    stroke: rgb(168 85 247 / 0.35) !important;
  }

  .md\:stroke-purple-500\/40 {
    stroke: rgb(168 85 247 / 0.4) !important;
  }

  .md\:stroke-purple-500\/45 {
    stroke: rgb(168 85 247 / 0.45) !important;
  }

  .md\:stroke-purple-500\/5 {
    stroke: rgb(168 85 247 / 0.05) !important;
  }

  .md\:stroke-purple-500\/50 {
    stroke: rgb(168 85 247 / 0.5) !important;
  }

  .md\:stroke-purple-500\/55 {
    stroke: rgb(168 85 247 / 0.55) !important;
  }

  .md\:stroke-purple-500\/60 {
    stroke: rgb(168 85 247 / 0.6) !important;
  }

  .md\:stroke-purple-500\/65 {
    stroke: rgb(168 85 247 / 0.65) !important;
  }

  .md\:stroke-purple-500\/70 {
    stroke: rgb(168 85 247 / 0.7) !important;
  }

  .md\:stroke-purple-500\/75 {
    stroke: rgb(168 85 247 / 0.75) !important;
  }

  .md\:stroke-purple-500\/80 {
    stroke: rgb(168 85 247 / 0.8) !important;
  }

  .md\:stroke-purple-500\/85 {
    stroke: rgb(168 85 247 / 0.85) !important;
  }

  .md\:stroke-purple-500\/90 {
    stroke: rgb(168 85 247 / 0.9) !important;
  }

  .md\:stroke-purple-500\/95 {
    stroke: rgb(168 85 247 / 0.95) !important;
  }

  .md\:stroke-purple-600 {
    stroke: #9333ea !important;
  }

  .md\:stroke-purple-600\/0 {
    stroke: rgb(147 51 234 / 0) !important;
  }

  .md\:stroke-purple-600\/10 {
    stroke: rgb(147 51 234 / 0.1) !important;
  }

  .md\:stroke-purple-600\/100 {
    stroke: rgb(147 51 234 / 1) !important;
  }

  .md\:stroke-purple-600\/15 {
    stroke: rgb(147 51 234 / 0.15) !important;
  }

  .md\:stroke-purple-600\/20 {
    stroke: rgb(147 51 234 / 0.2) !important;
  }

  .md\:stroke-purple-600\/25 {
    stroke: rgb(147 51 234 / 0.25) !important;
  }

  .md\:stroke-purple-600\/30 {
    stroke: rgb(147 51 234 / 0.3) !important;
  }

  .md\:stroke-purple-600\/35 {
    stroke: rgb(147 51 234 / 0.35) !important;
  }

  .md\:stroke-purple-600\/40 {
    stroke: rgb(147 51 234 / 0.4) !important;
  }

  .md\:stroke-purple-600\/45 {
    stroke: rgb(147 51 234 / 0.45) !important;
  }

  .md\:stroke-purple-600\/5 {
    stroke: rgb(147 51 234 / 0.05) !important;
  }

  .md\:stroke-purple-600\/50 {
    stroke: rgb(147 51 234 / 0.5) !important;
  }

  .md\:stroke-purple-600\/55 {
    stroke: rgb(147 51 234 / 0.55) !important;
  }

  .md\:stroke-purple-600\/60 {
    stroke: rgb(147 51 234 / 0.6) !important;
  }

  .md\:stroke-purple-600\/65 {
    stroke: rgb(147 51 234 / 0.65) !important;
  }

  .md\:stroke-purple-600\/70 {
    stroke: rgb(147 51 234 / 0.7) !important;
  }

  .md\:stroke-purple-600\/75 {
    stroke: rgb(147 51 234 / 0.75) !important;
  }

  .md\:stroke-purple-600\/80 {
    stroke: rgb(147 51 234 / 0.8) !important;
  }

  .md\:stroke-purple-600\/85 {
    stroke: rgb(147 51 234 / 0.85) !important;
  }

  .md\:stroke-purple-600\/90 {
    stroke: rgb(147 51 234 / 0.9) !important;
  }

  .md\:stroke-purple-600\/95 {
    stroke: rgb(147 51 234 / 0.95) !important;
  }

  .md\:stroke-purple-700 {
    stroke: #7e22ce !important;
  }

  .md\:stroke-purple-700\/0 {
    stroke: rgb(126 34 206 / 0) !important;
  }

  .md\:stroke-purple-700\/10 {
    stroke: rgb(126 34 206 / 0.1) !important;
  }

  .md\:stroke-purple-700\/100 {
    stroke: rgb(126 34 206 / 1) !important;
  }

  .md\:stroke-purple-700\/15 {
    stroke: rgb(126 34 206 / 0.15) !important;
  }

  .md\:stroke-purple-700\/20 {
    stroke: rgb(126 34 206 / 0.2) !important;
  }

  .md\:stroke-purple-700\/25 {
    stroke: rgb(126 34 206 / 0.25) !important;
  }

  .md\:stroke-purple-700\/30 {
    stroke: rgb(126 34 206 / 0.3) !important;
  }

  .md\:stroke-purple-700\/35 {
    stroke: rgb(126 34 206 / 0.35) !important;
  }

  .md\:stroke-purple-700\/40 {
    stroke: rgb(126 34 206 / 0.4) !important;
  }

  .md\:stroke-purple-700\/45 {
    stroke: rgb(126 34 206 / 0.45) !important;
  }

  .md\:stroke-purple-700\/5 {
    stroke: rgb(126 34 206 / 0.05) !important;
  }

  .md\:stroke-purple-700\/50 {
    stroke: rgb(126 34 206 / 0.5) !important;
  }

  .md\:stroke-purple-700\/55 {
    stroke: rgb(126 34 206 / 0.55) !important;
  }

  .md\:stroke-purple-700\/60 {
    stroke: rgb(126 34 206 / 0.6) !important;
  }

  .md\:stroke-purple-700\/65 {
    stroke: rgb(126 34 206 / 0.65) !important;
  }

  .md\:stroke-purple-700\/70 {
    stroke: rgb(126 34 206 / 0.7) !important;
  }

  .md\:stroke-purple-700\/75 {
    stroke: rgb(126 34 206 / 0.75) !important;
  }

  .md\:stroke-purple-700\/80 {
    stroke: rgb(126 34 206 / 0.8) !important;
  }

  .md\:stroke-purple-700\/85 {
    stroke: rgb(126 34 206 / 0.85) !important;
  }

  .md\:stroke-purple-700\/90 {
    stroke: rgb(126 34 206 / 0.9) !important;
  }

  .md\:stroke-purple-700\/95 {
    stroke: rgb(126 34 206 / 0.95) !important;
  }

  .md\:stroke-purple-800 {
    stroke: #6b21a8 !important;
  }

  .md\:stroke-purple-800\/0 {
    stroke: rgb(107 33 168 / 0) !important;
  }

  .md\:stroke-purple-800\/10 {
    stroke: rgb(107 33 168 / 0.1) !important;
  }

  .md\:stroke-purple-800\/100 {
    stroke: rgb(107 33 168 / 1) !important;
  }

  .md\:stroke-purple-800\/15 {
    stroke: rgb(107 33 168 / 0.15) !important;
  }

  .md\:stroke-purple-800\/20 {
    stroke: rgb(107 33 168 / 0.2) !important;
  }

  .md\:stroke-purple-800\/25 {
    stroke: rgb(107 33 168 / 0.25) !important;
  }

  .md\:stroke-purple-800\/30 {
    stroke: rgb(107 33 168 / 0.3) !important;
  }

  .md\:stroke-purple-800\/35 {
    stroke: rgb(107 33 168 / 0.35) !important;
  }

  .md\:stroke-purple-800\/40 {
    stroke: rgb(107 33 168 / 0.4) !important;
  }

  .md\:stroke-purple-800\/45 {
    stroke: rgb(107 33 168 / 0.45) !important;
  }

  .md\:stroke-purple-800\/5 {
    stroke: rgb(107 33 168 / 0.05) !important;
  }

  .md\:stroke-purple-800\/50 {
    stroke: rgb(107 33 168 / 0.5) !important;
  }

  .md\:stroke-purple-800\/55 {
    stroke: rgb(107 33 168 / 0.55) !important;
  }

  .md\:stroke-purple-800\/60 {
    stroke: rgb(107 33 168 / 0.6) !important;
  }

  .md\:stroke-purple-800\/65 {
    stroke: rgb(107 33 168 / 0.65) !important;
  }

  .md\:stroke-purple-800\/70 {
    stroke: rgb(107 33 168 / 0.7) !important;
  }

  .md\:stroke-purple-800\/75 {
    stroke: rgb(107 33 168 / 0.75) !important;
  }

  .md\:stroke-purple-800\/80 {
    stroke: rgb(107 33 168 / 0.8) !important;
  }

  .md\:stroke-purple-800\/85 {
    stroke: rgb(107 33 168 / 0.85) !important;
  }

  .md\:stroke-purple-800\/90 {
    stroke: rgb(107 33 168 / 0.9) !important;
  }

  .md\:stroke-purple-800\/95 {
    stroke: rgb(107 33 168 / 0.95) !important;
  }

  .md\:stroke-purple-900 {
    stroke: #581c87 !important;
  }

  .md\:stroke-purple-900\/0 {
    stroke: rgb(88 28 135 / 0) !important;
  }

  .md\:stroke-purple-900\/10 {
    stroke: rgb(88 28 135 / 0.1) !important;
  }

  .md\:stroke-purple-900\/100 {
    stroke: rgb(88 28 135 / 1) !important;
  }

  .md\:stroke-purple-900\/15 {
    stroke: rgb(88 28 135 / 0.15) !important;
  }

  .md\:stroke-purple-900\/20 {
    stroke: rgb(88 28 135 / 0.2) !important;
  }

  .md\:stroke-purple-900\/25 {
    stroke: rgb(88 28 135 / 0.25) !important;
  }

  .md\:stroke-purple-900\/30 {
    stroke: rgb(88 28 135 / 0.3) !important;
  }

  .md\:stroke-purple-900\/35 {
    stroke: rgb(88 28 135 / 0.35) !important;
  }

  .md\:stroke-purple-900\/40 {
    stroke: rgb(88 28 135 / 0.4) !important;
  }

  .md\:stroke-purple-900\/45 {
    stroke: rgb(88 28 135 / 0.45) !important;
  }

  .md\:stroke-purple-900\/5 {
    stroke: rgb(88 28 135 / 0.05) !important;
  }

  .md\:stroke-purple-900\/50 {
    stroke: rgb(88 28 135 / 0.5) !important;
  }

  .md\:stroke-purple-900\/55 {
    stroke: rgb(88 28 135 / 0.55) !important;
  }

  .md\:stroke-purple-900\/60 {
    stroke: rgb(88 28 135 / 0.6) !important;
  }

  .md\:stroke-purple-900\/65 {
    stroke: rgb(88 28 135 / 0.65) !important;
  }

  .md\:stroke-purple-900\/70 {
    stroke: rgb(88 28 135 / 0.7) !important;
  }

  .md\:stroke-purple-900\/75 {
    stroke: rgb(88 28 135 / 0.75) !important;
  }

  .md\:stroke-purple-900\/80 {
    stroke: rgb(88 28 135 / 0.8) !important;
  }

  .md\:stroke-purple-900\/85 {
    stroke: rgb(88 28 135 / 0.85) !important;
  }

  .md\:stroke-purple-900\/90 {
    stroke: rgb(88 28 135 / 0.9) !important;
  }

  .md\:stroke-purple-900\/95 {
    stroke: rgb(88 28 135 / 0.95) !important;
  }

  .md\:stroke-purple-950 {
    stroke: #3b0764 !important;
  }

  .md\:stroke-purple-950\/0 {
    stroke: rgb(59 7 100 / 0) !important;
  }

  .md\:stroke-purple-950\/10 {
    stroke: rgb(59 7 100 / 0.1) !important;
  }

  .md\:stroke-purple-950\/100 {
    stroke: rgb(59 7 100 / 1) !important;
  }

  .md\:stroke-purple-950\/15 {
    stroke: rgb(59 7 100 / 0.15) !important;
  }

  .md\:stroke-purple-950\/20 {
    stroke: rgb(59 7 100 / 0.2) !important;
  }

  .md\:stroke-purple-950\/25 {
    stroke: rgb(59 7 100 / 0.25) !important;
  }

  .md\:stroke-purple-950\/30 {
    stroke: rgb(59 7 100 / 0.3) !important;
  }

  .md\:stroke-purple-950\/35 {
    stroke: rgb(59 7 100 / 0.35) !important;
  }

  .md\:stroke-purple-950\/40 {
    stroke: rgb(59 7 100 / 0.4) !important;
  }

  .md\:stroke-purple-950\/45 {
    stroke: rgb(59 7 100 / 0.45) !important;
  }

  .md\:stroke-purple-950\/5 {
    stroke: rgb(59 7 100 / 0.05) !important;
  }

  .md\:stroke-purple-950\/50 {
    stroke: rgb(59 7 100 / 0.5) !important;
  }

  .md\:stroke-purple-950\/55 {
    stroke: rgb(59 7 100 / 0.55) !important;
  }

  .md\:stroke-purple-950\/60 {
    stroke: rgb(59 7 100 / 0.6) !important;
  }

  .md\:stroke-purple-950\/65 {
    stroke: rgb(59 7 100 / 0.65) !important;
  }

  .md\:stroke-purple-950\/70 {
    stroke: rgb(59 7 100 / 0.7) !important;
  }

  .md\:stroke-purple-950\/75 {
    stroke: rgb(59 7 100 / 0.75) !important;
  }

  .md\:stroke-purple-950\/80 {
    stroke: rgb(59 7 100 / 0.8) !important;
  }

  .md\:stroke-purple-950\/85 {
    stroke: rgb(59 7 100 / 0.85) !important;
  }

  .md\:stroke-purple-950\/90 {
    stroke: rgb(59 7 100 / 0.9) !important;
  }

  .md\:stroke-purple-950\/95 {
    stroke: rgb(59 7 100 / 0.95) !important;
  }

  .md\:stroke-red-100 {
    stroke: #fee2e2 !important;
  }

  .md\:stroke-red-100\/0 {
    stroke: rgb(254 226 226 / 0) !important;
  }

  .md\:stroke-red-100\/10 {
    stroke: rgb(254 226 226 / 0.1) !important;
  }

  .md\:stroke-red-100\/100 {
    stroke: rgb(254 226 226 / 1) !important;
  }

  .md\:stroke-red-100\/15 {
    stroke: rgb(254 226 226 / 0.15) !important;
  }

  .md\:stroke-red-100\/20 {
    stroke: rgb(254 226 226 / 0.2) !important;
  }

  .md\:stroke-red-100\/25 {
    stroke: rgb(254 226 226 / 0.25) !important;
  }

  .md\:stroke-red-100\/30 {
    stroke: rgb(254 226 226 / 0.3) !important;
  }

  .md\:stroke-red-100\/35 {
    stroke: rgb(254 226 226 / 0.35) !important;
  }

  .md\:stroke-red-100\/40 {
    stroke: rgb(254 226 226 / 0.4) !important;
  }

  .md\:stroke-red-100\/45 {
    stroke: rgb(254 226 226 / 0.45) !important;
  }

  .md\:stroke-red-100\/5 {
    stroke: rgb(254 226 226 / 0.05) !important;
  }

  .md\:stroke-red-100\/50 {
    stroke: rgb(254 226 226 / 0.5) !important;
  }

  .md\:stroke-red-100\/55 {
    stroke: rgb(254 226 226 / 0.55) !important;
  }

  .md\:stroke-red-100\/60 {
    stroke: rgb(254 226 226 / 0.6) !important;
  }

  .md\:stroke-red-100\/65 {
    stroke: rgb(254 226 226 / 0.65) !important;
  }

  .md\:stroke-red-100\/70 {
    stroke: rgb(254 226 226 / 0.7) !important;
  }

  .md\:stroke-red-100\/75 {
    stroke: rgb(254 226 226 / 0.75) !important;
  }

  .md\:stroke-red-100\/80 {
    stroke: rgb(254 226 226 / 0.8) !important;
  }

  .md\:stroke-red-100\/85 {
    stroke: rgb(254 226 226 / 0.85) !important;
  }

  .md\:stroke-red-100\/90 {
    stroke: rgb(254 226 226 / 0.9) !important;
  }

  .md\:stroke-red-100\/95 {
    stroke: rgb(254 226 226 / 0.95) !important;
  }

  .md\:stroke-red-200 {
    stroke: #fecaca !important;
  }

  .md\:stroke-red-200\/0 {
    stroke: rgb(254 202 202 / 0) !important;
  }

  .md\:stroke-red-200\/10 {
    stroke: rgb(254 202 202 / 0.1) !important;
  }

  .md\:stroke-red-200\/100 {
    stroke: rgb(254 202 202 / 1) !important;
  }

  .md\:stroke-red-200\/15 {
    stroke: rgb(254 202 202 / 0.15) !important;
  }

  .md\:stroke-red-200\/20 {
    stroke: rgb(254 202 202 / 0.2) !important;
  }

  .md\:stroke-red-200\/25 {
    stroke: rgb(254 202 202 / 0.25) !important;
  }

  .md\:stroke-red-200\/30 {
    stroke: rgb(254 202 202 / 0.3) !important;
  }

  .md\:stroke-red-200\/35 {
    stroke: rgb(254 202 202 / 0.35) !important;
  }

  .md\:stroke-red-200\/40 {
    stroke: rgb(254 202 202 / 0.4) !important;
  }

  .md\:stroke-red-200\/45 {
    stroke: rgb(254 202 202 / 0.45) !important;
  }

  .md\:stroke-red-200\/5 {
    stroke: rgb(254 202 202 / 0.05) !important;
  }

  .md\:stroke-red-200\/50 {
    stroke: rgb(254 202 202 / 0.5) !important;
  }

  .md\:stroke-red-200\/55 {
    stroke: rgb(254 202 202 / 0.55) !important;
  }

  .md\:stroke-red-200\/60 {
    stroke: rgb(254 202 202 / 0.6) !important;
  }

  .md\:stroke-red-200\/65 {
    stroke: rgb(254 202 202 / 0.65) !important;
  }

  .md\:stroke-red-200\/70 {
    stroke: rgb(254 202 202 / 0.7) !important;
  }

  .md\:stroke-red-200\/75 {
    stroke: rgb(254 202 202 / 0.75) !important;
  }

  .md\:stroke-red-200\/80 {
    stroke: rgb(254 202 202 / 0.8) !important;
  }

  .md\:stroke-red-200\/85 {
    stroke: rgb(254 202 202 / 0.85) !important;
  }

  .md\:stroke-red-200\/90 {
    stroke: rgb(254 202 202 / 0.9) !important;
  }

  .md\:stroke-red-200\/95 {
    stroke: rgb(254 202 202 / 0.95) !important;
  }

  .md\:stroke-red-300 {
    stroke: #fca5a5 !important;
  }

  .md\:stroke-red-300\/0 {
    stroke: rgb(252 165 165 / 0) !important;
  }

  .md\:stroke-red-300\/10 {
    stroke: rgb(252 165 165 / 0.1) !important;
  }

  .md\:stroke-red-300\/100 {
    stroke: rgb(252 165 165 / 1) !important;
  }

  .md\:stroke-red-300\/15 {
    stroke: rgb(252 165 165 / 0.15) !important;
  }

  .md\:stroke-red-300\/20 {
    stroke: rgb(252 165 165 / 0.2) !important;
  }

  .md\:stroke-red-300\/25 {
    stroke: rgb(252 165 165 / 0.25) !important;
  }

  .md\:stroke-red-300\/30 {
    stroke: rgb(252 165 165 / 0.3) !important;
  }

  .md\:stroke-red-300\/35 {
    stroke: rgb(252 165 165 / 0.35) !important;
  }

  .md\:stroke-red-300\/40 {
    stroke: rgb(252 165 165 / 0.4) !important;
  }

  .md\:stroke-red-300\/45 {
    stroke: rgb(252 165 165 / 0.45) !important;
  }

  .md\:stroke-red-300\/5 {
    stroke: rgb(252 165 165 / 0.05) !important;
  }

  .md\:stroke-red-300\/50 {
    stroke: rgb(252 165 165 / 0.5) !important;
  }

  .md\:stroke-red-300\/55 {
    stroke: rgb(252 165 165 / 0.55) !important;
  }

  .md\:stroke-red-300\/60 {
    stroke: rgb(252 165 165 / 0.6) !important;
  }

  .md\:stroke-red-300\/65 {
    stroke: rgb(252 165 165 / 0.65) !important;
  }

  .md\:stroke-red-300\/70 {
    stroke: rgb(252 165 165 / 0.7) !important;
  }

  .md\:stroke-red-300\/75 {
    stroke: rgb(252 165 165 / 0.75) !important;
  }

  .md\:stroke-red-300\/80 {
    stroke: rgb(252 165 165 / 0.8) !important;
  }

  .md\:stroke-red-300\/85 {
    stroke: rgb(252 165 165 / 0.85) !important;
  }

  .md\:stroke-red-300\/90 {
    stroke: rgb(252 165 165 / 0.9) !important;
  }

  .md\:stroke-red-300\/95 {
    stroke: rgb(252 165 165 / 0.95) !important;
  }

  .md\:stroke-red-400 {
    stroke: #f87171 !important;
  }

  .md\:stroke-red-400\/0 {
    stroke: rgb(248 113 113 / 0) !important;
  }

  .md\:stroke-red-400\/10 {
    stroke: rgb(248 113 113 / 0.1) !important;
  }

  .md\:stroke-red-400\/100 {
    stroke: rgb(248 113 113 / 1) !important;
  }

  .md\:stroke-red-400\/15 {
    stroke: rgb(248 113 113 / 0.15) !important;
  }

  .md\:stroke-red-400\/20 {
    stroke: rgb(248 113 113 / 0.2) !important;
  }

  .md\:stroke-red-400\/25 {
    stroke: rgb(248 113 113 / 0.25) !important;
  }

  .md\:stroke-red-400\/30 {
    stroke: rgb(248 113 113 / 0.3) !important;
  }

  .md\:stroke-red-400\/35 {
    stroke: rgb(248 113 113 / 0.35) !important;
  }

  .md\:stroke-red-400\/40 {
    stroke: rgb(248 113 113 / 0.4) !important;
  }

  .md\:stroke-red-400\/45 {
    stroke: rgb(248 113 113 / 0.45) !important;
  }

  .md\:stroke-red-400\/5 {
    stroke: rgb(248 113 113 / 0.05) !important;
  }

  .md\:stroke-red-400\/50 {
    stroke: rgb(248 113 113 / 0.5) !important;
  }

  .md\:stroke-red-400\/55 {
    stroke: rgb(248 113 113 / 0.55) !important;
  }

  .md\:stroke-red-400\/60 {
    stroke: rgb(248 113 113 / 0.6) !important;
  }

  .md\:stroke-red-400\/65 {
    stroke: rgb(248 113 113 / 0.65) !important;
  }

  .md\:stroke-red-400\/70 {
    stroke: rgb(248 113 113 / 0.7) !important;
  }

  .md\:stroke-red-400\/75 {
    stroke: rgb(248 113 113 / 0.75) !important;
  }

  .md\:stroke-red-400\/80 {
    stroke: rgb(248 113 113 / 0.8) !important;
  }

  .md\:stroke-red-400\/85 {
    stroke: rgb(248 113 113 / 0.85) !important;
  }

  .md\:stroke-red-400\/90 {
    stroke: rgb(248 113 113 / 0.9) !important;
  }

  .md\:stroke-red-400\/95 {
    stroke: rgb(248 113 113 / 0.95) !important;
  }

  .md\:stroke-red-50 {
    stroke: #fef2f2 !important;
  }

  .md\:stroke-red-50\/0 {
    stroke: rgb(254 242 242 / 0) !important;
  }

  .md\:stroke-red-50\/10 {
    stroke: rgb(254 242 242 / 0.1) !important;
  }

  .md\:stroke-red-50\/100 {
    stroke: rgb(254 242 242 / 1) !important;
  }

  .md\:stroke-red-50\/15 {
    stroke: rgb(254 242 242 / 0.15) !important;
  }

  .md\:stroke-red-50\/20 {
    stroke: rgb(254 242 242 / 0.2) !important;
  }

  .md\:stroke-red-50\/25 {
    stroke: rgb(254 242 242 / 0.25) !important;
  }

  .md\:stroke-red-50\/30 {
    stroke: rgb(254 242 242 / 0.3) !important;
  }

  .md\:stroke-red-50\/35 {
    stroke: rgb(254 242 242 / 0.35) !important;
  }

  .md\:stroke-red-50\/40 {
    stroke: rgb(254 242 242 / 0.4) !important;
  }

  .md\:stroke-red-50\/45 {
    stroke: rgb(254 242 242 / 0.45) !important;
  }

  .md\:stroke-red-50\/5 {
    stroke: rgb(254 242 242 / 0.05) !important;
  }

  .md\:stroke-red-50\/50 {
    stroke: rgb(254 242 242 / 0.5) !important;
  }

  .md\:stroke-red-50\/55 {
    stroke: rgb(254 242 242 / 0.55) !important;
  }

  .md\:stroke-red-50\/60 {
    stroke: rgb(254 242 242 / 0.6) !important;
  }

  .md\:stroke-red-50\/65 {
    stroke: rgb(254 242 242 / 0.65) !important;
  }

  .md\:stroke-red-50\/70 {
    stroke: rgb(254 242 242 / 0.7) !important;
  }

  .md\:stroke-red-50\/75 {
    stroke: rgb(254 242 242 / 0.75) !important;
  }

  .md\:stroke-red-50\/80 {
    stroke: rgb(254 242 242 / 0.8) !important;
  }

  .md\:stroke-red-50\/85 {
    stroke: rgb(254 242 242 / 0.85) !important;
  }

  .md\:stroke-red-50\/90 {
    stroke: rgb(254 242 242 / 0.9) !important;
  }

  .md\:stroke-red-50\/95 {
    stroke: rgb(254 242 242 / 0.95) !important;
  }

  .md\:stroke-red-500 {
    stroke: #ef4444 !important;
  }

  .md\:stroke-red-500\/0 {
    stroke: rgb(239 68 68 / 0) !important;
  }

  .md\:stroke-red-500\/10 {
    stroke: rgb(239 68 68 / 0.1) !important;
  }

  .md\:stroke-red-500\/100 {
    stroke: rgb(239 68 68 / 1) !important;
  }

  .md\:stroke-red-500\/15 {
    stroke: rgb(239 68 68 / 0.15) !important;
  }

  .md\:stroke-red-500\/20 {
    stroke: rgb(239 68 68 / 0.2) !important;
  }

  .md\:stroke-red-500\/25 {
    stroke: rgb(239 68 68 / 0.25) !important;
  }

  .md\:stroke-red-500\/30 {
    stroke: rgb(239 68 68 / 0.3) !important;
  }

  .md\:stroke-red-500\/35 {
    stroke: rgb(239 68 68 / 0.35) !important;
  }

  .md\:stroke-red-500\/40 {
    stroke: rgb(239 68 68 / 0.4) !important;
  }

  .md\:stroke-red-500\/45 {
    stroke: rgb(239 68 68 / 0.45) !important;
  }

  .md\:stroke-red-500\/5 {
    stroke: rgb(239 68 68 / 0.05) !important;
  }

  .md\:stroke-red-500\/50 {
    stroke: rgb(239 68 68 / 0.5) !important;
  }

  .md\:stroke-red-500\/55 {
    stroke: rgb(239 68 68 / 0.55) !important;
  }

  .md\:stroke-red-500\/60 {
    stroke: rgb(239 68 68 / 0.6) !important;
  }

  .md\:stroke-red-500\/65 {
    stroke: rgb(239 68 68 / 0.65) !important;
  }

  .md\:stroke-red-500\/70 {
    stroke: rgb(239 68 68 / 0.7) !important;
  }

  .md\:stroke-red-500\/75 {
    stroke: rgb(239 68 68 / 0.75) !important;
  }

  .md\:stroke-red-500\/80 {
    stroke: rgb(239 68 68 / 0.8) !important;
  }

  .md\:stroke-red-500\/85 {
    stroke: rgb(239 68 68 / 0.85) !important;
  }

  .md\:stroke-red-500\/90 {
    stroke: rgb(239 68 68 / 0.9) !important;
  }

  .md\:stroke-red-500\/95 {
    stroke: rgb(239 68 68 / 0.95) !important;
  }

  .md\:stroke-red-600 {
    stroke: #dc2626 !important;
  }

  .md\:stroke-red-600\/0 {
    stroke: rgb(220 38 38 / 0) !important;
  }

  .md\:stroke-red-600\/10 {
    stroke: rgb(220 38 38 / 0.1) !important;
  }

  .md\:stroke-red-600\/100 {
    stroke: rgb(220 38 38 / 1) !important;
  }

  .md\:stroke-red-600\/15 {
    stroke: rgb(220 38 38 / 0.15) !important;
  }

  .md\:stroke-red-600\/20 {
    stroke: rgb(220 38 38 / 0.2) !important;
  }

  .md\:stroke-red-600\/25 {
    stroke: rgb(220 38 38 / 0.25) !important;
  }

  .md\:stroke-red-600\/30 {
    stroke: rgb(220 38 38 / 0.3) !important;
  }

  .md\:stroke-red-600\/35 {
    stroke: rgb(220 38 38 / 0.35) !important;
  }

  .md\:stroke-red-600\/40 {
    stroke: rgb(220 38 38 / 0.4) !important;
  }

  .md\:stroke-red-600\/45 {
    stroke: rgb(220 38 38 / 0.45) !important;
  }

  .md\:stroke-red-600\/5 {
    stroke: rgb(220 38 38 / 0.05) !important;
  }

  .md\:stroke-red-600\/50 {
    stroke: rgb(220 38 38 / 0.5) !important;
  }

  .md\:stroke-red-600\/55 {
    stroke: rgb(220 38 38 / 0.55) !important;
  }

  .md\:stroke-red-600\/60 {
    stroke: rgb(220 38 38 / 0.6) !important;
  }

  .md\:stroke-red-600\/65 {
    stroke: rgb(220 38 38 / 0.65) !important;
  }

  .md\:stroke-red-600\/70 {
    stroke: rgb(220 38 38 / 0.7) !important;
  }

  .md\:stroke-red-600\/75 {
    stroke: rgb(220 38 38 / 0.75) !important;
  }

  .md\:stroke-red-600\/80 {
    stroke: rgb(220 38 38 / 0.8) !important;
  }

  .md\:stroke-red-600\/85 {
    stroke: rgb(220 38 38 / 0.85) !important;
  }

  .md\:stroke-red-600\/90 {
    stroke: rgb(220 38 38 / 0.9) !important;
  }

  .md\:stroke-red-600\/95 {
    stroke: rgb(220 38 38 / 0.95) !important;
  }

  .md\:stroke-red-700 {
    stroke: #b91c1c !important;
  }

  .md\:stroke-red-700\/0 {
    stroke: rgb(185 28 28 / 0) !important;
  }

  .md\:stroke-red-700\/10 {
    stroke: rgb(185 28 28 / 0.1) !important;
  }

  .md\:stroke-red-700\/100 {
    stroke: rgb(185 28 28 / 1) !important;
  }

  .md\:stroke-red-700\/15 {
    stroke: rgb(185 28 28 / 0.15) !important;
  }

  .md\:stroke-red-700\/20 {
    stroke: rgb(185 28 28 / 0.2) !important;
  }

  .md\:stroke-red-700\/25 {
    stroke: rgb(185 28 28 / 0.25) !important;
  }

  .md\:stroke-red-700\/30 {
    stroke: rgb(185 28 28 / 0.3) !important;
  }

  .md\:stroke-red-700\/35 {
    stroke: rgb(185 28 28 / 0.35) !important;
  }

  .md\:stroke-red-700\/40 {
    stroke: rgb(185 28 28 / 0.4) !important;
  }

  .md\:stroke-red-700\/45 {
    stroke: rgb(185 28 28 / 0.45) !important;
  }

  .md\:stroke-red-700\/5 {
    stroke: rgb(185 28 28 / 0.05) !important;
  }

  .md\:stroke-red-700\/50 {
    stroke: rgb(185 28 28 / 0.5) !important;
  }

  .md\:stroke-red-700\/55 {
    stroke: rgb(185 28 28 / 0.55) !important;
  }

  .md\:stroke-red-700\/60 {
    stroke: rgb(185 28 28 / 0.6) !important;
  }

  .md\:stroke-red-700\/65 {
    stroke: rgb(185 28 28 / 0.65) !important;
  }

  .md\:stroke-red-700\/70 {
    stroke: rgb(185 28 28 / 0.7) !important;
  }

  .md\:stroke-red-700\/75 {
    stroke: rgb(185 28 28 / 0.75) !important;
  }

  .md\:stroke-red-700\/80 {
    stroke: rgb(185 28 28 / 0.8) !important;
  }

  .md\:stroke-red-700\/85 {
    stroke: rgb(185 28 28 / 0.85) !important;
  }

  .md\:stroke-red-700\/90 {
    stroke: rgb(185 28 28 / 0.9) !important;
  }

  .md\:stroke-red-700\/95 {
    stroke: rgb(185 28 28 / 0.95) !important;
  }

  .md\:stroke-red-800 {
    stroke: #991b1b !important;
  }

  .md\:stroke-red-800\/0 {
    stroke: rgb(153 27 27 / 0) !important;
  }

  .md\:stroke-red-800\/10 {
    stroke: rgb(153 27 27 / 0.1) !important;
  }

  .md\:stroke-red-800\/100 {
    stroke: rgb(153 27 27 / 1) !important;
  }

  .md\:stroke-red-800\/15 {
    stroke: rgb(153 27 27 / 0.15) !important;
  }

  .md\:stroke-red-800\/20 {
    stroke: rgb(153 27 27 / 0.2) !important;
  }

  .md\:stroke-red-800\/25 {
    stroke: rgb(153 27 27 / 0.25) !important;
  }

  .md\:stroke-red-800\/30 {
    stroke: rgb(153 27 27 / 0.3) !important;
  }

  .md\:stroke-red-800\/35 {
    stroke: rgb(153 27 27 / 0.35) !important;
  }

  .md\:stroke-red-800\/40 {
    stroke: rgb(153 27 27 / 0.4) !important;
  }

  .md\:stroke-red-800\/45 {
    stroke: rgb(153 27 27 / 0.45) !important;
  }

  .md\:stroke-red-800\/5 {
    stroke: rgb(153 27 27 / 0.05) !important;
  }

  .md\:stroke-red-800\/50 {
    stroke: rgb(153 27 27 / 0.5) !important;
  }

  .md\:stroke-red-800\/55 {
    stroke: rgb(153 27 27 / 0.55) !important;
  }

  .md\:stroke-red-800\/60 {
    stroke: rgb(153 27 27 / 0.6) !important;
  }

  .md\:stroke-red-800\/65 {
    stroke: rgb(153 27 27 / 0.65) !important;
  }

  .md\:stroke-red-800\/70 {
    stroke: rgb(153 27 27 / 0.7) !important;
  }

  .md\:stroke-red-800\/75 {
    stroke: rgb(153 27 27 / 0.75) !important;
  }

  .md\:stroke-red-800\/80 {
    stroke: rgb(153 27 27 / 0.8) !important;
  }

  .md\:stroke-red-800\/85 {
    stroke: rgb(153 27 27 / 0.85) !important;
  }

  .md\:stroke-red-800\/90 {
    stroke: rgb(153 27 27 / 0.9) !important;
  }

  .md\:stroke-red-800\/95 {
    stroke: rgb(153 27 27 / 0.95) !important;
  }

  .md\:stroke-red-900 {
    stroke: #7f1d1d !important;
  }

  .md\:stroke-red-900\/0 {
    stroke: rgb(127 29 29 / 0) !important;
  }

  .md\:stroke-red-900\/10 {
    stroke: rgb(127 29 29 / 0.1) !important;
  }

  .md\:stroke-red-900\/100 {
    stroke: rgb(127 29 29 / 1) !important;
  }

  .md\:stroke-red-900\/15 {
    stroke: rgb(127 29 29 / 0.15) !important;
  }

  .md\:stroke-red-900\/20 {
    stroke: rgb(127 29 29 / 0.2) !important;
  }

  .md\:stroke-red-900\/25 {
    stroke: rgb(127 29 29 / 0.25) !important;
  }

  .md\:stroke-red-900\/30 {
    stroke: rgb(127 29 29 / 0.3) !important;
  }

  .md\:stroke-red-900\/35 {
    stroke: rgb(127 29 29 / 0.35) !important;
  }

  .md\:stroke-red-900\/40 {
    stroke: rgb(127 29 29 / 0.4) !important;
  }

  .md\:stroke-red-900\/45 {
    stroke: rgb(127 29 29 / 0.45) !important;
  }

  .md\:stroke-red-900\/5 {
    stroke: rgb(127 29 29 / 0.05) !important;
  }

  .md\:stroke-red-900\/50 {
    stroke: rgb(127 29 29 / 0.5) !important;
  }

  .md\:stroke-red-900\/55 {
    stroke: rgb(127 29 29 / 0.55) !important;
  }

  .md\:stroke-red-900\/60 {
    stroke: rgb(127 29 29 / 0.6) !important;
  }

  .md\:stroke-red-900\/65 {
    stroke: rgb(127 29 29 / 0.65) !important;
  }

  .md\:stroke-red-900\/70 {
    stroke: rgb(127 29 29 / 0.7) !important;
  }

  .md\:stroke-red-900\/75 {
    stroke: rgb(127 29 29 / 0.75) !important;
  }

  .md\:stroke-red-900\/80 {
    stroke: rgb(127 29 29 / 0.8) !important;
  }

  .md\:stroke-red-900\/85 {
    stroke: rgb(127 29 29 / 0.85) !important;
  }

  .md\:stroke-red-900\/90 {
    stroke: rgb(127 29 29 / 0.9) !important;
  }

  .md\:stroke-red-900\/95 {
    stroke: rgb(127 29 29 / 0.95) !important;
  }

  .md\:stroke-red-950 {
    stroke: #450a0a !important;
  }

  .md\:stroke-red-950\/0 {
    stroke: rgb(69 10 10 / 0) !important;
  }

  .md\:stroke-red-950\/10 {
    stroke: rgb(69 10 10 / 0.1) !important;
  }

  .md\:stroke-red-950\/100 {
    stroke: rgb(69 10 10 / 1) !important;
  }

  .md\:stroke-red-950\/15 {
    stroke: rgb(69 10 10 / 0.15) !important;
  }

  .md\:stroke-red-950\/20 {
    stroke: rgb(69 10 10 / 0.2) !important;
  }

  .md\:stroke-red-950\/25 {
    stroke: rgb(69 10 10 / 0.25) !important;
  }

  .md\:stroke-red-950\/30 {
    stroke: rgb(69 10 10 / 0.3) !important;
  }

  .md\:stroke-red-950\/35 {
    stroke: rgb(69 10 10 / 0.35) !important;
  }

  .md\:stroke-red-950\/40 {
    stroke: rgb(69 10 10 / 0.4) !important;
  }

  .md\:stroke-red-950\/45 {
    stroke: rgb(69 10 10 / 0.45) !important;
  }

  .md\:stroke-red-950\/5 {
    stroke: rgb(69 10 10 / 0.05) !important;
  }

  .md\:stroke-red-950\/50 {
    stroke: rgb(69 10 10 / 0.5) !important;
  }

  .md\:stroke-red-950\/55 {
    stroke: rgb(69 10 10 / 0.55) !important;
  }

  .md\:stroke-red-950\/60 {
    stroke: rgb(69 10 10 / 0.6) !important;
  }

  .md\:stroke-red-950\/65 {
    stroke: rgb(69 10 10 / 0.65) !important;
  }

  .md\:stroke-red-950\/70 {
    stroke: rgb(69 10 10 / 0.7) !important;
  }

  .md\:stroke-red-950\/75 {
    stroke: rgb(69 10 10 / 0.75) !important;
  }

  .md\:stroke-red-950\/80 {
    stroke: rgb(69 10 10 / 0.8) !important;
  }

  .md\:stroke-red-950\/85 {
    stroke: rgb(69 10 10 / 0.85) !important;
  }

  .md\:stroke-red-950\/90 {
    stroke: rgb(69 10 10 / 0.9) !important;
  }

  .md\:stroke-red-950\/95 {
    stroke: rgb(69 10 10 / 0.95) !important;
  }

  .md\:stroke-rose-100 {
    stroke: #ffe4e6 !important;
  }

  .md\:stroke-rose-100\/0 {
    stroke: rgb(255 228 230 / 0) !important;
  }

  .md\:stroke-rose-100\/10 {
    stroke: rgb(255 228 230 / 0.1) !important;
  }

  .md\:stroke-rose-100\/100 {
    stroke: rgb(255 228 230 / 1) !important;
  }

  .md\:stroke-rose-100\/15 {
    stroke: rgb(255 228 230 / 0.15) !important;
  }

  .md\:stroke-rose-100\/20 {
    stroke: rgb(255 228 230 / 0.2) !important;
  }

  .md\:stroke-rose-100\/25 {
    stroke: rgb(255 228 230 / 0.25) !important;
  }

  .md\:stroke-rose-100\/30 {
    stroke: rgb(255 228 230 / 0.3) !important;
  }

  .md\:stroke-rose-100\/35 {
    stroke: rgb(255 228 230 / 0.35) !important;
  }

  .md\:stroke-rose-100\/40 {
    stroke: rgb(255 228 230 / 0.4) !important;
  }

  .md\:stroke-rose-100\/45 {
    stroke: rgb(255 228 230 / 0.45) !important;
  }

  .md\:stroke-rose-100\/5 {
    stroke: rgb(255 228 230 / 0.05) !important;
  }

  .md\:stroke-rose-100\/50 {
    stroke: rgb(255 228 230 / 0.5) !important;
  }

  .md\:stroke-rose-100\/55 {
    stroke: rgb(255 228 230 / 0.55) !important;
  }

  .md\:stroke-rose-100\/60 {
    stroke: rgb(255 228 230 / 0.6) !important;
  }

  .md\:stroke-rose-100\/65 {
    stroke: rgb(255 228 230 / 0.65) !important;
  }

  .md\:stroke-rose-100\/70 {
    stroke: rgb(255 228 230 / 0.7) !important;
  }

  .md\:stroke-rose-100\/75 {
    stroke: rgb(255 228 230 / 0.75) !important;
  }

  .md\:stroke-rose-100\/80 {
    stroke: rgb(255 228 230 / 0.8) !important;
  }

  .md\:stroke-rose-100\/85 {
    stroke: rgb(255 228 230 / 0.85) !important;
  }

  .md\:stroke-rose-100\/90 {
    stroke: rgb(255 228 230 / 0.9) !important;
  }

  .md\:stroke-rose-100\/95 {
    stroke: rgb(255 228 230 / 0.95) !important;
  }

  .md\:stroke-rose-200 {
    stroke: #fecdd3 !important;
  }

  .md\:stroke-rose-200\/0 {
    stroke: rgb(254 205 211 / 0) !important;
  }

  .md\:stroke-rose-200\/10 {
    stroke: rgb(254 205 211 / 0.1) !important;
  }

  .md\:stroke-rose-200\/100 {
    stroke: rgb(254 205 211 / 1) !important;
  }

  .md\:stroke-rose-200\/15 {
    stroke: rgb(254 205 211 / 0.15) !important;
  }

  .md\:stroke-rose-200\/20 {
    stroke: rgb(254 205 211 / 0.2) !important;
  }

  .md\:stroke-rose-200\/25 {
    stroke: rgb(254 205 211 / 0.25) !important;
  }

  .md\:stroke-rose-200\/30 {
    stroke: rgb(254 205 211 / 0.3) !important;
  }

  .md\:stroke-rose-200\/35 {
    stroke: rgb(254 205 211 / 0.35) !important;
  }

  .md\:stroke-rose-200\/40 {
    stroke: rgb(254 205 211 / 0.4) !important;
  }

  .md\:stroke-rose-200\/45 {
    stroke: rgb(254 205 211 / 0.45) !important;
  }

  .md\:stroke-rose-200\/5 {
    stroke: rgb(254 205 211 / 0.05) !important;
  }

  .md\:stroke-rose-200\/50 {
    stroke: rgb(254 205 211 / 0.5) !important;
  }

  .md\:stroke-rose-200\/55 {
    stroke: rgb(254 205 211 / 0.55) !important;
  }

  .md\:stroke-rose-200\/60 {
    stroke: rgb(254 205 211 / 0.6) !important;
  }

  .md\:stroke-rose-200\/65 {
    stroke: rgb(254 205 211 / 0.65) !important;
  }

  .md\:stroke-rose-200\/70 {
    stroke: rgb(254 205 211 / 0.7) !important;
  }

  .md\:stroke-rose-200\/75 {
    stroke: rgb(254 205 211 / 0.75) !important;
  }

  .md\:stroke-rose-200\/80 {
    stroke: rgb(254 205 211 / 0.8) !important;
  }

  .md\:stroke-rose-200\/85 {
    stroke: rgb(254 205 211 / 0.85) !important;
  }

  .md\:stroke-rose-200\/90 {
    stroke: rgb(254 205 211 / 0.9) !important;
  }

  .md\:stroke-rose-200\/95 {
    stroke: rgb(254 205 211 / 0.95) !important;
  }

  .md\:stroke-rose-300 {
    stroke: #fda4af !important;
  }

  .md\:stroke-rose-300\/0 {
    stroke: rgb(253 164 175 / 0) !important;
  }

  .md\:stroke-rose-300\/10 {
    stroke: rgb(253 164 175 / 0.1) !important;
  }

  .md\:stroke-rose-300\/100 {
    stroke: rgb(253 164 175 / 1) !important;
  }

  .md\:stroke-rose-300\/15 {
    stroke: rgb(253 164 175 / 0.15) !important;
  }

  .md\:stroke-rose-300\/20 {
    stroke: rgb(253 164 175 / 0.2) !important;
  }

  .md\:stroke-rose-300\/25 {
    stroke: rgb(253 164 175 / 0.25) !important;
  }

  .md\:stroke-rose-300\/30 {
    stroke: rgb(253 164 175 / 0.3) !important;
  }

  .md\:stroke-rose-300\/35 {
    stroke: rgb(253 164 175 / 0.35) !important;
  }

  .md\:stroke-rose-300\/40 {
    stroke: rgb(253 164 175 / 0.4) !important;
  }

  .md\:stroke-rose-300\/45 {
    stroke: rgb(253 164 175 / 0.45) !important;
  }

  .md\:stroke-rose-300\/5 {
    stroke: rgb(253 164 175 / 0.05) !important;
  }

  .md\:stroke-rose-300\/50 {
    stroke: rgb(253 164 175 / 0.5) !important;
  }

  .md\:stroke-rose-300\/55 {
    stroke: rgb(253 164 175 / 0.55) !important;
  }

  .md\:stroke-rose-300\/60 {
    stroke: rgb(253 164 175 / 0.6) !important;
  }

  .md\:stroke-rose-300\/65 {
    stroke: rgb(253 164 175 / 0.65) !important;
  }

  .md\:stroke-rose-300\/70 {
    stroke: rgb(253 164 175 / 0.7) !important;
  }

  .md\:stroke-rose-300\/75 {
    stroke: rgb(253 164 175 / 0.75) !important;
  }

  .md\:stroke-rose-300\/80 {
    stroke: rgb(253 164 175 / 0.8) !important;
  }

  .md\:stroke-rose-300\/85 {
    stroke: rgb(253 164 175 / 0.85) !important;
  }

  .md\:stroke-rose-300\/90 {
    stroke: rgb(253 164 175 / 0.9) !important;
  }

  .md\:stroke-rose-300\/95 {
    stroke: rgb(253 164 175 / 0.95) !important;
  }

  .md\:stroke-rose-400 {
    stroke: #fb7185 !important;
  }

  .md\:stroke-rose-400\/0 {
    stroke: rgb(251 113 133 / 0) !important;
  }

  .md\:stroke-rose-400\/10 {
    stroke: rgb(251 113 133 / 0.1) !important;
  }

  .md\:stroke-rose-400\/100 {
    stroke: rgb(251 113 133 / 1) !important;
  }

  .md\:stroke-rose-400\/15 {
    stroke: rgb(251 113 133 / 0.15) !important;
  }

  .md\:stroke-rose-400\/20 {
    stroke: rgb(251 113 133 / 0.2) !important;
  }

  .md\:stroke-rose-400\/25 {
    stroke: rgb(251 113 133 / 0.25) !important;
  }

  .md\:stroke-rose-400\/30 {
    stroke: rgb(251 113 133 / 0.3) !important;
  }

  .md\:stroke-rose-400\/35 {
    stroke: rgb(251 113 133 / 0.35) !important;
  }

  .md\:stroke-rose-400\/40 {
    stroke: rgb(251 113 133 / 0.4) !important;
  }

  .md\:stroke-rose-400\/45 {
    stroke: rgb(251 113 133 / 0.45) !important;
  }

  .md\:stroke-rose-400\/5 {
    stroke: rgb(251 113 133 / 0.05) !important;
  }

  .md\:stroke-rose-400\/50 {
    stroke: rgb(251 113 133 / 0.5) !important;
  }

  .md\:stroke-rose-400\/55 {
    stroke: rgb(251 113 133 / 0.55) !important;
  }

  .md\:stroke-rose-400\/60 {
    stroke: rgb(251 113 133 / 0.6) !important;
  }

  .md\:stroke-rose-400\/65 {
    stroke: rgb(251 113 133 / 0.65) !important;
  }

  .md\:stroke-rose-400\/70 {
    stroke: rgb(251 113 133 / 0.7) !important;
  }

  .md\:stroke-rose-400\/75 {
    stroke: rgb(251 113 133 / 0.75) !important;
  }

  .md\:stroke-rose-400\/80 {
    stroke: rgb(251 113 133 / 0.8) !important;
  }

  .md\:stroke-rose-400\/85 {
    stroke: rgb(251 113 133 / 0.85) !important;
  }

  .md\:stroke-rose-400\/90 {
    stroke: rgb(251 113 133 / 0.9) !important;
  }

  .md\:stroke-rose-400\/95 {
    stroke: rgb(251 113 133 / 0.95) !important;
  }

  .md\:stroke-rose-50 {
    stroke: #fff1f2 !important;
  }

  .md\:stroke-rose-50\/0 {
    stroke: rgb(255 241 242 / 0) !important;
  }

  .md\:stroke-rose-50\/10 {
    stroke: rgb(255 241 242 / 0.1) !important;
  }

  .md\:stroke-rose-50\/100 {
    stroke: rgb(255 241 242 / 1) !important;
  }

  .md\:stroke-rose-50\/15 {
    stroke: rgb(255 241 242 / 0.15) !important;
  }

  .md\:stroke-rose-50\/20 {
    stroke: rgb(255 241 242 / 0.2) !important;
  }

  .md\:stroke-rose-50\/25 {
    stroke: rgb(255 241 242 / 0.25) !important;
  }

  .md\:stroke-rose-50\/30 {
    stroke: rgb(255 241 242 / 0.3) !important;
  }

  .md\:stroke-rose-50\/35 {
    stroke: rgb(255 241 242 / 0.35) !important;
  }

  .md\:stroke-rose-50\/40 {
    stroke: rgb(255 241 242 / 0.4) !important;
  }

  .md\:stroke-rose-50\/45 {
    stroke: rgb(255 241 242 / 0.45) !important;
  }

  .md\:stroke-rose-50\/5 {
    stroke: rgb(255 241 242 / 0.05) !important;
  }

  .md\:stroke-rose-50\/50 {
    stroke: rgb(255 241 242 / 0.5) !important;
  }

  .md\:stroke-rose-50\/55 {
    stroke: rgb(255 241 242 / 0.55) !important;
  }

  .md\:stroke-rose-50\/60 {
    stroke: rgb(255 241 242 / 0.6) !important;
  }

  .md\:stroke-rose-50\/65 {
    stroke: rgb(255 241 242 / 0.65) !important;
  }

  .md\:stroke-rose-50\/70 {
    stroke: rgb(255 241 242 / 0.7) !important;
  }

  .md\:stroke-rose-50\/75 {
    stroke: rgb(255 241 242 / 0.75) !important;
  }

  .md\:stroke-rose-50\/80 {
    stroke: rgb(255 241 242 / 0.8) !important;
  }

  .md\:stroke-rose-50\/85 {
    stroke: rgb(255 241 242 / 0.85) !important;
  }

  .md\:stroke-rose-50\/90 {
    stroke: rgb(255 241 242 / 0.9) !important;
  }

  .md\:stroke-rose-50\/95 {
    stroke: rgb(255 241 242 / 0.95) !important;
  }

  .md\:stroke-rose-500 {
    stroke: #f43f5e !important;
  }

  .md\:stroke-rose-500\/0 {
    stroke: rgb(244 63 94 / 0) !important;
  }

  .md\:stroke-rose-500\/10 {
    stroke: rgb(244 63 94 / 0.1) !important;
  }

  .md\:stroke-rose-500\/100 {
    stroke: rgb(244 63 94 / 1) !important;
  }

  .md\:stroke-rose-500\/15 {
    stroke: rgb(244 63 94 / 0.15) !important;
  }

  .md\:stroke-rose-500\/20 {
    stroke: rgb(244 63 94 / 0.2) !important;
  }

  .md\:stroke-rose-500\/25 {
    stroke: rgb(244 63 94 / 0.25) !important;
  }

  .md\:stroke-rose-500\/30 {
    stroke: rgb(244 63 94 / 0.3) !important;
  }

  .md\:stroke-rose-500\/35 {
    stroke: rgb(244 63 94 / 0.35) !important;
  }

  .md\:stroke-rose-500\/40 {
    stroke: rgb(244 63 94 / 0.4) !important;
  }

  .md\:stroke-rose-500\/45 {
    stroke: rgb(244 63 94 / 0.45) !important;
  }

  .md\:stroke-rose-500\/5 {
    stroke: rgb(244 63 94 / 0.05) !important;
  }

  .md\:stroke-rose-500\/50 {
    stroke: rgb(244 63 94 / 0.5) !important;
  }

  .md\:stroke-rose-500\/55 {
    stroke: rgb(244 63 94 / 0.55) !important;
  }

  .md\:stroke-rose-500\/60 {
    stroke: rgb(244 63 94 / 0.6) !important;
  }

  .md\:stroke-rose-500\/65 {
    stroke: rgb(244 63 94 / 0.65) !important;
  }

  .md\:stroke-rose-500\/70 {
    stroke: rgb(244 63 94 / 0.7) !important;
  }

  .md\:stroke-rose-500\/75 {
    stroke: rgb(244 63 94 / 0.75) !important;
  }

  .md\:stroke-rose-500\/80 {
    stroke: rgb(244 63 94 / 0.8) !important;
  }

  .md\:stroke-rose-500\/85 {
    stroke: rgb(244 63 94 / 0.85) !important;
  }

  .md\:stroke-rose-500\/90 {
    stroke: rgb(244 63 94 / 0.9) !important;
  }

  .md\:stroke-rose-500\/95 {
    stroke: rgb(244 63 94 / 0.95) !important;
  }

  .md\:stroke-rose-600 {
    stroke: #e11d48 !important;
  }

  .md\:stroke-rose-600\/0 {
    stroke: rgb(225 29 72 / 0) !important;
  }

  .md\:stroke-rose-600\/10 {
    stroke: rgb(225 29 72 / 0.1) !important;
  }

  .md\:stroke-rose-600\/100 {
    stroke: rgb(225 29 72 / 1) !important;
  }

  .md\:stroke-rose-600\/15 {
    stroke: rgb(225 29 72 / 0.15) !important;
  }

  .md\:stroke-rose-600\/20 {
    stroke: rgb(225 29 72 / 0.2) !important;
  }

  .md\:stroke-rose-600\/25 {
    stroke: rgb(225 29 72 / 0.25) !important;
  }

  .md\:stroke-rose-600\/30 {
    stroke: rgb(225 29 72 / 0.3) !important;
  }

  .md\:stroke-rose-600\/35 {
    stroke: rgb(225 29 72 / 0.35) !important;
  }

  .md\:stroke-rose-600\/40 {
    stroke: rgb(225 29 72 / 0.4) !important;
  }

  .md\:stroke-rose-600\/45 {
    stroke: rgb(225 29 72 / 0.45) !important;
  }

  .md\:stroke-rose-600\/5 {
    stroke: rgb(225 29 72 / 0.05) !important;
  }

  .md\:stroke-rose-600\/50 {
    stroke: rgb(225 29 72 / 0.5) !important;
  }

  .md\:stroke-rose-600\/55 {
    stroke: rgb(225 29 72 / 0.55) !important;
  }

  .md\:stroke-rose-600\/60 {
    stroke: rgb(225 29 72 / 0.6) !important;
  }

  .md\:stroke-rose-600\/65 {
    stroke: rgb(225 29 72 / 0.65) !important;
  }

  .md\:stroke-rose-600\/70 {
    stroke: rgb(225 29 72 / 0.7) !important;
  }

  .md\:stroke-rose-600\/75 {
    stroke: rgb(225 29 72 / 0.75) !important;
  }

  .md\:stroke-rose-600\/80 {
    stroke: rgb(225 29 72 / 0.8) !important;
  }

  .md\:stroke-rose-600\/85 {
    stroke: rgb(225 29 72 / 0.85) !important;
  }

  .md\:stroke-rose-600\/90 {
    stroke: rgb(225 29 72 / 0.9) !important;
  }

  .md\:stroke-rose-600\/95 {
    stroke: rgb(225 29 72 / 0.95) !important;
  }

  .md\:stroke-rose-700 {
    stroke: #be123c !important;
  }

  .md\:stroke-rose-700\/0 {
    stroke: rgb(190 18 60 / 0) !important;
  }

  .md\:stroke-rose-700\/10 {
    stroke: rgb(190 18 60 / 0.1) !important;
  }

  .md\:stroke-rose-700\/100 {
    stroke: rgb(190 18 60 / 1) !important;
  }

  .md\:stroke-rose-700\/15 {
    stroke: rgb(190 18 60 / 0.15) !important;
  }

  .md\:stroke-rose-700\/20 {
    stroke: rgb(190 18 60 / 0.2) !important;
  }

  .md\:stroke-rose-700\/25 {
    stroke: rgb(190 18 60 / 0.25) !important;
  }

  .md\:stroke-rose-700\/30 {
    stroke: rgb(190 18 60 / 0.3) !important;
  }

  .md\:stroke-rose-700\/35 {
    stroke: rgb(190 18 60 / 0.35) !important;
  }

  .md\:stroke-rose-700\/40 {
    stroke: rgb(190 18 60 / 0.4) !important;
  }

  .md\:stroke-rose-700\/45 {
    stroke: rgb(190 18 60 / 0.45) !important;
  }

  .md\:stroke-rose-700\/5 {
    stroke: rgb(190 18 60 / 0.05) !important;
  }

  .md\:stroke-rose-700\/50 {
    stroke: rgb(190 18 60 / 0.5) !important;
  }

  .md\:stroke-rose-700\/55 {
    stroke: rgb(190 18 60 / 0.55) !important;
  }

  .md\:stroke-rose-700\/60 {
    stroke: rgb(190 18 60 / 0.6) !important;
  }

  .md\:stroke-rose-700\/65 {
    stroke: rgb(190 18 60 / 0.65) !important;
  }

  .md\:stroke-rose-700\/70 {
    stroke: rgb(190 18 60 / 0.7) !important;
  }

  .md\:stroke-rose-700\/75 {
    stroke: rgb(190 18 60 / 0.75) !important;
  }

  .md\:stroke-rose-700\/80 {
    stroke: rgb(190 18 60 / 0.8) !important;
  }

  .md\:stroke-rose-700\/85 {
    stroke: rgb(190 18 60 / 0.85) !important;
  }

  .md\:stroke-rose-700\/90 {
    stroke: rgb(190 18 60 / 0.9) !important;
  }

  .md\:stroke-rose-700\/95 {
    stroke: rgb(190 18 60 / 0.95) !important;
  }

  .md\:stroke-rose-800 {
    stroke: #9f1239 !important;
  }

  .md\:stroke-rose-800\/0 {
    stroke: rgb(159 18 57 / 0) !important;
  }

  .md\:stroke-rose-800\/10 {
    stroke: rgb(159 18 57 / 0.1) !important;
  }

  .md\:stroke-rose-800\/100 {
    stroke: rgb(159 18 57 / 1) !important;
  }

  .md\:stroke-rose-800\/15 {
    stroke: rgb(159 18 57 / 0.15) !important;
  }

  .md\:stroke-rose-800\/20 {
    stroke: rgb(159 18 57 / 0.2) !important;
  }

  .md\:stroke-rose-800\/25 {
    stroke: rgb(159 18 57 / 0.25) !important;
  }

  .md\:stroke-rose-800\/30 {
    stroke: rgb(159 18 57 / 0.3) !important;
  }

  .md\:stroke-rose-800\/35 {
    stroke: rgb(159 18 57 / 0.35) !important;
  }

  .md\:stroke-rose-800\/40 {
    stroke: rgb(159 18 57 / 0.4) !important;
  }

  .md\:stroke-rose-800\/45 {
    stroke: rgb(159 18 57 / 0.45) !important;
  }

  .md\:stroke-rose-800\/5 {
    stroke: rgb(159 18 57 / 0.05) !important;
  }

  .md\:stroke-rose-800\/50 {
    stroke: rgb(159 18 57 / 0.5) !important;
  }

  .md\:stroke-rose-800\/55 {
    stroke: rgb(159 18 57 / 0.55) !important;
  }

  .md\:stroke-rose-800\/60 {
    stroke: rgb(159 18 57 / 0.6) !important;
  }

  .md\:stroke-rose-800\/65 {
    stroke: rgb(159 18 57 / 0.65) !important;
  }

  .md\:stroke-rose-800\/70 {
    stroke: rgb(159 18 57 / 0.7) !important;
  }

  .md\:stroke-rose-800\/75 {
    stroke: rgb(159 18 57 / 0.75) !important;
  }

  .md\:stroke-rose-800\/80 {
    stroke: rgb(159 18 57 / 0.8) !important;
  }

  .md\:stroke-rose-800\/85 {
    stroke: rgb(159 18 57 / 0.85) !important;
  }

  .md\:stroke-rose-800\/90 {
    stroke: rgb(159 18 57 / 0.9) !important;
  }

  .md\:stroke-rose-800\/95 {
    stroke: rgb(159 18 57 / 0.95) !important;
  }

  .md\:stroke-rose-900 {
    stroke: #881337 !important;
  }

  .md\:stroke-rose-900\/0 {
    stroke: rgb(136 19 55 / 0) !important;
  }

  .md\:stroke-rose-900\/10 {
    stroke: rgb(136 19 55 / 0.1) !important;
  }

  .md\:stroke-rose-900\/100 {
    stroke: rgb(136 19 55 / 1) !important;
  }

  .md\:stroke-rose-900\/15 {
    stroke: rgb(136 19 55 / 0.15) !important;
  }

  .md\:stroke-rose-900\/20 {
    stroke: rgb(136 19 55 / 0.2) !important;
  }

  .md\:stroke-rose-900\/25 {
    stroke: rgb(136 19 55 / 0.25) !important;
  }

  .md\:stroke-rose-900\/30 {
    stroke: rgb(136 19 55 / 0.3) !important;
  }

  .md\:stroke-rose-900\/35 {
    stroke: rgb(136 19 55 / 0.35) !important;
  }

  .md\:stroke-rose-900\/40 {
    stroke: rgb(136 19 55 / 0.4) !important;
  }

  .md\:stroke-rose-900\/45 {
    stroke: rgb(136 19 55 / 0.45) !important;
  }

  .md\:stroke-rose-900\/5 {
    stroke: rgb(136 19 55 / 0.05) !important;
  }

  .md\:stroke-rose-900\/50 {
    stroke: rgb(136 19 55 / 0.5) !important;
  }

  .md\:stroke-rose-900\/55 {
    stroke: rgb(136 19 55 / 0.55) !important;
  }

  .md\:stroke-rose-900\/60 {
    stroke: rgb(136 19 55 / 0.6) !important;
  }

  .md\:stroke-rose-900\/65 {
    stroke: rgb(136 19 55 / 0.65) !important;
  }

  .md\:stroke-rose-900\/70 {
    stroke: rgb(136 19 55 / 0.7) !important;
  }

  .md\:stroke-rose-900\/75 {
    stroke: rgb(136 19 55 / 0.75) !important;
  }

  .md\:stroke-rose-900\/80 {
    stroke: rgb(136 19 55 / 0.8) !important;
  }

  .md\:stroke-rose-900\/85 {
    stroke: rgb(136 19 55 / 0.85) !important;
  }

  .md\:stroke-rose-900\/90 {
    stroke: rgb(136 19 55 / 0.9) !important;
  }

  .md\:stroke-rose-900\/95 {
    stroke: rgb(136 19 55 / 0.95) !important;
  }

  .md\:stroke-rose-950 {
    stroke: #4c0519 !important;
  }

  .md\:stroke-rose-950\/0 {
    stroke: rgb(76 5 25 / 0) !important;
  }

  .md\:stroke-rose-950\/10 {
    stroke: rgb(76 5 25 / 0.1) !important;
  }

  .md\:stroke-rose-950\/100 {
    stroke: rgb(76 5 25 / 1) !important;
  }

  .md\:stroke-rose-950\/15 {
    stroke: rgb(76 5 25 / 0.15) !important;
  }

  .md\:stroke-rose-950\/20 {
    stroke: rgb(76 5 25 / 0.2) !important;
  }

  .md\:stroke-rose-950\/25 {
    stroke: rgb(76 5 25 / 0.25) !important;
  }

  .md\:stroke-rose-950\/30 {
    stroke: rgb(76 5 25 / 0.3) !important;
  }

  .md\:stroke-rose-950\/35 {
    stroke: rgb(76 5 25 / 0.35) !important;
  }

  .md\:stroke-rose-950\/40 {
    stroke: rgb(76 5 25 / 0.4) !important;
  }

  .md\:stroke-rose-950\/45 {
    stroke: rgb(76 5 25 / 0.45) !important;
  }

  .md\:stroke-rose-950\/5 {
    stroke: rgb(76 5 25 / 0.05) !important;
  }

  .md\:stroke-rose-950\/50 {
    stroke: rgb(76 5 25 / 0.5) !important;
  }

  .md\:stroke-rose-950\/55 {
    stroke: rgb(76 5 25 / 0.55) !important;
  }

  .md\:stroke-rose-950\/60 {
    stroke: rgb(76 5 25 / 0.6) !important;
  }

  .md\:stroke-rose-950\/65 {
    stroke: rgb(76 5 25 / 0.65) !important;
  }

  .md\:stroke-rose-950\/70 {
    stroke: rgb(76 5 25 / 0.7) !important;
  }

  .md\:stroke-rose-950\/75 {
    stroke: rgb(76 5 25 / 0.75) !important;
  }

  .md\:stroke-rose-950\/80 {
    stroke: rgb(76 5 25 / 0.8) !important;
  }

  .md\:stroke-rose-950\/85 {
    stroke: rgb(76 5 25 / 0.85) !important;
  }

  .md\:stroke-rose-950\/90 {
    stroke: rgb(76 5 25 / 0.9) !important;
  }

  .md\:stroke-rose-950\/95 {
    stroke: rgb(76 5 25 / 0.95) !important;
  }

  .md\:stroke-secondary {
    stroke: #000 !important;
  }

  .md\:stroke-secondary\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .md\:stroke-secondary\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .md\:stroke-secondary\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .md\:stroke-secondary\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .md\:stroke-secondary\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .md\:stroke-secondary\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .md\:stroke-secondary\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .md\:stroke-secondary\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .md\:stroke-secondary\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .md\:stroke-secondary\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .md\:stroke-secondary\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .md\:stroke-secondary\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .md\:stroke-secondary\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .md\:stroke-secondary\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .md\:stroke-secondary\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .md\:stroke-secondary\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .md\:stroke-secondary\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .md\:stroke-secondary\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .md\:stroke-secondary\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .md\:stroke-secondary\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .md\:stroke-secondary\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .md\:stroke-sky-100 {
    stroke: #e0f2fe !important;
  }

  .md\:stroke-sky-100\/0 {
    stroke: rgb(224 242 254 / 0) !important;
  }

  .md\:stroke-sky-100\/10 {
    stroke: rgb(224 242 254 / 0.1) !important;
  }

  .md\:stroke-sky-100\/100 {
    stroke: rgb(224 242 254 / 1) !important;
  }

  .md\:stroke-sky-100\/15 {
    stroke: rgb(224 242 254 / 0.15) !important;
  }

  .md\:stroke-sky-100\/20 {
    stroke: rgb(224 242 254 / 0.2) !important;
  }

  .md\:stroke-sky-100\/25 {
    stroke: rgb(224 242 254 / 0.25) !important;
  }

  .md\:stroke-sky-100\/30 {
    stroke: rgb(224 242 254 / 0.3) !important;
  }

  .md\:stroke-sky-100\/35 {
    stroke: rgb(224 242 254 / 0.35) !important;
  }

  .md\:stroke-sky-100\/40 {
    stroke: rgb(224 242 254 / 0.4) !important;
  }

  .md\:stroke-sky-100\/45 {
    stroke: rgb(224 242 254 / 0.45) !important;
  }

  .md\:stroke-sky-100\/5 {
    stroke: rgb(224 242 254 / 0.05) !important;
  }

  .md\:stroke-sky-100\/50 {
    stroke: rgb(224 242 254 / 0.5) !important;
  }

  .md\:stroke-sky-100\/55 {
    stroke: rgb(224 242 254 / 0.55) !important;
  }

  .md\:stroke-sky-100\/60 {
    stroke: rgb(224 242 254 / 0.6) !important;
  }

  .md\:stroke-sky-100\/65 {
    stroke: rgb(224 242 254 / 0.65) !important;
  }

  .md\:stroke-sky-100\/70 {
    stroke: rgb(224 242 254 / 0.7) !important;
  }

  .md\:stroke-sky-100\/75 {
    stroke: rgb(224 242 254 / 0.75) !important;
  }

  .md\:stroke-sky-100\/80 {
    stroke: rgb(224 242 254 / 0.8) !important;
  }

  .md\:stroke-sky-100\/85 {
    stroke: rgb(224 242 254 / 0.85) !important;
  }

  .md\:stroke-sky-100\/90 {
    stroke: rgb(224 242 254 / 0.9) !important;
  }

  .md\:stroke-sky-100\/95 {
    stroke: rgb(224 242 254 / 0.95) !important;
  }

  .md\:stroke-sky-200 {
    stroke: #bae6fd !important;
  }

  .md\:stroke-sky-200\/0 {
    stroke: rgb(186 230 253 / 0) !important;
  }

  .md\:stroke-sky-200\/10 {
    stroke: rgb(186 230 253 / 0.1) !important;
  }

  .md\:stroke-sky-200\/100 {
    stroke: rgb(186 230 253 / 1) !important;
  }

  .md\:stroke-sky-200\/15 {
    stroke: rgb(186 230 253 / 0.15) !important;
  }

  .md\:stroke-sky-200\/20 {
    stroke: rgb(186 230 253 / 0.2) !important;
  }

  .md\:stroke-sky-200\/25 {
    stroke: rgb(186 230 253 / 0.25) !important;
  }

  .md\:stroke-sky-200\/30 {
    stroke: rgb(186 230 253 / 0.3) !important;
  }

  .md\:stroke-sky-200\/35 {
    stroke: rgb(186 230 253 / 0.35) !important;
  }

  .md\:stroke-sky-200\/40 {
    stroke: rgb(186 230 253 / 0.4) !important;
  }

  .md\:stroke-sky-200\/45 {
    stroke: rgb(186 230 253 / 0.45) !important;
  }

  .md\:stroke-sky-200\/5 {
    stroke: rgb(186 230 253 / 0.05) !important;
  }

  .md\:stroke-sky-200\/50 {
    stroke: rgb(186 230 253 / 0.5) !important;
  }

  .md\:stroke-sky-200\/55 {
    stroke: rgb(186 230 253 / 0.55) !important;
  }

  .md\:stroke-sky-200\/60 {
    stroke: rgb(186 230 253 / 0.6) !important;
  }

  .md\:stroke-sky-200\/65 {
    stroke: rgb(186 230 253 / 0.65) !important;
  }

  .md\:stroke-sky-200\/70 {
    stroke: rgb(186 230 253 / 0.7) !important;
  }

  .md\:stroke-sky-200\/75 {
    stroke: rgb(186 230 253 / 0.75) !important;
  }

  .md\:stroke-sky-200\/80 {
    stroke: rgb(186 230 253 / 0.8) !important;
  }

  .md\:stroke-sky-200\/85 {
    stroke: rgb(186 230 253 / 0.85) !important;
  }

  .md\:stroke-sky-200\/90 {
    stroke: rgb(186 230 253 / 0.9) !important;
  }

  .md\:stroke-sky-200\/95 {
    stroke: rgb(186 230 253 / 0.95) !important;
  }

  .md\:stroke-sky-300 {
    stroke: #7dd3fc !important;
  }

  .md\:stroke-sky-300\/0 {
    stroke: rgb(125 211 252 / 0) !important;
  }

  .md\:stroke-sky-300\/10 {
    stroke: rgb(125 211 252 / 0.1) !important;
  }

  .md\:stroke-sky-300\/100 {
    stroke: rgb(125 211 252 / 1) !important;
  }

  .md\:stroke-sky-300\/15 {
    stroke: rgb(125 211 252 / 0.15) !important;
  }

  .md\:stroke-sky-300\/20 {
    stroke: rgb(125 211 252 / 0.2) !important;
  }

  .md\:stroke-sky-300\/25 {
    stroke: rgb(125 211 252 / 0.25) !important;
  }

  .md\:stroke-sky-300\/30 {
    stroke: rgb(125 211 252 / 0.3) !important;
  }

  .md\:stroke-sky-300\/35 {
    stroke: rgb(125 211 252 / 0.35) !important;
  }

  .md\:stroke-sky-300\/40 {
    stroke: rgb(125 211 252 / 0.4) !important;
  }

  .md\:stroke-sky-300\/45 {
    stroke: rgb(125 211 252 / 0.45) !important;
  }

  .md\:stroke-sky-300\/5 {
    stroke: rgb(125 211 252 / 0.05) !important;
  }

  .md\:stroke-sky-300\/50 {
    stroke: rgb(125 211 252 / 0.5) !important;
  }

  .md\:stroke-sky-300\/55 {
    stroke: rgb(125 211 252 / 0.55) !important;
  }

  .md\:stroke-sky-300\/60 {
    stroke: rgb(125 211 252 / 0.6) !important;
  }

  .md\:stroke-sky-300\/65 {
    stroke: rgb(125 211 252 / 0.65) !important;
  }

  .md\:stroke-sky-300\/70 {
    stroke: rgb(125 211 252 / 0.7) !important;
  }

  .md\:stroke-sky-300\/75 {
    stroke: rgb(125 211 252 / 0.75) !important;
  }

  .md\:stroke-sky-300\/80 {
    stroke: rgb(125 211 252 / 0.8) !important;
  }

  .md\:stroke-sky-300\/85 {
    stroke: rgb(125 211 252 / 0.85) !important;
  }

  .md\:stroke-sky-300\/90 {
    stroke: rgb(125 211 252 / 0.9) !important;
  }

  .md\:stroke-sky-300\/95 {
    stroke: rgb(125 211 252 / 0.95) !important;
  }

  .md\:stroke-sky-400 {
    stroke: #38bdf8 !important;
  }

  .md\:stroke-sky-400\/0 {
    stroke: rgb(56 189 248 / 0) !important;
  }

  .md\:stroke-sky-400\/10 {
    stroke: rgb(56 189 248 / 0.1) !important;
  }

  .md\:stroke-sky-400\/100 {
    stroke: rgb(56 189 248 / 1) !important;
  }

  .md\:stroke-sky-400\/15 {
    stroke: rgb(56 189 248 / 0.15) !important;
  }

  .md\:stroke-sky-400\/20 {
    stroke: rgb(56 189 248 / 0.2) !important;
  }

  .md\:stroke-sky-400\/25 {
    stroke: rgb(56 189 248 / 0.25) !important;
  }

  .md\:stroke-sky-400\/30 {
    stroke: rgb(56 189 248 / 0.3) !important;
  }

  .md\:stroke-sky-400\/35 {
    stroke: rgb(56 189 248 / 0.35) !important;
  }

  .md\:stroke-sky-400\/40 {
    stroke: rgb(56 189 248 / 0.4) !important;
  }

  .md\:stroke-sky-400\/45 {
    stroke: rgb(56 189 248 / 0.45) !important;
  }

  .md\:stroke-sky-400\/5 {
    stroke: rgb(56 189 248 / 0.05) !important;
  }

  .md\:stroke-sky-400\/50 {
    stroke: rgb(56 189 248 / 0.5) !important;
  }

  .md\:stroke-sky-400\/55 {
    stroke: rgb(56 189 248 / 0.55) !important;
  }

  .md\:stroke-sky-400\/60 {
    stroke: rgb(56 189 248 / 0.6) !important;
  }

  .md\:stroke-sky-400\/65 {
    stroke: rgb(56 189 248 / 0.65) !important;
  }

  .md\:stroke-sky-400\/70 {
    stroke: rgb(56 189 248 / 0.7) !important;
  }

  .md\:stroke-sky-400\/75 {
    stroke: rgb(56 189 248 / 0.75) !important;
  }

  .md\:stroke-sky-400\/80 {
    stroke: rgb(56 189 248 / 0.8) !important;
  }

  .md\:stroke-sky-400\/85 {
    stroke: rgb(56 189 248 / 0.85) !important;
  }

  .md\:stroke-sky-400\/90 {
    stroke: rgb(56 189 248 / 0.9) !important;
  }

  .md\:stroke-sky-400\/95 {
    stroke: rgb(56 189 248 / 0.95) !important;
  }

  .md\:stroke-sky-50 {
    stroke: #f0f9ff !important;
  }

  .md\:stroke-sky-50\/0 {
    stroke: rgb(240 249 255 / 0) !important;
  }

  .md\:stroke-sky-50\/10 {
    stroke: rgb(240 249 255 / 0.1) !important;
  }

  .md\:stroke-sky-50\/100 {
    stroke: rgb(240 249 255 / 1) !important;
  }

  .md\:stroke-sky-50\/15 {
    stroke: rgb(240 249 255 / 0.15) !important;
  }

  .md\:stroke-sky-50\/20 {
    stroke: rgb(240 249 255 / 0.2) !important;
  }

  .md\:stroke-sky-50\/25 {
    stroke: rgb(240 249 255 / 0.25) !important;
  }

  .md\:stroke-sky-50\/30 {
    stroke: rgb(240 249 255 / 0.3) !important;
  }

  .md\:stroke-sky-50\/35 {
    stroke: rgb(240 249 255 / 0.35) !important;
  }

  .md\:stroke-sky-50\/40 {
    stroke: rgb(240 249 255 / 0.4) !important;
  }

  .md\:stroke-sky-50\/45 {
    stroke: rgb(240 249 255 / 0.45) !important;
  }

  .md\:stroke-sky-50\/5 {
    stroke: rgb(240 249 255 / 0.05) !important;
  }

  .md\:stroke-sky-50\/50 {
    stroke: rgb(240 249 255 / 0.5) !important;
  }

  .md\:stroke-sky-50\/55 {
    stroke: rgb(240 249 255 / 0.55) !important;
  }

  .md\:stroke-sky-50\/60 {
    stroke: rgb(240 249 255 / 0.6) !important;
  }

  .md\:stroke-sky-50\/65 {
    stroke: rgb(240 249 255 / 0.65) !important;
  }

  .md\:stroke-sky-50\/70 {
    stroke: rgb(240 249 255 / 0.7) !important;
  }

  .md\:stroke-sky-50\/75 {
    stroke: rgb(240 249 255 / 0.75) !important;
  }

  .md\:stroke-sky-50\/80 {
    stroke: rgb(240 249 255 / 0.8) !important;
  }

  .md\:stroke-sky-50\/85 {
    stroke: rgb(240 249 255 / 0.85) !important;
  }

  .md\:stroke-sky-50\/90 {
    stroke: rgb(240 249 255 / 0.9) !important;
  }

  .md\:stroke-sky-50\/95 {
    stroke: rgb(240 249 255 / 0.95) !important;
  }

  .md\:stroke-sky-500 {
    stroke: #0ea5e9 !important;
  }

  .md\:stroke-sky-500\/0 {
    stroke: rgb(14 165 233 / 0) !important;
  }

  .md\:stroke-sky-500\/10 {
    stroke: rgb(14 165 233 / 0.1) !important;
  }

  .md\:stroke-sky-500\/100 {
    stroke: rgb(14 165 233 / 1) !important;
  }

  .md\:stroke-sky-500\/15 {
    stroke: rgb(14 165 233 / 0.15) !important;
  }

  .md\:stroke-sky-500\/20 {
    stroke: rgb(14 165 233 / 0.2) !important;
  }

  .md\:stroke-sky-500\/25 {
    stroke: rgb(14 165 233 / 0.25) !important;
  }

  .md\:stroke-sky-500\/30 {
    stroke: rgb(14 165 233 / 0.3) !important;
  }

  .md\:stroke-sky-500\/35 {
    stroke: rgb(14 165 233 / 0.35) !important;
  }

  .md\:stroke-sky-500\/40 {
    stroke: rgb(14 165 233 / 0.4) !important;
  }

  .md\:stroke-sky-500\/45 {
    stroke: rgb(14 165 233 / 0.45) !important;
  }

  .md\:stroke-sky-500\/5 {
    stroke: rgb(14 165 233 / 0.05) !important;
  }

  .md\:stroke-sky-500\/50 {
    stroke: rgb(14 165 233 / 0.5) !important;
  }

  .md\:stroke-sky-500\/55 {
    stroke: rgb(14 165 233 / 0.55) !important;
  }

  .md\:stroke-sky-500\/60 {
    stroke: rgb(14 165 233 / 0.6) !important;
  }

  .md\:stroke-sky-500\/65 {
    stroke: rgb(14 165 233 / 0.65) !important;
  }

  .md\:stroke-sky-500\/70 {
    stroke: rgb(14 165 233 / 0.7) !important;
  }

  .md\:stroke-sky-500\/75 {
    stroke: rgb(14 165 233 / 0.75) !important;
  }

  .md\:stroke-sky-500\/80 {
    stroke: rgb(14 165 233 / 0.8) !important;
  }

  .md\:stroke-sky-500\/85 {
    stroke: rgb(14 165 233 / 0.85) !important;
  }

  .md\:stroke-sky-500\/90 {
    stroke: rgb(14 165 233 / 0.9) !important;
  }

  .md\:stroke-sky-500\/95 {
    stroke: rgb(14 165 233 / 0.95) !important;
  }

  .md\:stroke-sky-600 {
    stroke: #0284c7 !important;
  }

  .md\:stroke-sky-600\/0 {
    stroke: rgb(2 132 199 / 0) !important;
  }

  .md\:stroke-sky-600\/10 {
    stroke: rgb(2 132 199 / 0.1) !important;
  }

  .md\:stroke-sky-600\/100 {
    stroke: rgb(2 132 199 / 1) !important;
  }

  .md\:stroke-sky-600\/15 {
    stroke: rgb(2 132 199 / 0.15) !important;
  }

  .md\:stroke-sky-600\/20 {
    stroke: rgb(2 132 199 / 0.2) !important;
  }

  .md\:stroke-sky-600\/25 {
    stroke: rgb(2 132 199 / 0.25) !important;
  }

  .md\:stroke-sky-600\/30 {
    stroke: rgb(2 132 199 / 0.3) !important;
  }

  .md\:stroke-sky-600\/35 {
    stroke: rgb(2 132 199 / 0.35) !important;
  }

  .md\:stroke-sky-600\/40 {
    stroke: rgb(2 132 199 / 0.4) !important;
  }

  .md\:stroke-sky-600\/45 {
    stroke: rgb(2 132 199 / 0.45) !important;
  }

  .md\:stroke-sky-600\/5 {
    stroke: rgb(2 132 199 / 0.05) !important;
  }

  .md\:stroke-sky-600\/50 {
    stroke: rgb(2 132 199 / 0.5) !important;
  }

  .md\:stroke-sky-600\/55 {
    stroke: rgb(2 132 199 / 0.55) !important;
  }

  .md\:stroke-sky-600\/60 {
    stroke: rgb(2 132 199 / 0.6) !important;
  }

  .md\:stroke-sky-600\/65 {
    stroke: rgb(2 132 199 / 0.65) !important;
  }

  .md\:stroke-sky-600\/70 {
    stroke: rgb(2 132 199 / 0.7) !important;
  }

  .md\:stroke-sky-600\/75 {
    stroke: rgb(2 132 199 / 0.75) !important;
  }

  .md\:stroke-sky-600\/80 {
    stroke: rgb(2 132 199 / 0.8) !important;
  }

  .md\:stroke-sky-600\/85 {
    stroke: rgb(2 132 199 / 0.85) !important;
  }

  .md\:stroke-sky-600\/90 {
    stroke: rgb(2 132 199 / 0.9) !important;
  }

  .md\:stroke-sky-600\/95 {
    stroke: rgb(2 132 199 / 0.95) !important;
  }

  .md\:stroke-sky-700 {
    stroke: #0369a1 !important;
  }

  .md\:stroke-sky-700\/0 {
    stroke: rgb(3 105 161 / 0) !important;
  }

  .md\:stroke-sky-700\/10 {
    stroke: rgb(3 105 161 / 0.1) !important;
  }

  .md\:stroke-sky-700\/100 {
    stroke: rgb(3 105 161 / 1) !important;
  }

  .md\:stroke-sky-700\/15 {
    stroke: rgb(3 105 161 / 0.15) !important;
  }

  .md\:stroke-sky-700\/20 {
    stroke: rgb(3 105 161 / 0.2) !important;
  }

  .md\:stroke-sky-700\/25 {
    stroke: rgb(3 105 161 / 0.25) !important;
  }

  .md\:stroke-sky-700\/30 {
    stroke: rgb(3 105 161 / 0.3) !important;
  }

  .md\:stroke-sky-700\/35 {
    stroke: rgb(3 105 161 / 0.35) !important;
  }

  .md\:stroke-sky-700\/40 {
    stroke: rgb(3 105 161 / 0.4) !important;
  }

  .md\:stroke-sky-700\/45 {
    stroke: rgb(3 105 161 / 0.45) !important;
  }

  .md\:stroke-sky-700\/5 {
    stroke: rgb(3 105 161 / 0.05) !important;
  }

  .md\:stroke-sky-700\/50 {
    stroke: rgb(3 105 161 / 0.5) !important;
  }

  .md\:stroke-sky-700\/55 {
    stroke: rgb(3 105 161 / 0.55) !important;
  }

  .md\:stroke-sky-700\/60 {
    stroke: rgb(3 105 161 / 0.6) !important;
  }

  .md\:stroke-sky-700\/65 {
    stroke: rgb(3 105 161 / 0.65) !important;
  }

  .md\:stroke-sky-700\/70 {
    stroke: rgb(3 105 161 / 0.7) !important;
  }

  .md\:stroke-sky-700\/75 {
    stroke: rgb(3 105 161 / 0.75) !important;
  }

  .md\:stroke-sky-700\/80 {
    stroke: rgb(3 105 161 / 0.8) !important;
  }

  .md\:stroke-sky-700\/85 {
    stroke: rgb(3 105 161 / 0.85) !important;
  }

  .md\:stroke-sky-700\/90 {
    stroke: rgb(3 105 161 / 0.9) !important;
  }

  .md\:stroke-sky-700\/95 {
    stroke: rgb(3 105 161 / 0.95) !important;
  }

  .md\:stroke-sky-800 {
    stroke: #075985 !important;
  }

  .md\:stroke-sky-800\/0 {
    stroke: rgb(7 89 133 / 0) !important;
  }

  .md\:stroke-sky-800\/10 {
    stroke: rgb(7 89 133 / 0.1) !important;
  }

  .md\:stroke-sky-800\/100 {
    stroke: rgb(7 89 133 / 1) !important;
  }

  .md\:stroke-sky-800\/15 {
    stroke: rgb(7 89 133 / 0.15) !important;
  }

  .md\:stroke-sky-800\/20 {
    stroke: rgb(7 89 133 / 0.2) !important;
  }

  .md\:stroke-sky-800\/25 {
    stroke: rgb(7 89 133 / 0.25) !important;
  }

  .md\:stroke-sky-800\/30 {
    stroke: rgb(7 89 133 / 0.3) !important;
  }

  .md\:stroke-sky-800\/35 {
    stroke: rgb(7 89 133 / 0.35) !important;
  }

  .md\:stroke-sky-800\/40 {
    stroke: rgb(7 89 133 / 0.4) !important;
  }

  .md\:stroke-sky-800\/45 {
    stroke: rgb(7 89 133 / 0.45) !important;
  }

  .md\:stroke-sky-800\/5 {
    stroke: rgb(7 89 133 / 0.05) !important;
  }

  .md\:stroke-sky-800\/50 {
    stroke: rgb(7 89 133 / 0.5) !important;
  }

  .md\:stroke-sky-800\/55 {
    stroke: rgb(7 89 133 / 0.55) !important;
  }

  .md\:stroke-sky-800\/60 {
    stroke: rgb(7 89 133 / 0.6) !important;
  }

  .md\:stroke-sky-800\/65 {
    stroke: rgb(7 89 133 / 0.65) !important;
  }

  .md\:stroke-sky-800\/70 {
    stroke: rgb(7 89 133 / 0.7) !important;
  }

  .md\:stroke-sky-800\/75 {
    stroke: rgb(7 89 133 / 0.75) !important;
  }

  .md\:stroke-sky-800\/80 {
    stroke: rgb(7 89 133 / 0.8) !important;
  }

  .md\:stroke-sky-800\/85 {
    stroke: rgb(7 89 133 / 0.85) !important;
  }

  .md\:stroke-sky-800\/90 {
    stroke: rgb(7 89 133 / 0.9) !important;
  }

  .md\:stroke-sky-800\/95 {
    stroke: rgb(7 89 133 / 0.95) !important;
  }

  .md\:stroke-sky-900 {
    stroke: #0c4a6e !important;
  }

  .md\:stroke-sky-900\/0 {
    stroke: rgb(12 74 110 / 0) !important;
  }

  .md\:stroke-sky-900\/10 {
    stroke: rgb(12 74 110 / 0.1) !important;
  }

  .md\:stroke-sky-900\/100 {
    stroke: rgb(12 74 110 / 1) !important;
  }

  .md\:stroke-sky-900\/15 {
    stroke: rgb(12 74 110 / 0.15) !important;
  }

  .md\:stroke-sky-900\/20 {
    stroke: rgb(12 74 110 / 0.2) !important;
  }

  .md\:stroke-sky-900\/25 {
    stroke: rgb(12 74 110 / 0.25) !important;
  }

  .md\:stroke-sky-900\/30 {
    stroke: rgb(12 74 110 / 0.3) !important;
  }

  .md\:stroke-sky-900\/35 {
    stroke: rgb(12 74 110 / 0.35) !important;
  }

  .md\:stroke-sky-900\/40 {
    stroke: rgb(12 74 110 / 0.4) !important;
  }

  .md\:stroke-sky-900\/45 {
    stroke: rgb(12 74 110 / 0.45) !important;
  }

  .md\:stroke-sky-900\/5 {
    stroke: rgb(12 74 110 / 0.05) !important;
  }

  .md\:stroke-sky-900\/50 {
    stroke: rgb(12 74 110 / 0.5) !important;
  }

  .md\:stroke-sky-900\/55 {
    stroke: rgb(12 74 110 / 0.55) !important;
  }

  .md\:stroke-sky-900\/60 {
    stroke: rgb(12 74 110 / 0.6) !important;
  }

  .md\:stroke-sky-900\/65 {
    stroke: rgb(12 74 110 / 0.65) !important;
  }

  .md\:stroke-sky-900\/70 {
    stroke: rgb(12 74 110 / 0.7) !important;
  }

  .md\:stroke-sky-900\/75 {
    stroke: rgb(12 74 110 / 0.75) !important;
  }

  .md\:stroke-sky-900\/80 {
    stroke: rgb(12 74 110 / 0.8) !important;
  }

  .md\:stroke-sky-900\/85 {
    stroke: rgb(12 74 110 / 0.85) !important;
  }

  .md\:stroke-sky-900\/90 {
    stroke: rgb(12 74 110 / 0.9) !important;
  }

  .md\:stroke-sky-900\/95 {
    stroke: rgb(12 74 110 / 0.95) !important;
  }

  .md\:stroke-sky-950 {
    stroke: #082f49 !important;
  }

  .md\:stroke-sky-950\/0 {
    stroke: rgb(8 47 73 / 0) !important;
  }

  .md\:stroke-sky-950\/10 {
    stroke: rgb(8 47 73 / 0.1) !important;
  }

  .md\:stroke-sky-950\/100 {
    stroke: rgb(8 47 73 / 1) !important;
  }

  .md\:stroke-sky-950\/15 {
    stroke: rgb(8 47 73 / 0.15) !important;
  }

  .md\:stroke-sky-950\/20 {
    stroke: rgb(8 47 73 / 0.2) !important;
  }

  .md\:stroke-sky-950\/25 {
    stroke: rgb(8 47 73 / 0.25) !important;
  }

  .md\:stroke-sky-950\/30 {
    stroke: rgb(8 47 73 / 0.3) !important;
  }

  .md\:stroke-sky-950\/35 {
    stroke: rgb(8 47 73 / 0.35) !important;
  }

  .md\:stroke-sky-950\/40 {
    stroke: rgb(8 47 73 / 0.4) !important;
  }

  .md\:stroke-sky-950\/45 {
    stroke: rgb(8 47 73 / 0.45) !important;
  }

  .md\:stroke-sky-950\/5 {
    stroke: rgb(8 47 73 / 0.05) !important;
  }

  .md\:stroke-sky-950\/50 {
    stroke: rgb(8 47 73 / 0.5) !important;
  }

  .md\:stroke-sky-950\/55 {
    stroke: rgb(8 47 73 / 0.55) !important;
  }

  .md\:stroke-sky-950\/60 {
    stroke: rgb(8 47 73 / 0.6) !important;
  }

  .md\:stroke-sky-950\/65 {
    stroke: rgb(8 47 73 / 0.65) !important;
  }

  .md\:stroke-sky-950\/70 {
    stroke: rgb(8 47 73 / 0.7) !important;
  }

  .md\:stroke-sky-950\/75 {
    stroke: rgb(8 47 73 / 0.75) !important;
  }

  .md\:stroke-sky-950\/80 {
    stroke: rgb(8 47 73 / 0.8) !important;
  }

  .md\:stroke-sky-950\/85 {
    stroke: rgb(8 47 73 / 0.85) !important;
  }

  .md\:stroke-sky-950\/90 {
    stroke: rgb(8 47 73 / 0.9) !important;
  }

  .md\:stroke-sky-950\/95 {
    stroke: rgb(8 47 73 / 0.95) !important;
  }

  .md\:stroke-slate-100 {
    stroke: #f1f5f9 !important;
  }

  .md\:stroke-slate-100\/0 {
    stroke: rgb(241 245 249 / 0) !important;
  }

  .md\:stroke-slate-100\/10 {
    stroke: rgb(241 245 249 / 0.1) !important;
  }

  .md\:stroke-slate-100\/100 {
    stroke: rgb(241 245 249 / 1) !important;
  }

  .md\:stroke-slate-100\/15 {
    stroke: rgb(241 245 249 / 0.15) !important;
  }

  .md\:stroke-slate-100\/20 {
    stroke: rgb(241 245 249 / 0.2) !important;
  }

  .md\:stroke-slate-100\/25 {
    stroke: rgb(241 245 249 / 0.25) !important;
  }

  .md\:stroke-slate-100\/30 {
    stroke: rgb(241 245 249 / 0.3) !important;
  }

  .md\:stroke-slate-100\/35 {
    stroke: rgb(241 245 249 / 0.35) !important;
  }

  .md\:stroke-slate-100\/40 {
    stroke: rgb(241 245 249 / 0.4) !important;
  }

  .md\:stroke-slate-100\/45 {
    stroke: rgb(241 245 249 / 0.45) !important;
  }

  .md\:stroke-slate-100\/5 {
    stroke: rgb(241 245 249 / 0.05) !important;
  }

  .md\:stroke-slate-100\/50 {
    stroke: rgb(241 245 249 / 0.5) !important;
  }

  .md\:stroke-slate-100\/55 {
    stroke: rgb(241 245 249 / 0.55) !important;
  }

  .md\:stroke-slate-100\/60 {
    stroke: rgb(241 245 249 / 0.6) !important;
  }

  .md\:stroke-slate-100\/65 {
    stroke: rgb(241 245 249 / 0.65) !important;
  }

  .md\:stroke-slate-100\/70 {
    stroke: rgb(241 245 249 / 0.7) !important;
  }

  .md\:stroke-slate-100\/75 {
    stroke: rgb(241 245 249 / 0.75) !important;
  }

  .md\:stroke-slate-100\/80 {
    stroke: rgb(241 245 249 / 0.8) !important;
  }

  .md\:stroke-slate-100\/85 {
    stroke: rgb(241 245 249 / 0.85) !important;
  }

  .md\:stroke-slate-100\/90 {
    stroke: rgb(241 245 249 / 0.9) !important;
  }

  .md\:stroke-slate-100\/95 {
    stroke: rgb(241 245 249 / 0.95) !important;
  }

  .md\:stroke-slate-200 {
    stroke: #e2e8f0 !important;
  }

  .md\:stroke-slate-200\/0 {
    stroke: rgb(226 232 240 / 0) !important;
  }

  .md\:stroke-slate-200\/10 {
    stroke: rgb(226 232 240 / 0.1) !important;
  }

  .md\:stroke-slate-200\/100 {
    stroke: rgb(226 232 240 / 1) !important;
  }

  .md\:stroke-slate-200\/15 {
    stroke: rgb(226 232 240 / 0.15) !important;
  }

  .md\:stroke-slate-200\/20 {
    stroke: rgb(226 232 240 / 0.2) !important;
  }

  .md\:stroke-slate-200\/25 {
    stroke: rgb(226 232 240 / 0.25) !important;
  }

  .md\:stroke-slate-200\/30 {
    stroke: rgb(226 232 240 / 0.3) !important;
  }

  .md\:stroke-slate-200\/35 {
    stroke: rgb(226 232 240 / 0.35) !important;
  }

  .md\:stroke-slate-200\/40 {
    stroke: rgb(226 232 240 / 0.4) !important;
  }

  .md\:stroke-slate-200\/45 {
    stroke: rgb(226 232 240 / 0.45) !important;
  }

  .md\:stroke-slate-200\/5 {
    stroke: rgb(226 232 240 / 0.05) !important;
  }

  .md\:stroke-slate-200\/50 {
    stroke: rgb(226 232 240 / 0.5) !important;
  }

  .md\:stroke-slate-200\/55 {
    stroke: rgb(226 232 240 / 0.55) !important;
  }

  .md\:stroke-slate-200\/60 {
    stroke: rgb(226 232 240 / 0.6) !important;
  }

  .md\:stroke-slate-200\/65 {
    stroke: rgb(226 232 240 / 0.65) !important;
  }

  .md\:stroke-slate-200\/70 {
    stroke: rgb(226 232 240 / 0.7) !important;
  }

  .md\:stroke-slate-200\/75 {
    stroke: rgb(226 232 240 / 0.75) !important;
  }

  .md\:stroke-slate-200\/80 {
    stroke: rgb(226 232 240 / 0.8) !important;
  }

  .md\:stroke-slate-200\/85 {
    stroke: rgb(226 232 240 / 0.85) !important;
  }

  .md\:stroke-slate-200\/90 {
    stroke: rgb(226 232 240 / 0.9) !important;
  }

  .md\:stroke-slate-200\/95 {
    stroke: rgb(226 232 240 / 0.95) !important;
  }

  .md\:stroke-slate-300 {
    stroke: #cbd5e1 !important;
  }

  .md\:stroke-slate-300\/0 {
    stroke: rgb(203 213 225 / 0) !important;
  }

  .md\:stroke-slate-300\/10 {
    stroke: rgb(203 213 225 / 0.1) !important;
  }

  .md\:stroke-slate-300\/100 {
    stroke: rgb(203 213 225 / 1) !important;
  }

  .md\:stroke-slate-300\/15 {
    stroke: rgb(203 213 225 / 0.15) !important;
  }

  .md\:stroke-slate-300\/20 {
    stroke: rgb(203 213 225 / 0.2) !important;
  }

  .md\:stroke-slate-300\/25 {
    stroke: rgb(203 213 225 / 0.25) !important;
  }

  .md\:stroke-slate-300\/30 {
    stroke: rgb(203 213 225 / 0.3) !important;
  }

  .md\:stroke-slate-300\/35 {
    stroke: rgb(203 213 225 / 0.35) !important;
  }

  .md\:stroke-slate-300\/40 {
    stroke: rgb(203 213 225 / 0.4) !important;
  }

  .md\:stroke-slate-300\/45 {
    stroke: rgb(203 213 225 / 0.45) !important;
  }

  .md\:stroke-slate-300\/5 {
    stroke: rgb(203 213 225 / 0.05) !important;
  }

  .md\:stroke-slate-300\/50 {
    stroke: rgb(203 213 225 / 0.5) !important;
  }

  .md\:stroke-slate-300\/55 {
    stroke: rgb(203 213 225 / 0.55) !important;
  }

  .md\:stroke-slate-300\/60 {
    stroke: rgb(203 213 225 / 0.6) !important;
  }

  .md\:stroke-slate-300\/65 {
    stroke: rgb(203 213 225 / 0.65) !important;
  }

  .md\:stroke-slate-300\/70 {
    stroke: rgb(203 213 225 / 0.7) !important;
  }

  .md\:stroke-slate-300\/75 {
    stroke: rgb(203 213 225 / 0.75) !important;
  }

  .md\:stroke-slate-300\/80 {
    stroke: rgb(203 213 225 / 0.8) !important;
  }

  .md\:stroke-slate-300\/85 {
    stroke: rgb(203 213 225 / 0.85) !important;
  }

  .md\:stroke-slate-300\/90 {
    stroke: rgb(203 213 225 / 0.9) !important;
  }

  .md\:stroke-slate-300\/95 {
    stroke: rgb(203 213 225 / 0.95) !important;
  }

  .md\:stroke-slate-400 {
    stroke: #94a3b8 !important;
  }

  .md\:stroke-slate-400\/0 {
    stroke: rgb(148 163 184 / 0) !important;
  }

  .md\:stroke-slate-400\/10 {
    stroke: rgb(148 163 184 / 0.1) !important;
  }

  .md\:stroke-slate-400\/100 {
    stroke: rgb(148 163 184 / 1) !important;
  }

  .md\:stroke-slate-400\/15 {
    stroke: rgb(148 163 184 / 0.15) !important;
  }

  .md\:stroke-slate-400\/20 {
    stroke: rgb(148 163 184 / 0.2) !important;
  }

  .md\:stroke-slate-400\/25 {
    stroke: rgb(148 163 184 / 0.25) !important;
  }

  .md\:stroke-slate-400\/30 {
    stroke: rgb(148 163 184 / 0.3) !important;
  }

  .md\:stroke-slate-400\/35 {
    stroke: rgb(148 163 184 / 0.35) !important;
  }

  .md\:stroke-slate-400\/40 {
    stroke: rgb(148 163 184 / 0.4) !important;
  }

  .md\:stroke-slate-400\/45 {
    stroke: rgb(148 163 184 / 0.45) !important;
  }

  .md\:stroke-slate-400\/5 {
    stroke: rgb(148 163 184 / 0.05) !important;
  }

  .md\:stroke-slate-400\/50 {
    stroke: rgb(148 163 184 / 0.5) !important;
  }

  .md\:stroke-slate-400\/55 {
    stroke: rgb(148 163 184 / 0.55) !important;
  }

  .md\:stroke-slate-400\/60 {
    stroke: rgb(148 163 184 / 0.6) !important;
  }

  .md\:stroke-slate-400\/65 {
    stroke: rgb(148 163 184 / 0.65) !important;
  }

  .md\:stroke-slate-400\/70 {
    stroke: rgb(148 163 184 / 0.7) !important;
  }

  .md\:stroke-slate-400\/75 {
    stroke: rgb(148 163 184 / 0.75) !important;
  }

  .md\:stroke-slate-400\/80 {
    stroke: rgb(148 163 184 / 0.8) !important;
  }

  .md\:stroke-slate-400\/85 {
    stroke: rgb(148 163 184 / 0.85) !important;
  }

  .md\:stroke-slate-400\/90 {
    stroke: rgb(148 163 184 / 0.9) !important;
  }

  .md\:stroke-slate-400\/95 {
    stroke: rgb(148 163 184 / 0.95) !important;
  }

  .md\:stroke-slate-50 {
    stroke: #f8fafc !important;
  }

  .md\:stroke-slate-50\/0 {
    stroke: rgb(248 250 252 / 0) !important;
  }

  .md\:stroke-slate-50\/10 {
    stroke: rgb(248 250 252 / 0.1) !important;
  }

  .md\:stroke-slate-50\/100 {
    stroke: rgb(248 250 252 / 1) !important;
  }

  .md\:stroke-slate-50\/15 {
    stroke: rgb(248 250 252 / 0.15) !important;
  }

  .md\:stroke-slate-50\/20 {
    stroke: rgb(248 250 252 / 0.2) !important;
  }

  .md\:stroke-slate-50\/25 {
    stroke: rgb(248 250 252 / 0.25) !important;
  }

  .md\:stroke-slate-50\/30 {
    stroke: rgb(248 250 252 / 0.3) !important;
  }

  .md\:stroke-slate-50\/35 {
    stroke: rgb(248 250 252 / 0.35) !important;
  }

  .md\:stroke-slate-50\/40 {
    stroke: rgb(248 250 252 / 0.4) !important;
  }

  .md\:stroke-slate-50\/45 {
    stroke: rgb(248 250 252 / 0.45) !important;
  }

  .md\:stroke-slate-50\/5 {
    stroke: rgb(248 250 252 / 0.05) !important;
  }

  .md\:stroke-slate-50\/50 {
    stroke: rgb(248 250 252 / 0.5) !important;
  }

  .md\:stroke-slate-50\/55 {
    stroke: rgb(248 250 252 / 0.55) !important;
  }

  .md\:stroke-slate-50\/60 {
    stroke: rgb(248 250 252 / 0.6) !important;
  }

  .md\:stroke-slate-50\/65 {
    stroke: rgb(248 250 252 / 0.65) !important;
  }

  .md\:stroke-slate-50\/70 {
    stroke: rgb(248 250 252 / 0.7) !important;
  }

  .md\:stroke-slate-50\/75 {
    stroke: rgb(248 250 252 / 0.75) !important;
  }

  .md\:stroke-slate-50\/80 {
    stroke: rgb(248 250 252 / 0.8) !important;
  }

  .md\:stroke-slate-50\/85 {
    stroke: rgb(248 250 252 / 0.85) !important;
  }

  .md\:stroke-slate-50\/90 {
    stroke: rgb(248 250 252 / 0.9) !important;
  }

  .md\:stroke-slate-50\/95 {
    stroke: rgb(248 250 252 / 0.95) !important;
  }

  .md\:stroke-slate-500 {
    stroke: #64748b !important;
  }

  .md\:stroke-slate-500\/0 {
    stroke: rgb(100 116 139 / 0) !important;
  }

  .md\:stroke-slate-500\/10 {
    stroke: rgb(100 116 139 / 0.1) !important;
  }

  .md\:stroke-slate-500\/100 {
    stroke: rgb(100 116 139 / 1) !important;
  }

  .md\:stroke-slate-500\/15 {
    stroke: rgb(100 116 139 / 0.15) !important;
  }

  .md\:stroke-slate-500\/20 {
    stroke: rgb(100 116 139 / 0.2) !important;
  }

  .md\:stroke-slate-500\/25 {
    stroke: rgb(100 116 139 / 0.25) !important;
  }

  .md\:stroke-slate-500\/30 {
    stroke: rgb(100 116 139 / 0.3) !important;
  }

  .md\:stroke-slate-500\/35 {
    stroke: rgb(100 116 139 / 0.35) !important;
  }

  .md\:stroke-slate-500\/40 {
    stroke: rgb(100 116 139 / 0.4) !important;
  }

  .md\:stroke-slate-500\/45 {
    stroke: rgb(100 116 139 / 0.45) !important;
  }

  .md\:stroke-slate-500\/5 {
    stroke: rgb(100 116 139 / 0.05) !important;
  }

  .md\:stroke-slate-500\/50 {
    stroke: rgb(100 116 139 / 0.5) !important;
  }

  .md\:stroke-slate-500\/55 {
    stroke: rgb(100 116 139 / 0.55) !important;
  }

  .md\:stroke-slate-500\/60 {
    stroke: rgb(100 116 139 / 0.6) !important;
  }

  .md\:stroke-slate-500\/65 {
    stroke: rgb(100 116 139 / 0.65) !important;
  }

  .md\:stroke-slate-500\/70 {
    stroke: rgb(100 116 139 / 0.7) !important;
  }

  .md\:stroke-slate-500\/75 {
    stroke: rgb(100 116 139 / 0.75) !important;
  }

  .md\:stroke-slate-500\/80 {
    stroke: rgb(100 116 139 / 0.8) !important;
  }

  .md\:stroke-slate-500\/85 {
    stroke: rgb(100 116 139 / 0.85) !important;
  }

  .md\:stroke-slate-500\/90 {
    stroke: rgb(100 116 139 / 0.9) !important;
  }

  .md\:stroke-slate-500\/95 {
    stroke: rgb(100 116 139 / 0.95) !important;
  }

  .md\:stroke-slate-600 {
    stroke: #475569 !important;
  }

  .md\:stroke-slate-600\/0 {
    stroke: rgb(71 85 105 / 0) !important;
  }

  .md\:stroke-slate-600\/10 {
    stroke: rgb(71 85 105 / 0.1) !important;
  }

  .md\:stroke-slate-600\/100 {
    stroke: rgb(71 85 105 / 1) !important;
  }

  .md\:stroke-slate-600\/15 {
    stroke: rgb(71 85 105 / 0.15) !important;
  }

  .md\:stroke-slate-600\/20 {
    stroke: rgb(71 85 105 / 0.2) !important;
  }

  .md\:stroke-slate-600\/25 {
    stroke: rgb(71 85 105 / 0.25) !important;
  }

  .md\:stroke-slate-600\/30 {
    stroke: rgb(71 85 105 / 0.3) !important;
  }

  .md\:stroke-slate-600\/35 {
    stroke: rgb(71 85 105 / 0.35) !important;
  }

  .md\:stroke-slate-600\/40 {
    stroke: rgb(71 85 105 / 0.4) !important;
  }

  .md\:stroke-slate-600\/45 {
    stroke: rgb(71 85 105 / 0.45) !important;
  }

  .md\:stroke-slate-600\/5 {
    stroke: rgb(71 85 105 / 0.05) !important;
  }

  .md\:stroke-slate-600\/50 {
    stroke: rgb(71 85 105 / 0.5) !important;
  }

  .md\:stroke-slate-600\/55 {
    stroke: rgb(71 85 105 / 0.55) !important;
  }

  .md\:stroke-slate-600\/60 {
    stroke: rgb(71 85 105 / 0.6) !important;
  }

  .md\:stroke-slate-600\/65 {
    stroke: rgb(71 85 105 / 0.65) !important;
  }

  .md\:stroke-slate-600\/70 {
    stroke: rgb(71 85 105 / 0.7) !important;
  }

  .md\:stroke-slate-600\/75 {
    stroke: rgb(71 85 105 / 0.75) !important;
  }

  .md\:stroke-slate-600\/80 {
    stroke: rgb(71 85 105 / 0.8) !important;
  }

  .md\:stroke-slate-600\/85 {
    stroke: rgb(71 85 105 / 0.85) !important;
  }

  .md\:stroke-slate-600\/90 {
    stroke: rgb(71 85 105 / 0.9) !important;
  }

  .md\:stroke-slate-600\/95 {
    stroke: rgb(71 85 105 / 0.95) !important;
  }

  .md\:stroke-slate-700 {
    stroke: #334155 !important;
  }

  .md\:stroke-slate-700\/0 {
    stroke: rgb(51 65 85 / 0) !important;
  }

  .md\:stroke-slate-700\/10 {
    stroke: rgb(51 65 85 / 0.1) !important;
  }

  .md\:stroke-slate-700\/100 {
    stroke: rgb(51 65 85 / 1) !important;
  }

  .md\:stroke-slate-700\/15 {
    stroke: rgb(51 65 85 / 0.15) !important;
  }

  .md\:stroke-slate-700\/20 {
    stroke: rgb(51 65 85 / 0.2) !important;
  }

  .md\:stroke-slate-700\/25 {
    stroke: rgb(51 65 85 / 0.25) !important;
  }

  .md\:stroke-slate-700\/30 {
    stroke: rgb(51 65 85 / 0.3) !important;
  }

  .md\:stroke-slate-700\/35 {
    stroke: rgb(51 65 85 / 0.35) !important;
  }

  .md\:stroke-slate-700\/40 {
    stroke: rgb(51 65 85 / 0.4) !important;
  }

  .md\:stroke-slate-700\/45 {
    stroke: rgb(51 65 85 / 0.45) !important;
  }

  .md\:stroke-slate-700\/5 {
    stroke: rgb(51 65 85 / 0.05) !important;
  }

  .md\:stroke-slate-700\/50 {
    stroke: rgb(51 65 85 / 0.5) !important;
  }

  .md\:stroke-slate-700\/55 {
    stroke: rgb(51 65 85 / 0.55) !important;
  }

  .md\:stroke-slate-700\/60 {
    stroke: rgb(51 65 85 / 0.6) !important;
  }

  .md\:stroke-slate-700\/65 {
    stroke: rgb(51 65 85 / 0.65) !important;
  }

  .md\:stroke-slate-700\/70 {
    stroke: rgb(51 65 85 / 0.7) !important;
  }

  .md\:stroke-slate-700\/75 {
    stroke: rgb(51 65 85 / 0.75) !important;
  }

  .md\:stroke-slate-700\/80 {
    stroke: rgb(51 65 85 / 0.8) !important;
  }

  .md\:stroke-slate-700\/85 {
    stroke: rgb(51 65 85 / 0.85) !important;
  }

  .md\:stroke-slate-700\/90 {
    stroke: rgb(51 65 85 / 0.9) !important;
  }

  .md\:stroke-slate-700\/95 {
    stroke: rgb(51 65 85 / 0.95) !important;
  }

  .md\:stroke-slate-800 {
    stroke: #1e293b !important;
  }

  .md\:stroke-slate-800\/0 {
    stroke: rgb(30 41 59 / 0) !important;
  }

  .md\:stroke-slate-800\/10 {
    stroke: rgb(30 41 59 / 0.1) !important;
  }

  .md\:stroke-slate-800\/100 {
    stroke: rgb(30 41 59 / 1) !important;
  }

  .md\:stroke-slate-800\/15 {
    stroke: rgb(30 41 59 / 0.15) !important;
  }

  .md\:stroke-slate-800\/20 {
    stroke: rgb(30 41 59 / 0.2) !important;
  }

  .md\:stroke-slate-800\/25 {
    stroke: rgb(30 41 59 / 0.25) !important;
  }

  .md\:stroke-slate-800\/30 {
    stroke: rgb(30 41 59 / 0.3) !important;
  }

  .md\:stroke-slate-800\/35 {
    stroke: rgb(30 41 59 / 0.35) !important;
  }

  .md\:stroke-slate-800\/40 {
    stroke: rgb(30 41 59 / 0.4) !important;
  }

  .md\:stroke-slate-800\/45 {
    stroke: rgb(30 41 59 / 0.45) !important;
  }

  .md\:stroke-slate-800\/5 {
    stroke: rgb(30 41 59 / 0.05) !important;
  }

  .md\:stroke-slate-800\/50 {
    stroke: rgb(30 41 59 / 0.5) !important;
  }

  .md\:stroke-slate-800\/55 {
    stroke: rgb(30 41 59 / 0.55) !important;
  }

  .md\:stroke-slate-800\/60 {
    stroke: rgb(30 41 59 / 0.6) !important;
  }

  .md\:stroke-slate-800\/65 {
    stroke: rgb(30 41 59 / 0.65) !important;
  }

  .md\:stroke-slate-800\/70 {
    stroke: rgb(30 41 59 / 0.7) !important;
  }

  .md\:stroke-slate-800\/75 {
    stroke: rgb(30 41 59 / 0.75) !important;
  }

  .md\:stroke-slate-800\/80 {
    stroke: rgb(30 41 59 / 0.8) !important;
  }

  .md\:stroke-slate-800\/85 {
    stroke: rgb(30 41 59 / 0.85) !important;
  }

  .md\:stroke-slate-800\/90 {
    stroke: rgb(30 41 59 / 0.9) !important;
  }

  .md\:stroke-slate-800\/95 {
    stroke: rgb(30 41 59 / 0.95) !important;
  }

  .md\:stroke-slate-900 {
    stroke: #0f172a !important;
  }

  .md\:stroke-slate-900\/0 {
    stroke: rgb(15 23 42 / 0) !important;
  }

  .md\:stroke-slate-900\/10 {
    stroke: rgb(15 23 42 / 0.1) !important;
  }

  .md\:stroke-slate-900\/100 {
    stroke: rgb(15 23 42 / 1) !important;
  }

  .md\:stroke-slate-900\/15 {
    stroke: rgb(15 23 42 / 0.15) !important;
  }

  .md\:stroke-slate-900\/20 {
    stroke: rgb(15 23 42 / 0.2) !important;
  }

  .md\:stroke-slate-900\/25 {
    stroke: rgb(15 23 42 / 0.25) !important;
  }

  .md\:stroke-slate-900\/30 {
    stroke: rgb(15 23 42 / 0.3) !important;
  }

  .md\:stroke-slate-900\/35 {
    stroke: rgb(15 23 42 / 0.35) !important;
  }

  .md\:stroke-slate-900\/40 {
    stroke: rgb(15 23 42 / 0.4) !important;
  }

  .md\:stroke-slate-900\/45 {
    stroke: rgb(15 23 42 / 0.45) !important;
  }

  .md\:stroke-slate-900\/5 {
    stroke: rgb(15 23 42 / 0.05) !important;
  }

  .md\:stroke-slate-900\/50 {
    stroke: rgb(15 23 42 / 0.5) !important;
  }

  .md\:stroke-slate-900\/55 {
    stroke: rgb(15 23 42 / 0.55) !important;
  }

  .md\:stroke-slate-900\/60 {
    stroke: rgb(15 23 42 / 0.6) !important;
  }

  .md\:stroke-slate-900\/65 {
    stroke: rgb(15 23 42 / 0.65) !important;
  }

  .md\:stroke-slate-900\/70 {
    stroke: rgb(15 23 42 / 0.7) !important;
  }

  .md\:stroke-slate-900\/75 {
    stroke: rgb(15 23 42 / 0.75) !important;
  }

  .md\:stroke-slate-900\/80 {
    stroke: rgb(15 23 42 / 0.8) !important;
  }

  .md\:stroke-slate-900\/85 {
    stroke: rgb(15 23 42 / 0.85) !important;
  }

  .md\:stroke-slate-900\/90 {
    stroke: rgb(15 23 42 / 0.9) !important;
  }

  .md\:stroke-slate-900\/95 {
    stroke: rgb(15 23 42 / 0.95) !important;
  }

  .md\:stroke-slate-950 {
    stroke: #020617 !important;
  }

  .md\:stroke-slate-950\/0 {
    stroke: rgb(2 6 23 / 0) !important;
  }

  .md\:stroke-slate-950\/10 {
    stroke: rgb(2 6 23 / 0.1) !important;
  }

  .md\:stroke-slate-950\/100 {
    stroke: rgb(2 6 23 / 1) !important;
  }

  .md\:stroke-slate-950\/15 {
    stroke: rgb(2 6 23 / 0.15) !important;
  }

  .md\:stroke-slate-950\/20 {
    stroke: rgb(2 6 23 / 0.2) !important;
  }

  .md\:stroke-slate-950\/25 {
    stroke: rgb(2 6 23 / 0.25) !important;
  }

  .md\:stroke-slate-950\/30 {
    stroke: rgb(2 6 23 / 0.3) !important;
  }

  .md\:stroke-slate-950\/35 {
    stroke: rgb(2 6 23 / 0.35) !important;
  }

  .md\:stroke-slate-950\/40 {
    stroke: rgb(2 6 23 / 0.4) !important;
  }

  .md\:stroke-slate-950\/45 {
    stroke: rgb(2 6 23 / 0.45) !important;
  }

  .md\:stroke-slate-950\/5 {
    stroke: rgb(2 6 23 / 0.05) !important;
  }

  .md\:stroke-slate-950\/50 {
    stroke: rgb(2 6 23 / 0.5) !important;
  }

  .md\:stroke-slate-950\/55 {
    stroke: rgb(2 6 23 / 0.55) !important;
  }

  .md\:stroke-slate-950\/60 {
    stroke: rgb(2 6 23 / 0.6) !important;
  }

  .md\:stroke-slate-950\/65 {
    stroke: rgb(2 6 23 / 0.65) !important;
  }

  .md\:stroke-slate-950\/70 {
    stroke: rgb(2 6 23 / 0.7) !important;
  }

  .md\:stroke-slate-950\/75 {
    stroke: rgb(2 6 23 / 0.75) !important;
  }

  .md\:stroke-slate-950\/80 {
    stroke: rgb(2 6 23 / 0.8) !important;
  }

  .md\:stroke-slate-950\/85 {
    stroke: rgb(2 6 23 / 0.85) !important;
  }

  .md\:stroke-slate-950\/90 {
    stroke: rgb(2 6 23 / 0.9) !important;
  }

  .md\:stroke-slate-950\/95 {
    stroke: rgb(2 6 23 / 0.95) !important;
  }

  .md\:stroke-stone-100 {
    stroke: #f5f5f4 !important;
  }

  .md\:stroke-stone-100\/0 {
    stroke: rgb(245 245 244 / 0) !important;
  }

  .md\:stroke-stone-100\/10 {
    stroke: rgb(245 245 244 / 0.1) !important;
  }

  .md\:stroke-stone-100\/100 {
    stroke: rgb(245 245 244 / 1) !important;
  }

  .md\:stroke-stone-100\/15 {
    stroke: rgb(245 245 244 / 0.15) !important;
  }

  .md\:stroke-stone-100\/20 {
    stroke: rgb(245 245 244 / 0.2) !important;
  }

  .md\:stroke-stone-100\/25 {
    stroke: rgb(245 245 244 / 0.25) !important;
  }

  .md\:stroke-stone-100\/30 {
    stroke: rgb(245 245 244 / 0.3) !important;
  }

  .md\:stroke-stone-100\/35 {
    stroke: rgb(245 245 244 / 0.35) !important;
  }

  .md\:stroke-stone-100\/40 {
    stroke: rgb(245 245 244 / 0.4) !important;
  }

  .md\:stroke-stone-100\/45 {
    stroke: rgb(245 245 244 / 0.45) !important;
  }

  .md\:stroke-stone-100\/5 {
    stroke: rgb(245 245 244 / 0.05) !important;
  }

  .md\:stroke-stone-100\/50 {
    stroke: rgb(245 245 244 / 0.5) !important;
  }

  .md\:stroke-stone-100\/55 {
    stroke: rgb(245 245 244 / 0.55) !important;
  }

  .md\:stroke-stone-100\/60 {
    stroke: rgb(245 245 244 / 0.6) !important;
  }

  .md\:stroke-stone-100\/65 {
    stroke: rgb(245 245 244 / 0.65) !important;
  }

  .md\:stroke-stone-100\/70 {
    stroke: rgb(245 245 244 / 0.7) !important;
  }

  .md\:stroke-stone-100\/75 {
    stroke: rgb(245 245 244 / 0.75) !important;
  }

  .md\:stroke-stone-100\/80 {
    stroke: rgb(245 245 244 / 0.8) !important;
  }

  .md\:stroke-stone-100\/85 {
    stroke: rgb(245 245 244 / 0.85) !important;
  }

  .md\:stroke-stone-100\/90 {
    stroke: rgb(245 245 244 / 0.9) !important;
  }

  .md\:stroke-stone-100\/95 {
    stroke: rgb(245 245 244 / 0.95) !important;
  }

  .md\:stroke-stone-200 {
    stroke: #e7e5e4 !important;
  }

  .md\:stroke-stone-200\/0 {
    stroke: rgb(231 229 228 / 0) !important;
  }

  .md\:stroke-stone-200\/10 {
    stroke: rgb(231 229 228 / 0.1) !important;
  }

  .md\:stroke-stone-200\/100 {
    stroke: rgb(231 229 228 / 1) !important;
  }

  .md\:stroke-stone-200\/15 {
    stroke: rgb(231 229 228 / 0.15) !important;
  }

  .md\:stroke-stone-200\/20 {
    stroke: rgb(231 229 228 / 0.2) !important;
  }

  .md\:stroke-stone-200\/25 {
    stroke: rgb(231 229 228 / 0.25) !important;
  }

  .md\:stroke-stone-200\/30 {
    stroke: rgb(231 229 228 / 0.3) !important;
  }

  .md\:stroke-stone-200\/35 {
    stroke: rgb(231 229 228 / 0.35) !important;
  }

  .md\:stroke-stone-200\/40 {
    stroke: rgb(231 229 228 / 0.4) !important;
  }

  .md\:stroke-stone-200\/45 {
    stroke: rgb(231 229 228 / 0.45) !important;
  }

  .md\:stroke-stone-200\/5 {
    stroke: rgb(231 229 228 / 0.05) !important;
  }

  .md\:stroke-stone-200\/50 {
    stroke: rgb(231 229 228 / 0.5) !important;
  }

  .md\:stroke-stone-200\/55 {
    stroke: rgb(231 229 228 / 0.55) !important;
  }

  .md\:stroke-stone-200\/60 {
    stroke: rgb(231 229 228 / 0.6) !important;
  }

  .md\:stroke-stone-200\/65 {
    stroke: rgb(231 229 228 / 0.65) !important;
  }

  .md\:stroke-stone-200\/70 {
    stroke: rgb(231 229 228 / 0.7) !important;
  }

  .md\:stroke-stone-200\/75 {
    stroke: rgb(231 229 228 / 0.75) !important;
  }

  .md\:stroke-stone-200\/80 {
    stroke: rgb(231 229 228 / 0.8) !important;
  }

  .md\:stroke-stone-200\/85 {
    stroke: rgb(231 229 228 / 0.85) !important;
  }

  .md\:stroke-stone-200\/90 {
    stroke: rgb(231 229 228 / 0.9) !important;
  }

  .md\:stroke-stone-200\/95 {
    stroke: rgb(231 229 228 / 0.95) !important;
  }

  .md\:stroke-stone-300 {
    stroke: #d6d3d1 !important;
  }

  .md\:stroke-stone-300\/0 {
    stroke: rgb(214 211 209 / 0) !important;
  }

  .md\:stroke-stone-300\/10 {
    stroke: rgb(214 211 209 / 0.1) !important;
  }

  .md\:stroke-stone-300\/100 {
    stroke: rgb(214 211 209 / 1) !important;
  }

  .md\:stroke-stone-300\/15 {
    stroke: rgb(214 211 209 / 0.15) !important;
  }

  .md\:stroke-stone-300\/20 {
    stroke: rgb(214 211 209 / 0.2) !important;
  }

  .md\:stroke-stone-300\/25 {
    stroke: rgb(214 211 209 / 0.25) !important;
  }

  .md\:stroke-stone-300\/30 {
    stroke: rgb(214 211 209 / 0.3) !important;
  }

  .md\:stroke-stone-300\/35 {
    stroke: rgb(214 211 209 / 0.35) !important;
  }

  .md\:stroke-stone-300\/40 {
    stroke: rgb(214 211 209 / 0.4) !important;
  }

  .md\:stroke-stone-300\/45 {
    stroke: rgb(214 211 209 / 0.45) !important;
  }

  .md\:stroke-stone-300\/5 {
    stroke: rgb(214 211 209 / 0.05) !important;
  }

  .md\:stroke-stone-300\/50 {
    stroke: rgb(214 211 209 / 0.5) !important;
  }

  .md\:stroke-stone-300\/55 {
    stroke: rgb(214 211 209 / 0.55) !important;
  }

  .md\:stroke-stone-300\/60 {
    stroke: rgb(214 211 209 / 0.6) !important;
  }

  .md\:stroke-stone-300\/65 {
    stroke: rgb(214 211 209 / 0.65) !important;
  }

  .md\:stroke-stone-300\/70 {
    stroke: rgb(214 211 209 / 0.7) !important;
  }

  .md\:stroke-stone-300\/75 {
    stroke: rgb(214 211 209 / 0.75) !important;
  }

  .md\:stroke-stone-300\/80 {
    stroke: rgb(214 211 209 / 0.8) !important;
  }

  .md\:stroke-stone-300\/85 {
    stroke: rgb(214 211 209 / 0.85) !important;
  }

  .md\:stroke-stone-300\/90 {
    stroke: rgb(214 211 209 / 0.9) !important;
  }

  .md\:stroke-stone-300\/95 {
    stroke: rgb(214 211 209 / 0.95) !important;
  }

  .md\:stroke-stone-400 {
    stroke: #a8a29e !important;
  }

  .md\:stroke-stone-400\/0 {
    stroke: rgb(168 162 158 / 0) !important;
  }

  .md\:stroke-stone-400\/10 {
    stroke: rgb(168 162 158 / 0.1) !important;
  }

  .md\:stroke-stone-400\/100 {
    stroke: rgb(168 162 158 / 1) !important;
  }

  .md\:stroke-stone-400\/15 {
    stroke: rgb(168 162 158 / 0.15) !important;
  }

  .md\:stroke-stone-400\/20 {
    stroke: rgb(168 162 158 / 0.2) !important;
  }

  .md\:stroke-stone-400\/25 {
    stroke: rgb(168 162 158 / 0.25) !important;
  }

  .md\:stroke-stone-400\/30 {
    stroke: rgb(168 162 158 / 0.3) !important;
  }

  .md\:stroke-stone-400\/35 {
    stroke: rgb(168 162 158 / 0.35) !important;
  }

  .md\:stroke-stone-400\/40 {
    stroke: rgb(168 162 158 / 0.4) !important;
  }

  .md\:stroke-stone-400\/45 {
    stroke: rgb(168 162 158 / 0.45) !important;
  }

  .md\:stroke-stone-400\/5 {
    stroke: rgb(168 162 158 / 0.05) !important;
  }

  .md\:stroke-stone-400\/50 {
    stroke: rgb(168 162 158 / 0.5) !important;
  }

  .md\:stroke-stone-400\/55 {
    stroke: rgb(168 162 158 / 0.55) !important;
  }

  .md\:stroke-stone-400\/60 {
    stroke: rgb(168 162 158 / 0.6) !important;
  }

  .md\:stroke-stone-400\/65 {
    stroke: rgb(168 162 158 / 0.65) !important;
  }

  .md\:stroke-stone-400\/70 {
    stroke: rgb(168 162 158 / 0.7) !important;
  }

  .md\:stroke-stone-400\/75 {
    stroke: rgb(168 162 158 / 0.75) !important;
  }

  .md\:stroke-stone-400\/80 {
    stroke: rgb(168 162 158 / 0.8) !important;
  }

  .md\:stroke-stone-400\/85 {
    stroke: rgb(168 162 158 / 0.85) !important;
  }

  .md\:stroke-stone-400\/90 {
    stroke: rgb(168 162 158 / 0.9) !important;
  }

  .md\:stroke-stone-400\/95 {
    stroke: rgb(168 162 158 / 0.95) !important;
  }

  .md\:stroke-stone-50 {
    stroke: #fafaf9 !important;
  }

  .md\:stroke-stone-50\/0 {
    stroke: rgb(250 250 249 / 0) !important;
  }

  .md\:stroke-stone-50\/10 {
    stroke: rgb(250 250 249 / 0.1) !important;
  }

  .md\:stroke-stone-50\/100 {
    stroke: rgb(250 250 249 / 1) !important;
  }

  .md\:stroke-stone-50\/15 {
    stroke: rgb(250 250 249 / 0.15) !important;
  }

  .md\:stroke-stone-50\/20 {
    stroke: rgb(250 250 249 / 0.2) !important;
  }

  .md\:stroke-stone-50\/25 {
    stroke: rgb(250 250 249 / 0.25) !important;
  }

  .md\:stroke-stone-50\/30 {
    stroke: rgb(250 250 249 / 0.3) !important;
  }

  .md\:stroke-stone-50\/35 {
    stroke: rgb(250 250 249 / 0.35) !important;
  }

  .md\:stroke-stone-50\/40 {
    stroke: rgb(250 250 249 / 0.4) !important;
  }

  .md\:stroke-stone-50\/45 {
    stroke: rgb(250 250 249 / 0.45) !important;
  }

  .md\:stroke-stone-50\/5 {
    stroke: rgb(250 250 249 / 0.05) !important;
  }

  .md\:stroke-stone-50\/50 {
    stroke: rgb(250 250 249 / 0.5) !important;
  }

  .md\:stroke-stone-50\/55 {
    stroke: rgb(250 250 249 / 0.55) !important;
  }

  .md\:stroke-stone-50\/60 {
    stroke: rgb(250 250 249 / 0.6) !important;
  }

  .md\:stroke-stone-50\/65 {
    stroke: rgb(250 250 249 / 0.65) !important;
  }

  .md\:stroke-stone-50\/70 {
    stroke: rgb(250 250 249 / 0.7) !important;
  }

  .md\:stroke-stone-50\/75 {
    stroke: rgb(250 250 249 / 0.75) !important;
  }

  .md\:stroke-stone-50\/80 {
    stroke: rgb(250 250 249 / 0.8) !important;
  }

  .md\:stroke-stone-50\/85 {
    stroke: rgb(250 250 249 / 0.85) !important;
  }

  .md\:stroke-stone-50\/90 {
    stroke: rgb(250 250 249 / 0.9) !important;
  }

  .md\:stroke-stone-50\/95 {
    stroke: rgb(250 250 249 / 0.95) !important;
  }

  .md\:stroke-stone-500 {
    stroke: #78716c !important;
  }

  .md\:stroke-stone-500\/0 {
    stroke: rgb(120 113 108 / 0) !important;
  }

  .md\:stroke-stone-500\/10 {
    stroke: rgb(120 113 108 / 0.1) !important;
  }

  .md\:stroke-stone-500\/100 {
    stroke: rgb(120 113 108 / 1) !important;
  }

  .md\:stroke-stone-500\/15 {
    stroke: rgb(120 113 108 / 0.15) !important;
  }

  .md\:stroke-stone-500\/20 {
    stroke: rgb(120 113 108 / 0.2) !important;
  }

  .md\:stroke-stone-500\/25 {
    stroke: rgb(120 113 108 / 0.25) !important;
  }

  .md\:stroke-stone-500\/30 {
    stroke: rgb(120 113 108 / 0.3) !important;
  }

  .md\:stroke-stone-500\/35 {
    stroke: rgb(120 113 108 / 0.35) !important;
  }

  .md\:stroke-stone-500\/40 {
    stroke: rgb(120 113 108 / 0.4) !important;
  }

  .md\:stroke-stone-500\/45 {
    stroke: rgb(120 113 108 / 0.45) !important;
  }

  .md\:stroke-stone-500\/5 {
    stroke: rgb(120 113 108 / 0.05) !important;
  }

  .md\:stroke-stone-500\/50 {
    stroke: rgb(120 113 108 / 0.5) !important;
  }

  .md\:stroke-stone-500\/55 {
    stroke: rgb(120 113 108 / 0.55) !important;
  }

  .md\:stroke-stone-500\/60 {
    stroke: rgb(120 113 108 / 0.6) !important;
  }

  .md\:stroke-stone-500\/65 {
    stroke: rgb(120 113 108 / 0.65) !important;
  }

  .md\:stroke-stone-500\/70 {
    stroke: rgb(120 113 108 / 0.7) !important;
  }

  .md\:stroke-stone-500\/75 {
    stroke: rgb(120 113 108 / 0.75) !important;
  }

  .md\:stroke-stone-500\/80 {
    stroke: rgb(120 113 108 / 0.8) !important;
  }

  .md\:stroke-stone-500\/85 {
    stroke: rgb(120 113 108 / 0.85) !important;
  }

  .md\:stroke-stone-500\/90 {
    stroke: rgb(120 113 108 / 0.9) !important;
  }

  .md\:stroke-stone-500\/95 {
    stroke: rgb(120 113 108 / 0.95) !important;
  }

  .md\:stroke-stone-600 {
    stroke: #57534e !important;
  }

  .md\:stroke-stone-600\/0 {
    stroke: rgb(87 83 78 / 0) !important;
  }

  .md\:stroke-stone-600\/10 {
    stroke: rgb(87 83 78 / 0.1) !important;
  }

  .md\:stroke-stone-600\/100 {
    stroke: rgb(87 83 78 / 1) !important;
  }

  .md\:stroke-stone-600\/15 {
    stroke: rgb(87 83 78 / 0.15) !important;
  }

  .md\:stroke-stone-600\/20 {
    stroke: rgb(87 83 78 / 0.2) !important;
  }

  .md\:stroke-stone-600\/25 {
    stroke: rgb(87 83 78 / 0.25) !important;
  }

  .md\:stroke-stone-600\/30 {
    stroke: rgb(87 83 78 / 0.3) !important;
  }

  .md\:stroke-stone-600\/35 {
    stroke: rgb(87 83 78 / 0.35) !important;
  }

  .md\:stroke-stone-600\/40 {
    stroke: rgb(87 83 78 / 0.4) !important;
  }

  .md\:stroke-stone-600\/45 {
    stroke: rgb(87 83 78 / 0.45) !important;
  }

  .md\:stroke-stone-600\/5 {
    stroke: rgb(87 83 78 / 0.05) !important;
  }

  .md\:stroke-stone-600\/50 {
    stroke: rgb(87 83 78 / 0.5) !important;
  }

  .md\:stroke-stone-600\/55 {
    stroke: rgb(87 83 78 / 0.55) !important;
  }

  .md\:stroke-stone-600\/60 {
    stroke: rgb(87 83 78 / 0.6) !important;
  }

  .md\:stroke-stone-600\/65 {
    stroke: rgb(87 83 78 / 0.65) !important;
  }

  .md\:stroke-stone-600\/70 {
    stroke: rgb(87 83 78 / 0.7) !important;
  }

  .md\:stroke-stone-600\/75 {
    stroke: rgb(87 83 78 / 0.75) !important;
  }

  .md\:stroke-stone-600\/80 {
    stroke: rgb(87 83 78 / 0.8) !important;
  }

  .md\:stroke-stone-600\/85 {
    stroke: rgb(87 83 78 / 0.85) !important;
  }

  .md\:stroke-stone-600\/90 {
    stroke: rgb(87 83 78 / 0.9) !important;
  }

  .md\:stroke-stone-600\/95 {
    stroke: rgb(87 83 78 / 0.95) !important;
  }

  .md\:stroke-stone-700 {
    stroke: #44403c !important;
  }

  .md\:stroke-stone-700\/0 {
    stroke: rgb(68 64 60 / 0) !important;
  }

  .md\:stroke-stone-700\/10 {
    stroke: rgb(68 64 60 / 0.1) !important;
  }

  .md\:stroke-stone-700\/100 {
    stroke: rgb(68 64 60 / 1) !important;
  }

  .md\:stroke-stone-700\/15 {
    stroke: rgb(68 64 60 / 0.15) !important;
  }

  .md\:stroke-stone-700\/20 {
    stroke: rgb(68 64 60 / 0.2) !important;
  }

  .md\:stroke-stone-700\/25 {
    stroke: rgb(68 64 60 / 0.25) !important;
  }

  .md\:stroke-stone-700\/30 {
    stroke: rgb(68 64 60 / 0.3) !important;
  }

  .md\:stroke-stone-700\/35 {
    stroke: rgb(68 64 60 / 0.35) !important;
  }

  .md\:stroke-stone-700\/40 {
    stroke: rgb(68 64 60 / 0.4) !important;
  }

  .md\:stroke-stone-700\/45 {
    stroke: rgb(68 64 60 / 0.45) !important;
  }

  .md\:stroke-stone-700\/5 {
    stroke: rgb(68 64 60 / 0.05) !important;
  }

  .md\:stroke-stone-700\/50 {
    stroke: rgb(68 64 60 / 0.5) !important;
  }

  .md\:stroke-stone-700\/55 {
    stroke: rgb(68 64 60 / 0.55) !important;
  }

  .md\:stroke-stone-700\/60 {
    stroke: rgb(68 64 60 / 0.6) !important;
  }

  .md\:stroke-stone-700\/65 {
    stroke: rgb(68 64 60 / 0.65) !important;
  }

  .md\:stroke-stone-700\/70 {
    stroke: rgb(68 64 60 / 0.7) !important;
  }

  .md\:stroke-stone-700\/75 {
    stroke: rgb(68 64 60 / 0.75) !important;
  }

  .md\:stroke-stone-700\/80 {
    stroke: rgb(68 64 60 / 0.8) !important;
  }

  .md\:stroke-stone-700\/85 {
    stroke: rgb(68 64 60 / 0.85) !important;
  }

  .md\:stroke-stone-700\/90 {
    stroke: rgb(68 64 60 / 0.9) !important;
  }

  .md\:stroke-stone-700\/95 {
    stroke: rgb(68 64 60 / 0.95) !important;
  }

  .md\:stroke-stone-800 {
    stroke: #292524 !important;
  }

  .md\:stroke-stone-800\/0 {
    stroke: rgb(41 37 36 / 0) !important;
  }

  .md\:stroke-stone-800\/10 {
    stroke: rgb(41 37 36 / 0.1) !important;
  }

  .md\:stroke-stone-800\/100 {
    stroke: rgb(41 37 36 / 1) !important;
  }

  .md\:stroke-stone-800\/15 {
    stroke: rgb(41 37 36 / 0.15) !important;
  }

  .md\:stroke-stone-800\/20 {
    stroke: rgb(41 37 36 / 0.2) !important;
  }

  .md\:stroke-stone-800\/25 {
    stroke: rgb(41 37 36 / 0.25) !important;
  }

  .md\:stroke-stone-800\/30 {
    stroke: rgb(41 37 36 / 0.3) !important;
  }

  .md\:stroke-stone-800\/35 {
    stroke: rgb(41 37 36 / 0.35) !important;
  }

  .md\:stroke-stone-800\/40 {
    stroke: rgb(41 37 36 / 0.4) !important;
  }

  .md\:stroke-stone-800\/45 {
    stroke: rgb(41 37 36 / 0.45) !important;
  }

  .md\:stroke-stone-800\/5 {
    stroke: rgb(41 37 36 / 0.05) !important;
  }

  .md\:stroke-stone-800\/50 {
    stroke: rgb(41 37 36 / 0.5) !important;
  }

  .md\:stroke-stone-800\/55 {
    stroke: rgb(41 37 36 / 0.55) !important;
  }

  .md\:stroke-stone-800\/60 {
    stroke: rgb(41 37 36 / 0.6) !important;
  }

  .md\:stroke-stone-800\/65 {
    stroke: rgb(41 37 36 / 0.65) !important;
  }

  .md\:stroke-stone-800\/70 {
    stroke: rgb(41 37 36 / 0.7) !important;
  }

  .md\:stroke-stone-800\/75 {
    stroke: rgb(41 37 36 / 0.75) !important;
  }

  .md\:stroke-stone-800\/80 {
    stroke: rgb(41 37 36 / 0.8) !important;
  }

  .md\:stroke-stone-800\/85 {
    stroke: rgb(41 37 36 / 0.85) !important;
  }

  .md\:stroke-stone-800\/90 {
    stroke: rgb(41 37 36 / 0.9) !important;
  }

  .md\:stroke-stone-800\/95 {
    stroke: rgb(41 37 36 / 0.95) !important;
  }

  .md\:stroke-stone-900 {
    stroke: #1c1917 !important;
  }

  .md\:stroke-stone-900\/0 {
    stroke: rgb(28 25 23 / 0) !important;
  }

  .md\:stroke-stone-900\/10 {
    stroke: rgb(28 25 23 / 0.1) !important;
  }

  .md\:stroke-stone-900\/100 {
    stroke: rgb(28 25 23 / 1) !important;
  }

  .md\:stroke-stone-900\/15 {
    stroke: rgb(28 25 23 / 0.15) !important;
  }

  .md\:stroke-stone-900\/20 {
    stroke: rgb(28 25 23 / 0.2) !important;
  }

  .md\:stroke-stone-900\/25 {
    stroke: rgb(28 25 23 / 0.25) !important;
  }

  .md\:stroke-stone-900\/30 {
    stroke: rgb(28 25 23 / 0.3) !important;
  }

  .md\:stroke-stone-900\/35 {
    stroke: rgb(28 25 23 / 0.35) !important;
  }

  .md\:stroke-stone-900\/40 {
    stroke: rgb(28 25 23 / 0.4) !important;
  }

  .md\:stroke-stone-900\/45 {
    stroke: rgb(28 25 23 / 0.45) !important;
  }

  .md\:stroke-stone-900\/5 {
    stroke: rgb(28 25 23 / 0.05) !important;
  }

  .md\:stroke-stone-900\/50 {
    stroke: rgb(28 25 23 / 0.5) !important;
  }

  .md\:stroke-stone-900\/55 {
    stroke: rgb(28 25 23 / 0.55) !important;
  }

  .md\:stroke-stone-900\/60 {
    stroke: rgb(28 25 23 / 0.6) !important;
  }

  .md\:stroke-stone-900\/65 {
    stroke: rgb(28 25 23 / 0.65) !important;
  }

  .md\:stroke-stone-900\/70 {
    stroke: rgb(28 25 23 / 0.7) !important;
  }

  .md\:stroke-stone-900\/75 {
    stroke: rgb(28 25 23 / 0.75) !important;
  }

  .md\:stroke-stone-900\/80 {
    stroke: rgb(28 25 23 / 0.8) !important;
  }

  .md\:stroke-stone-900\/85 {
    stroke: rgb(28 25 23 / 0.85) !important;
  }

  .md\:stroke-stone-900\/90 {
    stroke: rgb(28 25 23 / 0.9) !important;
  }

  .md\:stroke-stone-900\/95 {
    stroke: rgb(28 25 23 / 0.95) !important;
  }

  .md\:stroke-stone-950 {
    stroke: #0c0a09 !important;
  }

  .md\:stroke-stone-950\/0 {
    stroke: rgb(12 10 9 / 0) !important;
  }

  .md\:stroke-stone-950\/10 {
    stroke: rgb(12 10 9 / 0.1) !important;
  }

  .md\:stroke-stone-950\/100 {
    stroke: rgb(12 10 9 / 1) !important;
  }

  .md\:stroke-stone-950\/15 {
    stroke: rgb(12 10 9 / 0.15) !important;
  }

  .md\:stroke-stone-950\/20 {
    stroke: rgb(12 10 9 / 0.2) !important;
  }

  .md\:stroke-stone-950\/25 {
    stroke: rgb(12 10 9 / 0.25) !important;
  }

  .md\:stroke-stone-950\/30 {
    stroke: rgb(12 10 9 / 0.3) !important;
  }

  .md\:stroke-stone-950\/35 {
    stroke: rgb(12 10 9 / 0.35) !important;
  }

  .md\:stroke-stone-950\/40 {
    stroke: rgb(12 10 9 / 0.4) !important;
  }

  .md\:stroke-stone-950\/45 {
    stroke: rgb(12 10 9 / 0.45) !important;
  }

  .md\:stroke-stone-950\/5 {
    stroke: rgb(12 10 9 / 0.05) !important;
  }

  .md\:stroke-stone-950\/50 {
    stroke: rgb(12 10 9 / 0.5) !important;
  }

  .md\:stroke-stone-950\/55 {
    stroke: rgb(12 10 9 / 0.55) !important;
  }

  .md\:stroke-stone-950\/60 {
    stroke: rgb(12 10 9 / 0.6) !important;
  }

  .md\:stroke-stone-950\/65 {
    stroke: rgb(12 10 9 / 0.65) !important;
  }

  .md\:stroke-stone-950\/70 {
    stroke: rgb(12 10 9 / 0.7) !important;
  }

  .md\:stroke-stone-950\/75 {
    stroke: rgb(12 10 9 / 0.75) !important;
  }

  .md\:stroke-stone-950\/80 {
    stroke: rgb(12 10 9 / 0.8) !important;
  }

  .md\:stroke-stone-950\/85 {
    stroke: rgb(12 10 9 / 0.85) !important;
  }

  .md\:stroke-stone-950\/90 {
    stroke: rgb(12 10 9 / 0.9) !important;
  }

  .md\:stroke-stone-950\/95 {
    stroke: rgb(12 10 9 / 0.95) !important;
  }

  .md\:stroke-teal-100 {
    stroke: #ccfbf1 !important;
  }

  .md\:stroke-teal-100\/0 {
    stroke: rgb(204 251 241 / 0) !important;
  }

  .md\:stroke-teal-100\/10 {
    stroke: rgb(204 251 241 / 0.1) !important;
  }

  .md\:stroke-teal-100\/100 {
    stroke: rgb(204 251 241 / 1) !important;
  }

  .md\:stroke-teal-100\/15 {
    stroke: rgb(204 251 241 / 0.15) !important;
  }

  .md\:stroke-teal-100\/20 {
    stroke: rgb(204 251 241 / 0.2) !important;
  }

  .md\:stroke-teal-100\/25 {
    stroke: rgb(204 251 241 / 0.25) !important;
  }

  .md\:stroke-teal-100\/30 {
    stroke: rgb(204 251 241 / 0.3) !important;
  }

  .md\:stroke-teal-100\/35 {
    stroke: rgb(204 251 241 / 0.35) !important;
  }

  .md\:stroke-teal-100\/40 {
    stroke: rgb(204 251 241 / 0.4) !important;
  }

  .md\:stroke-teal-100\/45 {
    stroke: rgb(204 251 241 / 0.45) !important;
  }

  .md\:stroke-teal-100\/5 {
    stroke: rgb(204 251 241 / 0.05) !important;
  }

  .md\:stroke-teal-100\/50 {
    stroke: rgb(204 251 241 / 0.5) !important;
  }

  .md\:stroke-teal-100\/55 {
    stroke: rgb(204 251 241 / 0.55) !important;
  }

  .md\:stroke-teal-100\/60 {
    stroke: rgb(204 251 241 / 0.6) !important;
  }

  .md\:stroke-teal-100\/65 {
    stroke: rgb(204 251 241 / 0.65) !important;
  }

  .md\:stroke-teal-100\/70 {
    stroke: rgb(204 251 241 / 0.7) !important;
  }

  .md\:stroke-teal-100\/75 {
    stroke: rgb(204 251 241 / 0.75) !important;
  }

  .md\:stroke-teal-100\/80 {
    stroke: rgb(204 251 241 / 0.8) !important;
  }

  .md\:stroke-teal-100\/85 {
    stroke: rgb(204 251 241 / 0.85) !important;
  }

  .md\:stroke-teal-100\/90 {
    stroke: rgb(204 251 241 / 0.9) !important;
  }

  .md\:stroke-teal-100\/95 {
    stroke: rgb(204 251 241 / 0.95) !important;
  }

  .md\:stroke-teal-200 {
    stroke: #99f6e4 !important;
  }

  .md\:stroke-teal-200\/0 {
    stroke: rgb(153 246 228 / 0) !important;
  }

  .md\:stroke-teal-200\/10 {
    stroke: rgb(153 246 228 / 0.1) !important;
  }

  .md\:stroke-teal-200\/100 {
    stroke: rgb(153 246 228 / 1) !important;
  }

  .md\:stroke-teal-200\/15 {
    stroke: rgb(153 246 228 / 0.15) !important;
  }

  .md\:stroke-teal-200\/20 {
    stroke: rgb(153 246 228 / 0.2) !important;
  }

  .md\:stroke-teal-200\/25 {
    stroke: rgb(153 246 228 / 0.25) !important;
  }

  .md\:stroke-teal-200\/30 {
    stroke: rgb(153 246 228 / 0.3) !important;
  }

  .md\:stroke-teal-200\/35 {
    stroke: rgb(153 246 228 / 0.35) !important;
  }

  .md\:stroke-teal-200\/40 {
    stroke: rgb(153 246 228 / 0.4) !important;
  }

  .md\:stroke-teal-200\/45 {
    stroke: rgb(153 246 228 / 0.45) !important;
  }

  .md\:stroke-teal-200\/5 {
    stroke: rgb(153 246 228 / 0.05) !important;
  }

  .md\:stroke-teal-200\/50 {
    stroke: rgb(153 246 228 / 0.5) !important;
  }

  .md\:stroke-teal-200\/55 {
    stroke: rgb(153 246 228 / 0.55) !important;
  }

  .md\:stroke-teal-200\/60 {
    stroke: rgb(153 246 228 / 0.6) !important;
  }

  .md\:stroke-teal-200\/65 {
    stroke: rgb(153 246 228 / 0.65) !important;
  }

  .md\:stroke-teal-200\/70 {
    stroke: rgb(153 246 228 / 0.7) !important;
  }

  .md\:stroke-teal-200\/75 {
    stroke: rgb(153 246 228 / 0.75) !important;
  }

  .md\:stroke-teal-200\/80 {
    stroke: rgb(153 246 228 / 0.8) !important;
  }

  .md\:stroke-teal-200\/85 {
    stroke: rgb(153 246 228 / 0.85) !important;
  }

  .md\:stroke-teal-200\/90 {
    stroke: rgb(153 246 228 / 0.9) !important;
  }

  .md\:stroke-teal-200\/95 {
    stroke: rgb(153 246 228 / 0.95) !important;
  }

  .md\:stroke-teal-300 {
    stroke: #5eead4 !important;
  }

  .md\:stroke-teal-300\/0 {
    stroke: rgb(94 234 212 / 0) !important;
  }

  .md\:stroke-teal-300\/10 {
    stroke: rgb(94 234 212 / 0.1) !important;
  }

  .md\:stroke-teal-300\/100 {
    stroke: rgb(94 234 212 / 1) !important;
  }

  .md\:stroke-teal-300\/15 {
    stroke: rgb(94 234 212 / 0.15) !important;
  }

  .md\:stroke-teal-300\/20 {
    stroke: rgb(94 234 212 / 0.2) !important;
  }

  .md\:stroke-teal-300\/25 {
    stroke: rgb(94 234 212 / 0.25) !important;
  }

  .md\:stroke-teal-300\/30 {
    stroke: rgb(94 234 212 / 0.3) !important;
  }

  .md\:stroke-teal-300\/35 {
    stroke: rgb(94 234 212 / 0.35) !important;
  }

  .md\:stroke-teal-300\/40 {
    stroke: rgb(94 234 212 / 0.4) !important;
  }

  .md\:stroke-teal-300\/45 {
    stroke: rgb(94 234 212 / 0.45) !important;
  }

  .md\:stroke-teal-300\/5 {
    stroke: rgb(94 234 212 / 0.05) !important;
  }

  .md\:stroke-teal-300\/50 {
    stroke: rgb(94 234 212 / 0.5) !important;
  }

  .md\:stroke-teal-300\/55 {
    stroke: rgb(94 234 212 / 0.55) !important;
  }

  .md\:stroke-teal-300\/60 {
    stroke: rgb(94 234 212 / 0.6) !important;
  }

  .md\:stroke-teal-300\/65 {
    stroke: rgb(94 234 212 / 0.65) !important;
  }

  .md\:stroke-teal-300\/70 {
    stroke: rgb(94 234 212 / 0.7) !important;
  }

  .md\:stroke-teal-300\/75 {
    stroke: rgb(94 234 212 / 0.75) !important;
  }

  .md\:stroke-teal-300\/80 {
    stroke: rgb(94 234 212 / 0.8) !important;
  }

  .md\:stroke-teal-300\/85 {
    stroke: rgb(94 234 212 / 0.85) !important;
  }

  .md\:stroke-teal-300\/90 {
    stroke: rgb(94 234 212 / 0.9) !important;
  }

  .md\:stroke-teal-300\/95 {
    stroke: rgb(94 234 212 / 0.95) !important;
  }

  .md\:stroke-teal-400 {
    stroke: #2dd4bf !important;
  }

  .md\:stroke-teal-400\/0 {
    stroke: rgb(45 212 191 / 0) !important;
  }

  .md\:stroke-teal-400\/10 {
    stroke: rgb(45 212 191 / 0.1) !important;
  }

  .md\:stroke-teal-400\/100 {
    stroke: rgb(45 212 191 / 1) !important;
  }

  .md\:stroke-teal-400\/15 {
    stroke: rgb(45 212 191 / 0.15) !important;
  }

  .md\:stroke-teal-400\/20 {
    stroke: rgb(45 212 191 / 0.2) !important;
  }

  .md\:stroke-teal-400\/25 {
    stroke: rgb(45 212 191 / 0.25) !important;
  }

  .md\:stroke-teal-400\/30 {
    stroke: rgb(45 212 191 / 0.3) !important;
  }

  .md\:stroke-teal-400\/35 {
    stroke: rgb(45 212 191 / 0.35) !important;
  }

  .md\:stroke-teal-400\/40 {
    stroke: rgb(45 212 191 / 0.4) !important;
  }

  .md\:stroke-teal-400\/45 {
    stroke: rgb(45 212 191 / 0.45) !important;
  }

  .md\:stroke-teal-400\/5 {
    stroke: rgb(45 212 191 / 0.05) !important;
  }

  .md\:stroke-teal-400\/50 {
    stroke: rgb(45 212 191 / 0.5) !important;
  }

  .md\:stroke-teal-400\/55 {
    stroke: rgb(45 212 191 / 0.55) !important;
  }

  .md\:stroke-teal-400\/60 {
    stroke: rgb(45 212 191 / 0.6) !important;
  }

  .md\:stroke-teal-400\/65 {
    stroke: rgb(45 212 191 / 0.65) !important;
  }

  .md\:stroke-teal-400\/70 {
    stroke: rgb(45 212 191 / 0.7) !important;
  }

  .md\:stroke-teal-400\/75 {
    stroke: rgb(45 212 191 / 0.75) !important;
  }

  .md\:stroke-teal-400\/80 {
    stroke: rgb(45 212 191 / 0.8) !important;
  }

  .md\:stroke-teal-400\/85 {
    stroke: rgb(45 212 191 / 0.85) !important;
  }

  .md\:stroke-teal-400\/90 {
    stroke: rgb(45 212 191 / 0.9) !important;
  }

  .md\:stroke-teal-400\/95 {
    stroke: rgb(45 212 191 / 0.95) !important;
  }

  .md\:stroke-teal-50 {
    stroke: #f0fdfa !important;
  }

  .md\:stroke-teal-50\/0 {
    stroke: rgb(240 253 250 / 0) !important;
  }

  .md\:stroke-teal-50\/10 {
    stroke: rgb(240 253 250 / 0.1) !important;
  }

  .md\:stroke-teal-50\/100 {
    stroke: rgb(240 253 250 / 1) !important;
  }

  .md\:stroke-teal-50\/15 {
    stroke: rgb(240 253 250 / 0.15) !important;
  }

  .md\:stroke-teal-50\/20 {
    stroke: rgb(240 253 250 / 0.2) !important;
  }

  .md\:stroke-teal-50\/25 {
    stroke: rgb(240 253 250 / 0.25) !important;
  }

  .md\:stroke-teal-50\/30 {
    stroke: rgb(240 253 250 / 0.3) !important;
  }

  .md\:stroke-teal-50\/35 {
    stroke: rgb(240 253 250 / 0.35) !important;
  }

  .md\:stroke-teal-50\/40 {
    stroke: rgb(240 253 250 / 0.4) !important;
  }

  .md\:stroke-teal-50\/45 {
    stroke: rgb(240 253 250 / 0.45) !important;
  }

  .md\:stroke-teal-50\/5 {
    stroke: rgb(240 253 250 / 0.05) !important;
  }

  .md\:stroke-teal-50\/50 {
    stroke: rgb(240 253 250 / 0.5) !important;
  }

  .md\:stroke-teal-50\/55 {
    stroke: rgb(240 253 250 / 0.55) !important;
  }

  .md\:stroke-teal-50\/60 {
    stroke: rgb(240 253 250 / 0.6) !important;
  }

  .md\:stroke-teal-50\/65 {
    stroke: rgb(240 253 250 / 0.65) !important;
  }

  .md\:stroke-teal-50\/70 {
    stroke: rgb(240 253 250 / 0.7) !important;
  }

  .md\:stroke-teal-50\/75 {
    stroke: rgb(240 253 250 / 0.75) !important;
  }

  .md\:stroke-teal-50\/80 {
    stroke: rgb(240 253 250 / 0.8) !important;
  }

  .md\:stroke-teal-50\/85 {
    stroke: rgb(240 253 250 / 0.85) !important;
  }

  .md\:stroke-teal-50\/90 {
    stroke: rgb(240 253 250 / 0.9) !important;
  }

  .md\:stroke-teal-50\/95 {
    stroke: rgb(240 253 250 / 0.95) !important;
  }

  .md\:stroke-teal-500 {
    stroke: #14b8a6 !important;
  }

  .md\:stroke-teal-500\/0 {
    stroke: rgb(20 184 166 / 0) !important;
  }

  .md\:stroke-teal-500\/10 {
    stroke: rgb(20 184 166 / 0.1) !important;
  }

  .md\:stroke-teal-500\/100 {
    stroke: rgb(20 184 166 / 1) !important;
  }

  .md\:stroke-teal-500\/15 {
    stroke: rgb(20 184 166 / 0.15) !important;
  }

  .md\:stroke-teal-500\/20 {
    stroke: rgb(20 184 166 / 0.2) !important;
  }

  .md\:stroke-teal-500\/25 {
    stroke: rgb(20 184 166 / 0.25) !important;
  }

  .md\:stroke-teal-500\/30 {
    stroke: rgb(20 184 166 / 0.3) !important;
  }

  .md\:stroke-teal-500\/35 {
    stroke: rgb(20 184 166 / 0.35) !important;
  }

  .md\:stroke-teal-500\/40 {
    stroke: rgb(20 184 166 / 0.4) !important;
  }

  .md\:stroke-teal-500\/45 {
    stroke: rgb(20 184 166 / 0.45) !important;
  }

  .md\:stroke-teal-500\/5 {
    stroke: rgb(20 184 166 / 0.05) !important;
  }

  .md\:stroke-teal-500\/50 {
    stroke: rgb(20 184 166 / 0.5) !important;
  }

  .md\:stroke-teal-500\/55 {
    stroke: rgb(20 184 166 / 0.55) !important;
  }

  .md\:stroke-teal-500\/60 {
    stroke: rgb(20 184 166 / 0.6) !important;
  }

  .md\:stroke-teal-500\/65 {
    stroke: rgb(20 184 166 / 0.65) !important;
  }

  .md\:stroke-teal-500\/70 {
    stroke: rgb(20 184 166 / 0.7) !important;
  }

  .md\:stroke-teal-500\/75 {
    stroke: rgb(20 184 166 / 0.75) !important;
  }

  .md\:stroke-teal-500\/80 {
    stroke: rgb(20 184 166 / 0.8) !important;
  }

  .md\:stroke-teal-500\/85 {
    stroke: rgb(20 184 166 / 0.85) !important;
  }

  .md\:stroke-teal-500\/90 {
    stroke: rgb(20 184 166 / 0.9) !important;
  }

  .md\:stroke-teal-500\/95 {
    stroke: rgb(20 184 166 / 0.95) !important;
  }

  .md\:stroke-teal-600 {
    stroke: #0d9488 !important;
  }

  .md\:stroke-teal-600\/0 {
    stroke: rgb(13 148 136 / 0) !important;
  }

  .md\:stroke-teal-600\/10 {
    stroke: rgb(13 148 136 / 0.1) !important;
  }

  .md\:stroke-teal-600\/100 {
    stroke: rgb(13 148 136 / 1) !important;
  }

  .md\:stroke-teal-600\/15 {
    stroke: rgb(13 148 136 / 0.15) !important;
  }

  .md\:stroke-teal-600\/20 {
    stroke: rgb(13 148 136 / 0.2) !important;
  }

  .md\:stroke-teal-600\/25 {
    stroke: rgb(13 148 136 / 0.25) !important;
  }

  .md\:stroke-teal-600\/30 {
    stroke: rgb(13 148 136 / 0.3) !important;
  }

  .md\:stroke-teal-600\/35 {
    stroke: rgb(13 148 136 / 0.35) !important;
  }

  .md\:stroke-teal-600\/40 {
    stroke: rgb(13 148 136 / 0.4) !important;
  }

  .md\:stroke-teal-600\/45 {
    stroke: rgb(13 148 136 / 0.45) !important;
  }

  .md\:stroke-teal-600\/5 {
    stroke: rgb(13 148 136 / 0.05) !important;
  }

  .md\:stroke-teal-600\/50 {
    stroke: rgb(13 148 136 / 0.5) !important;
  }

  .md\:stroke-teal-600\/55 {
    stroke: rgb(13 148 136 / 0.55) !important;
  }

  .md\:stroke-teal-600\/60 {
    stroke: rgb(13 148 136 / 0.6) !important;
  }

  .md\:stroke-teal-600\/65 {
    stroke: rgb(13 148 136 / 0.65) !important;
  }

  .md\:stroke-teal-600\/70 {
    stroke: rgb(13 148 136 / 0.7) !important;
  }

  .md\:stroke-teal-600\/75 {
    stroke: rgb(13 148 136 / 0.75) !important;
  }

  .md\:stroke-teal-600\/80 {
    stroke: rgb(13 148 136 / 0.8) !important;
  }

  .md\:stroke-teal-600\/85 {
    stroke: rgb(13 148 136 / 0.85) !important;
  }

  .md\:stroke-teal-600\/90 {
    stroke: rgb(13 148 136 / 0.9) !important;
  }

  .md\:stroke-teal-600\/95 {
    stroke: rgb(13 148 136 / 0.95) !important;
  }

  .md\:stroke-teal-700 {
    stroke: #0f766e !important;
  }

  .md\:stroke-teal-700\/0 {
    stroke: rgb(15 118 110 / 0) !important;
  }

  .md\:stroke-teal-700\/10 {
    stroke: rgb(15 118 110 / 0.1) !important;
  }

  .md\:stroke-teal-700\/100 {
    stroke: rgb(15 118 110 / 1) !important;
  }

  .md\:stroke-teal-700\/15 {
    stroke: rgb(15 118 110 / 0.15) !important;
  }

  .md\:stroke-teal-700\/20 {
    stroke: rgb(15 118 110 / 0.2) !important;
  }

  .md\:stroke-teal-700\/25 {
    stroke: rgb(15 118 110 / 0.25) !important;
  }

  .md\:stroke-teal-700\/30 {
    stroke: rgb(15 118 110 / 0.3) !important;
  }

  .md\:stroke-teal-700\/35 {
    stroke: rgb(15 118 110 / 0.35) !important;
  }

  .md\:stroke-teal-700\/40 {
    stroke: rgb(15 118 110 / 0.4) !important;
  }

  .md\:stroke-teal-700\/45 {
    stroke: rgb(15 118 110 / 0.45) !important;
  }

  .md\:stroke-teal-700\/5 {
    stroke: rgb(15 118 110 / 0.05) !important;
  }

  .md\:stroke-teal-700\/50 {
    stroke: rgb(15 118 110 / 0.5) !important;
  }

  .md\:stroke-teal-700\/55 {
    stroke: rgb(15 118 110 / 0.55) !important;
  }

  .md\:stroke-teal-700\/60 {
    stroke: rgb(15 118 110 / 0.6) !important;
  }

  .md\:stroke-teal-700\/65 {
    stroke: rgb(15 118 110 / 0.65) !important;
  }

  .md\:stroke-teal-700\/70 {
    stroke: rgb(15 118 110 / 0.7) !important;
  }

  .md\:stroke-teal-700\/75 {
    stroke: rgb(15 118 110 / 0.75) !important;
  }

  .md\:stroke-teal-700\/80 {
    stroke: rgb(15 118 110 / 0.8) !important;
  }

  .md\:stroke-teal-700\/85 {
    stroke: rgb(15 118 110 / 0.85) !important;
  }

  .md\:stroke-teal-700\/90 {
    stroke: rgb(15 118 110 / 0.9) !important;
  }

  .md\:stroke-teal-700\/95 {
    stroke: rgb(15 118 110 / 0.95) !important;
  }

  .md\:stroke-teal-800 {
    stroke: #115e59 !important;
  }

  .md\:stroke-teal-800\/0 {
    stroke: rgb(17 94 89 / 0) !important;
  }

  .md\:stroke-teal-800\/10 {
    stroke: rgb(17 94 89 / 0.1) !important;
  }

  .md\:stroke-teal-800\/100 {
    stroke: rgb(17 94 89 / 1) !important;
  }

  .md\:stroke-teal-800\/15 {
    stroke: rgb(17 94 89 / 0.15) !important;
  }

  .md\:stroke-teal-800\/20 {
    stroke: rgb(17 94 89 / 0.2) !important;
  }

  .md\:stroke-teal-800\/25 {
    stroke: rgb(17 94 89 / 0.25) !important;
  }

  .md\:stroke-teal-800\/30 {
    stroke: rgb(17 94 89 / 0.3) !important;
  }

  .md\:stroke-teal-800\/35 {
    stroke: rgb(17 94 89 / 0.35) !important;
  }

  .md\:stroke-teal-800\/40 {
    stroke: rgb(17 94 89 / 0.4) !important;
  }

  .md\:stroke-teal-800\/45 {
    stroke: rgb(17 94 89 / 0.45) !important;
  }

  .md\:stroke-teal-800\/5 {
    stroke: rgb(17 94 89 / 0.05) !important;
  }

  .md\:stroke-teal-800\/50 {
    stroke: rgb(17 94 89 / 0.5) !important;
  }

  .md\:stroke-teal-800\/55 {
    stroke: rgb(17 94 89 / 0.55) !important;
  }

  .md\:stroke-teal-800\/60 {
    stroke: rgb(17 94 89 / 0.6) !important;
  }

  .md\:stroke-teal-800\/65 {
    stroke: rgb(17 94 89 / 0.65) !important;
  }

  .md\:stroke-teal-800\/70 {
    stroke: rgb(17 94 89 / 0.7) !important;
  }

  .md\:stroke-teal-800\/75 {
    stroke: rgb(17 94 89 / 0.75) !important;
  }

  .md\:stroke-teal-800\/80 {
    stroke: rgb(17 94 89 / 0.8) !important;
  }

  .md\:stroke-teal-800\/85 {
    stroke: rgb(17 94 89 / 0.85) !important;
  }

  .md\:stroke-teal-800\/90 {
    stroke: rgb(17 94 89 / 0.9) !important;
  }

  .md\:stroke-teal-800\/95 {
    stroke: rgb(17 94 89 / 0.95) !important;
  }

  .md\:stroke-teal-900 {
    stroke: #134e4a !important;
  }

  .md\:stroke-teal-900\/0 {
    stroke: rgb(19 78 74 / 0) !important;
  }

  .md\:stroke-teal-900\/10 {
    stroke: rgb(19 78 74 / 0.1) !important;
  }

  .md\:stroke-teal-900\/100 {
    stroke: rgb(19 78 74 / 1) !important;
  }

  .md\:stroke-teal-900\/15 {
    stroke: rgb(19 78 74 / 0.15) !important;
  }

  .md\:stroke-teal-900\/20 {
    stroke: rgb(19 78 74 / 0.2) !important;
  }

  .md\:stroke-teal-900\/25 {
    stroke: rgb(19 78 74 / 0.25) !important;
  }

  .md\:stroke-teal-900\/30 {
    stroke: rgb(19 78 74 / 0.3) !important;
  }

  .md\:stroke-teal-900\/35 {
    stroke: rgb(19 78 74 / 0.35) !important;
  }

  .md\:stroke-teal-900\/40 {
    stroke: rgb(19 78 74 / 0.4) !important;
  }

  .md\:stroke-teal-900\/45 {
    stroke: rgb(19 78 74 / 0.45) !important;
  }

  .md\:stroke-teal-900\/5 {
    stroke: rgb(19 78 74 / 0.05) !important;
  }

  .md\:stroke-teal-900\/50 {
    stroke: rgb(19 78 74 / 0.5) !important;
  }

  .md\:stroke-teal-900\/55 {
    stroke: rgb(19 78 74 / 0.55) !important;
  }

  .md\:stroke-teal-900\/60 {
    stroke: rgb(19 78 74 / 0.6) !important;
  }

  .md\:stroke-teal-900\/65 {
    stroke: rgb(19 78 74 / 0.65) !important;
  }

  .md\:stroke-teal-900\/70 {
    stroke: rgb(19 78 74 / 0.7) !important;
  }

  .md\:stroke-teal-900\/75 {
    stroke: rgb(19 78 74 / 0.75) !important;
  }

  .md\:stroke-teal-900\/80 {
    stroke: rgb(19 78 74 / 0.8) !important;
  }

  .md\:stroke-teal-900\/85 {
    stroke: rgb(19 78 74 / 0.85) !important;
  }

  .md\:stroke-teal-900\/90 {
    stroke: rgb(19 78 74 / 0.9) !important;
  }

  .md\:stroke-teal-900\/95 {
    stroke: rgb(19 78 74 / 0.95) !important;
  }

  .md\:stroke-teal-950 {
    stroke: #042f2e !important;
  }

  .md\:stroke-teal-950\/0 {
    stroke: rgb(4 47 46 / 0) !important;
  }

  .md\:stroke-teal-950\/10 {
    stroke: rgb(4 47 46 / 0.1) !important;
  }

  .md\:stroke-teal-950\/100 {
    stroke: rgb(4 47 46 / 1) !important;
  }

  .md\:stroke-teal-950\/15 {
    stroke: rgb(4 47 46 / 0.15) !important;
  }

  .md\:stroke-teal-950\/20 {
    stroke: rgb(4 47 46 / 0.2) !important;
  }

  .md\:stroke-teal-950\/25 {
    stroke: rgb(4 47 46 / 0.25) !important;
  }

  .md\:stroke-teal-950\/30 {
    stroke: rgb(4 47 46 / 0.3) !important;
  }

  .md\:stroke-teal-950\/35 {
    stroke: rgb(4 47 46 / 0.35) !important;
  }

  .md\:stroke-teal-950\/40 {
    stroke: rgb(4 47 46 / 0.4) !important;
  }

  .md\:stroke-teal-950\/45 {
    stroke: rgb(4 47 46 / 0.45) !important;
  }

  .md\:stroke-teal-950\/5 {
    stroke: rgb(4 47 46 / 0.05) !important;
  }

  .md\:stroke-teal-950\/50 {
    stroke: rgb(4 47 46 / 0.5) !important;
  }

  .md\:stroke-teal-950\/55 {
    stroke: rgb(4 47 46 / 0.55) !important;
  }

  .md\:stroke-teal-950\/60 {
    stroke: rgb(4 47 46 / 0.6) !important;
  }

  .md\:stroke-teal-950\/65 {
    stroke: rgb(4 47 46 / 0.65) !important;
  }

  .md\:stroke-teal-950\/70 {
    stroke: rgb(4 47 46 / 0.7) !important;
  }

  .md\:stroke-teal-950\/75 {
    stroke: rgb(4 47 46 / 0.75) !important;
  }

  .md\:stroke-teal-950\/80 {
    stroke: rgb(4 47 46 / 0.8) !important;
  }

  .md\:stroke-teal-950\/85 {
    stroke: rgb(4 47 46 / 0.85) !important;
  }

  .md\:stroke-teal-950\/90 {
    stroke: rgb(4 47 46 / 0.9) !important;
  }

  .md\:stroke-teal-950\/95 {
    stroke: rgb(4 47 46 / 0.95) !important;
  }

  .md\:stroke-theme_color {
    stroke: #509885 !important;
  }

  .md\:stroke-theme_color\/0 {
    stroke: rgb(80 152 133 / 0) !important;
  }

  .md\:stroke-theme_color\/10 {
    stroke: rgb(80 152 133 / 0.1) !important;
  }

  .md\:stroke-theme_color\/100 {
    stroke: rgb(80 152 133 / 1) !important;
  }

  .md\:stroke-theme_color\/15 {
    stroke: rgb(80 152 133 / 0.15) !important;
  }

  .md\:stroke-theme_color\/20 {
    stroke: rgb(80 152 133 / 0.2) !important;
  }

  .md\:stroke-theme_color\/25 {
    stroke: rgb(80 152 133 / 0.25) !important;
  }

  .md\:stroke-theme_color\/30 {
    stroke: rgb(80 152 133 / 0.3) !important;
  }

  .md\:stroke-theme_color\/35 {
    stroke: rgb(80 152 133 / 0.35) !important;
  }

  .md\:stroke-theme_color\/40 {
    stroke: rgb(80 152 133 / 0.4) !important;
  }

  .md\:stroke-theme_color\/45 {
    stroke: rgb(80 152 133 / 0.45) !important;
  }

  .md\:stroke-theme_color\/5 {
    stroke: rgb(80 152 133 / 0.05) !important;
  }

  .md\:stroke-theme_color\/50 {
    stroke: rgb(80 152 133 / 0.5) !important;
  }

  .md\:stroke-theme_color\/55 {
    stroke: rgb(80 152 133 / 0.55) !important;
  }

  .md\:stroke-theme_color\/60 {
    stroke: rgb(80 152 133 / 0.6) !important;
  }

  .md\:stroke-theme_color\/65 {
    stroke: rgb(80 152 133 / 0.65) !important;
  }

  .md\:stroke-theme_color\/70 {
    stroke: rgb(80 152 133 / 0.7) !important;
  }

  .md\:stroke-theme_color\/75 {
    stroke: rgb(80 152 133 / 0.75) !important;
  }

  .md\:stroke-theme_color\/80 {
    stroke: rgb(80 152 133 / 0.8) !important;
  }

  .md\:stroke-theme_color\/85 {
    stroke: rgb(80 152 133 / 0.85) !important;
  }

  .md\:stroke-theme_color\/90 {
    stroke: rgb(80 152 133 / 0.9) !important;
  }

  .md\:stroke-theme_color\/95 {
    stroke: rgb(80 152 133 / 0.95) !important;
  }

  .md\:stroke-transparent {
    stroke: transparent !important;
  }

  .md\:stroke-transparent\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .md\:stroke-transparent\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .md\:stroke-transparent\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .md\:stroke-transparent\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .md\:stroke-transparent\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .md\:stroke-transparent\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .md\:stroke-transparent\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .md\:stroke-transparent\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .md\:stroke-transparent\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .md\:stroke-transparent\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .md\:stroke-transparent\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .md\:stroke-transparent\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .md\:stroke-transparent\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .md\:stroke-transparent\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .md\:stroke-transparent\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .md\:stroke-transparent\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .md\:stroke-transparent\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .md\:stroke-transparent\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .md\:stroke-transparent\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .md\:stroke-transparent\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .md\:stroke-transparent\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .md\:stroke-violet-100 {
    stroke: #ede9fe !important;
  }

  .md\:stroke-violet-100\/0 {
    stroke: rgb(237 233 254 / 0) !important;
  }

  .md\:stroke-violet-100\/10 {
    stroke: rgb(237 233 254 / 0.1) !important;
  }

  .md\:stroke-violet-100\/100 {
    stroke: rgb(237 233 254 / 1) !important;
  }

  .md\:stroke-violet-100\/15 {
    stroke: rgb(237 233 254 / 0.15) !important;
  }

  .md\:stroke-violet-100\/20 {
    stroke: rgb(237 233 254 / 0.2) !important;
  }

  .md\:stroke-violet-100\/25 {
    stroke: rgb(237 233 254 / 0.25) !important;
  }

  .md\:stroke-violet-100\/30 {
    stroke: rgb(237 233 254 / 0.3) !important;
  }

  .md\:stroke-violet-100\/35 {
    stroke: rgb(237 233 254 / 0.35) !important;
  }

  .md\:stroke-violet-100\/40 {
    stroke: rgb(237 233 254 / 0.4) !important;
  }

  .md\:stroke-violet-100\/45 {
    stroke: rgb(237 233 254 / 0.45) !important;
  }

  .md\:stroke-violet-100\/5 {
    stroke: rgb(237 233 254 / 0.05) !important;
  }

  .md\:stroke-violet-100\/50 {
    stroke: rgb(237 233 254 / 0.5) !important;
  }

  .md\:stroke-violet-100\/55 {
    stroke: rgb(237 233 254 / 0.55) !important;
  }

  .md\:stroke-violet-100\/60 {
    stroke: rgb(237 233 254 / 0.6) !important;
  }

  .md\:stroke-violet-100\/65 {
    stroke: rgb(237 233 254 / 0.65) !important;
  }

  .md\:stroke-violet-100\/70 {
    stroke: rgb(237 233 254 / 0.7) !important;
  }

  .md\:stroke-violet-100\/75 {
    stroke: rgb(237 233 254 / 0.75) !important;
  }

  .md\:stroke-violet-100\/80 {
    stroke: rgb(237 233 254 / 0.8) !important;
  }

  .md\:stroke-violet-100\/85 {
    stroke: rgb(237 233 254 / 0.85) !important;
  }

  .md\:stroke-violet-100\/90 {
    stroke: rgb(237 233 254 / 0.9) !important;
  }

  .md\:stroke-violet-100\/95 {
    stroke: rgb(237 233 254 / 0.95) !important;
  }

  .md\:stroke-violet-200 {
    stroke: #ddd6fe !important;
  }

  .md\:stroke-violet-200\/0 {
    stroke: rgb(221 214 254 / 0) !important;
  }

  .md\:stroke-violet-200\/10 {
    stroke: rgb(221 214 254 / 0.1) !important;
  }

  .md\:stroke-violet-200\/100 {
    stroke: rgb(221 214 254 / 1) !important;
  }

  .md\:stroke-violet-200\/15 {
    stroke: rgb(221 214 254 / 0.15) !important;
  }

  .md\:stroke-violet-200\/20 {
    stroke: rgb(221 214 254 / 0.2) !important;
  }

  .md\:stroke-violet-200\/25 {
    stroke: rgb(221 214 254 / 0.25) !important;
  }

  .md\:stroke-violet-200\/30 {
    stroke: rgb(221 214 254 / 0.3) !important;
  }

  .md\:stroke-violet-200\/35 {
    stroke: rgb(221 214 254 / 0.35) !important;
  }

  .md\:stroke-violet-200\/40 {
    stroke: rgb(221 214 254 / 0.4) !important;
  }

  .md\:stroke-violet-200\/45 {
    stroke: rgb(221 214 254 / 0.45) !important;
  }

  .md\:stroke-violet-200\/5 {
    stroke: rgb(221 214 254 / 0.05) !important;
  }

  .md\:stroke-violet-200\/50 {
    stroke: rgb(221 214 254 / 0.5) !important;
  }

  .md\:stroke-violet-200\/55 {
    stroke: rgb(221 214 254 / 0.55) !important;
  }

  .md\:stroke-violet-200\/60 {
    stroke: rgb(221 214 254 / 0.6) !important;
  }

  .md\:stroke-violet-200\/65 {
    stroke: rgb(221 214 254 / 0.65) !important;
  }

  .md\:stroke-violet-200\/70 {
    stroke: rgb(221 214 254 / 0.7) !important;
  }

  .md\:stroke-violet-200\/75 {
    stroke: rgb(221 214 254 / 0.75) !important;
  }

  .md\:stroke-violet-200\/80 {
    stroke: rgb(221 214 254 / 0.8) !important;
  }

  .md\:stroke-violet-200\/85 {
    stroke: rgb(221 214 254 / 0.85) !important;
  }

  .md\:stroke-violet-200\/90 {
    stroke: rgb(221 214 254 / 0.9) !important;
  }

  .md\:stroke-violet-200\/95 {
    stroke: rgb(221 214 254 / 0.95) !important;
  }

  .md\:stroke-violet-300 {
    stroke: #c4b5fd !important;
  }

  .md\:stroke-violet-300\/0 {
    stroke: rgb(196 181 253 / 0) !important;
  }

  .md\:stroke-violet-300\/10 {
    stroke: rgb(196 181 253 / 0.1) !important;
  }

  .md\:stroke-violet-300\/100 {
    stroke: rgb(196 181 253 / 1) !important;
  }

  .md\:stroke-violet-300\/15 {
    stroke: rgb(196 181 253 / 0.15) !important;
  }

  .md\:stroke-violet-300\/20 {
    stroke: rgb(196 181 253 / 0.2) !important;
  }

  .md\:stroke-violet-300\/25 {
    stroke: rgb(196 181 253 / 0.25) !important;
  }

  .md\:stroke-violet-300\/30 {
    stroke: rgb(196 181 253 / 0.3) !important;
  }

  .md\:stroke-violet-300\/35 {
    stroke: rgb(196 181 253 / 0.35) !important;
  }

  .md\:stroke-violet-300\/40 {
    stroke: rgb(196 181 253 / 0.4) !important;
  }

  .md\:stroke-violet-300\/45 {
    stroke: rgb(196 181 253 / 0.45) !important;
  }

  .md\:stroke-violet-300\/5 {
    stroke: rgb(196 181 253 / 0.05) !important;
  }

  .md\:stroke-violet-300\/50 {
    stroke: rgb(196 181 253 / 0.5) !important;
  }

  .md\:stroke-violet-300\/55 {
    stroke: rgb(196 181 253 / 0.55) !important;
  }

  .md\:stroke-violet-300\/60 {
    stroke: rgb(196 181 253 / 0.6) !important;
  }

  .md\:stroke-violet-300\/65 {
    stroke: rgb(196 181 253 / 0.65) !important;
  }

  .md\:stroke-violet-300\/70 {
    stroke: rgb(196 181 253 / 0.7) !important;
  }

  .md\:stroke-violet-300\/75 {
    stroke: rgb(196 181 253 / 0.75) !important;
  }

  .md\:stroke-violet-300\/80 {
    stroke: rgb(196 181 253 / 0.8) !important;
  }

  .md\:stroke-violet-300\/85 {
    stroke: rgb(196 181 253 / 0.85) !important;
  }

  .md\:stroke-violet-300\/90 {
    stroke: rgb(196 181 253 / 0.9) !important;
  }

  .md\:stroke-violet-300\/95 {
    stroke: rgb(196 181 253 / 0.95) !important;
  }

  .md\:stroke-violet-400 {
    stroke: #a78bfa !important;
  }

  .md\:stroke-violet-400\/0 {
    stroke: rgb(167 139 250 / 0) !important;
  }

  .md\:stroke-violet-400\/10 {
    stroke: rgb(167 139 250 / 0.1) !important;
  }

  .md\:stroke-violet-400\/100 {
    stroke: rgb(167 139 250 / 1) !important;
  }

  .md\:stroke-violet-400\/15 {
    stroke: rgb(167 139 250 / 0.15) !important;
  }

  .md\:stroke-violet-400\/20 {
    stroke: rgb(167 139 250 / 0.2) !important;
  }

  .md\:stroke-violet-400\/25 {
    stroke: rgb(167 139 250 / 0.25) !important;
  }

  .md\:stroke-violet-400\/30 {
    stroke: rgb(167 139 250 / 0.3) !important;
  }

  .md\:stroke-violet-400\/35 {
    stroke: rgb(167 139 250 / 0.35) !important;
  }

  .md\:stroke-violet-400\/40 {
    stroke: rgb(167 139 250 / 0.4) !important;
  }

  .md\:stroke-violet-400\/45 {
    stroke: rgb(167 139 250 / 0.45) !important;
  }

  .md\:stroke-violet-400\/5 {
    stroke: rgb(167 139 250 / 0.05) !important;
  }

  .md\:stroke-violet-400\/50 {
    stroke: rgb(167 139 250 / 0.5) !important;
  }

  .md\:stroke-violet-400\/55 {
    stroke: rgb(167 139 250 / 0.55) !important;
  }

  .md\:stroke-violet-400\/60 {
    stroke: rgb(167 139 250 / 0.6) !important;
  }

  .md\:stroke-violet-400\/65 {
    stroke: rgb(167 139 250 / 0.65) !important;
  }

  .md\:stroke-violet-400\/70 {
    stroke: rgb(167 139 250 / 0.7) !important;
  }

  .md\:stroke-violet-400\/75 {
    stroke: rgb(167 139 250 / 0.75) !important;
  }

  .md\:stroke-violet-400\/80 {
    stroke: rgb(167 139 250 / 0.8) !important;
  }

  .md\:stroke-violet-400\/85 {
    stroke: rgb(167 139 250 / 0.85) !important;
  }

  .md\:stroke-violet-400\/90 {
    stroke: rgb(167 139 250 / 0.9) !important;
  }

  .md\:stroke-violet-400\/95 {
    stroke: rgb(167 139 250 / 0.95) !important;
  }

  .md\:stroke-violet-50 {
    stroke: #f5f3ff !important;
  }

  .md\:stroke-violet-50\/0 {
    stroke: rgb(245 243 255 / 0) !important;
  }

  .md\:stroke-violet-50\/10 {
    stroke: rgb(245 243 255 / 0.1) !important;
  }

  .md\:stroke-violet-50\/100 {
    stroke: rgb(245 243 255 / 1) !important;
  }

  .md\:stroke-violet-50\/15 {
    stroke: rgb(245 243 255 / 0.15) !important;
  }

  .md\:stroke-violet-50\/20 {
    stroke: rgb(245 243 255 / 0.2) !important;
  }

  .md\:stroke-violet-50\/25 {
    stroke: rgb(245 243 255 / 0.25) !important;
  }

  .md\:stroke-violet-50\/30 {
    stroke: rgb(245 243 255 / 0.3) !important;
  }

  .md\:stroke-violet-50\/35 {
    stroke: rgb(245 243 255 / 0.35) !important;
  }

  .md\:stroke-violet-50\/40 {
    stroke: rgb(245 243 255 / 0.4) !important;
  }

  .md\:stroke-violet-50\/45 {
    stroke: rgb(245 243 255 / 0.45) !important;
  }

  .md\:stroke-violet-50\/5 {
    stroke: rgb(245 243 255 / 0.05) !important;
  }

  .md\:stroke-violet-50\/50 {
    stroke: rgb(245 243 255 / 0.5) !important;
  }

  .md\:stroke-violet-50\/55 {
    stroke: rgb(245 243 255 / 0.55) !important;
  }

  .md\:stroke-violet-50\/60 {
    stroke: rgb(245 243 255 / 0.6) !important;
  }

  .md\:stroke-violet-50\/65 {
    stroke: rgb(245 243 255 / 0.65) !important;
  }

  .md\:stroke-violet-50\/70 {
    stroke: rgb(245 243 255 / 0.7) !important;
  }

  .md\:stroke-violet-50\/75 {
    stroke: rgb(245 243 255 / 0.75) !important;
  }

  .md\:stroke-violet-50\/80 {
    stroke: rgb(245 243 255 / 0.8) !important;
  }

  .md\:stroke-violet-50\/85 {
    stroke: rgb(245 243 255 / 0.85) !important;
  }

  .md\:stroke-violet-50\/90 {
    stroke: rgb(245 243 255 / 0.9) !important;
  }

  .md\:stroke-violet-50\/95 {
    stroke: rgb(245 243 255 / 0.95) !important;
  }

  .md\:stroke-violet-500 {
    stroke: #8b5cf6 !important;
  }

  .md\:stroke-violet-500\/0 {
    stroke: rgb(139 92 246 / 0) !important;
  }

  .md\:stroke-violet-500\/10 {
    stroke: rgb(139 92 246 / 0.1) !important;
  }

  .md\:stroke-violet-500\/100 {
    stroke: rgb(139 92 246 / 1) !important;
  }

  .md\:stroke-violet-500\/15 {
    stroke: rgb(139 92 246 / 0.15) !important;
  }

  .md\:stroke-violet-500\/20 {
    stroke: rgb(139 92 246 / 0.2) !important;
  }

  .md\:stroke-violet-500\/25 {
    stroke: rgb(139 92 246 / 0.25) !important;
  }

  .md\:stroke-violet-500\/30 {
    stroke: rgb(139 92 246 / 0.3) !important;
  }

  .md\:stroke-violet-500\/35 {
    stroke: rgb(139 92 246 / 0.35) !important;
  }

  .md\:stroke-violet-500\/40 {
    stroke: rgb(139 92 246 / 0.4) !important;
  }

  .md\:stroke-violet-500\/45 {
    stroke: rgb(139 92 246 / 0.45) !important;
  }

  .md\:stroke-violet-500\/5 {
    stroke: rgb(139 92 246 / 0.05) !important;
  }

  .md\:stroke-violet-500\/50 {
    stroke: rgb(139 92 246 / 0.5) !important;
  }

  .md\:stroke-violet-500\/55 {
    stroke: rgb(139 92 246 / 0.55) !important;
  }

  .md\:stroke-violet-500\/60 {
    stroke: rgb(139 92 246 / 0.6) !important;
  }

  .md\:stroke-violet-500\/65 {
    stroke: rgb(139 92 246 / 0.65) !important;
  }

  .md\:stroke-violet-500\/70 {
    stroke: rgb(139 92 246 / 0.7) !important;
  }

  .md\:stroke-violet-500\/75 {
    stroke: rgb(139 92 246 / 0.75) !important;
  }

  .md\:stroke-violet-500\/80 {
    stroke: rgb(139 92 246 / 0.8) !important;
  }

  .md\:stroke-violet-500\/85 {
    stroke: rgb(139 92 246 / 0.85) !important;
  }

  .md\:stroke-violet-500\/90 {
    stroke: rgb(139 92 246 / 0.9) !important;
  }

  .md\:stroke-violet-500\/95 {
    stroke: rgb(139 92 246 / 0.95) !important;
  }

  .md\:stroke-violet-600 {
    stroke: #7c3aed !important;
  }

  .md\:stroke-violet-600\/0 {
    stroke: rgb(124 58 237 / 0) !important;
  }

  .md\:stroke-violet-600\/10 {
    stroke: rgb(124 58 237 / 0.1) !important;
  }

  .md\:stroke-violet-600\/100 {
    stroke: rgb(124 58 237 / 1) !important;
  }

  .md\:stroke-violet-600\/15 {
    stroke: rgb(124 58 237 / 0.15) !important;
  }

  .md\:stroke-violet-600\/20 {
    stroke: rgb(124 58 237 / 0.2) !important;
  }

  .md\:stroke-violet-600\/25 {
    stroke: rgb(124 58 237 / 0.25) !important;
  }

  .md\:stroke-violet-600\/30 {
    stroke: rgb(124 58 237 / 0.3) !important;
  }

  .md\:stroke-violet-600\/35 {
    stroke: rgb(124 58 237 / 0.35) !important;
  }

  .md\:stroke-violet-600\/40 {
    stroke: rgb(124 58 237 / 0.4) !important;
  }

  .md\:stroke-violet-600\/45 {
    stroke: rgb(124 58 237 / 0.45) !important;
  }

  .md\:stroke-violet-600\/5 {
    stroke: rgb(124 58 237 / 0.05) !important;
  }

  .md\:stroke-violet-600\/50 {
    stroke: rgb(124 58 237 / 0.5) !important;
  }

  .md\:stroke-violet-600\/55 {
    stroke: rgb(124 58 237 / 0.55) !important;
  }

  .md\:stroke-violet-600\/60 {
    stroke: rgb(124 58 237 / 0.6) !important;
  }

  .md\:stroke-violet-600\/65 {
    stroke: rgb(124 58 237 / 0.65) !important;
  }

  .md\:stroke-violet-600\/70 {
    stroke: rgb(124 58 237 / 0.7) !important;
  }

  .md\:stroke-violet-600\/75 {
    stroke: rgb(124 58 237 / 0.75) !important;
  }

  .md\:stroke-violet-600\/80 {
    stroke: rgb(124 58 237 / 0.8) !important;
  }

  .md\:stroke-violet-600\/85 {
    stroke: rgb(124 58 237 / 0.85) !important;
  }

  .md\:stroke-violet-600\/90 {
    stroke: rgb(124 58 237 / 0.9) !important;
  }

  .md\:stroke-violet-600\/95 {
    stroke: rgb(124 58 237 / 0.95) !important;
  }

  .md\:stroke-violet-700 {
    stroke: #6d28d9 !important;
  }

  .md\:stroke-violet-700\/0 {
    stroke: rgb(109 40 217 / 0) !important;
  }

  .md\:stroke-violet-700\/10 {
    stroke: rgb(109 40 217 / 0.1) !important;
  }

  .md\:stroke-violet-700\/100 {
    stroke: rgb(109 40 217 / 1) !important;
  }

  .md\:stroke-violet-700\/15 {
    stroke: rgb(109 40 217 / 0.15) !important;
  }

  .md\:stroke-violet-700\/20 {
    stroke: rgb(109 40 217 / 0.2) !important;
  }

  .md\:stroke-violet-700\/25 {
    stroke: rgb(109 40 217 / 0.25) !important;
  }

  .md\:stroke-violet-700\/30 {
    stroke: rgb(109 40 217 / 0.3) !important;
  }

  .md\:stroke-violet-700\/35 {
    stroke: rgb(109 40 217 / 0.35) !important;
  }

  .md\:stroke-violet-700\/40 {
    stroke: rgb(109 40 217 / 0.4) !important;
  }

  .md\:stroke-violet-700\/45 {
    stroke: rgb(109 40 217 / 0.45) !important;
  }

  .md\:stroke-violet-700\/5 {
    stroke: rgb(109 40 217 / 0.05) !important;
  }

  .md\:stroke-violet-700\/50 {
    stroke: rgb(109 40 217 / 0.5) !important;
  }

  .md\:stroke-violet-700\/55 {
    stroke: rgb(109 40 217 / 0.55) !important;
  }

  .md\:stroke-violet-700\/60 {
    stroke: rgb(109 40 217 / 0.6) !important;
  }

  .md\:stroke-violet-700\/65 {
    stroke: rgb(109 40 217 / 0.65) !important;
  }

  .md\:stroke-violet-700\/70 {
    stroke: rgb(109 40 217 / 0.7) !important;
  }

  .md\:stroke-violet-700\/75 {
    stroke: rgb(109 40 217 / 0.75) !important;
  }

  .md\:stroke-violet-700\/80 {
    stroke: rgb(109 40 217 / 0.8) !important;
  }

  .md\:stroke-violet-700\/85 {
    stroke: rgb(109 40 217 / 0.85) !important;
  }

  .md\:stroke-violet-700\/90 {
    stroke: rgb(109 40 217 / 0.9) !important;
  }

  .md\:stroke-violet-700\/95 {
    stroke: rgb(109 40 217 / 0.95) !important;
  }

  .md\:stroke-violet-800 {
    stroke: #5b21b6 !important;
  }

  .md\:stroke-violet-800\/0 {
    stroke: rgb(91 33 182 / 0) !important;
  }

  .md\:stroke-violet-800\/10 {
    stroke: rgb(91 33 182 / 0.1) !important;
  }

  .md\:stroke-violet-800\/100 {
    stroke: rgb(91 33 182 / 1) !important;
  }

  .md\:stroke-violet-800\/15 {
    stroke: rgb(91 33 182 / 0.15) !important;
  }

  .md\:stroke-violet-800\/20 {
    stroke: rgb(91 33 182 / 0.2) !important;
  }

  .md\:stroke-violet-800\/25 {
    stroke: rgb(91 33 182 / 0.25) !important;
  }

  .md\:stroke-violet-800\/30 {
    stroke: rgb(91 33 182 / 0.3) !important;
  }

  .md\:stroke-violet-800\/35 {
    stroke: rgb(91 33 182 / 0.35) !important;
  }

  .md\:stroke-violet-800\/40 {
    stroke: rgb(91 33 182 / 0.4) !important;
  }

  .md\:stroke-violet-800\/45 {
    stroke: rgb(91 33 182 / 0.45) !important;
  }

  .md\:stroke-violet-800\/5 {
    stroke: rgb(91 33 182 / 0.05) !important;
  }

  .md\:stroke-violet-800\/50 {
    stroke: rgb(91 33 182 / 0.5) !important;
  }

  .md\:stroke-violet-800\/55 {
    stroke: rgb(91 33 182 / 0.55) !important;
  }

  .md\:stroke-violet-800\/60 {
    stroke: rgb(91 33 182 / 0.6) !important;
  }

  .md\:stroke-violet-800\/65 {
    stroke: rgb(91 33 182 / 0.65) !important;
  }

  .md\:stroke-violet-800\/70 {
    stroke: rgb(91 33 182 / 0.7) !important;
  }

  .md\:stroke-violet-800\/75 {
    stroke: rgb(91 33 182 / 0.75) !important;
  }

  .md\:stroke-violet-800\/80 {
    stroke: rgb(91 33 182 / 0.8) !important;
  }

  .md\:stroke-violet-800\/85 {
    stroke: rgb(91 33 182 / 0.85) !important;
  }

  .md\:stroke-violet-800\/90 {
    stroke: rgb(91 33 182 / 0.9) !important;
  }

  .md\:stroke-violet-800\/95 {
    stroke: rgb(91 33 182 / 0.95) !important;
  }

  .md\:stroke-violet-900 {
    stroke: #4c1d95 !important;
  }

  .md\:stroke-violet-900\/0 {
    stroke: rgb(76 29 149 / 0) !important;
  }

  .md\:stroke-violet-900\/10 {
    stroke: rgb(76 29 149 / 0.1) !important;
  }

  .md\:stroke-violet-900\/100 {
    stroke: rgb(76 29 149 / 1) !important;
  }

  .md\:stroke-violet-900\/15 {
    stroke: rgb(76 29 149 / 0.15) !important;
  }

  .md\:stroke-violet-900\/20 {
    stroke: rgb(76 29 149 / 0.2) !important;
  }

  .md\:stroke-violet-900\/25 {
    stroke: rgb(76 29 149 / 0.25) !important;
  }

  .md\:stroke-violet-900\/30 {
    stroke: rgb(76 29 149 / 0.3) !important;
  }

  .md\:stroke-violet-900\/35 {
    stroke: rgb(76 29 149 / 0.35) !important;
  }

  .md\:stroke-violet-900\/40 {
    stroke: rgb(76 29 149 / 0.4) !important;
  }

  .md\:stroke-violet-900\/45 {
    stroke: rgb(76 29 149 / 0.45) !important;
  }

  .md\:stroke-violet-900\/5 {
    stroke: rgb(76 29 149 / 0.05) !important;
  }

  .md\:stroke-violet-900\/50 {
    stroke: rgb(76 29 149 / 0.5) !important;
  }

  .md\:stroke-violet-900\/55 {
    stroke: rgb(76 29 149 / 0.55) !important;
  }

  .md\:stroke-violet-900\/60 {
    stroke: rgb(76 29 149 / 0.6) !important;
  }

  .md\:stroke-violet-900\/65 {
    stroke: rgb(76 29 149 / 0.65) !important;
  }

  .md\:stroke-violet-900\/70 {
    stroke: rgb(76 29 149 / 0.7) !important;
  }

  .md\:stroke-violet-900\/75 {
    stroke: rgb(76 29 149 / 0.75) !important;
  }

  .md\:stroke-violet-900\/80 {
    stroke: rgb(76 29 149 / 0.8) !important;
  }

  .md\:stroke-violet-900\/85 {
    stroke: rgb(76 29 149 / 0.85) !important;
  }

  .md\:stroke-violet-900\/90 {
    stroke: rgb(76 29 149 / 0.9) !important;
  }

  .md\:stroke-violet-900\/95 {
    stroke: rgb(76 29 149 / 0.95) !important;
  }

  .md\:stroke-violet-950 {
    stroke: #2e1065 !important;
  }

  .md\:stroke-violet-950\/0 {
    stroke: rgb(46 16 101 / 0) !important;
  }

  .md\:stroke-violet-950\/10 {
    stroke: rgb(46 16 101 / 0.1) !important;
  }

  .md\:stroke-violet-950\/100 {
    stroke: rgb(46 16 101 / 1) !important;
  }

  .md\:stroke-violet-950\/15 {
    stroke: rgb(46 16 101 / 0.15) !important;
  }

  .md\:stroke-violet-950\/20 {
    stroke: rgb(46 16 101 / 0.2) !important;
  }

  .md\:stroke-violet-950\/25 {
    stroke: rgb(46 16 101 / 0.25) !important;
  }

  .md\:stroke-violet-950\/30 {
    stroke: rgb(46 16 101 / 0.3) !important;
  }

  .md\:stroke-violet-950\/35 {
    stroke: rgb(46 16 101 / 0.35) !important;
  }

  .md\:stroke-violet-950\/40 {
    stroke: rgb(46 16 101 / 0.4) !important;
  }

  .md\:stroke-violet-950\/45 {
    stroke: rgb(46 16 101 / 0.45) !important;
  }

  .md\:stroke-violet-950\/5 {
    stroke: rgb(46 16 101 / 0.05) !important;
  }

  .md\:stroke-violet-950\/50 {
    stroke: rgb(46 16 101 / 0.5) !important;
  }

  .md\:stroke-violet-950\/55 {
    stroke: rgb(46 16 101 / 0.55) !important;
  }

  .md\:stroke-violet-950\/60 {
    stroke: rgb(46 16 101 / 0.6) !important;
  }

  .md\:stroke-violet-950\/65 {
    stroke: rgb(46 16 101 / 0.65) !important;
  }

  .md\:stroke-violet-950\/70 {
    stroke: rgb(46 16 101 / 0.7) !important;
  }

  .md\:stroke-violet-950\/75 {
    stroke: rgb(46 16 101 / 0.75) !important;
  }

  .md\:stroke-violet-950\/80 {
    stroke: rgb(46 16 101 / 0.8) !important;
  }

  .md\:stroke-violet-950\/85 {
    stroke: rgb(46 16 101 / 0.85) !important;
  }

  .md\:stroke-violet-950\/90 {
    stroke: rgb(46 16 101 / 0.9) !important;
  }

  .md\:stroke-violet-950\/95 {
    stroke: rgb(46 16 101 / 0.95) !important;
  }

  .md\:stroke-white {
    stroke: #fff !important;
  }

  .md\:stroke-white\/0 {
    stroke: rgb(255 255 255 / 0) !important;
  }

  .md\:stroke-white\/10 {
    stroke: rgb(255 255 255 / 0.1) !important;
  }

  .md\:stroke-white\/100 {
    stroke: rgb(255 255 255 / 1) !important;
  }

  .md\:stroke-white\/15 {
    stroke: rgb(255 255 255 / 0.15) !important;
  }

  .md\:stroke-white\/20 {
    stroke: rgb(255 255 255 / 0.2) !important;
  }

  .md\:stroke-white\/25 {
    stroke: rgb(255 255 255 / 0.25) !important;
  }

  .md\:stroke-white\/30 {
    stroke: rgb(255 255 255 / 0.3) !important;
  }

  .md\:stroke-white\/35 {
    stroke: rgb(255 255 255 / 0.35) !important;
  }

  .md\:stroke-white\/40 {
    stroke: rgb(255 255 255 / 0.4) !important;
  }

  .md\:stroke-white\/45 {
    stroke: rgb(255 255 255 / 0.45) !important;
  }

  .md\:stroke-white\/5 {
    stroke: rgb(255 255 255 / 0.05) !important;
  }

  .md\:stroke-white\/50 {
    stroke: rgb(255 255 255 / 0.5) !important;
  }

  .md\:stroke-white\/55 {
    stroke: rgb(255 255 255 / 0.55) !important;
  }

  .md\:stroke-white\/60 {
    stroke: rgb(255 255 255 / 0.6) !important;
  }

  .md\:stroke-white\/65 {
    stroke: rgb(255 255 255 / 0.65) !important;
  }

  .md\:stroke-white\/70 {
    stroke: rgb(255 255 255 / 0.7) !important;
  }

  .md\:stroke-white\/75 {
    stroke: rgb(255 255 255 / 0.75) !important;
  }

  .md\:stroke-white\/80 {
    stroke: rgb(255 255 255 / 0.8) !important;
  }

  .md\:stroke-white\/85 {
    stroke: rgb(255 255 255 / 0.85) !important;
  }

  .md\:stroke-white\/90 {
    stroke: rgb(255 255 255 / 0.9) !important;
  }

  .md\:stroke-white\/95 {
    stroke: rgb(255 255 255 / 0.95) !important;
  }

  .md\:stroke-yellow-100 {
    stroke: #fef9c3 !important;
  }

  .md\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0) !important;
  }

  .md\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1) !important;
  }

  .md\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1) !important;
  }

  .md\:stroke-yellow-100\/15 {
    stroke: rgb(254 249 195 / 0.15) !important;
  }

  .md\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2) !important;
  }

  .md\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25) !important;
  }

  .md\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3) !important;
  }

  .md\:stroke-yellow-100\/35 {
    stroke: rgb(254 249 195 / 0.35) !important;
  }

  .md\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4) !important;
  }

  .md\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45) !important;
  }

  .md\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05) !important;
  }

  .md\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5) !important;
  }

  .md\:stroke-yellow-100\/55 {
    stroke: rgb(254 249 195 / 0.55) !important;
  }

  .md\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6) !important;
  }

  .md\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65) !important;
  }

  .md\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7) !important;
  }

  .md\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75) !important;
  }

  .md\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8) !important;
  }

  .md\:stroke-yellow-100\/85 {
    stroke: rgb(254 249 195 / 0.85) !important;
  }

  .md\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9) !important;
  }

  .md\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95) !important;
  }

  .md\:stroke-yellow-200 {
    stroke: #fef08a !important;
  }

  .md\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0) !important;
  }

  .md\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1) !important;
  }

  .md\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1) !important;
  }

  .md\:stroke-yellow-200\/15 {
    stroke: rgb(254 240 138 / 0.15) !important;
  }

  .md\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2) !important;
  }

  .md\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25) !important;
  }

  .md\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3) !important;
  }

  .md\:stroke-yellow-200\/35 {
    stroke: rgb(254 240 138 / 0.35) !important;
  }

  .md\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4) !important;
  }

  .md\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45) !important;
  }

  .md\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05) !important;
  }

  .md\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5) !important;
  }

  .md\:stroke-yellow-200\/55 {
    stroke: rgb(254 240 138 / 0.55) !important;
  }

  .md\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6) !important;
  }

  .md\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65) !important;
  }

  .md\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7) !important;
  }

  .md\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75) !important;
  }

  .md\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8) !important;
  }

  .md\:stroke-yellow-200\/85 {
    stroke: rgb(254 240 138 / 0.85) !important;
  }

  .md\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9) !important;
  }

  .md\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95) !important;
  }

  .md\:stroke-yellow-300 {
    stroke: #fde047 !important;
  }

  .md\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0) !important;
  }

  .md\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1) !important;
  }

  .md\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1) !important;
  }

  .md\:stroke-yellow-300\/15 {
    stroke: rgb(253 224 71 / 0.15) !important;
  }

  .md\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2) !important;
  }

  .md\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25) !important;
  }

  .md\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3) !important;
  }

  .md\:stroke-yellow-300\/35 {
    stroke: rgb(253 224 71 / 0.35) !important;
  }

  .md\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4) !important;
  }

  .md\:stroke-yellow-300\/45 {
    stroke: rgb(253 224 71 / 0.45) !important;
  }

  .md\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05) !important;
  }

  .md\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5) !important;
  }

  .md\:stroke-yellow-300\/55 {
    stroke: rgb(253 224 71 / 0.55) !important;
  }

  .md\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6) !important;
  }

  .md\:stroke-yellow-300\/65 {
    stroke: rgb(253 224 71 / 0.65) !important;
  }

  .md\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7) !important;
  }

  .md\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75) !important;
  }

  .md\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8) !important;
  }

  .md\:stroke-yellow-300\/85 {
    stroke: rgb(253 224 71 / 0.85) !important;
  }

  .md\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9) !important;
  }

  .md\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95) !important;
  }

  .md\:stroke-yellow-400 {
    stroke: #facc15 !important;
  }

  .md\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0) !important;
  }

  .md\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1) !important;
  }

  .md\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1) !important;
  }

  .md\:stroke-yellow-400\/15 {
    stroke: rgb(250 204 21 / 0.15) !important;
  }

  .md\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2) !important;
  }

  .md\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25) !important;
  }

  .md\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3) !important;
  }

  .md\:stroke-yellow-400\/35 {
    stroke: rgb(250 204 21 / 0.35) !important;
  }

  .md\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4) !important;
  }

  .md\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45) !important;
  }

  .md\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05) !important;
  }

  .md\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5) !important;
  }

  .md\:stroke-yellow-400\/55 {
    stroke: rgb(250 204 21 / 0.55) !important;
  }

  .md\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6) !important;
  }

  .md\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65) !important;
  }

  .md\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7) !important;
  }

  .md\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75) !important;
  }

  .md\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8) !important;
  }

  .md\:stroke-yellow-400\/85 {
    stroke: rgb(250 204 21 / 0.85) !important;
  }

  .md\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9) !important;
  }

  .md\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95) !important;
  }

  .md\:stroke-yellow-50 {
    stroke: #fefce8 !important;
  }

  .md\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0) !important;
  }

  .md\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1) !important;
  }

  .md\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1) !important;
  }

  .md\:stroke-yellow-50\/15 {
    stroke: rgb(254 252 232 / 0.15) !important;
  }

  .md\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2) !important;
  }

  .md\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25) !important;
  }

  .md\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3) !important;
  }

  .md\:stroke-yellow-50\/35 {
    stroke: rgb(254 252 232 / 0.35) !important;
  }

  .md\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4) !important;
  }

  .md\:stroke-yellow-50\/45 {
    stroke: rgb(254 252 232 / 0.45) !important;
  }

  .md\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05) !important;
  }

  .md\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5) !important;
  }

  .md\:stroke-yellow-50\/55 {
    stroke: rgb(254 252 232 / 0.55) !important;
  }

  .md\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6) !important;
  }

  .md\:stroke-yellow-50\/65 {
    stroke: rgb(254 252 232 / 0.65) !important;
  }

  .md\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7) !important;
  }

  .md\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75) !important;
  }

  .md\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8) !important;
  }

  .md\:stroke-yellow-50\/85 {
    stroke: rgb(254 252 232 / 0.85) !important;
  }

  .md\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9) !important;
  }

  .md\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95) !important;
  }

  .md\:stroke-yellow-500 {
    stroke: #eab308 !important;
  }

  .md\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0) !important;
  }

  .md\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1) !important;
  }

  .md\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1) !important;
  }

  .md\:stroke-yellow-500\/15 {
    stroke: rgb(234 179 8 / 0.15) !important;
  }

  .md\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2) !important;
  }

  .md\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25) !important;
  }

  .md\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3) !important;
  }

  .md\:stroke-yellow-500\/35 {
    stroke: rgb(234 179 8 / 0.35) !important;
  }

  .md\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4) !important;
  }

  .md\:stroke-yellow-500\/45 {
    stroke: rgb(234 179 8 / 0.45) !important;
  }

  .md\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05) !important;
  }

  .md\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5) !important;
  }

  .md\:stroke-yellow-500\/55 {
    stroke: rgb(234 179 8 / 0.55) !important;
  }

  .md\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6) !important;
  }

  .md\:stroke-yellow-500\/65 {
    stroke: rgb(234 179 8 / 0.65) !important;
  }

  .md\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7) !important;
  }

  .md\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75) !important;
  }

  .md\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8) !important;
  }

  .md\:stroke-yellow-500\/85 {
    stroke: rgb(234 179 8 / 0.85) !important;
  }

  .md\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9) !important;
  }

  .md\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95) !important;
  }

  .md\:stroke-yellow-600 {
    stroke: #ca8a04 !important;
  }

  .md\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0) !important;
  }

  .md\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1) !important;
  }

  .md\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1) !important;
  }

  .md\:stroke-yellow-600\/15 {
    stroke: rgb(202 138 4 / 0.15) !important;
  }

  .md\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2) !important;
  }

  .md\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25) !important;
  }

  .md\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3) !important;
  }

  .md\:stroke-yellow-600\/35 {
    stroke: rgb(202 138 4 / 0.35) !important;
  }

  .md\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4) !important;
  }

  .md\:stroke-yellow-600\/45 {
    stroke: rgb(202 138 4 / 0.45) !important;
  }

  .md\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05) !important;
  }

  .md\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5) !important;
  }

  .md\:stroke-yellow-600\/55 {
    stroke: rgb(202 138 4 / 0.55) !important;
  }

  .md\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6) !important;
  }

  .md\:stroke-yellow-600\/65 {
    stroke: rgb(202 138 4 / 0.65) !important;
  }

  .md\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7) !important;
  }

  .md\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75) !important;
  }

  .md\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8) !important;
  }

  .md\:stroke-yellow-600\/85 {
    stroke: rgb(202 138 4 / 0.85) !important;
  }

  .md\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9) !important;
  }

  .md\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95) !important;
  }

  .md\:stroke-yellow-700 {
    stroke: #a16207 !important;
  }

  .md\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0) !important;
  }

  .md\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1) !important;
  }

  .md\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1) !important;
  }

  .md\:stroke-yellow-700\/15 {
    stroke: rgb(161 98 7 / 0.15) !important;
  }

  .md\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2) !important;
  }

  .md\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25) !important;
  }

  .md\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3) !important;
  }

  .md\:stroke-yellow-700\/35 {
    stroke: rgb(161 98 7 / 0.35) !important;
  }

  .md\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4) !important;
  }

  .md\:stroke-yellow-700\/45 {
    stroke: rgb(161 98 7 / 0.45) !important;
  }

  .md\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05) !important;
  }

  .md\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5) !important;
  }

  .md\:stroke-yellow-700\/55 {
    stroke: rgb(161 98 7 / 0.55) !important;
  }

  .md\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6) !important;
  }

  .md\:stroke-yellow-700\/65 {
    stroke: rgb(161 98 7 / 0.65) !important;
  }

  .md\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7) !important;
  }

  .md\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75) !important;
  }

  .md\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8) !important;
  }

  .md\:stroke-yellow-700\/85 {
    stroke: rgb(161 98 7 / 0.85) !important;
  }

  .md\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9) !important;
  }

  .md\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95) !important;
  }

  .md\:stroke-yellow-800 {
    stroke: #854d0e !important;
  }

  .md\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0) !important;
  }

  .md\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1) !important;
  }

  .md\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1) !important;
  }

  .md\:stroke-yellow-800\/15 {
    stroke: rgb(133 77 14 / 0.15) !important;
  }

  .md\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2) !important;
  }

  .md\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25) !important;
  }

  .md\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3) !important;
  }

  .md\:stroke-yellow-800\/35 {
    stroke: rgb(133 77 14 / 0.35) !important;
  }

  .md\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4) !important;
  }

  .md\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45) !important;
  }

  .md\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05) !important;
  }

  .md\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5) !important;
  }

  .md\:stroke-yellow-800\/55 {
    stroke: rgb(133 77 14 / 0.55) !important;
  }

  .md\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6) !important;
  }

  .md\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65) !important;
  }

  .md\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7) !important;
  }

  .md\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75) !important;
  }

  .md\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8) !important;
  }

  .md\:stroke-yellow-800\/85 {
    stroke: rgb(133 77 14 / 0.85) !important;
  }

  .md\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9) !important;
  }

  .md\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95) !important;
  }

  .md\:stroke-yellow-900 {
    stroke: #713f12 !important;
  }

  .md\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0) !important;
  }

  .md\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1) !important;
  }

  .md\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1) !important;
  }

  .md\:stroke-yellow-900\/15 {
    stroke: rgb(113 63 18 / 0.15) !important;
  }

  .md\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2) !important;
  }

  .md\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25) !important;
  }

  .md\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3) !important;
  }

  .md\:stroke-yellow-900\/35 {
    stroke: rgb(113 63 18 / 0.35) !important;
  }

  .md\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4) !important;
  }

  .md\:stroke-yellow-900\/45 {
    stroke: rgb(113 63 18 / 0.45) !important;
  }

  .md\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05) !important;
  }

  .md\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5) !important;
  }

  .md\:stroke-yellow-900\/55 {
    stroke: rgb(113 63 18 / 0.55) !important;
  }

  .md\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6) !important;
  }

  .md\:stroke-yellow-900\/65 {
    stroke: rgb(113 63 18 / 0.65) !important;
  }

  .md\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7) !important;
  }

  .md\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75) !important;
  }

  .md\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8) !important;
  }

  .md\:stroke-yellow-900\/85 {
    stroke: rgb(113 63 18 / 0.85) !important;
  }

  .md\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9) !important;
  }

  .md\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95) !important;
  }

  .md\:stroke-yellow-950 {
    stroke: #422006 !important;
  }

  .md\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0) !important;
  }

  .md\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1) !important;
  }

  .md\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1) !important;
  }

  .md\:stroke-yellow-950\/15 {
    stroke: rgb(66 32 6 / 0.15) !important;
  }

  .md\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2) !important;
  }

  .md\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25) !important;
  }

  .md\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3) !important;
  }

  .md\:stroke-yellow-950\/35 {
    stroke: rgb(66 32 6 / 0.35) !important;
  }

  .md\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4) !important;
  }

  .md\:stroke-yellow-950\/45 {
    stroke: rgb(66 32 6 / 0.45) !important;
  }

  .md\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05) !important;
  }

  .md\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5) !important;
  }

  .md\:stroke-yellow-950\/55 {
    stroke: rgb(66 32 6 / 0.55) !important;
  }

  .md\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6) !important;
  }

  .md\:stroke-yellow-950\/65 {
    stroke: rgb(66 32 6 / 0.65) !important;
  }

  .md\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7) !important;
  }

  .md\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75) !important;
  }

  .md\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8) !important;
  }

  .md\:stroke-yellow-950\/85 {
    stroke: rgb(66 32 6 / 0.85) !important;
  }

  .md\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9) !important;
  }

  .md\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95) !important;
  }

  .md\:stroke-zinc-100 {
    stroke: #f4f4f5 !important;
  }

  .md\:stroke-zinc-100\/0 {
    stroke: rgb(244 244 245 / 0) !important;
  }

  .md\:stroke-zinc-100\/10 {
    stroke: rgb(244 244 245 / 0.1) !important;
  }

  .md\:stroke-zinc-100\/100 {
    stroke: rgb(244 244 245 / 1) !important;
  }

  .md\:stroke-zinc-100\/15 {
    stroke: rgb(244 244 245 / 0.15) !important;
  }

  .md\:stroke-zinc-100\/20 {
    stroke: rgb(244 244 245 / 0.2) !important;
  }

  .md\:stroke-zinc-100\/25 {
    stroke: rgb(244 244 245 / 0.25) !important;
  }

  .md\:stroke-zinc-100\/30 {
    stroke: rgb(244 244 245 / 0.3) !important;
  }

  .md\:stroke-zinc-100\/35 {
    stroke: rgb(244 244 245 / 0.35) !important;
  }

  .md\:stroke-zinc-100\/40 {
    stroke: rgb(244 244 245 / 0.4) !important;
  }

  .md\:stroke-zinc-100\/45 {
    stroke: rgb(244 244 245 / 0.45) !important;
  }

  .md\:stroke-zinc-100\/5 {
    stroke: rgb(244 244 245 / 0.05) !important;
  }

  .md\:stroke-zinc-100\/50 {
    stroke: rgb(244 244 245 / 0.5) !important;
  }

  .md\:stroke-zinc-100\/55 {
    stroke: rgb(244 244 245 / 0.55) !important;
  }

  .md\:stroke-zinc-100\/60 {
    stroke: rgb(244 244 245 / 0.6) !important;
  }

  .md\:stroke-zinc-100\/65 {
    stroke: rgb(244 244 245 / 0.65) !important;
  }

  .md\:stroke-zinc-100\/70 {
    stroke: rgb(244 244 245 / 0.7) !important;
  }

  .md\:stroke-zinc-100\/75 {
    stroke: rgb(244 244 245 / 0.75) !important;
  }

  .md\:stroke-zinc-100\/80 {
    stroke: rgb(244 244 245 / 0.8) !important;
  }

  .md\:stroke-zinc-100\/85 {
    stroke: rgb(244 244 245 / 0.85) !important;
  }

  .md\:stroke-zinc-100\/90 {
    stroke: rgb(244 244 245 / 0.9) !important;
  }

  .md\:stroke-zinc-100\/95 {
    stroke: rgb(244 244 245 / 0.95) !important;
  }

  .md\:stroke-zinc-200 {
    stroke: #e4e4e7 !important;
  }

  .md\:stroke-zinc-200\/0 {
    stroke: rgb(228 228 231 / 0) !important;
  }

  .md\:stroke-zinc-200\/10 {
    stroke: rgb(228 228 231 / 0.1) !important;
  }

  .md\:stroke-zinc-200\/100 {
    stroke: rgb(228 228 231 / 1) !important;
  }

  .md\:stroke-zinc-200\/15 {
    stroke: rgb(228 228 231 / 0.15) !important;
  }

  .md\:stroke-zinc-200\/20 {
    stroke: rgb(228 228 231 / 0.2) !important;
  }

  .md\:stroke-zinc-200\/25 {
    stroke: rgb(228 228 231 / 0.25) !important;
  }

  .md\:stroke-zinc-200\/30 {
    stroke: rgb(228 228 231 / 0.3) !important;
  }

  .md\:stroke-zinc-200\/35 {
    stroke: rgb(228 228 231 / 0.35) !important;
  }

  .md\:stroke-zinc-200\/40 {
    stroke: rgb(228 228 231 / 0.4) !important;
  }

  .md\:stroke-zinc-200\/45 {
    stroke: rgb(228 228 231 / 0.45) !important;
  }

  .md\:stroke-zinc-200\/5 {
    stroke: rgb(228 228 231 / 0.05) !important;
  }

  .md\:stroke-zinc-200\/50 {
    stroke: rgb(228 228 231 / 0.5) !important;
  }

  .md\:stroke-zinc-200\/55 {
    stroke: rgb(228 228 231 / 0.55) !important;
  }

  .md\:stroke-zinc-200\/60 {
    stroke: rgb(228 228 231 / 0.6) !important;
  }

  .md\:stroke-zinc-200\/65 {
    stroke: rgb(228 228 231 / 0.65) !important;
  }

  .md\:stroke-zinc-200\/70 {
    stroke: rgb(228 228 231 / 0.7) !important;
  }

  .md\:stroke-zinc-200\/75 {
    stroke: rgb(228 228 231 / 0.75) !important;
  }

  .md\:stroke-zinc-200\/80 {
    stroke: rgb(228 228 231 / 0.8) !important;
  }

  .md\:stroke-zinc-200\/85 {
    stroke: rgb(228 228 231 / 0.85) !important;
  }

  .md\:stroke-zinc-200\/90 {
    stroke: rgb(228 228 231 / 0.9) !important;
  }

  .md\:stroke-zinc-200\/95 {
    stroke: rgb(228 228 231 / 0.95) !important;
  }

  .md\:stroke-zinc-300 {
    stroke: #d4d4d8 !important;
  }

  .md\:stroke-zinc-300\/0 {
    stroke: rgb(212 212 216 / 0) !important;
  }

  .md\:stroke-zinc-300\/10 {
    stroke: rgb(212 212 216 / 0.1) !important;
  }

  .md\:stroke-zinc-300\/100 {
    stroke: rgb(212 212 216 / 1) !important;
  }

  .md\:stroke-zinc-300\/15 {
    stroke: rgb(212 212 216 / 0.15) !important;
  }

  .md\:stroke-zinc-300\/20 {
    stroke: rgb(212 212 216 / 0.2) !important;
  }

  .md\:stroke-zinc-300\/25 {
    stroke: rgb(212 212 216 / 0.25) !important;
  }

  .md\:stroke-zinc-300\/30 {
    stroke: rgb(212 212 216 / 0.3) !important;
  }

  .md\:stroke-zinc-300\/35 {
    stroke: rgb(212 212 216 / 0.35) !important;
  }

  .md\:stroke-zinc-300\/40 {
    stroke: rgb(212 212 216 / 0.4) !important;
  }

  .md\:stroke-zinc-300\/45 {
    stroke: rgb(212 212 216 / 0.45) !important;
  }

  .md\:stroke-zinc-300\/5 {
    stroke: rgb(212 212 216 / 0.05) !important;
  }

  .md\:stroke-zinc-300\/50 {
    stroke: rgb(212 212 216 / 0.5) !important;
  }

  .md\:stroke-zinc-300\/55 {
    stroke: rgb(212 212 216 / 0.55) !important;
  }

  .md\:stroke-zinc-300\/60 {
    stroke: rgb(212 212 216 / 0.6) !important;
  }

  .md\:stroke-zinc-300\/65 {
    stroke: rgb(212 212 216 / 0.65) !important;
  }

  .md\:stroke-zinc-300\/70 {
    stroke: rgb(212 212 216 / 0.7) !important;
  }

  .md\:stroke-zinc-300\/75 {
    stroke: rgb(212 212 216 / 0.75) !important;
  }

  .md\:stroke-zinc-300\/80 {
    stroke: rgb(212 212 216 / 0.8) !important;
  }

  .md\:stroke-zinc-300\/85 {
    stroke: rgb(212 212 216 / 0.85) !important;
  }

  .md\:stroke-zinc-300\/90 {
    stroke: rgb(212 212 216 / 0.9) !important;
  }

  .md\:stroke-zinc-300\/95 {
    stroke: rgb(212 212 216 / 0.95) !important;
  }

  .md\:stroke-zinc-400 {
    stroke: #a1a1aa !important;
  }

  .md\:stroke-zinc-400\/0 {
    stroke: rgb(161 161 170 / 0) !important;
  }

  .md\:stroke-zinc-400\/10 {
    stroke: rgb(161 161 170 / 0.1) !important;
  }

  .md\:stroke-zinc-400\/100 {
    stroke: rgb(161 161 170 / 1) !important;
  }

  .md\:stroke-zinc-400\/15 {
    stroke: rgb(161 161 170 / 0.15) !important;
  }

  .md\:stroke-zinc-400\/20 {
    stroke: rgb(161 161 170 / 0.2) !important;
  }

  .md\:stroke-zinc-400\/25 {
    stroke: rgb(161 161 170 / 0.25) !important;
  }

  .md\:stroke-zinc-400\/30 {
    stroke: rgb(161 161 170 / 0.3) !important;
  }

  .md\:stroke-zinc-400\/35 {
    stroke: rgb(161 161 170 / 0.35) !important;
  }

  .md\:stroke-zinc-400\/40 {
    stroke: rgb(161 161 170 / 0.4) !important;
  }

  .md\:stroke-zinc-400\/45 {
    stroke: rgb(161 161 170 / 0.45) !important;
  }

  .md\:stroke-zinc-400\/5 {
    stroke: rgb(161 161 170 / 0.05) !important;
  }

  .md\:stroke-zinc-400\/50 {
    stroke: rgb(161 161 170 / 0.5) !important;
  }

  .md\:stroke-zinc-400\/55 {
    stroke: rgb(161 161 170 / 0.55) !important;
  }

  .md\:stroke-zinc-400\/60 {
    stroke: rgb(161 161 170 / 0.6) !important;
  }

  .md\:stroke-zinc-400\/65 {
    stroke: rgb(161 161 170 / 0.65) !important;
  }

  .md\:stroke-zinc-400\/70 {
    stroke: rgb(161 161 170 / 0.7) !important;
  }

  .md\:stroke-zinc-400\/75 {
    stroke: rgb(161 161 170 / 0.75) !important;
  }

  .md\:stroke-zinc-400\/80 {
    stroke: rgb(161 161 170 / 0.8) !important;
  }

  .md\:stroke-zinc-400\/85 {
    stroke: rgb(161 161 170 / 0.85) !important;
  }

  .md\:stroke-zinc-400\/90 {
    stroke: rgb(161 161 170 / 0.9) !important;
  }

  .md\:stroke-zinc-400\/95 {
    stroke: rgb(161 161 170 / 0.95) !important;
  }

  .md\:stroke-zinc-50 {
    stroke: #fafafa !important;
  }

  .md\:stroke-zinc-50\/0 {
    stroke: rgb(250 250 250 / 0) !important;
  }

  .md\:stroke-zinc-50\/10 {
    stroke: rgb(250 250 250 / 0.1) !important;
  }

  .md\:stroke-zinc-50\/100 {
    stroke: rgb(250 250 250 / 1) !important;
  }

  .md\:stroke-zinc-50\/15 {
    stroke: rgb(250 250 250 / 0.15) !important;
  }

  .md\:stroke-zinc-50\/20 {
    stroke: rgb(250 250 250 / 0.2) !important;
  }

  .md\:stroke-zinc-50\/25 {
    stroke: rgb(250 250 250 / 0.25) !important;
  }

  .md\:stroke-zinc-50\/30 {
    stroke: rgb(250 250 250 / 0.3) !important;
  }

  .md\:stroke-zinc-50\/35 {
    stroke: rgb(250 250 250 / 0.35) !important;
  }

  .md\:stroke-zinc-50\/40 {
    stroke: rgb(250 250 250 / 0.4) !important;
  }

  .md\:stroke-zinc-50\/45 {
    stroke: rgb(250 250 250 / 0.45) !important;
  }

  .md\:stroke-zinc-50\/5 {
    stroke: rgb(250 250 250 / 0.05) !important;
  }

  .md\:stroke-zinc-50\/50 {
    stroke: rgb(250 250 250 / 0.5) !important;
  }

  .md\:stroke-zinc-50\/55 {
    stroke: rgb(250 250 250 / 0.55) !important;
  }

  .md\:stroke-zinc-50\/60 {
    stroke: rgb(250 250 250 / 0.6) !important;
  }

  .md\:stroke-zinc-50\/65 {
    stroke: rgb(250 250 250 / 0.65) !important;
  }

  .md\:stroke-zinc-50\/70 {
    stroke: rgb(250 250 250 / 0.7) !important;
  }

  .md\:stroke-zinc-50\/75 {
    stroke: rgb(250 250 250 / 0.75) !important;
  }

  .md\:stroke-zinc-50\/80 {
    stroke: rgb(250 250 250 / 0.8) !important;
  }

  .md\:stroke-zinc-50\/85 {
    stroke: rgb(250 250 250 / 0.85) !important;
  }

  .md\:stroke-zinc-50\/90 {
    stroke: rgb(250 250 250 / 0.9) !important;
  }

  .md\:stroke-zinc-50\/95 {
    stroke: rgb(250 250 250 / 0.95) !important;
  }

  .md\:stroke-zinc-500 {
    stroke: #71717a !important;
  }

  .md\:stroke-zinc-500\/0 {
    stroke: rgb(113 113 122 / 0) !important;
  }

  .md\:stroke-zinc-500\/10 {
    stroke: rgb(113 113 122 / 0.1) !important;
  }

  .md\:stroke-zinc-500\/100 {
    stroke: rgb(113 113 122 / 1) !important;
  }

  .md\:stroke-zinc-500\/15 {
    stroke: rgb(113 113 122 / 0.15) !important;
  }

  .md\:stroke-zinc-500\/20 {
    stroke: rgb(113 113 122 / 0.2) !important;
  }

  .md\:stroke-zinc-500\/25 {
    stroke: rgb(113 113 122 / 0.25) !important;
  }

  .md\:stroke-zinc-500\/30 {
    stroke: rgb(113 113 122 / 0.3) !important;
  }

  .md\:stroke-zinc-500\/35 {
    stroke: rgb(113 113 122 / 0.35) !important;
  }

  .md\:stroke-zinc-500\/40 {
    stroke: rgb(113 113 122 / 0.4) !important;
  }

  .md\:stroke-zinc-500\/45 {
    stroke: rgb(113 113 122 / 0.45) !important;
  }

  .md\:stroke-zinc-500\/5 {
    stroke: rgb(113 113 122 / 0.05) !important;
  }

  .md\:stroke-zinc-500\/50 {
    stroke: rgb(113 113 122 / 0.5) !important;
  }

  .md\:stroke-zinc-500\/55 {
    stroke: rgb(113 113 122 / 0.55) !important;
  }

  .md\:stroke-zinc-500\/60 {
    stroke: rgb(113 113 122 / 0.6) !important;
  }

  .md\:stroke-zinc-500\/65 {
    stroke: rgb(113 113 122 / 0.65) !important;
  }

  .md\:stroke-zinc-500\/70 {
    stroke: rgb(113 113 122 / 0.7) !important;
  }

  .md\:stroke-zinc-500\/75 {
    stroke: rgb(113 113 122 / 0.75) !important;
  }

  .md\:stroke-zinc-500\/80 {
    stroke: rgb(113 113 122 / 0.8) !important;
  }

  .md\:stroke-zinc-500\/85 {
    stroke: rgb(113 113 122 / 0.85) !important;
  }

  .md\:stroke-zinc-500\/90 {
    stroke: rgb(113 113 122 / 0.9) !important;
  }

  .md\:stroke-zinc-500\/95 {
    stroke: rgb(113 113 122 / 0.95) !important;
  }

  .md\:stroke-zinc-600 {
    stroke: #52525b !important;
  }

  .md\:stroke-zinc-600\/0 {
    stroke: rgb(82 82 91 / 0) !important;
  }

  .md\:stroke-zinc-600\/10 {
    stroke: rgb(82 82 91 / 0.1) !important;
  }

  .md\:stroke-zinc-600\/100 {
    stroke: rgb(82 82 91 / 1) !important;
  }

  .md\:stroke-zinc-600\/15 {
    stroke: rgb(82 82 91 / 0.15) !important;
  }

  .md\:stroke-zinc-600\/20 {
    stroke: rgb(82 82 91 / 0.2) !important;
  }

  .md\:stroke-zinc-600\/25 {
    stroke: rgb(82 82 91 / 0.25) !important;
  }

  .md\:stroke-zinc-600\/30 {
    stroke: rgb(82 82 91 / 0.3) !important;
  }

  .md\:stroke-zinc-600\/35 {
    stroke: rgb(82 82 91 / 0.35) !important;
  }

  .md\:stroke-zinc-600\/40 {
    stroke: rgb(82 82 91 / 0.4) !important;
  }

  .md\:stroke-zinc-600\/45 {
    stroke: rgb(82 82 91 / 0.45) !important;
  }

  .md\:stroke-zinc-600\/5 {
    stroke: rgb(82 82 91 / 0.05) !important;
  }

  .md\:stroke-zinc-600\/50 {
    stroke: rgb(82 82 91 / 0.5) !important;
  }

  .md\:stroke-zinc-600\/55 {
    stroke: rgb(82 82 91 / 0.55) !important;
  }

  .md\:stroke-zinc-600\/60 {
    stroke: rgb(82 82 91 / 0.6) !important;
  }

  .md\:stroke-zinc-600\/65 {
    stroke: rgb(82 82 91 / 0.65) !important;
  }

  .md\:stroke-zinc-600\/70 {
    stroke: rgb(82 82 91 / 0.7) !important;
  }

  .md\:stroke-zinc-600\/75 {
    stroke: rgb(82 82 91 / 0.75) !important;
  }

  .md\:stroke-zinc-600\/80 {
    stroke: rgb(82 82 91 / 0.8) !important;
  }

  .md\:stroke-zinc-600\/85 {
    stroke: rgb(82 82 91 / 0.85) !important;
  }

  .md\:stroke-zinc-600\/90 {
    stroke: rgb(82 82 91 / 0.9) !important;
  }

  .md\:stroke-zinc-600\/95 {
    stroke: rgb(82 82 91 / 0.95) !important;
  }

  .md\:stroke-zinc-700 {
    stroke: #3f3f46 !important;
  }

  .md\:stroke-zinc-700\/0 {
    stroke: rgb(63 63 70 / 0) !important;
  }

  .md\:stroke-zinc-700\/10 {
    stroke: rgb(63 63 70 / 0.1) !important;
  }

  .md\:stroke-zinc-700\/100 {
    stroke: rgb(63 63 70 / 1) !important;
  }

  .md\:stroke-zinc-700\/15 {
    stroke: rgb(63 63 70 / 0.15) !important;
  }

  .md\:stroke-zinc-700\/20 {
    stroke: rgb(63 63 70 / 0.2) !important;
  }

  .md\:stroke-zinc-700\/25 {
    stroke: rgb(63 63 70 / 0.25) !important;
  }

  .md\:stroke-zinc-700\/30 {
    stroke: rgb(63 63 70 / 0.3) !important;
  }

  .md\:stroke-zinc-700\/35 {
    stroke: rgb(63 63 70 / 0.35) !important;
  }

  .md\:stroke-zinc-700\/40 {
    stroke: rgb(63 63 70 / 0.4) !important;
  }

  .md\:stroke-zinc-700\/45 {
    stroke: rgb(63 63 70 / 0.45) !important;
  }

  .md\:stroke-zinc-700\/5 {
    stroke: rgb(63 63 70 / 0.05) !important;
  }

  .md\:stroke-zinc-700\/50 {
    stroke: rgb(63 63 70 / 0.5) !important;
  }

  .md\:stroke-zinc-700\/55 {
    stroke: rgb(63 63 70 / 0.55) !important;
  }

  .md\:stroke-zinc-700\/60 {
    stroke: rgb(63 63 70 / 0.6) !important;
  }

  .md\:stroke-zinc-700\/65 {
    stroke: rgb(63 63 70 / 0.65) !important;
  }

  .md\:stroke-zinc-700\/70 {
    stroke: rgb(63 63 70 / 0.7) !important;
  }

  .md\:stroke-zinc-700\/75 {
    stroke: rgb(63 63 70 / 0.75) !important;
  }

  .md\:stroke-zinc-700\/80 {
    stroke: rgb(63 63 70 / 0.8) !important;
  }

  .md\:stroke-zinc-700\/85 {
    stroke: rgb(63 63 70 / 0.85) !important;
  }

  .md\:stroke-zinc-700\/90 {
    stroke: rgb(63 63 70 / 0.9) !important;
  }

  .md\:stroke-zinc-700\/95 {
    stroke: rgb(63 63 70 / 0.95) !important;
  }

  .md\:stroke-zinc-800 {
    stroke: #27272a !important;
  }

  .md\:stroke-zinc-800\/0 {
    stroke: rgb(39 39 42 / 0) !important;
  }

  .md\:stroke-zinc-800\/10 {
    stroke: rgb(39 39 42 / 0.1) !important;
  }

  .md\:stroke-zinc-800\/100 {
    stroke: rgb(39 39 42 / 1) !important;
  }

  .md\:stroke-zinc-800\/15 {
    stroke: rgb(39 39 42 / 0.15) !important;
  }

  .md\:stroke-zinc-800\/20 {
    stroke: rgb(39 39 42 / 0.2) !important;
  }

  .md\:stroke-zinc-800\/25 {
    stroke: rgb(39 39 42 / 0.25) !important;
  }

  .md\:stroke-zinc-800\/30 {
    stroke: rgb(39 39 42 / 0.3) !important;
  }

  .md\:stroke-zinc-800\/35 {
    stroke: rgb(39 39 42 / 0.35) !important;
  }

  .md\:stroke-zinc-800\/40 {
    stroke: rgb(39 39 42 / 0.4) !important;
  }

  .md\:stroke-zinc-800\/45 {
    stroke: rgb(39 39 42 / 0.45) !important;
  }

  .md\:stroke-zinc-800\/5 {
    stroke: rgb(39 39 42 / 0.05) !important;
  }

  .md\:stroke-zinc-800\/50 {
    stroke: rgb(39 39 42 / 0.5) !important;
  }

  .md\:stroke-zinc-800\/55 {
    stroke: rgb(39 39 42 / 0.55) !important;
  }

  .md\:stroke-zinc-800\/60 {
    stroke: rgb(39 39 42 / 0.6) !important;
  }

  .md\:stroke-zinc-800\/65 {
    stroke: rgb(39 39 42 / 0.65) !important;
  }

  .md\:stroke-zinc-800\/70 {
    stroke: rgb(39 39 42 / 0.7) !important;
  }

  .md\:stroke-zinc-800\/75 {
    stroke: rgb(39 39 42 / 0.75) !important;
  }

  .md\:stroke-zinc-800\/80 {
    stroke: rgb(39 39 42 / 0.8) !important;
  }

  .md\:stroke-zinc-800\/85 {
    stroke: rgb(39 39 42 / 0.85) !important;
  }

  .md\:stroke-zinc-800\/90 {
    stroke: rgb(39 39 42 / 0.9) !important;
  }

  .md\:stroke-zinc-800\/95 {
    stroke: rgb(39 39 42 / 0.95) !important;
  }

  .md\:stroke-zinc-900 {
    stroke: #18181b !important;
  }

  .md\:stroke-zinc-900\/0 {
    stroke: rgb(24 24 27 / 0) !important;
  }

  .md\:stroke-zinc-900\/10 {
    stroke: rgb(24 24 27 / 0.1) !important;
  }

  .md\:stroke-zinc-900\/100 {
    stroke: rgb(24 24 27 / 1) !important;
  }

  .md\:stroke-zinc-900\/15 {
    stroke: rgb(24 24 27 / 0.15) !important;
  }

  .md\:stroke-zinc-900\/20 {
    stroke: rgb(24 24 27 / 0.2) !important;
  }

  .md\:stroke-zinc-900\/25 {
    stroke: rgb(24 24 27 / 0.25) !important;
  }

  .md\:stroke-zinc-900\/30 {
    stroke: rgb(24 24 27 / 0.3) !important;
  }

  .md\:stroke-zinc-900\/35 {
    stroke: rgb(24 24 27 / 0.35) !important;
  }

  .md\:stroke-zinc-900\/40 {
    stroke: rgb(24 24 27 / 0.4) !important;
  }

  .md\:stroke-zinc-900\/45 {
    stroke: rgb(24 24 27 / 0.45) !important;
  }

  .md\:stroke-zinc-900\/5 {
    stroke: rgb(24 24 27 / 0.05) !important;
  }

  .md\:stroke-zinc-900\/50 {
    stroke: rgb(24 24 27 / 0.5) !important;
  }

  .md\:stroke-zinc-900\/55 {
    stroke: rgb(24 24 27 / 0.55) !important;
  }

  .md\:stroke-zinc-900\/60 {
    stroke: rgb(24 24 27 / 0.6) !important;
  }

  .md\:stroke-zinc-900\/65 {
    stroke: rgb(24 24 27 / 0.65) !important;
  }

  .md\:stroke-zinc-900\/70 {
    stroke: rgb(24 24 27 / 0.7) !important;
  }

  .md\:stroke-zinc-900\/75 {
    stroke: rgb(24 24 27 / 0.75) !important;
  }

  .md\:stroke-zinc-900\/80 {
    stroke: rgb(24 24 27 / 0.8) !important;
  }

  .md\:stroke-zinc-900\/85 {
    stroke: rgb(24 24 27 / 0.85) !important;
  }

  .md\:stroke-zinc-900\/90 {
    stroke: rgb(24 24 27 / 0.9) !important;
  }

  .md\:stroke-zinc-900\/95 {
    stroke: rgb(24 24 27 / 0.95) !important;
  }

  .md\:stroke-zinc-950 {
    stroke: #09090b !important;
  }

  .md\:stroke-zinc-950\/0 {
    stroke: rgb(9 9 11 / 0) !important;
  }

  .md\:stroke-zinc-950\/10 {
    stroke: rgb(9 9 11 / 0.1) !important;
  }

  .md\:stroke-zinc-950\/100 {
    stroke: rgb(9 9 11 / 1) !important;
  }

  .md\:stroke-zinc-950\/15 {
    stroke: rgb(9 9 11 / 0.15) !important;
  }

  .md\:stroke-zinc-950\/20 {
    stroke: rgb(9 9 11 / 0.2) !important;
  }

  .md\:stroke-zinc-950\/25 {
    stroke: rgb(9 9 11 / 0.25) !important;
  }

  .md\:stroke-zinc-950\/30 {
    stroke: rgb(9 9 11 / 0.3) !important;
  }

  .md\:stroke-zinc-950\/35 {
    stroke: rgb(9 9 11 / 0.35) !important;
  }

  .md\:stroke-zinc-950\/40 {
    stroke: rgb(9 9 11 / 0.4) !important;
  }

  .md\:stroke-zinc-950\/45 {
    stroke: rgb(9 9 11 / 0.45) !important;
  }

  .md\:stroke-zinc-950\/5 {
    stroke: rgb(9 9 11 / 0.05) !important;
  }

  .md\:stroke-zinc-950\/50 {
    stroke: rgb(9 9 11 / 0.5) !important;
  }

  .md\:stroke-zinc-950\/55 {
    stroke: rgb(9 9 11 / 0.55) !important;
  }

  .md\:stroke-zinc-950\/60 {
    stroke: rgb(9 9 11 / 0.6) !important;
  }

  .md\:stroke-zinc-950\/65 {
    stroke: rgb(9 9 11 / 0.65) !important;
  }

  .md\:stroke-zinc-950\/70 {
    stroke: rgb(9 9 11 / 0.7) !important;
  }

  .md\:stroke-zinc-950\/75 {
    stroke: rgb(9 9 11 / 0.75) !important;
  }

  .md\:stroke-zinc-950\/80 {
    stroke: rgb(9 9 11 / 0.8) !important;
  }

  .md\:stroke-zinc-950\/85 {
    stroke: rgb(9 9 11 / 0.85) !important;
  }

  .md\:stroke-zinc-950\/90 {
    stroke: rgb(9 9 11 / 0.9) !important;
  }

  .md\:stroke-zinc-950\/95 {
    stroke: rgb(9 9 11 / 0.95) !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:text-2xl {
    font-size: 3.5rem !important;
    line-height: 4rem !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .md\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .md\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .md\:text-base {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }

  .md\:text-xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:leading-snug {
    line-height: 1.375 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0) !important;
  }

  .md\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1) !important;
  }

  .md\:text-yellow-100\/15 {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:text-yellow-100\/35 {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:text-yellow-100\/55 {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:text-yellow-100\/85 {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0) !important;
  }

  .md\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1) !important;
  }

  .md\:text-yellow-200\/15 {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:text-yellow-200\/35 {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:text-yellow-200\/55 {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:text-yellow-200\/85 {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95) !important;
  }

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

  .md\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0) !important;
  }

  .md\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1) !important;
  }

  .md\:text-yellow-300\/15 {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:text-yellow-300\/35 {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:text-yellow-300\/45 {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:text-yellow-300\/55 {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:text-yellow-300\/65 {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:text-yellow-300\/85 {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0) !important;
  }

  .md\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1) !important;
  }

  .md\:text-yellow-400\/15 {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:text-yellow-400\/35 {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:text-yellow-400\/55 {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:text-yellow-400\/85 {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0) !important;
  }

  .md\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1) !important;
  }

  .md\:text-yellow-50\/15 {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:text-yellow-50\/35 {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:text-yellow-50\/45 {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:text-yellow-50\/55 {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:text-yellow-50\/65 {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:text-yellow-50\/85 {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0) !important;
  }

  .md\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1) !important;
  }

  .md\:text-yellow-500\/15 {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:text-yellow-500\/35 {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:text-yellow-500\/45 {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:text-yellow-500\/55 {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:text-yellow-500\/65 {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:text-yellow-500\/85 {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0) !important;
  }

  .md\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1) !important;
  }

  .md\:text-yellow-600\/15 {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:text-yellow-600\/35 {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:text-yellow-600\/45 {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:text-yellow-600\/55 {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:text-yellow-600\/65 {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:text-yellow-600\/85 {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0) !important;
  }

  .md\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1) !important;
  }

  .md\:text-yellow-700\/15 {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:text-yellow-700\/35 {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:text-yellow-700\/45 {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:text-yellow-700\/55 {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:text-yellow-700\/65 {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:text-yellow-700\/85 {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0) !important;
  }

  .md\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1) !important;
  }

  .md\:text-yellow-800\/15 {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:text-yellow-800\/35 {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:text-yellow-800\/55 {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:text-yellow-800\/85 {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0) !important;
  }

  .md\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1) !important;
  }

  .md\:text-yellow-900\/15 {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:text-yellow-900\/35 {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:text-yellow-900\/45 {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:text-yellow-900\/55 {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:text-yellow-900\/65 {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:text-yellow-900\/85 {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:text-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0) !important;
  }

  .md\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1) !important;
  }

  .md\:text-yellow-950\/15 {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:text-yellow-950\/35 {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:text-yellow-950\/45 {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:text-yellow-950\/55 {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:text-yellow-950\/65 {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:text-yellow-950\/85 {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:decoration-yellow-100 {
    text-decoration-color: #fef9c3 !important;
  }

  .md\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0) !important;
  }

  .md\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1) !important;
  }

  .md\:decoration-yellow-100\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:decoration-yellow-100\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:decoration-yellow-100\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:decoration-yellow-100\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:decoration-yellow-200 {
    text-decoration-color: #fef08a !important;
  }

  .md\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0) !important;
  }

  .md\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1) !important;
  }

  .md\:decoration-yellow-200\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:decoration-yellow-200\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:decoration-yellow-200\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:decoration-yellow-200\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:decoration-yellow-300 {
    text-decoration-color: #fde047 !important;
  }

  .md\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0) !important;
  }

  .md\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1) !important;
  }

  .md\:decoration-yellow-300\/15 {
    text-decoration-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:decoration-yellow-300\/35 {
    text-decoration-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:decoration-yellow-300\/45 {
    text-decoration-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:decoration-yellow-300\/55 {
    text-decoration-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:decoration-yellow-300\/65 {
    text-decoration-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:decoration-yellow-300\/85 {
    text-decoration-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:decoration-yellow-400 {
    text-decoration-color: #facc15 !important;
  }

  .md\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0) !important;
  }

  .md\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1) !important;
  }

  .md\:decoration-yellow-400\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:decoration-yellow-400\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:decoration-yellow-400\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:decoration-yellow-400\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:decoration-yellow-50 {
    text-decoration-color: #fefce8 !important;
  }

  .md\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0) !important;
  }

  .md\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1) !important;
  }

  .md\:decoration-yellow-50\/15 {
    text-decoration-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:decoration-yellow-50\/35 {
    text-decoration-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:decoration-yellow-50\/45 {
    text-decoration-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:decoration-yellow-50\/55 {
    text-decoration-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:decoration-yellow-50\/65 {
    text-decoration-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:decoration-yellow-50\/85 {
    text-decoration-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:decoration-yellow-500 {
    text-decoration-color: #eab308 !important;
  }

  .md\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0) !important;
  }

  .md\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1) !important;
  }

  .md\:decoration-yellow-500\/15 {
    text-decoration-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:decoration-yellow-500\/35 {
    text-decoration-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:decoration-yellow-500\/45 {
    text-decoration-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:decoration-yellow-500\/55 {
    text-decoration-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:decoration-yellow-500\/65 {
    text-decoration-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:decoration-yellow-500\/85 {
    text-decoration-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:decoration-yellow-600 {
    text-decoration-color: #ca8a04 !important;
  }

  .md\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0) !important;
  }

  .md\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1) !important;
  }

  .md\:decoration-yellow-600\/15 {
    text-decoration-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:decoration-yellow-600\/35 {
    text-decoration-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:decoration-yellow-600\/45 {
    text-decoration-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:decoration-yellow-600\/55 {
    text-decoration-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:decoration-yellow-600\/65 {
    text-decoration-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:decoration-yellow-600\/85 {
    text-decoration-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:decoration-yellow-700 {
    text-decoration-color: #a16207 !important;
  }

  .md\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0) !important;
  }

  .md\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1) !important;
  }

  .md\:decoration-yellow-700\/15 {
    text-decoration-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:decoration-yellow-700\/35 {
    text-decoration-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:decoration-yellow-700\/45 {
    text-decoration-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:decoration-yellow-700\/55 {
    text-decoration-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:decoration-yellow-700\/65 {
    text-decoration-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:decoration-yellow-700\/85 {
    text-decoration-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:decoration-yellow-800 {
    text-decoration-color: #854d0e !important;
  }

  .md\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0) !important;
  }

  .md\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1) !important;
  }

  .md\:decoration-yellow-800\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:decoration-yellow-800\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:decoration-yellow-800\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:decoration-yellow-800\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:decoration-yellow-900 {
    text-decoration-color: #713f12 !important;
  }

  .md\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0) !important;
  }

  .md\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1) !important;
  }

  .md\:decoration-yellow-900\/15 {
    text-decoration-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:decoration-yellow-900\/35 {
    text-decoration-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:decoration-yellow-900\/45 {
    text-decoration-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:decoration-yellow-900\/55 {
    text-decoration-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:decoration-yellow-900\/65 {
    text-decoration-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:decoration-yellow-900\/85 {
    text-decoration-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:decoration-yellow-950 {
    text-decoration-color: #422006 !important;
  }

  .md\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0) !important;
  }

  .md\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1) !important;
  }

  .md\:decoration-yellow-950\/15 {
    text-decoration-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:decoration-yellow-950\/35 {
    text-decoration-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:decoration-yellow-950\/45 {
    text-decoration-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:decoration-yellow-950\/55 {
    text-decoration-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:decoration-yellow-950\/65 {
    text-decoration-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:decoration-yellow-950\/85 {
    text-decoration-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .md\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .md\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .md\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .md\:placeholder-yellow-100\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:placeholder-yellow-100\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:placeholder-yellow-100\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:placeholder-yellow-100\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:placeholder-yellow-100\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:placeholder-yellow-100\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .md\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .md\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .md\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .md\:placeholder-yellow-200\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:placeholder-yellow-200\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:placeholder-yellow-200\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:placeholder-yellow-200\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:placeholder-yellow-200\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:placeholder-yellow-200\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0) !important;
  }

  .md\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0) !important;
  }

  .md\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1) !important;
  }

  .md\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1) !important;
  }

  .md\:placeholder-yellow-300\/15::-moz-placeholder {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:placeholder-yellow-300\/15::placeholder {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:placeholder-yellow-300\/35::-moz-placeholder {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:placeholder-yellow-300\/35::placeholder {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:placeholder-yellow-300\/45::-moz-placeholder {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:placeholder-yellow-300\/45::placeholder {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:placeholder-yellow-300\/55::-moz-placeholder {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:placeholder-yellow-300\/55::placeholder {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:placeholder-yellow-300\/65::-moz-placeholder {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:placeholder-yellow-300\/65::placeholder {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:placeholder-yellow-300\/85::-moz-placeholder {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:placeholder-yellow-300\/85::placeholder {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .md\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .md\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .md\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .md\:placeholder-yellow-400\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:placeholder-yellow-400\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:placeholder-yellow-400\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:placeholder-yellow-400\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:placeholder-yellow-400\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:placeholder-yellow-400\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0) !important;
  }

  .md\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0) !important;
  }

  .md\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1) !important;
  }

  .md\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1) !important;
  }

  .md\:placeholder-yellow-50\/15::-moz-placeholder {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:placeholder-yellow-50\/15::placeholder {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:placeholder-yellow-50\/35::-moz-placeholder {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:placeholder-yellow-50\/35::placeholder {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:placeholder-yellow-50\/45::-moz-placeholder {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:placeholder-yellow-50\/45::placeholder {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:placeholder-yellow-50\/55::-moz-placeholder {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:placeholder-yellow-50\/55::placeholder {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:placeholder-yellow-50\/65::-moz-placeholder {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:placeholder-yellow-50\/65::placeholder {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:placeholder-yellow-50\/85::-moz-placeholder {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:placeholder-yellow-50\/85::placeholder {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0) !important;
  }

  .md\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0) !important;
  }

  .md\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1) !important;
  }

  .md\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1) !important;
  }

  .md\:placeholder-yellow-500\/15::-moz-placeholder {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:placeholder-yellow-500\/15::placeholder {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:placeholder-yellow-500\/35::-moz-placeholder {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:placeholder-yellow-500\/35::placeholder {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:placeholder-yellow-500\/45::-moz-placeholder {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:placeholder-yellow-500\/45::placeholder {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:placeholder-yellow-500\/55::-moz-placeholder {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:placeholder-yellow-500\/55::placeholder {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:placeholder-yellow-500\/65::-moz-placeholder {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:placeholder-yellow-500\/65::placeholder {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:placeholder-yellow-500\/85::-moz-placeholder {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:placeholder-yellow-500\/85::placeholder {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0) !important;
  }

  .md\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0) !important;
  }

  .md\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1) !important;
  }

  .md\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1) !important;
  }

  .md\:placeholder-yellow-600\/15::-moz-placeholder {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:placeholder-yellow-600\/15::placeholder {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:placeholder-yellow-600\/35::-moz-placeholder {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:placeholder-yellow-600\/35::placeholder {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:placeholder-yellow-600\/45::-moz-placeholder {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:placeholder-yellow-600\/45::placeholder {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:placeholder-yellow-600\/55::-moz-placeholder {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:placeholder-yellow-600\/55::placeholder {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:placeholder-yellow-600\/65::-moz-placeholder {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:placeholder-yellow-600\/65::placeholder {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:placeholder-yellow-600\/85::-moz-placeholder {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:placeholder-yellow-600\/85::placeholder {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0) !important;
  }

  .md\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0) !important;
  }

  .md\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1) !important;
  }

  .md\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1) !important;
  }

  .md\:placeholder-yellow-700\/15::-moz-placeholder {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:placeholder-yellow-700\/15::placeholder {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:placeholder-yellow-700\/35::-moz-placeholder {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:placeholder-yellow-700\/35::placeholder {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:placeholder-yellow-700\/45::-moz-placeholder {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:placeholder-yellow-700\/45::placeholder {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:placeholder-yellow-700\/55::-moz-placeholder {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:placeholder-yellow-700\/55::placeholder {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:placeholder-yellow-700\/65::-moz-placeholder {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:placeholder-yellow-700\/65::placeholder {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:placeholder-yellow-700\/85::-moz-placeholder {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:placeholder-yellow-700\/85::placeholder {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .md\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .md\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .md\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .md\:placeholder-yellow-800\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:placeholder-yellow-800\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:placeholder-yellow-800\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:placeholder-yellow-800\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:placeholder-yellow-800\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:placeholder-yellow-800\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0) !important;
  }

  .md\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0) !important;
  }

  .md\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1) !important;
  }

  .md\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1) !important;
  }

  .md\:placeholder-yellow-900\/15::-moz-placeholder {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:placeholder-yellow-900\/15::placeholder {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:placeholder-yellow-900\/35::-moz-placeholder {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:placeholder-yellow-900\/35::placeholder {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:placeholder-yellow-900\/45::-moz-placeholder {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:placeholder-yellow-900\/45::placeholder {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:placeholder-yellow-900\/55::-moz-placeholder {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:placeholder-yellow-900\/55::placeholder {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:placeholder-yellow-900\/65::-moz-placeholder {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:placeholder-yellow-900\/65::placeholder {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:placeholder-yellow-900\/85::-moz-placeholder {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:placeholder-yellow-900\/85::placeholder {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0) !important;
  }

  .md\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0) !important;
  }

  .md\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1) !important;
  }

  .md\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1) !important;
  }

  .md\:placeholder-yellow-950\/15::-moz-placeholder {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:placeholder-yellow-950\/15::placeholder {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:placeholder-yellow-950\/35::-moz-placeholder {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:placeholder-yellow-950\/35::placeholder {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:placeholder-yellow-950\/45::-moz-placeholder {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:placeholder-yellow-950\/45::placeholder {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:placeholder-yellow-950\/55::-moz-placeholder {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:placeholder-yellow-950\/55::placeholder {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:placeholder-yellow-950\/65::-moz-placeholder {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:placeholder-yellow-950\/65::placeholder {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:placeholder-yellow-950\/85::-moz-placeholder {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:placeholder-yellow-950\/85::placeholder {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:caret-yellow-100 {
    caret-color: #fef9c3 !important;
  }

  .md\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0) !important;
  }

  .md\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1) !important;
  }

  .md\:caret-yellow-100\/15 {
    caret-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:caret-yellow-100\/35 {
    caret-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:caret-yellow-100\/55 {
    caret-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:caret-yellow-100\/85 {
    caret-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:caret-yellow-200 {
    caret-color: #fef08a !important;
  }

  .md\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0) !important;
  }

  .md\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1) !important;
  }

  .md\:caret-yellow-200\/15 {
    caret-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:caret-yellow-200\/35 {
    caret-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:caret-yellow-200\/55 {
    caret-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:caret-yellow-200\/85 {
    caret-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:caret-yellow-300 {
    caret-color: #fde047 !important;
  }

  .md\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0) !important;
  }

  .md\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1) !important;
  }

  .md\:caret-yellow-300\/15 {
    caret-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:caret-yellow-300\/35 {
    caret-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:caret-yellow-300\/45 {
    caret-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:caret-yellow-300\/55 {
    caret-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:caret-yellow-300\/65 {
    caret-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:caret-yellow-300\/85 {
    caret-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:caret-yellow-400 {
    caret-color: #facc15 !important;
  }

  .md\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0) !important;
  }

  .md\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1) !important;
  }

  .md\:caret-yellow-400\/15 {
    caret-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:caret-yellow-400\/35 {
    caret-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:caret-yellow-400\/55 {
    caret-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:caret-yellow-400\/85 {
    caret-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:caret-yellow-50 {
    caret-color: #fefce8 !important;
  }

  .md\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0) !important;
  }

  .md\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1) !important;
  }

  .md\:caret-yellow-50\/15 {
    caret-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:caret-yellow-50\/35 {
    caret-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:caret-yellow-50\/45 {
    caret-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:caret-yellow-50\/55 {
    caret-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:caret-yellow-50\/65 {
    caret-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:caret-yellow-50\/85 {
    caret-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:caret-yellow-500 {
    caret-color: #eab308 !important;
  }

  .md\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0) !important;
  }

  .md\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1) !important;
  }

  .md\:caret-yellow-500\/15 {
    caret-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:caret-yellow-500\/35 {
    caret-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:caret-yellow-500\/45 {
    caret-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:caret-yellow-500\/55 {
    caret-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:caret-yellow-500\/65 {
    caret-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:caret-yellow-500\/85 {
    caret-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:caret-yellow-600 {
    caret-color: #ca8a04 !important;
  }

  .md\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0) !important;
  }

  .md\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1) !important;
  }

  .md\:caret-yellow-600\/15 {
    caret-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:caret-yellow-600\/35 {
    caret-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:caret-yellow-600\/45 {
    caret-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:caret-yellow-600\/55 {
    caret-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:caret-yellow-600\/65 {
    caret-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:caret-yellow-600\/85 {
    caret-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:caret-yellow-700 {
    caret-color: #a16207 !important;
  }

  .md\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0) !important;
  }

  .md\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1) !important;
  }

  .md\:caret-yellow-700\/15 {
    caret-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:caret-yellow-700\/35 {
    caret-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:caret-yellow-700\/45 {
    caret-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:caret-yellow-700\/55 {
    caret-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:caret-yellow-700\/65 {
    caret-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:caret-yellow-700\/85 {
    caret-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:caret-yellow-800 {
    caret-color: #854d0e !important;
  }

  .md\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0) !important;
  }

  .md\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1) !important;
  }

  .md\:caret-yellow-800\/15 {
    caret-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:caret-yellow-800\/35 {
    caret-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:caret-yellow-800\/55 {
    caret-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:caret-yellow-800\/85 {
    caret-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:caret-yellow-900 {
    caret-color: #713f12 !important;
  }

  .md\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0) !important;
  }

  .md\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1) !important;
  }

  .md\:caret-yellow-900\/15 {
    caret-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:caret-yellow-900\/35 {
    caret-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:caret-yellow-900\/45 {
    caret-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:caret-yellow-900\/55 {
    caret-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:caret-yellow-900\/65 {
    caret-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:caret-yellow-900\/85 {
    caret-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:caret-yellow-950 {
    caret-color: #422006 !important;
  }

  .md\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0) !important;
  }

  .md\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1) !important;
  }

  .md\:caret-yellow-950\/15 {
    caret-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:caret-yellow-950\/35 {
    caret-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:caret-yellow-950\/45 {
    caret-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:caret-yellow-950\/55 {
    caret-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:caret-yellow-950\/65 {
    caret-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:caret-yellow-950\/85 {
    caret-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:accent-yellow-100 {
    accent-color: #fef9c3 !important;
  }

  .md\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0) !important;
  }

  .md\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1) !important;
  }

  .md\:accent-yellow-100\/15 {
    accent-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:accent-yellow-100\/35 {
    accent-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:accent-yellow-100\/55 {
    accent-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:accent-yellow-100\/85 {
    accent-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:accent-yellow-200 {
    accent-color: #fef08a !important;
  }

  .md\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0) !important;
  }

  .md\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1) !important;
  }

  .md\:accent-yellow-200\/15 {
    accent-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:accent-yellow-200\/35 {
    accent-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:accent-yellow-200\/55 {
    accent-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:accent-yellow-200\/85 {
    accent-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:accent-yellow-300 {
    accent-color: #fde047 !important;
  }

  .md\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0) !important;
  }

  .md\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1) !important;
  }

  .md\:accent-yellow-300\/15 {
    accent-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:accent-yellow-300\/35 {
    accent-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:accent-yellow-300\/45 {
    accent-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:accent-yellow-300\/55 {
    accent-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:accent-yellow-300\/65 {
    accent-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:accent-yellow-300\/85 {
    accent-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:accent-yellow-400 {
    accent-color: #facc15 !important;
  }

  .md\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0) !important;
  }

  .md\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1) !important;
  }

  .md\:accent-yellow-400\/15 {
    accent-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:accent-yellow-400\/35 {
    accent-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:accent-yellow-400\/55 {
    accent-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:accent-yellow-400\/85 {
    accent-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:accent-yellow-50 {
    accent-color: #fefce8 !important;
  }

  .md\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0) !important;
  }

  .md\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1) !important;
  }

  .md\:accent-yellow-50\/15 {
    accent-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:accent-yellow-50\/35 {
    accent-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:accent-yellow-50\/45 {
    accent-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:accent-yellow-50\/55 {
    accent-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:accent-yellow-50\/65 {
    accent-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:accent-yellow-50\/85 {
    accent-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:accent-yellow-500 {
    accent-color: #eab308 !important;
  }

  .md\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0) !important;
  }

  .md\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1) !important;
  }

  .md\:accent-yellow-500\/15 {
    accent-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:accent-yellow-500\/35 {
    accent-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:accent-yellow-500\/45 {
    accent-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:accent-yellow-500\/55 {
    accent-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:accent-yellow-500\/65 {
    accent-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:accent-yellow-500\/85 {
    accent-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:accent-yellow-600 {
    accent-color: #ca8a04 !important;
  }

  .md\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0) !important;
  }

  .md\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1) !important;
  }

  .md\:accent-yellow-600\/15 {
    accent-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:accent-yellow-600\/35 {
    accent-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:accent-yellow-600\/45 {
    accent-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:accent-yellow-600\/55 {
    accent-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:accent-yellow-600\/65 {
    accent-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:accent-yellow-600\/85 {
    accent-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:accent-yellow-700 {
    accent-color: #a16207 !important;
  }

  .md\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0) !important;
  }

  .md\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1) !important;
  }

  .md\:accent-yellow-700\/15 {
    accent-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:accent-yellow-700\/35 {
    accent-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:accent-yellow-700\/45 {
    accent-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:accent-yellow-700\/55 {
    accent-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:accent-yellow-700\/65 {
    accent-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:accent-yellow-700\/85 {
    accent-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:accent-yellow-800 {
    accent-color: #854d0e !important;
  }

  .md\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0) !important;
  }

  .md\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1) !important;
  }

  .md\:accent-yellow-800\/15 {
    accent-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:accent-yellow-800\/35 {
    accent-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:accent-yellow-800\/55 {
    accent-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:accent-yellow-800\/85 {
    accent-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:accent-yellow-900 {
    accent-color: #713f12 !important;
  }

  .md\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0) !important;
  }

  .md\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1) !important;
  }

  .md\:accent-yellow-900\/15 {
    accent-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:accent-yellow-900\/35 {
    accent-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:accent-yellow-900\/45 {
    accent-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:accent-yellow-900\/55 {
    accent-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:accent-yellow-900\/65 {
    accent-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:accent-yellow-900\/85 {
    accent-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:accent-yellow-950 {
    accent-color: #422006 !important;
  }

  .md\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0) !important;
  }

  .md\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1) !important;
  }

  .md\:accent-yellow-950\/15 {
    accent-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:accent-yellow-950\/35 {
    accent-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:accent-yellow-950\/45 {
    accent-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:accent-yellow-950\/55 {
    accent-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:accent-yellow-950\/65 {
    accent-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:accent-yellow-950\/85 {
    accent-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-amber-100 {
    --tw-shadow-color: #fef3c7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/0 {
    --tw-shadow-color: rgb(254 243 199 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/10 {
    --tw-shadow-color: rgb(254 243 199 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/100 {
    --tw-shadow-color: rgb(254 243 199 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/15 {
    --tw-shadow-color: rgb(254 243 199 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/20 {
    --tw-shadow-color: rgb(254 243 199 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/25 {
    --tw-shadow-color: rgb(254 243 199 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/30 {
    --tw-shadow-color: rgb(254 243 199 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/35 {
    --tw-shadow-color: rgb(254 243 199 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/40 {
    --tw-shadow-color: rgb(254 243 199 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/45 {
    --tw-shadow-color: rgb(254 243 199 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/5 {
    --tw-shadow-color: rgb(254 243 199 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/50 {
    --tw-shadow-color: rgb(254 243 199 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/55 {
    --tw-shadow-color: rgb(254 243 199 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/60 {
    --tw-shadow-color: rgb(254 243 199 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/65 {
    --tw-shadow-color: rgb(254 243 199 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/70 {
    --tw-shadow-color: rgb(254 243 199 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/75 {
    --tw-shadow-color: rgb(254 243 199 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/80 {
    --tw-shadow-color: rgb(254 243 199 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/85 {
    --tw-shadow-color: rgb(254 243 199 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/90 {
    --tw-shadow-color: rgb(254 243 199 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-100\/95 {
    --tw-shadow-color: rgb(254 243 199 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200 {
    --tw-shadow-color: #fde68a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/0 {
    --tw-shadow-color: rgb(253 230 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/10 {
    --tw-shadow-color: rgb(253 230 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/100 {
    --tw-shadow-color: rgb(253 230 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/15 {
    --tw-shadow-color: rgb(253 230 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/20 {
    --tw-shadow-color: rgb(253 230 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/25 {
    --tw-shadow-color: rgb(253 230 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/30 {
    --tw-shadow-color: rgb(253 230 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/35 {
    --tw-shadow-color: rgb(253 230 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/40 {
    --tw-shadow-color: rgb(253 230 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/45 {
    --tw-shadow-color: rgb(253 230 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/5 {
    --tw-shadow-color: rgb(253 230 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/50 {
    --tw-shadow-color: rgb(253 230 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/55 {
    --tw-shadow-color: rgb(253 230 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/60 {
    --tw-shadow-color: rgb(253 230 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/65 {
    --tw-shadow-color: rgb(253 230 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/70 {
    --tw-shadow-color: rgb(253 230 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/75 {
    --tw-shadow-color: rgb(253 230 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/80 {
    --tw-shadow-color: rgb(253 230 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/85 {
    --tw-shadow-color: rgb(253 230 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/90 {
    --tw-shadow-color: rgb(253 230 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-200\/95 {
    --tw-shadow-color: rgb(253 230 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300 {
    --tw-shadow-color: #fcd34d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/0 {
    --tw-shadow-color: rgb(252 211 77 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/10 {
    --tw-shadow-color: rgb(252 211 77 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/100 {
    --tw-shadow-color: rgb(252 211 77 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/15 {
    --tw-shadow-color: rgb(252 211 77 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/20 {
    --tw-shadow-color: rgb(252 211 77 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/25 {
    --tw-shadow-color: rgb(252 211 77 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/30 {
    --tw-shadow-color: rgb(252 211 77 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/35 {
    --tw-shadow-color: rgb(252 211 77 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/40 {
    --tw-shadow-color: rgb(252 211 77 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/45 {
    --tw-shadow-color: rgb(252 211 77 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/5 {
    --tw-shadow-color: rgb(252 211 77 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/50 {
    --tw-shadow-color: rgb(252 211 77 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/55 {
    --tw-shadow-color: rgb(252 211 77 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/60 {
    --tw-shadow-color: rgb(252 211 77 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/65 {
    --tw-shadow-color: rgb(252 211 77 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/70 {
    --tw-shadow-color: rgb(252 211 77 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/75 {
    --tw-shadow-color: rgb(252 211 77 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/80 {
    --tw-shadow-color: rgb(252 211 77 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/85 {
    --tw-shadow-color: rgb(252 211 77 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/90 {
    --tw-shadow-color: rgb(252 211 77 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-300\/95 {
    --tw-shadow-color: rgb(252 211 77 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400 {
    --tw-shadow-color: #fbbf24 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/0 {
    --tw-shadow-color: rgb(251 191 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/10 {
    --tw-shadow-color: rgb(251 191 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/100 {
    --tw-shadow-color: rgb(251 191 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/15 {
    --tw-shadow-color: rgb(251 191 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/20 {
    --tw-shadow-color: rgb(251 191 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/25 {
    --tw-shadow-color: rgb(251 191 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/30 {
    --tw-shadow-color: rgb(251 191 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/35 {
    --tw-shadow-color: rgb(251 191 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/40 {
    --tw-shadow-color: rgb(251 191 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/45 {
    --tw-shadow-color: rgb(251 191 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/5 {
    --tw-shadow-color: rgb(251 191 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/50 {
    --tw-shadow-color: rgb(251 191 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/55 {
    --tw-shadow-color: rgb(251 191 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/60 {
    --tw-shadow-color: rgb(251 191 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/65 {
    --tw-shadow-color: rgb(251 191 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/70 {
    --tw-shadow-color: rgb(251 191 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/75 {
    --tw-shadow-color: rgb(251 191 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/80 {
    --tw-shadow-color: rgb(251 191 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/85 {
    --tw-shadow-color: rgb(251 191 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/90 {
    --tw-shadow-color: rgb(251 191 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-400\/95 {
    --tw-shadow-color: rgb(251 191 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50 {
    --tw-shadow-color: #fffbeb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/0 {
    --tw-shadow-color: rgb(255 251 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/10 {
    --tw-shadow-color: rgb(255 251 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/100 {
    --tw-shadow-color: rgb(255 251 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/15 {
    --tw-shadow-color: rgb(255 251 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/20 {
    --tw-shadow-color: rgb(255 251 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/25 {
    --tw-shadow-color: rgb(255 251 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/30 {
    --tw-shadow-color: rgb(255 251 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/35 {
    --tw-shadow-color: rgb(255 251 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/40 {
    --tw-shadow-color: rgb(255 251 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/45 {
    --tw-shadow-color: rgb(255 251 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/5 {
    --tw-shadow-color: rgb(255 251 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/50 {
    --tw-shadow-color: rgb(255 251 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/55 {
    --tw-shadow-color: rgb(255 251 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/60 {
    --tw-shadow-color: rgb(255 251 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/65 {
    --tw-shadow-color: rgb(255 251 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/70 {
    --tw-shadow-color: rgb(255 251 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/75 {
    --tw-shadow-color: rgb(255 251 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/80 {
    --tw-shadow-color: rgb(255 251 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/85 {
    --tw-shadow-color: rgb(255 251 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/90 {
    --tw-shadow-color: rgb(255 251 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-50\/95 {
    --tw-shadow-color: rgb(255 251 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500 {
    --tw-shadow-color: #f59e0b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/0 {
    --tw-shadow-color: rgb(245 158 11 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/10 {
    --tw-shadow-color: rgb(245 158 11 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/100 {
    --tw-shadow-color: rgb(245 158 11 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/15 {
    --tw-shadow-color: rgb(245 158 11 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/20 {
    --tw-shadow-color: rgb(245 158 11 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/25 {
    --tw-shadow-color: rgb(245 158 11 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/30 {
    --tw-shadow-color: rgb(245 158 11 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/35 {
    --tw-shadow-color: rgb(245 158 11 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/40 {
    --tw-shadow-color: rgb(245 158 11 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/45 {
    --tw-shadow-color: rgb(245 158 11 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/5 {
    --tw-shadow-color: rgb(245 158 11 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/50 {
    --tw-shadow-color: rgb(245 158 11 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/55 {
    --tw-shadow-color: rgb(245 158 11 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/60 {
    --tw-shadow-color: rgb(245 158 11 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/65 {
    --tw-shadow-color: rgb(245 158 11 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/70 {
    --tw-shadow-color: rgb(245 158 11 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/75 {
    --tw-shadow-color: rgb(245 158 11 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/80 {
    --tw-shadow-color: rgb(245 158 11 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/85 {
    --tw-shadow-color: rgb(245 158 11 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/90 {
    --tw-shadow-color: rgb(245 158 11 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-500\/95 {
    --tw-shadow-color: rgb(245 158 11 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600 {
    --tw-shadow-color: #d97706 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/0 {
    --tw-shadow-color: rgb(217 119 6 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/10 {
    --tw-shadow-color: rgb(217 119 6 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/100 {
    --tw-shadow-color: rgb(217 119 6 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/15 {
    --tw-shadow-color: rgb(217 119 6 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/20 {
    --tw-shadow-color: rgb(217 119 6 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/25 {
    --tw-shadow-color: rgb(217 119 6 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/30 {
    --tw-shadow-color: rgb(217 119 6 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/35 {
    --tw-shadow-color: rgb(217 119 6 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/40 {
    --tw-shadow-color: rgb(217 119 6 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/45 {
    --tw-shadow-color: rgb(217 119 6 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/5 {
    --tw-shadow-color: rgb(217 119 6 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/50 {
    --tw-shadow-color: rgb(217 119 6 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/55 {
    --tw-shadow-color: rgb(217 119 6 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/60 {
    --tw-shadow-color: rgb(217 119 6 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/65 {
    --tw-shadow-color: rgb(217 119 6 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/70 {
    --tw-shadow-color: rgb(217 119 6 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/75 {
    --tw-shadow-color: rgb(217 119 6 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/80 {
    --tw-shadow-color: rgb(217 119 6 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/85 {
    --tw-shadow-color: rgb(217 119 6 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/90 {
    --tw-shadow-color: rgb(217 119 6 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-600\/95 {
    --tw-shadow-color: rgb(217 119 6 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700 {
    --tw-shadow-color: #b45309 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/0 {
    --tw-shadow-color: rgb(180 83 9 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/10 {
    --tw-shadow-color: rgb(180 83 9 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/100 {
    --tw-shadow-color: rgb(180 83 9 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/15 {
    --tw-shadow-color: rgb(180 83 9 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/20 {
    --tw-shadow-color: rgb(180 83 9 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/25 {
    --tw-shadow-color: rgb(180 83 9 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/30 {
    --tw-shadow-color: rgb(180 83 9 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/35 {
    --tw-shadow-color: rgb(180 83 9 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/40 {
    --tw-shadow-color: rgb(180 83 9 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/45 {
    --tw-shadow-color: rgb(180 83 9 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/5 {
    --tw-shadow-color: rgb(180 83 9 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/50 {
    --tw-shadow-color: rgb(180 83 9 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/55 {
    --tw-shadow-color: rgb(180 83 9 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/60 {
    --tw-shadow-color: rgb(180 83 9 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/65 {
    --tw-shadow-color: rgb(180 83 9 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/70 {
    --tw-shadow-color: rgb(180 83 9 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/75 {
    --tw-shadow-color: rgb(180 83 9 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/80 {
    --tw-shadow-color: rgb(180 83 9 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/85 {
    --tw-shadow-color: rgb(180 83 9 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/90 {
    --tw-shadow-color: rgb(180 83 9 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-700\/95 {
    --tw-shadow-color: rgb(180 83 9 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800 {
    --tw-shadow-color: #92400e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/0 {
    --tw-shadow-color: rgb(146 64 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/10 {
    --tw-shadow-color: rgb(146 64 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/100 {
    --tw-shadow-color: rgb(146 64 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/15 {
    --tw-shadow-color: rgb(146 64 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/20 {
    --tw-shadow-color: rgb(146 64 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/25 {
    --tw-shadow-color: rgb(146 64 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/30 {
    --tw-shadow-color: rgb(146 64 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/35 {
    --tw-shadow-color: rgb(146 64 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/40 {
    --tw-shadow-color: rgb(146 64 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/45 {
    --tw-shadow-color: rgb(146 64 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/5 {
    --tw-shadow-color: rgb(146 64 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/50 {
    --tw-shadow-color: rgb(146 64 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/55 {
    --tw-shadow-color: rgb(146 64 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/60 {
    --tw-shadow-color: rgb(146 64 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/65 {
    --tw-shadow-color: rgb(146 64 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/70 {
    --tw-shadow-color: rgb(146 64 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/75 {
    --tw-shadow-color: rgb(146 64 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/80 {
    --tw-shadow-color: rgb(146 64 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/85 {
    --tw-shadow-color: rgb(146 64 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/90 {
    --tw-shadow-color: rgb(146 64 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-800\/95 {
    --tw-shadow-color: rgb(146 64 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900 {
    --tw-shadow-color: #78350f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/0 {
    --tw-shadow-color: rgb(120 53 15 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/10 {
    --tw-shadow-color: rgb(120 53 15 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/100 {
    --tw-shadow-color: rgb(120 53 15 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/15 {
    --tw-shadow-color: rgb(120 53 15 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/20 {
    --tw-shadow-color: rgb(120 53 15 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/25 {
    --tw-shadow-color: rgb(120 53 15 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/30 {
    --tw-shadow-color: rgb(120 53 15 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/35 {
    --tw-shadow-color: rgb(120 53 15 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/40 {
    --tw-shadow-color: rgb(120 53 15 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/45 {
    --tw-shadow-color: rgb(120 53 15 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/5 {
    --tw-shadow-color: rgb(120 53 15 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/50 {
    --tw-shadow-color: rgb(120 53 15 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/55 {
    --tw-shadow-color: rgb(120 53 15 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/60 {
    --tw-shadow-color: rgb(120 53 15 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/65 {
    --tw-shadow-color: rgb(120 53 15 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/70 {
    --tw-shadow-color: rgb(120 53 15 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/75 {
    --tw-shadow-color: rgb(120 53 15 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/80 {
    --tw-shadow-color: rgb(120 53 15 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/85 {
    --tw-shadow-color: rgb(120 53 15 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/90 {
    --tw-shadow-color: rgb(120 53 15 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-900\/95 {
    --tw-shadow-color: rgb(120 53 15 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950 {
    --tw-shadow-color: #451a03 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/0 {
    --tw-shadow-color: rgb(69 26 3 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/10 {
    --tw-shadow-color: rgb(69 26 3 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/100 {
    --tw-shadow-color: rgb(69 26 3 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/15 {
    --tw-shadow-color: rgb(69 26 3 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/20 {
    --tw-shadow-color: rgb(69 26 3 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/25 {
    --tw-shadow-color: rgb(69 26 3 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/30 {
    --tw-shadow-color: rgb(69 26 3 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/35 {
    --tw-shadow-color: rgb(69 26 3 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/40 {
    --tw-shadow-color: rgb(69 26 3 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/45 {
    --tw-shadow-color: rgb(69 26 3 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/5 {
    --tw-shadow-color: rgb(69 26 3 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/50 {
    --tw-shadow-color: rgb(69 26 3 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/55 {
    --tw-shadow-color: rgb(69 26 3 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/60 {
    --tw-shadow-color: rgb(69 26 3 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/65 {
    --tw-shadow-color: rgb(69 26 3 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/70 {
    --tw-shadow-color: rgb(69 26 3 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/75 {
    --tw-shadow-color: rgb(69 26 3 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/80 {
    --tw-shadow-color: rgb(69 26 3 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/85 {
    --tw-shadow-color: rgb(69 26 3 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/90 {
    --tw-shadow-color: rgb(69 26 3 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-amber-950\/95 {
    --tw-shadow-color: rgb(69 26 3 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black {
    --tw-shadow-color: #000 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-black\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100 {
    --tw-shadow-color: #dbeafe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/0 {
    --tw-shadow-color: rgb(219 234 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/10 {
    --tw-shadow-color: rgb(219 234 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/100 {
    --tw-shadow-color: rgb(219 234 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/15 {
    --tw-shadow-color: rgb(219 234 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/20 {
    --tw-shadow-color: rgb(219 234 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/25 {
    --tw-shadow-color: rgb(219 234 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/30 {
    --tw-shadow-color: rgb(219 234 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/35 {
    --tw-shadow-color: rgb(219 234 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/40 {
    --tw-shadow-color: rgb(219 234 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/45 {
    --tw-shadow-color: rgb(219 234 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/5 {
    --tw-shadow-color: rgb(219 234 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/50 {
    --tw-shadow-color: rgb(219 234 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/55 {
    --tw-shadow-color: rgb(219 234 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/60 {
    --tw-shadow-color: rgb(219 234 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/65 {
    --tw-shadow-color: rgb(219 234 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/70 {
    --tw-shadow-color: rgb(219 234 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/75 {
    --tw-shadow-color: rgb(219 234 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/80 {
    --tw-shadow-color: rgb(219 234 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/85 {
    --tw-shadow-color: rgb(219 234 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/90 {
    --tw-shadow-color: rgb(219 234 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-100\/95 {
    --tw-shadow-color: rgb(219 234 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200 {
    --tw-shadow-color: #bfdbfe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/0 {
    --tw-shadow-color: rgb(191 219 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/10 {
    --tw-shadow-color: rgb(191 219 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/100 {
    --tw-shadow-color: rgb(191 219 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/15 {
    --tw-shadow-color: rgb(191 219 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/20 {
    --tw-shadow-color: rgb(191 219 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/25 {
    --tw-shadow-color: rgb(191 219 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/30 {
    --tw-shadow-color: rgb(191 219 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/35 {
    --tw-shadow-color: rgb(191 219 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/40 {
    --tw-shadow-color: rgb(191 219 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/45 {
    --tw-shadow-color: rgb(191 219 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/5 {
    --tw-shadow-color: rgb(191 219 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/50 {
    --tw-shadow-color: rgb(191 219 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/55 {
    --tw-shadow-color: rgb(191 219 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/60 {
    --tw-shadow-color: rgb(191 219 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/65 {
    --tw-shadow-color: rgb(191 219 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/70 {
    --tw-shadow-color: rgb(191 219 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/75 {
    --tw-shadow-color: rgb(191 219 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/80 {
    --tw-shadow-color: rgb(191 219 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/85 {
    --tw-shadow-color: rgb(191 219 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/90 {
    --tw-shadow-color: rgb(191 219 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-200\/95 {
    --tw-shadow-color: rgb(191 219 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300 {
    --tw-shadow-color: #93c5fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/0 {
    --tw-shadow-color: rgb(147 197 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/10 {
    --tw-shadow-color: rgb(147 197 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/100 {
    --tw-shadow-color: rgb(147 197 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/15 {
    --tw-shadow-color: rgb(147 197 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/20 {
    --tw-shadow-color: rgb(147 197 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/25 {
    --tw-shadow-color: rgb(147 197 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/30 {
    --tw-shadow-color: rgb(147 197 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/35 {
    --tw-shadow-color: rgb(147 197 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/40 {
    --tw-shadow-color: rgb(147 197 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/45 {
    --tw-shadow-color: rgb(147 197 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/5 {
    --tw-shadow-color: rgb(147 197 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/50 {
    --tw-shadow-color: rgb(147 197 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/55 {
    --tw-shadow-color: rgb(147 197 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/60 {
    --tw-shadow-color: rgb(147 197 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/65 {
    --tw-shadow-color: rgb(147 197 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/70 {
    --tw-shadow-color: rgb(147 197 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/75 {
    --tw-shadow-color: rgb(147 197 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/80 {
    --tw-shadow-color: rgb(147 197 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/85 {
    --tw-shadow-color: rgb(147 197 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/90 {
    --tw-shadow-color: rgb(147 197 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-300\/95 {
    --tw-shadow-color: rgb(147 197 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400 {
    --tw-shadow-color: #60a5fa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/0 {
    --tw-shadow-color: rgb(96 165 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/10 {
    --tw-shadow-color: rgb(96 165 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/100 {
    --tw-shadow-color: rgb(96 165 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/15 {
    --tw-shadow-color: rgb(96 165 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/20 {
    --tw-shadow-color: rgb(96 165 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/25 {
    --tw-shadow-color: rgb(96 165 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/30 {
    --tw-shadow-color: rgb(96 165 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/35 {
    --tw-shadow-color: rgb(96 165 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/40 {
    --tw-shadow-color: rgb(96 165 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/45 {
    --tw-shadow-color: rgb(96 165 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/5 {
    --tw-shadow-color: rgb(96 165 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/50 {
    --tw-shadow-color: rgb(96 165 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/55 {
    --tw-shadow-color: rgb(96 165 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/60 {
    --tw-shadow-color: rgb(96 165 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/65 {
    --tw-shadow-color: rgb(96 165 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/70 {
    --tw-shadow-color: rgb(96 165 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/75 {
    --tw-shadow-color: rgb(96 165 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/80 {
    --tw-shadow-color: rgb(96 165 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/85 {
    --tw-shadow-color: rgb(96 165 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/90 {
    --tw-shadow-color: rgb(96 165 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-400\/95 {
    --tw-shadow-color: rgb(96 165 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50 {
    --tw-shadow-color: #eff6ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/0 {
    --tw-shadow-color: rgb(239 246 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/10 {
    --tw-shadow-color: rgb(239 246 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/100 {
    --tw-shadow-color: rgb(239 246 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/15 {
    --tw-shadow-color: rgb(239 246 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/20 {
    --tw-shadow-color: rgb(239 246 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/25 {
    --tw-shadow-color: rgb(239 246 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/30 {
    --tw-shadow-color: rgb(239 246 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/35 {
    --tw-shadow-color: rgb(239 246 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/40 {
    --tw-shadow-color: rgb(239 246 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/45 {
    --tw-shadow-color: rgb(239 246 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/5 {
    --tw-shadow-color: rgb(239 246 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/50 {
    --tw-shadow-color: rgb(239 246 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/55 {
    --tw-shadow-color: rgb(239 246 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/60 {
    --tw-shadow-color: rgb(239 246 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/65 {
    --tw-shadow-color: rgb(239 246 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/70 {
    --tw-shadow-color: rgb(239 246 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/75 {
    --tw-shadow-color: rgb(239 246 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/80 {
    --tw-shadow-color: rgb(239 246 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/85 {
    --tw-shadow-color: rgb(239 246 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/90 {
    --tw-shadow-color: rgb(239 246 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-50\/95 {
    --tw-shadow-color: rgb(239 246 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500 {
    --tw-shadow-color: #3b82f6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/0 {
    --tw-shadow-color: rgb(59 130 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/10 {
    --tw-shadow-color: rgb(59 130 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/100 {
    --tw-shadow-color: rgb(59 130 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/15 {
    --tw-shadow-color: rgb(59 130 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/20 {
    --tw-shadow-color: rgb(59 130 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/25 {
    --tw-shadow-color: rgb(59 130 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/30 {
    --tw-shadow-color: rgb(59 130 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/35 {
    --tw-shadow-color: rgb(59 130 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/40 {
    --tw-shadow-color: rgb(59 130 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/45 {
    --tw-shadow-color: rgb(59 130 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/5 {
    --tw-shadow-color: rgb(59 130 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/50 {
    --tw-shadow-color: rgb(59 130 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/55 {
    --tw-shadow-color: rgb(59 130 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/60 {
    --tw-shadow-color: rgb(59 130 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/65 {
    --tw-shadow-color: rgb(59 130 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/70 {
    --tw-shadow-color: rgb(59 130 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/75 {
    --tw-shadow-color: rgb(59 130 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/80 {
    --tw-shadow-color: rgb(59 130 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/85 {
    --tw-shadow-color: rgb(59 130 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/90 {
    --tw-shadow-color: rgb(59 130 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-500\/95 {
    --tw-shadow-color: rgb(59 130 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600 {
    --tw-shadow-color: #2563eb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/0 {
    --tw-shadow-color: rgb(37 99 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/10 {
    --tw-shadow-color: rgb(37 99 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/100 {
    --tw-shadow-color: rgb(37 99 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/15 {
    --tw-shadow-color: rgb(37 99 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/20 {
    --tw-shadow-color: rgb(37 99 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/25 {
    --tw-shadow-color: rgb(37 99 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/30 {
    --tw-shadow-color: rgb(37 99 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/35 {
    --tw-shadow-color: rgb(37 99 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/40 {
    --tw-shadow-color: rgb(37 99 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/45 {
    --tw-shadow-color: rgb(37 99 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/5 {
    --tw-shadow-color: rgb(37 99 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/50 {
    --tw-shadow-color: rgb(37 99 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/55 {
    --tw-shadow-color: rgb(37 99 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/60 {
    --tw-shadow-color: rgb(37 99 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/65 {
    --tw-shadow-color: rgb(37 99 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/70 {
    --tw-shadow-color: rgb(37 99 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/75 {
    --tw-shadow-color: rgb(37 99 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/80 {
    --tw-shadow-color: rgb(37 99 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/85 {
    --tw-shadow-color: rgb(37 99 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/90 {
    --tw-shadow-color: rgb(37 99 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-600\/95 {
    --tw-shadow-color: rgb(37 99 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700 {
    --tw-shadow-color: #1d4ed8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/0 {
    --tw-shadow-color: rgb(29 78 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/10 {
    --tw-shadow-color: rgb(29 78 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/100 {
    --tw-shadow-color: rgb(29 78 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/15 {
    --tw-shadow-color: rgb(29 78 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/20 {
    --tw-shadow-color: rgb(29 78 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/25 {
    --tw-shadow-color: rgb(29 78 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/30 {
    --tw-shadow-color: rgb(29 78 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/35 {
    --tw-shadow-color: rgb(29 78 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/40 {
    --tw-shadow-color: rgb(29 78 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/45 {
    --tw-shadow-color: rgb(29 78 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/5 {
    --tw-shadow-color: rgb(29 78 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/50 {
    --tw-shadow-color: rgb(29 78 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/55 {
    --tw-shadow-color: rgb(29 78 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/60 {
    --tw-shadow-color: rgb(29 78 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/65 {
    --tw-shadow-color: rgb(29 78 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/70 {
    --tw-shadow-color: rgb(29 78 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/75 {
    --tw-shadow-color: rgb(29 78 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/80 {
    --tw-shadow-color: rgb(29 78 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/85 {
    --tw-shadow-color: rgb(29 78 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/90 {
    --tw-shadow-color: rgb(29 78 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-700\/95 {
    --tw-shadow-color: rgb(29 78 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800 {
    --tw-shadow-color: #1e40af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/0 {
    --tw-shadow-color: rgb(30 64 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/10 {
    --tw-shadow-color: rgb(30 64 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/100 {
    --tw-shadow-color: rgb(30 64 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/15 {
    --tw-shadow-color: rgb(30 64 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/20 {
    --tw-shadow-color: rgb(30 64 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/25 {
    --tw-shadow-color: rgb(30 64 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/30 {
    --tw-shadow-color: rgb(30 64 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/35 {
    --tw-shadow-color: rgb(30 64 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/40 {
    --tw-shadow-color: rgb(30 64 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/45 {
    --tw-shadow-color: rgb(30 64 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/5 {
    --tw-shadow-color: rgb(30 64 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/50 {
    --tw-shadow-color: rgb(30 64 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/55 {
    --tw-shadow-color: rgb(30 64 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/60 {
    --tw-shadow-color: rgb(30 64 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/65 {
    --tw-shadow-color: rgb(30 64 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/70 {
    --tw-shadow-color: rgb(30 64 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/75 {
    --tw-shadow-color: rgb(30 64 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/80 {
    --tw-shadow-color: rgb(30 64 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/85 {
    --tw-shadow-color: rgb(30 64 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/90 {
    --tw-shadow-color: rgb(30 64 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-800\/95 {
    --tw-shadow-color: rgb(30 64 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900 {
    --tw-shadow-color: #1e3a8a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/0 {
    --tw-shadow-color: rgb(30 58 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/10 {
    --tw-shadow-color: rgb(30 58 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/100 {
    --tw-shadow-color: rgb(30 58 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/15 {
    --tw-shadow-color: rgb(30 58 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/20 {
    --tw-shadow-color: rgb(30 58 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/25 {
    --tw-shadow-color: rgb(30 58 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/30 {
    --tw-shadow-color: rgb(30 58 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/35 {
    --tw-shadow-color: rgb(30 58 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/40 {
    --tw-shadow-color: rgb(30 58 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/45 {
    --tw-shadow-color: rgb(30 58 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/5 {
    --tw-shadow-color: rgb(30 58 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/50 {
    --tw-shadow-color: rgb(30 58 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/55 {
    --tw-shadow-color: rgb(30 58 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/60 {
    --tw-shadow-color: rgb(30 58 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/65 {
    --tw-shadow-color: rgb(30 58 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/70 {
    --tw-shadow-color: rgb(30 58 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/75 {
    --tw-shadow-color: rgb(30 58 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/80 {
    --tw-shadow-color: rgb(30 58 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/85 {
    --tw-shadow-color: rgb(30 58 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/90 {
    --tw-shadow-color: rgb(30 58 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-900\/95 {
    --tw-shadow-color: rgb(30 58 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950 {
    --tw-shadow-color: #172554 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/0 {
    --tw-shadow-color: rgb(23 37 84 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/10 {
    --tw-shadow-color: rgb(23 37 84 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/100 {
    --tw-shadow-color: rgb(23 37 84 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/15 {
    --tw-shadow-color: rgb(23 37 84 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/20 {
    --tw-shadow-color: rgb(23 37 84 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/25 {
    --tw-shadow-color: rgb(23 37 84 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/30 {
    --tw-shadow-color: rgb(23 37 84 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/35 {
    --tw-shadow-color: rgb(23 37 84 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/40 {
    --tw-shadow-color: rgb(23 37 84 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/45 {
    --tw-shadow-color: rgb(23 37 84 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/5 {
    --tw-shadow-color: rgb(23 37 84 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/50 {
    --tw-shadow-color: rgb(23 37 84 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/55 {
    --tw-shadow-color: rgb(23 37 84 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/60 {
    --tw-shadow-color: rgb(23 37 84 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/65 {
    --tw-shadow-color: rgb(23 37 84 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/70 {
    --tw-shadow-color: rgb(23 37 84 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/75 {
    --tw-shadow-color: rgb(23 37 84 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/80 {
    --tw-shadow-color: rgb(23 37 84 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/85 {
    --tw-shadow-color: rgb(23 37 84 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/90 {
    --tw-shadow-color: rgb(23 37 84 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-blue-950\/95 {
    --tw-shadow-color: rgb(23 37 84 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-current {
    --tw-shadow-color: currentColor !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100 {
    --tw-shadow-color: #cffafe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/0 {
    --tw-shadow-color: rgb(207 250 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/10 {
    --tw-shadow-color: rgb(207 250 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/100 {
    --tw-shadow-color: rgb(207 250 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/15 {
    --tw-shadow-color: rgb(207 250 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/20 {
    --tw-shadow-color: rgb(207 250 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/25 {
    --tw-shadow-color: rgb(207 250 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/30 {
    --tw-shadow-color: rgb(207 250 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/35 {
    --tw-shadow-color: rgb(207 250 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/40 {
    --tw-shadow-color: rgb(207 250 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/45 {
    --tw-shadow-color: rgb(207 250 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/5 {
    --tw-shadow-color: rgb(207 250 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/50 {
    --tw-shadow-color: rgb(207 250 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/55 {
    --tw-shadow-color: rgb(207 250 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/60 {
    --tw-shadow-color: rgb(207 250 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/65 {
    --tw-shadow-color: rgb(207 250 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/70 {
    --tw-shadow-color: rgb(207 250 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/75 {
    --tw-shadow-color: rgb(207 250 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/80 {
    --tw-shadow-color: rgb(207 250 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/85 {
    --tw-shadow-color: rgb(207 250 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/90 {
    --tw-shadow-color: rgb(207 250 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-100\/95 {
    --tw-shadow-color: rgb(207 250 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200 {
    --tw-shadow-color: #a5f3fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/0 {
    --tw-shadow-color: rgb(165 243 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/10 {
    --tw-shadow-color: rgb(165 243 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/100 {
    --tw-shadow-color: rgb(165 243 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/15 {
    --tw-shadow-color: rgb(165 243 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/20 {
    --tw-shadow-color: rgb(165 243 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/25 {
    --tw-shadow-color: rgb(165 243 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/30 {
    --tw-shadow-color: rgb(165 243 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/35 {
    --tw-shadow-color: rgb(165 243 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/40 {
    --tw-shadow-color: rgb(165 243 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/45 {
    --tw-shadow-color: rgb(165 243 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/5 {
    --tw-shadow-color: rgb(165 243 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/50 {
    --tw-shadow-color: rgb(165 243 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/55 {
    --tw-shadow-color: rgb(165 243 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/60 {
    --tw-shadow-color: rgb(165 243 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/65 {
    --tw-shadow-color: rgb(165 243 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/70 {
    --tw-shadow-color: rgb(165 243 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/75 {
    --tw-shadow-color: rgb(165 243 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/80 {
    --tw-shadow-color: rgb(165 243 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/85 {
    --tw-shadow-color: rgb(165 243 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/90 {
    --tw-shadow-color: rgb(165 243 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-200\/95 {
    --tw-shadow-color: rgb(165 243 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300 {
    --tw-shadow-color: #67e8f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/0 {
    --tw-shadow-color: rgb(103 232 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/10 {
    --tw-shadow-color: rgb(103 232 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/100 {
    --tw-shadow-color: rgb(103 232 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/15 {
    --tw-shadow-color: rgb(103 232 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/20 {
    --tw-shadow-color: rgb(103 232 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/25 {
    --tw-shadow-color: rgb(103 232 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/30 {
    --tw-shadow-color: rgb(103 232 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/35 {
    --tw-shadow-color: rgb(103 232 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/40 {
    --tw-shadow-color: rgb(103 232 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/45 {
    --tw-shadow-color: rgb(103 232 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/5 {
    --tw-shadow-color: rgb(103 232 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/50 {
    --tw-shadow-color: rgb(103 232 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/55 {
    --tw-shadow-color: rgb(103 232 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/60 {
    --tw-shadow-color: rgb(103 232 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/65 {
    --tw-shadow-color: rgb(103 232 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/70 {
    --tw-shadow-color: rgb(103 232 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/75 {
    --tw-shadow-color: rgb(103 232 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/80 {
    --tw-shadow-color: rgb(103 232 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/85 {
    --tw-shadow-color: rgb(103 232 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/90 {
    --tw-shadow-color: rgb(103 232 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-300\/95 {
    --tw-shadow-color: rgb(103 232 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400 {
    --tw-shadow-color: #22d3ee !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/0 {
    --tw-shadow-color: rgb(34 211 238 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/10 {
    --tw-shadow-color: rgb(34 211 238 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/100 {
    --tw-shadow-color: rgb(34 211 238 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/15 {
    --tw-shadow-color: rgb(34 211 238 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/20 {
    --tw-shadow-color: rgb(34 211 238 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/25 {
    --tw-shadow-color: rgb(34 211 238 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/30 {
    --tw-shadow-color: rgb(34 211 238 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/35 {
    --tw-shadow-color: rgb(34 211 238 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/40 {
    --tw-shadow-color: rgb(34 211 238 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/45 {
    --tw-shadow-color: rgb(34 211 238 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/5 {
    --tw-shadow-color: rgb(34 211 238 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/50 {
    --tw-shadow-color: rgb(34 211 238 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/55 {
    --tw-shadow-color: rgb(34 211 238 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/60 {
    --tw-shadow-color: rgb(34 211 238 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/65 {
    --tw-shadow-color: rgb(34 211 238 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/70 {
    --tw-shadow-color: rgb(34 211 238 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/75 {
    --tw-shadow-color: rgb(34 211 238 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/80 {
    --tw-shadow-color: rgb(34 211 238 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/85 {
    --tw-shadow-color: rgb(34 211 238 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/90 {
    --tw-shadow-color: rgb(34 211 238 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-400\/95 {
    --tw-shadow-color: rgb(34 211 238 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50 {
    --tw-shadow-color: #ecfeff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/0 {
    --tw-shadow-color: rgb(236 254 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/10 {
    --tw-shadow-color: rgb(236 254 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/100 {
    --tw-shadow-color: rgb(236 254 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/15 {
    --tw-shadow-color: rgb(236 254 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/20 {
    --tw-shadow-color: rgb(236 254 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/25 {
    --tw-shadow-color: rgb(236 254 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/30 {
    --tw-shadow-color: rgb(236 254 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/35 {
    --tw-shadow-color: rgb(236 254 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/40 {
    --tw-shadow-color: rgb(236 254 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/45 {
    --tw-shadow-color: rgb(236 254 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/5 {
    --tw-shadow-color: rgb(236 254 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/50 {
    --tw-shadow-color: rgb(236 254 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/55 {
    --tw-shadow-color: rgb(236 254 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/60 {
    --tw-shadow-color: rgb(236 254 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/65 {
    --tw-shadow-color: rgb(236 254 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/70 {
    --tw-shadow-color: rgb(236 254 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/75 {
    --tw-shadow-color: rgb(236 254 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/80 {
    --tw-shadow-color: rgb(236 254 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/85 {
    --tw-shadow-color: rgb(236 254 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/90 {
    --tw-shadow-color: rgb(236 254 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-50\/95 {
    --tw-shadow-color: rgb(236 254 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500 {
    --tw-shadow-color: #06b6d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/0 {
    --tw-shadow-color: rgb(6 182 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/10 {
    --tw-shadow-color: rgb(6 182 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/100 {
    --tw-shadow-color: rgb(6 182 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/15 {
    --tw-shadow-color: rgb(6 182 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/20 {
    --tw-shadow-color: rgb(6 182 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/25 {
    --tw-shadow-color: rgb(6 182 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/30 {
    --tw-shadow-color: rgb(6 182 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/35 {
    --tw-shadow-color: rgb(6 182 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/40 {
    --tw-shadow-color: rgb(6 182 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/45 {
    --tw-shadow-color: rgb(6 182 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/5 {
    --tw-shadow-color: rgb(6 182 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/50 {
    --tw-shadow-color: rgb(6 182 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/55 {
    --tw-shadow-color: rgb(6 182 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/60 {
    --tw-shadow-color: rgb(6 182 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/65 {
    --tw-shadow-color: rgb(6 182 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/70 {
    --tw-shadow-color: rgb(6 182 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/75 {
    --tw-shadow-color: rgb(6 182 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/80 {
    --tw-shadow-color: rgb(6 182 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/85 {
    --tw-shadow-color: rgb(6 182 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/90 {
    --tw-shadow-color: rgb(6 182 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-500\/95 {
    --tw-shadow-color: rgb(6 182 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600 {
    --tw-shadow-color: #0891b2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/0 {
    --tw-shadow-color: rgb(8 145 178 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/10 {
    --tw-shadow-color: rgb(8 145 178 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/100 {
    --tw-shadow-color: rgb(8 145 178 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/15 {
    --tw-shadow-color: rgb(8 145 178 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/20 {
    --tw-shadow-color: rgb(8 145 178 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/25 {
    --tw-shadow-color: rgb(8 145 178 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/30 {
    --tw-shadow-color: rgb(8 145 178 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/35 {
    --tw-shadow-color: rgb(8 145 178 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/40 {
    --tw-shadow-color: rgb(8 145 178 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/45 {
    --tw-shadow-color: rgb(8 145 178 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/5 {
    --tw-shadow-color: rgb(8 145 178 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/50 {
    --tw-shadow-color: rgb(8 145 178 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/55 {
    --tw-shadow-color: rgb(8 145 178 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/60 {
    --tw-shadow-color: rgb(8 145 178 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/65 {
    --tw-shadow-color: rgb(8 145 178 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/70 {
    --tw-shadow-color: rgb(8 145 178 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/75 {
    --tw-shadow-color: rgb(8 145 178 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/80 {
    --tw-shadow-color: rgb(8 145 178 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/85 {
    --tw-shadow-color: rgb(8 145 178 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/90 {
    --tw-shadow-color: rgb(8 145 178 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-600\/95 {
    --tw-shadow-color: rgb(8 145 178 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700 {
    --tw-shadow-color: #0e7490 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/0 {
    --tw-shadow-color: rgb(14 116 144 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/10 {
    --tw-shadow-color: rgb(14 116 144 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/100 {
    --tw-shadow-color: rgb(14 116 144 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/15 {
    --tw-shadow-color: rgb(14 116 144 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/20 {
    --tw-shadow-color: rgb(14 116 144 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/25 {
    --tw-shadow-color: rgb(14 116 144 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/30 {
    --tw-shadow-color: rgb(14 116 144 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/35 {
    --tw-shadow-color: rgb(14 116 144 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/40 {
    --tw-shadow-color: rgb(14 116 144 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/45 {
    --tw-shadow-color: rgb(14 116 144 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/5 {
    --tw-shadow-color: rgb(14 116 144 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/50 {
    --tw-shadow-color: rgb(14 116 144 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/55 {
    --tw-shadow-color: rgb(14 116 144 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/60 {
    --tw-shadow-color: rgb(14 116 144 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/65 {
    --tw-shadow-color: rgb(14 116 144 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/70 {
    --tw-shadow-color: rgb(14 116 144 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/75 {
    --tw-shadow-color: rgb(14 116 144 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/80 {
    --tw-shadow-color: rgb(14 116 144 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/85 {
    --tw-shadow-color: rgb(14 116 144 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/90 {
    --tw-shadow-color: rgb(14 116 144 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-700\/95 {
    --tw-shadow-color: rgb(14 116 144 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800 {
    --tw-shadow-color: #155e75 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/0 {
    --tw-shadow-color: rgb(21 94 117 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/10 {
    --tw-shadow-color: rgb(21 94 117 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/100 {
    --tw-shadow-color: rgb(21 94 117 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/15 {
    --tw-shadow-color: rgb(21 94 117 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/20 {
    --tw-shadow-color: rgb(21 94 117 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/25 {
    --tw-shadow-color: rgb(21 94 117 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/30 {
    --tw-shadow-color: rgb(21 94 117 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/35 {
    --tw-shadow-color: rgb(21 94 117 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/40 {
    --tw-shadow-color: rgb(21 94 117 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/45 {
    --tw-shadow-color: rgb(21 94 117 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/5 {
    --tw-shadow-color: rgb(21 94 117 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/50 {
    --tw-shadow-color: rgb(21 94 117 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/55 {
    --tw-shadow-color: rgb(21 94 117 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/60 {
    --tw-shadow-color: rgb(21 94 117 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/65 {
    --tw-shadow-color: rgb(21 94 117 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/70 {
    --tw-shadow-color: rgb(21 94 117 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/75 {
    --tw-shadow-color: rgb(21 94 117 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/80 {
    --tw-shadow-color: rgb(21 94 117 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/85 {
    --tw-shadow-color: rgb(21 94 117 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/90 {
    --tw-shadow-color: rgb(21 94 117 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-800\/95 {
    --tw-shadow-color: rgb(21 94 117 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900 {
    --tw-shadow-color: #164e63 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/0 {
    --tw-shadow-color: rgb(22 78 99 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/10 {
    --tw-shadow-color: rgb(22 78 99 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/100 {
    --tw-shadow-color: rgb(22 78 99 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/15 {
    --tw-shadow-color: rgb(22 78 99 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/20 {
    --tw-shadow-color: rgb(22 78 99 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/25 {
    --tw-shadow-color: rgb(22 78 99 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/30 {
    --tw-shadow-color: rgb(22 78 99 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/35 {
    --tw-shadow-color: rgb(22 78 99 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/40 {
    --tw-shadow-color: rgb(22 78 99 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/45 {
    --tw-shadow-color: rgb(22 78 99 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/5 {
    --tw-shadow-color: rgb(22 78 99 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/50 {
    --tw-shadow-color: rgb(22 78 99 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/55 {
    --tw-shadow-color: rgb(22 78 99 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/60 {
    --tw-shadow-color: rgb(22 78 99 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/65 {
    --tw-shadow-color: rgb(22 78 99 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/70 {
    --tw-shadow-color: rgb(22 78 99 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/75 {
    --tw-shadow-color: rgb(22 78 99 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/80 {
    --tw-shadow-color: rgb(22 78 99 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/85 {
    --tw-shadow-color: rgb(22 78 99 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/90 {
    --tw-shadow-color: rgb(22 78 99 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-900\/95 {
    --tw-shadow-color: rgb(22 78 99 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950 {
    --tw-shadow-color: #083344 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/0 {
    --tw-shadow-color: rgb(8 51 68 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/10 {
    --tw-shadow-color: rgb(8 51 68 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/100 {
    --tw-shadow-color: rgb(8 51 68 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/15 {
    --tw-shadow-color: rgb(8 51 68 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/20 {
    --tw-shadow-color: rgb(8 51 68 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/25 {
    --tw-shadow-color: rgb(8 51 68 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/30 {
    --tw-shadow-color: rgb(8 51 68 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/35 {
    --tw-shadow-color: rgb(8 51 68 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/40 {
    --tw-shadow-color: rgb(8 51 68 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/45 {
    --tw-shadow-color: rgb(8 51 68 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/5 {
    --tw-shadow-color: rgb(8 51 68 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/50 {
    --tw-shadow-color: rgb(8 51 68 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/55 {
    --tw-shadow-color: rgb(8 51 68 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/60 {
    --tw-shadow-color: rgb(8 51 68 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/65 {
    --tw-shadow-color: rgb(8 51 68 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/70 {
    --tw-shadow-color: rgb(8 51 68 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/75 {
    --tw-shadow-color: rgb(8 51 68 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/80 {
    --tw-shadow-color: rgb(8 51 68 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/85 {
    --tw-shadow-color: rgb(8 51 68 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/90 {
    --tw-shadow-color: rgb(8 51 68 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-cyan-950\/95 {
    --tw-shadow-color: rgb(8 51 68 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey {
    --tw-shadow-color: #2f2f2f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/0 {
    --tw-shadow-color: rgb(47 47 47 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/10 {
    --tw-shadow-color: rgb(47 47 47 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/100 {
    --tw-shadow-color: rgb(47 47 47 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/15 {
    --tw-shadow-color: rgb(47 47 47 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/20 {
    --tw-shadow-color: rgb(47 47 47 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/25 {
    --tw-shadow-color: rgb(47 47 47 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/30 {
    --tw-shadow-color: rgb(47 47 47 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/35 {
    --tw-shadow-color: rgb(47 47 47 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/40 {
    --tw-shadow-color: rgb(47 47 47 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/45 {
    --tw-shadow-color: rgb(47 47 47 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/5 {
    --tw-shadow-color: rgb(47 47 47 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/50 {
    --tw-shadow-color: rgb(47 47 47 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/55 {
    --tw-shadow-color: rgb(47 47 47 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/60 {
    --tw-shadow-color: rgb(47 47 47 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/65 {
    --tw-shadow-color: rgb(47 47 47 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/70 {
    --tw-shadow-color: rgb(47 47 47 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/75 {
    --tw-shadow-color: rgb(47 47 47 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/80 {
    --tw-shadow-color: rgb(47 47 47 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/85 {
    --tw-shadow-color: rgb(47 47 47 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/90 {
    --tw-shadow-color: rgb(47 47 47 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey\/95 {
    --tw-shadow-color: rgb(47 47 47 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt {
    --tw-shadow-color: #3f6359 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/0 {
    --tw-shadow-color: rgb(63 99 89 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/10 {
    --tw-shadow-color: rgb(63 99 89 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/100 {
    --tw-shadow-color: rgb(63 99 89 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/15 {
    --tw-shadow-color: rgb(63 99 89 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/20 {
    --tw-shadow-color: rgb(63 99 89 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/25 {
    --tw-shadow-color: rgb(63 99 89 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/30 {
    --tw-shadow-color: rgb(63 99 89 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/35 {
    --tw-shadow-color: rgb(63 99 89 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/40 {
    --tw-shadow-color: rgb(63 99 89 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/45 {
    --tw-shadow-color: rgb(63 99 89 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/5 {
    --tw-shadow-color: rgb(63 99 89 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/50 {
    --tw-shadow-color: rgb(63 99 89 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/55 {
    --tw-shadow-color: rgb(63 99 89 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/60 {
    --tw-shadow-color: rgb(63 99 89 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/65 {
    --tw-shadow-color: rgb(63 99 89 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/70 {
    --tw-shadow-color: rgb(63 99 89 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/75 {
    --tw-shadow-color: rgb(63 99 89 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/80 {
    --tw-shadow-color: rgb(63 99 89 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/85 {
    --tw-shadow-color: rgb(63 99 89 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/90 {
    --tw-shadow-color: rgb(63 99 89 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-dark_grey_alt\/95 {
    --tw-shadow-color: rgb(63 99 89 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100 {
    --tw-shadow-color: #d1fae5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/0 {
    --tw-shadow-color: rgb(209 250 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/10 {
    --tw-shadow-color: rgb(209 250 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/100 {
    --tw-shadow-color: rgb(209 250 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/15 {
    --tw-shadow-color: rgb(209 250 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/20 {
    --tw-shadow-color: rgb(209 250 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/25 {
    --tw-shadow-color: rgb(209 250 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/30 {
    --tw-shadow-color: rgb(209 250 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/35 {
    --tw-shadow-color: rgb(209 250 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/40 {
    --tw-shadow-color: rgb(209 250 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/45 {
    --tw-shadow-color: rgb(209 250 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/5 {
    --tw-shadow-color: rgb(209 250 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/50 {
    --tw-shadow-color: rgb(209 250 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/55 {
    --tw-shadow-color: rgb(209 250 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/60 {
    --tw-shadow-color: rgb(209 250 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/65 {
    --tw-shadow-color: rgb(209 250 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/70 {
    --tw-shadow-color: rgb(209 250 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/75 {
    --tw-shadow-color: rgb(209 250 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/80 {
    --tw-shadow-color: rgb(209 250 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/85 {
    --tw-shadow-color: rgb(209 250 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/90 {
    --tw-shadow-color: rgb(209 250 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-100\/95 {
    --tw-shadow-color: rgb(209 250 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200 {
    --tw-shadow-color: #a7f3d0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/0 {
    --tw-shadow-color: rgb(167 243 208 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/10 {
    --tw-shadow-color: rgb(167 243 208 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/100 {
    --tw-shadow-color: rgb(167 243 208 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/15 {
    --tw-shadow-color: rgb(167 243 208 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/20 {
    --tw-shadow-color: rgb(167 243 208 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/25 {
    --tw-shadow-color: rgb(167 243 208 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/30 {
    --tw-shadow-color: rgb(167 243 208 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/35 {
    --tw-shadow-color: rgb(167 243 208 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/40 {
    --tw-shadow-color: rgb(167 243 208 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/45 {
    --tw-shadow-color: rgb(167 243 208 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/5 {
    --tw-shadow-color: rgb(167 243 208 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/50 {
    --tw-shadow-color: rgb(167 243 208 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/55 {
    --tw-shadow-color: rgb(167 243 208 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/60 {
    --tw-shadow-color: rgb(167 243 208 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/65 {
    --tw-shadow-color: rgb(167 243 208 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/70 {
    --tw-shadow-color: rgb(167 243 208 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/75 {
    --tw-shadow-color: rgb(167 243 208 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/80 {
    --tw-shadow-color: rgb(167 243 208 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/85 {
    --tw-shadow-color: rgb(167 243 208 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/90 {
    --tw-shadow-color: rgb(167 243 208 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-200\/95 {
    --tw-shadow-color: rgb(167 243 208 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300 {
    --tw-shadow-color: #6ee7b7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/0 {
    --tw-shadow-color: rgb(110 231 183 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/10 {
    --tw-shadow-color: rgb(110 231 183 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/100 {
    --tw-shadow-color: rgb(110 231 183 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/15 {
    --tw-shadow-color: rgb(110 231 183 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/20 {
    --tw-shadow-color: rgb(110 231 183 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/25 {
    --tw-shadow-color: rgb(110 231 183 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/30 {
    --tw-shadow-color: rgb(110 231 183 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/35 {
    --tw-shadow-color: rgb(110 231 183 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/40 {
    --tw-shadow-color: rgb(110 231 183 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/45 {
    --tw-shadow-color: rgb(110 231 183 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/5 {
    --tw-shadow-color: rgb(110 231 183 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/50 {
    --tw-shadow-color: rgb(110 231 183 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/55 {
    --tw-shadow-color: rgb(110 231 183 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/60 {
    --tw-shadow-color: rgb(110 231 183 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/65 {
    --tw-shadow-color: rgb(110 231 183 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/70 {
    --tw-shadow-color: rgb(110 231 183 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/75 {
    --tw-shadow-color: rgb(110 231 183 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/80 {
    --tw-shadow-color: rgb(110 231 183 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/85 {
    --tw-shadow-color: rgb(110 231 183 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/90 {
    --tw-shadow-color: rgb(110 231 183 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-300\/95 {
    --tw-shadow-color: rgb(110 231 183 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400 {
    --tw-shadow-color: #34d399 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/0 {
    --tw-shadow-color: rgb(52 211 153 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/10 {
    --tw-shadow-color: rgb(52 211 153 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/100 {
    --tw-shadow-color: rgb(52 211 153 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/15 {
    --tw-shadow-color: rgb(52 211 153 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/20 {
    --tw-shadow-color: rgb(52 211 153 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/25 {
    --tw-shadow-color: rgb(52 211 153 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/30 {
    --tw-shadow-color: rgb(52 211 153 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/35 {
    --tw-shadow-color: rgb(52 211 153 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/40 {
    --tw-shadow-color: rgb(52 211 153 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/45 {
    --tw-shadow-color: rgb(52 211 153 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/5 {
    --tw-shadow-color: rgb(52 211 153 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/50 {
    --tw-shadow-color: rgb(52 211 153 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/55 {
    --tw-shadow-color: rgb(52 211 153 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/60 {
    --tw-shadow-color: rgb(52 211 153 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/65 {
    --tw-shadow-color: rgb(52 211 153 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/70 {
    --tw-shadow-color: rgb(52 211 153 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/75 {
    --tw-shadow-color: rgb(52 211 153 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/80 {
    --tw-shadow-color: rgb(52 211 153 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/85 {
    --tw-shadow-color: rgb(52 211 153 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/90 {
    --tw-shadow-color: rgb(52 211 153 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-400\/95 {
    --tw-shadow-color: rgb(52 211 153 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50 {
    --tw-shadow-color: #ecfdf5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/0 {
    --tw-shadow-color: rgb(236 253 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/10 {
    --tw-shadow-color: rgb(236 253 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/100 {
    --tw-shadow-color: rgb(236 253 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/15 {
    --tw-shadow-color: rgb(236 253 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/20 {
    --tw-shadow-color: rgb(236 253 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/25 {
    --tw-shadow-color: rgb(236 253 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/30 {
    --tw-shadow-color: rgb(236 253 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/35 {
    --tw-shadow-color: rgb(236 253 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/40 {
    --tw-shadow-color: rgb(236 253 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/45 {
    --tw-shadow-color: rgb(236 253 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/5 {
    --tw-shadow-color: rgb(236 253 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/50 {
    --tw-shadow-color: rgb(236 253 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/55 {
    --tw-shadow-color: rgb(236 253 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/60 {
    --tw-shadow-color: rgb(236 253 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/65 {
    --tw-shadow-color: rgb(236 253 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/70 {
    --tw-shadow-color: rgb(236 253 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/75 {
    --tw-shadow-color: rgb(236 253 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/80 {
    --tw-shadow-color: rgb(236 253 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/85 {
    --tw-shadow-color: rgb(236 253 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/90 {
    --tw-shadow-color: rgb(236 253 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-50\/95 {
    --tw-shadow-color: rgb(236 253 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500 {
    --tw-shadow-color: #10b981 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/0 {
    --tw-shadow-color: rgb(16 185 129 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/10 {
    --tw-shadow-color: rgb(16 185 129 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/100 {
    --tw-shadow-color: rgb(16 185 129 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/15 {
    --tw-shadow-color: rgb(16 185 129 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/20 {
    --tw-shadow-color: rgb(16 185 129 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/25 {
    --tw-shadow-color: rgb(16 185 129 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/30 {
    --tw-shadow-color: rgb(16 185 129 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/35 {
    --tw-shadow-color: rgb(16 185 129 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/40 {
    --tw-shadow-color: rgb(16 185 129 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/45 {
    --tw-shadow-color: rgb(16 185 129 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/5 {
    --tw-shadow-color: rgb(16 185 129 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/50 {
    --tw-shadow-color: rgb(16 185 129 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/55 {
    --tw-shadow-color: rgb(16 185 129 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/60 {
    --tw-shadow-color: rgb(16 185 129 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/65 {
    --tw-shadow-color: rgb(16 185 129 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/70 {
    --tw-shadow-color: rgb(16 185 129 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/75 {
    --tw-shadow-color: rgb(16 185 129 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/80 {
    --tw-shadow-color: rgb(16 185 129 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/85 {
    --tw-shadow-color: rgb(16 185 129 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/90 {
    --tw-shadow-color: rgb(16 185 129 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-500\/95 {
    --tw-shadow-color: rgb(16 185 129 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600 {
    --tw-shadow-color: #059669 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/0 {
    --tw-shadow-color: rgb(5 150 105 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/10 {
    --tw-shadow-color: rgb(5 150 105 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/100 {
    --tw-shadow-color: rgb(5 150 105 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/15 {
    --tw-shadow-color: rgb(5 150 105 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/20 {
    --tw-shadow-color: rgb(5 150 105 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/25 {
    --tw-shadow-color: rgb(5 150 105 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/30 {
    --tw-shadow-color: rgb(5 150 105 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/35 {
    --tw-shadow-color: rgb(5 150 105 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/40 {
    --tw-shadow-color: rgb(5 150 105 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/45 {
    --tw-shadow-color: rgb(5 150 105 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/5 {
    --tw-shadow-color: rgb(5 150 105 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/50 {
    --tw-shadow-color: rgb(5 150 105 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/55 {
    --tw-shadow-color: rgb(5 150 105 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/60 {
    --tw-shadow-color: rgb(5 150 105 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/65 {
    --tw-shadow-color: rgb(5 150 105 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/70 {
    --tw-shadow-color: rgb(5 150 105 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/75 {
    --tw-shadow-color: rgb(5 150 105 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/80 {
    --tw-shadow-color: rgb(5 150 105 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/85 {
    --tw-shadow-color: rgb(5 150 105 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/90 {
    --tw-shadow-color: rgb(5 150 105 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-600\/95 {
    --tw-shadow-color: rgb(5 150 105 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700 {
    --tw-shadow-color: #047857 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/0 {
    --tw-shadow-color: rgb(4 120 87 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/10 {
    --tw-shadow-color: rgb(4 120 87 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/100 {
    --tw-shadow-color: rgb(4 120 87 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/15 {
    --tw-shadow-color: rgb(4 120 87 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/20 {
    --tw-shadow-color: rgb(4 120 87 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/25 {
    --tw-shadow-color: rgb(4 120 87 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/30 {
    --tw-shadow-color: rgb(4 120 87 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/35 {
    --tw-shadow-color: rgb(4 120 87 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/40 {
    --tw-shadow-color: rgb(4 120 87 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/45 {
    --tw-shadow-color: rgb(4 120 87 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/5 {
    --tw-shadow-color: rgb(4 120 87 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/50 {
    --tw-shadow-color: rgb(4 120 87 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/55 {
    --tw-shadow-color: rgb(4 120 87 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/60 {
    --tw-shadow-color: rgb(4 120 87 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/65 {
    --tw-shadow-color: rgb(4 120 87 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/70 {
    --tw-shadow-color: rgb(4 120 87 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/75 {
    --tw-shadow-color: rgb(4 120 87 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/80 {
    --tw-shadow-color: rgb(4 120 87 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/85 {
    --tw-shadow-color: rgb(4 120 87 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/90 {
    --tw-shadow-color: rgb(4 120 87 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-700\/95 {
    --tw-shadow-color: rgb(4 120 87 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800 {
    --tw-shadow-color: #065f46 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/0 {
    --tw-shadow-color: rgb(6 95 70 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/10 {
    --tw-shadow-color: rgb(6 95 70 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/100 {
    --tw-shadow-color: rgb(6 95 70 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/15 {
    --tw-shadow-color: rgb(6 95 70 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/20 {
    --tw-shadow-color: rgb(6 95 70 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/25 {
    --tw-shadow-color: rgb(6 95 70 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/30 {
    --tw-shadow-color: rgb(6 95 70 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/35 {
    --tw-shadow-color: rgb(6 95 70 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/40 {
    --tw-shadow-color: rgb(6 95 70 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/45 {
    --tw-shadow-color: rgb(6 95 70 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/5 {
    --tw-shadow-color: rgb(6 95 70 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/50 {
    --tw-shadow-color: rgb(6 95 70 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/55 {
    --tw-shadow-color: rgb(6 95 70 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/60 {
    --tw-shadow-color: rgb(6 95 70 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/65 {
    --tw-shadow-color: rgb(6 95 70 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/70 {
    --tw-shadow-color: rgb(6 95 70 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/75 {
    --tw-shadow-color: rgb(6 95 70 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/80 {
    --tw-shadow-color: rgb(6 95 70 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/85 {
    --tw-shadow-color: rgb(6 95 70 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/90 {
    --tw-shadow-color: rgb(6 95 70 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-800\/95 {
    --tw-shadow-color: rgb(6 95 70 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900 {
    --tw-shadow-color: #064e3b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/0 {
    --tw-shadow-color: rgb(6 78 59 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/10 {
    --tw-shadow-color: rgb(6 78 59 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/100 {
    --tw-shadow-color: rgb(6 78 59 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/15 {
    --tw-shadow-color: rgb(6 78 59 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/20 {
    --tw-shadow-color: rgb(6 78 59 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/25 {
    --tw-shadow-color: rgb(6 78 59 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/30 {
    --tw-shadow-color: rgb(6 78 59 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/35 {
    --tw-shadow-color: rgb(6 78 59 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/40 {
    --tw-shadow-color: rgb(6 78 59 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/45 {
    --tw-shadow-color: rgb(6 78 59 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/5 {
    --tw-shadow-color: rgb(6 78 59 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/50 {
    --tw-shadow-color: rgb(6 78 59 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/55 {
    --tw-shadow-color: rgb(6 78 59 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/60 {
    --tw-shadow-color: rgb(6 78 59 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/65 {
    --tw-shadow-color: rgb(6 78 59 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/70 {
    --tw-shadow-color: rgb(6 78 59 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/75 {
    --tw-shadow-color: rgb(6 78 59 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/80 {
    --tw-shadow-color: rgb(6 78 59 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/85 {
    --tw-shadow-color: rgb(6 78 59 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/90 {
    --tw-shadow-color: rgb(6 78 59 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-900\/95 {
    --tw-shadow-color: rgb(6 78 59 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950 {
    --tw-shadow-color: #022c22 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/0 {
    --tw-shadow-color: rgb(2 44 34 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/10 {
    --tw-shadow-color: rgb(2 44 34 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/100 {
    --tw-shadow-color: rgb(2 44 34 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/15 {
    --tw-shadow-color: rgb(2 44 34 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/20 {
    --tw-shadow-color: rgb(2 44 34 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/25 {
    --tw-shadow-color: rgb(2 44 34 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/30 {
    --tw-shadow-color: rgb(2 44 34 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/35 {
    --tw-shadow-color: rgb(2 44 34 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/40 {
    --tw-shadow-color: rgb(2 44 34 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/45 {
    --tw-shadow-color: rgb(2 44 34 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/5 {
    --tw-shadow-color: rgb(2 44 34 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/50 {
    --tw-shadow-color: rgb(2 44 34 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/55 {
    --tw-shadow-color: rgb(2 44 34 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/60 {
    --tw-shadow-color: rgb(2 44 34 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/65 {
    --tw-shadow-color: rgb(2 44 34 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/70 {
    --tw-shadow-color: rgb(2 44 34 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/75 {
    --tw-shadow-color: rgb(2 44 34 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/80 {
    --tw-shadow-color: rgb(2 44 34 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/85 {
    --tw-shadow-color: rgb(2 44 34 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/90 {
    --tw-shadow-color: rgb(2 44 34 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-emerald-950\/95 {
    --tw-shadow-color: rgb(2 44 34 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100 {
    --tw-shadow-color: #fae8ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/0 {
    --tw-shadow-color: rgb(250 232 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/10 {
    --tw-shadow-color: rgb(250 232 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/100 {
    --tw-shadow-color: rgb(250 232 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/15 {
    --tw-shadow-color: rgb(250 232 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/20 {
    --tw-shadow-color: rgb(250 232 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/25 {
    --tw-shadow-color: rgb(250 232 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/30 {
    --tw-shadow-color: rgb(250 232 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/35 {
    --tw-shadow-color: rgb(250 232 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/40 {
    --tw-shadow-color: rgb(250 232 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/45 {
    --tw-shadow-color: rgb(250 232 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/5 {
    --tw-shadow-color: rgb(250 232 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/50 {
    --tw-shadow-color: rgb(250 232 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/55 {
    --tw-shadow-color: rgb(250 232 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/60 {
    --tw-shadow-color: rgb(250 232 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/65 {
    --tw-shadow-color: rgb(250 232 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/70 {
    --tw-shadow-color: rgb(250 232 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/75 {
    --tw-shadow-color: rgb(250 232 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/80 {
    --tw-shadow-color: rgb(250 232 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/85 {
    --tw-shadow-color: rgb(250 232 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/90 {
    --tw-shadow-color: rgb(250 232 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-100\/95 {
    --tw-shadow-color: rgb(250 232 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200 {
    --tw-shadow-color: #f5d0fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/0 {
    --tw-shadow-color: rgb(245 208 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/10 {
    --tw-shadow-color: rgb(245 208 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/100 {
    --tw-shadow-color: rgb(245 208 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/15 {
    --tw-shadow-color: rgb(245 208 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/20 {
    --tw-shadow-color: rgb(245 208 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/25 {
    --tw-shadow-color: rgb(245 208 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/30 {
    --tw-shadow-color: rgb(245 208 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/35 {
    --tw-shadow-color: rgb(245 208 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/40 {
    --tw-shadow-color: rgb(245 208 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/45 {
    --tw-shadow-color: rgb(245 208 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/5 {
    --tw-shadow-color: rgb(245 208 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/50 {
    --tw-shadow-color: rgb(245 208 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/55 {
    --tw-shadow-color: rgb(245 208 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/60 {
    --tw-shadow-color: rgb(245 208 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/65 {
    --tw-shadow-color: rgb(245 208 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/70 {
    --tw-shadow-color: rgb(245 208 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/75 {
    --tw-shadow-color: rgb(245 208 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/80 {
    --tw-shadow-color: rgb(245 208 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/85 {
    --tw-shadow-color: rgb(245 208 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/90 {
    --tw-shadow-color: rgb(245 208 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-200\/95 {
    --tw-shadow-color: rgb(245 208 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300 {
    --tw-shadow-color: #f0abfc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/0 {
    --tw-shadow-color: rgb(240 171 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/10 {
    --tw-shadow-color: rgb(240 171 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/100 {
    --tw-shadow-color: rgb(240 171 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/15 {
    --tw-shadow-color: rgb(240 171 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/20 {
    --tw-shadow-color: rgb(240 171 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/25 {
    --tw-shadow-color: rgb(240 171 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/30 {
    --tw-shadow-color: rgb(240 171 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/35 {
    --tw-shadow-color: rgb(240 171 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/40 {
    --tw-shadow-color: rgb(240 171 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/45 {
    --tw-shadow-color: rgb(240 171 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/5 {
    --tw-shadow-color: rgb(240 171 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/50 {
    --tw-shadow-color: rgb(240 171 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/55 {
    --tw-shadow-color: rgb(240 171 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/60 {
    --tw-shadow-color: rgb(240 171 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/65 {
    --tw-shadow-color: rgb(240 171 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/70 {
    --tw-shadow-color: rgb(240 171 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/75 {
    --tw-shadow-color: rgb(240 171 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/80 {
    --tw-shadow-color: rgb(240 171 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/85 {
    --tw-shadow-color: rgb(240 171 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/90 {
    --tw-shadow-color: rgb(240 171 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-300\/95 {
    --tw-shadow-color: rgb(240 171 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400 {
    --tw-shadow-color: #e879f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/0 {
    --tw-shadow-color: rgb(232 121 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/10 {
    --tw-shadow-color: rgb(232 121 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/100 {
    --tw-shadow-color: rgb(232 121 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/15 {
    --tw-shadow-color: rgb(232 121 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/20 {
    --tw-shadow-color: rgb(232 121 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/25 {
    --tw-shadow-color: rgb(232 121 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/30 {
    --tw-shadow-color: rgb(232 121 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/35 {
    --tw-shadow-color: rgb(232 121 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/40 {
    --tw-shadow-color: rgb(232 121 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/45 {
    --tw-shadow-color: rgb(232 121 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/5 {
    --tw-shadow-color: rgb(232 121 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/50 {
    --tw-shadow-color: rgb(232 121 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/55 {
    --tw-shadow-color: rgb(232 121 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/60 {
    --tw-shadow-color: rgb(232 121 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/65 {
    --tw-shadow-color: rgb(232 121 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/70 {
    --tw-shadow-color: rgb(232 121 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/75 {
    --tw-shadow-color: rgb(232 121 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/80 {
    --tw-shadow-color: rgb(232 121 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/85 {
    --tw-shadow-color: rgb(232 121 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/90 {
    --tw-shadow-color: rgb(232 121 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-400\/95 {
    --tw-shadow-color: rgb(232 121 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50 {
    --tw-shadow-color: #fdf4ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/0 {
    --tw-shadow-color: rgb(253 244 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/10 {
    --tw-shadow-color: rgb(253 244 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/100 {
    --tw-shadow-color: rgb(253 244 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/15 {
    --tw-shadow-color: rgb(253 244 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/20 {
    --tw-shadow-color: rgb(253 244 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/25 {
    --tw-shadow-color: rgb(253 244 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/30 {
    --tw-shadow-color: rgb(253 244 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/35 {
    --tw-shadow-color: rgb(253 244 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/40 {
    --tw-shadow-color: rgb(253 244 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/45 {
    --tw-shadow-color: rgb(253 244 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/5 {
    --tw-shadow-color: rgb(253 244 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/50 {
    --tw-shadow-color: rgb(253 244 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/55 {
    --tw-shadow-color: rgb(253 244 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/60 {
    --tw-shadow-color: rgb(253 244 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/65 {
    --tw-shadow-color: rgb(253 244 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/70 {
    --tw-shadow-color: rgb(253 244 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/75 {
    --tw-shadow-color: rgb(253 244 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/80 {
    --tw-shadow-color: rgb(253 244 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/85 {
    --tw-shadow-color: rgb(253 244 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/90 {
    --tw-shadow-color: rgb(253 244 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-50\/95 {
    --tw-shadow-color: rgb(253 244 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500 {
    --tw-shadow-color: #d946ef !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/0 {
    --tw-shadow-color: rgb(217 70 239 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/10 {
    --tw-shadow-color: rgb(217 70 239 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/100 {
    --tw-shadow-color: rgb(217 70 239 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/15 {
    --tw-shadow-color: rgb(217 70 239 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/20 {
    --tw-shadow-color: rgb(217 70 239 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/25 {
    --tw-shadow-color: rgb(217 70 239 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/30 {
    --tw-shadow-color: rgb(217 70 239 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/35 {
    --tw-shadow-color: rgb(217 70 239 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/40 {
    --tw-shadow-color: rgb(217 70 239 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/45 {
    --tw-shadow-color: rgb(217 70 239 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/5 {
    --tw-shadow-color: rgb(217 70 239 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/50 {
    --tw-shadow-color: rgb(217 70 239 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/55 {
    --tw-shadow-color: rgb(217 70 239 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/60 {
    --tw-shadow-color: rgb(217 70 239 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/65 {
    --tw-shadow-color: rgb(217 70 239 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/70 {
    --tw-shadow-color: rgb(217 70 239 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/75 {
    --tw-shadow-color: rgb(217 70 239 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/80 {
    --tw-shadow-color: rgb(217 70 239 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/85 {
    --tw-shadow-color: rgb(217 70 239 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/90 {
    --tw-shadow-color: rgb(217 70 239 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-500\/95 {
    --tw-shadow-color: rgb(217 70 239 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600 {
    --tw-shadow-color: #c026d3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/0 {
    --tw-shadow-color: rgb(192 38 211 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/10 {
    --tw-shadow-color: rgb(192 38 211 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/100 {
    --tw-shadow-color: rgb(192 38 211 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/15 {
    --tw-shadow-color: rgb(192 38 211 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/20 {
    --tw-shadow-color: rgb(192 38 211 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/25 {
    --tw-shadow-color: rgb(192 38 211 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/30 {
    --tw-shadow-color: rgb(192 38 211 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/35 {
    --tw-shadow-color: rgb(192 38 211 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/40 {
    --tw-shadow-color: rgb(192 38 211 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/45 {
    --tw-shadow-color: rgb(192 38 211 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/5 {
    --tw-shadow-color: rgb(192 38 211 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/50 {
    --tw-shadow-color: rgb(192 38 211 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/55 {
    --tw-shadow-color: rgb(192 38 211 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/60 {
    --tw-shadow-color: rgb(192 38 211 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/65 {
    --tw-shadow-color: rgb(192 38 211 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/70 {
    --tw-shadow-color: rgb(192 38 211 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/75 {
    --tw-shadow-color: rgb(192 38 211 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/80 {
    --tw-shadow-color: rgb(192 38 211 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/85 {
    --tw-shadow-color: rgb(192 38 211 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/90 {
    --tw-shadow-color: rgb(192 38 211 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-600\/95 {
    --tw-shadow-color: rgb(192 38 211 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700 {
    --tw-shadow-color: #a21caf !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/0 {
    --tw-shadow-color: rgb(162 28 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/10 {
    --tw-shadow-color: rgb(162 28 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/100 {
    --tw-shadow-color: rgb(162 28 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/15 {
    --tw-shadow-color: rgb(162 28 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/20 {
    --tw-shadow-color: rgb(162 28 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/25 {
    --tw-shadow-color: rgb(162 28 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/30 {
    --tw-shadow-color: rgb(162 28 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/35 {
    --tw-shadow-color: rgb(162 28 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/40 {
    --tw-shadow-color: rgb(162 28 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/45 {
    --tw-shadow-color: rgb(162 28 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/5 {
    --tw-shadow-color: rgb(162 28 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/50 {
    --tw-shadow-color: rgb(162 28 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/55 {
    --tw-shadow-color: rgb(162 28 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/60 {
    --tw-shadow-color: rgb(162 28 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/65 {
    --tw-shadow-color: rgb(162 28 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/70 {
    --tw-shadow-color: rgb(162 28 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/75 {
    --tw-shadow-color: rgb(162 28 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/80 {
    --tw-shadow-color: rgb(162 28 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/85 {
    --tw-shadow-color: rgb(162 28 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/90 {
    --tw-shadow-color: rgb(162 28 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-700\/95 {
    --tw-shadow-color: rgb(162 28 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800 {
    --tw-shadow-color: #86198f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/0 {
    --tw-shadow-color: rgb(134 25 143 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/10 {
    --tw-shadow-color: rgb(134 25 143 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/100 {
    --tw-shadow-color: rgb(134 25 143 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/15 {
    --tw-shadow-color: rgb(134 25 143 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/20 {
    --tw-shadow-color: rgb(134 25 143 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/25 {
    --tw-shadow-color: rgb(134 25 143 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/30 {
    --tw-shadow-color: rgb(134 25 143 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/35 {
    --tw-shadow-color: rgb(134 25 143 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/40 {
    --tw-shadow-color: rgb(134 25 143 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/45 {
    --tw-shadow-color: rgb(134 25 143 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/5 {
    --tw-shadow-color: rgb(134 25 143 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/50 {
    --tw-shadow-color: rgb(134 25 143 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/55 {
    --tw-shadow-color: rgb(134 25 143 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/60 {
    --tw-shadow-color: rgb(134 25 143 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/65 {
    --tw-shadow-color: rgb(134 25 143 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/70 {
    --tw-shadow-color: rgb(134 25 143 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/75 {
    --tw-shadow-color: rgb(134 25 143 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/80 {
    --tw-shadow-color: rgb(134 25 143 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/85 {
    --tw-shadow-color: rgb(134 25 143 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/90 {
    --tw-shadow-color: rgb(134 25 143 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-800\/95 {
    --tw-shadow-color: rgb(134 25 143 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900 {
    --tw-shadow-color: #701a75 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/0 {
    --tw-shadow-color: rgb(112 26 117 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/10 {
    --tw-shadow-color: rgb(112 26 117 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/100 {
    --tw-shadow-color: rgb(112 26 117 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/15 {
    --tw-shadow-color: rgb(112 26 117 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/20 {
    --tw-shadow-color: rgb(112 26 117 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/25 {
    --tw-shadow-color: rgb(112 26 117 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/30 {
    --tw-shadow-color: rgb(112 26 117 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/35 {
    --tw-shadow-color: rgb(112 26 117 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/40 {
    --tw-shadow-color: rgb(112 26 117 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/45 {
    --tw-shadow-color: rgb(112 26 117 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/5 {
    --tw-shadow-color: rgb(112 26 117 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/50 {
    --tw-shadow-color: rgb(112 26 117 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/55 {
    --tw-shadow-color: rgb(112 26 117 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/60 {
    --tw-shadow-color: rgb(112 26 117 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/65 {
    --tw-shadow-color: rgb(112 26 117 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/70 {
    --tw-shadow-color: rgb(112 26 117 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/75 {
    --tw-shadow-color: rgb(112 26 117 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/80 {
    --tw-shadow-color: rgb(112 26 117 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/85 {
    --tw-shadow-color: rgb(112 26 117 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/90 {
    --tw-shadow-color: rgb(112 26 117 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-900\/95 {
    --tw-shadow-color: rgb(112 26 117 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950 {
    --tw-shadow-color: #4a044e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/0 {
    --tw-shadow-color: rgb(74 4 78 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/10 {
    --tw-shadow-color: rgb(74 4 78 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/100 {
    --tw-shadow-color: rgb(74 4 78 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/15 {
    --tw-shadow-color: rgb(74 4 78 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/20 {
    --tw-shadow-color: rgb(74 4 78 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/25 {
    --tw-shadow-color: rgb(74 4 78 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/30 {
    --tw-shadow-color: rgb(74 4 78 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/35 {
    --tw-shadow-color: rgb(74 4 78 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/40 {
    --tw-shadow-color: rgb(74 4 78 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/45 {
    --tw-shadow-color: rgb(74 4 78 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/5 {
    --tw-shadow-color: rgb(74 4 78 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/50 {
    --tw-shadow-color: rgb(74 4 78 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/55 {
    --tw-shadow-color: rgb(74 4 78 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/60 {
    --tw-shadow-color: rgb(74 4 78 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/65 {
    --tw-shadow-color: rgb(74 4 78 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/70 {
    --tw-shadow-color: rgb(74 4 78 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/75 {
    --tw-shadow-color: rgb(74 4 78 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/80 {
    --tw-shadow-color: rgb(74 4 78 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/85 {
    --tw-shadow-color: rgb(74 4 78 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/90 {
    --tw-shadow-color: rgb(74 4 78 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-fuchsia-950\/95 {
    --tw-shadow-color: rgb(74 4 78 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100 {
    --tw-shadow-color: #f3f4f6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/0 {
    --tw-shadow-color: rgb(243 244 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/10 {
    --tw-shadow-color: rgb(243 244 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/100 {
    --tw-shadow-color: rgb(243 244 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/15 {
    --tw-shadow-color: rgb(243 244 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/20 {
    --tw-shadow-color: rgb(243 244 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/25 {
    --tw-shadow-color: rgb(243 244 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/30 {
    --tw-shadow-color: rgb(243 244 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/35 {
    --tw-shadow-color: rgb(243 244 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/40 {
    --tw-shadow-color: rgb(243 244 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/45 {
    --tw-shadow-color: rgb(243 244 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/5 {
    --tw-shadow-color: rgb(243 244 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/50 {
    --tw-shadow-color: rgb(243 244 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/55 {
    --tw-shadow-color: rgb(243 244 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/60 {
    --tw-shadow-color: rgb(243 244 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/65 {
    --tw-shadow-color: rgb(243 244 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/70 {
    --tw-shadow-color: rgb(243 244 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/75 {
    --tw-shadow-color: rgb(243 244 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/80 {
    --tw-shadow-color: rgb(243 244 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/85 {
    --tw-shadow-color: rgb(243 244 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/90 {
    --tw-shadow-color: rgb(243 244 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-100\/95 {
    --tw-shadow-color: rgb(243 244 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200 {
    --tw-shadow-color: #e5e7eb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/0 {
    --tw-shadow-color: rgb(229 231 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/10 {
    --tw-shadow-color: rgb(229 231 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/100 {
    --tw-shadow-color: rgb(229 231 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/15 {
    --tw-shadow-color: rgb(229 231 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/20 {
    --tw-shadow-color: rgb(229 231 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/25 {
    --tw-shadow-color: rgb(229 231 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/30 {
    --tw-shadow-color: rgb(229 231 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/35 {
    --tw-shadow-color: rgb(229 231 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/40 {
    --tw-shadow-color: rgb(229 231 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/45 {
    --tw-shadow-color: rgb(229 231 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/5 {
    --tw-shadow-color: rgb(229 231 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/50 {
    --tw-shadow-color: rgb(229 231 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/55 {
    --tw-shadow-color: rgb(229 231 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/60 {
    --tw-shadow-color: rgb(229 231 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/65 {
    --tw-shadow-color: rgb(229 231 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/70 {
    --tw-shadow-color: rgb(229 231 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/75 {
    --tw-shadow-color: rgb(229 231 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/80 {
    --tw-shadow-color: rgb(229 231 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/85 {
    --tw-shadow-color: rgb(229 231 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/90 {
    --tw-shadow-color: rgb(229 231 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-200\/95 {
    --tw-shadow-color: rgb(229 231 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300 {
    --tw-shadow-color: #d1d5db !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/0 {
    --tw-shadow-color: rgb(209 213 219 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/10 {
    --tw-shadow-color: rgb(209 213 219 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/100 {
    --tw-shadow-color: rgb(209 213 219 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/15 {
    --tw-shadow-color: rgb(209 213 219 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/20 {
    --tw-shadow-color: rgb(209 213 219 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/25 {
    --tw-shadow-color: rgb(209 213 219 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/30 {
    --tw-shadow-color: rgb(209 213 219 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/35 {
    --tw-shadow-color: rgb(209 213 219 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/40 {
    --tw-shadow-color: rgb(209 213 219 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/45 {
    --tw-shadow-color: rgb(209 213 219 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/5 {
    --tw-shadow-color: rgb(209 213 219 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/50 {
    --tw-shadow-color: rgb(209 213 219 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/55 {
    --tw-shadow-color: rgb(209 213 219 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/60 {
    --tw-shadow-color: rgb(209 213 219 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/65 {
    --tw-shadow-color: rgb(209 213 219 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/70 {
    --tw-shadow-color: rgb(209 213 219 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/75 {
    --tw-shadow-color: rgb(209 213 219 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/80 {
    --tw-shadow-color: rgb(209 213 219 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/85 {
    --tw-shadow-color: rgb(209 213 219 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/90 {
    --tw-shadow-color: rgb(209 213 219 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-300\/95 {
    --tw-shadow-color: rgb(209 213 219 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400 {
    --tw-shadow-color: #9ca3af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/0 {
    --tw-shadow-color: rgb(156 163 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/10 {
    --tw-shadow-color: rgb(156 163 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/100 {
    --tw-shadow-color: rgb(156 163 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/15 {
    --tw-shadow-color: rgb(156 163 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/20 {
    --tw-shadow-color: rgb(156 163 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/25 {
    --tw-shadow-color: rgb(156 163 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/30 {
    --tw-shadow-color: rgb(156 163 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/35 {
    --tw-shadow-color: rgb(156 163 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/40 {
    --tw-shadow-color: rgb(156 163 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/45 {
    --tw-shadow-color: rgb(156 163 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/5 {
    --tw-shadow-color: rgb(156 163 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/50 {
    --tw-shadow-color: rgb(156 163 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/55 {
    --tw-shadow-color: rgb(156 163 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/60 {
    --tw-shadow-color: rgb(156 163 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/65 {
    --tw-shadow-color: rgb(156 163 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/70 {
    --tw-shadow-color: rgb(156 163 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/75 {
    --tw-shadow-color: rgb(156 163 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/80 {
    --tw-shadow-color: rgb(156 163 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/85 {
    --tw-shadow-color: rgb(156 163 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/90 {
    --tw-shadow-color: rgb(156 163 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-400\/95 {
    --tw-shadow-color: rgb(156 163 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50 {
    --tw-shadow-color: #f9fafb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/0 {
    --tw-shadow-color: rgb(249 250 251 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/10 {
    --tw-shadow-color: rgb(249 250 251 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/100 {
    --tw-shadow-color: rgb(249 250 251 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/15 {
    --tw-shadow-color: rgb(249 250 251 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/20 {
    --tw-shadow-color: rgb(249 250 251 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/25 {
    --tw-shadow-color: rgb(249 250 251 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/30 {
    --tw-shadow-color: rgb(249 250 251 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/35 {
    --tw-shadow-color: rgb(249 250 251 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/40 {
    --tw-shadow-color: rgb(249 250 251 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/45 {
    --tw-shadow-color: rgb(249 250 251 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/5 {
    --tw-shadow-color: rgb(249 250 251 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/50 {
    --tw-shadow-color: rgb(249 250 251 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/55 {
    --tw-shadow-color: rgb(249 250 251 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/60 {
    --tw-shadow-color: rgb(249 250 251 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/65 {
    --tw-shadow-color: rgb(249 250 251 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/70 {
    --tw-shadow-color: rgb(249 250 251 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/75 {
    --tw-shadow-color: rgb(249 250 251 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/80 {
    --tw-shadow-color: rgb(249 250 251 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/85 {
    --tw-shadow-color: rgb(249 250 251 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/90 {
    --tw-shadow-color: rgb(249 250 251 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-50\/95 {
    --tw-shadow-color: rgb(249 250 251 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500 {
    --tw-shadow-color: #6b7280 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/0 {
    --tw-shadow-color: rgb(107 114 128 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/10 {
    --tw-shadow-color: rgb(107 114 128 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/100 {
    --tw-shadow-color: rgb(107 114 128 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/15 {
    --tw-shadow-color: rgb(107 114 128 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/20 {
    --tw-shadow-color: rgb(107 114 128 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/25 {
    --tw-shadow-color: rgb(107 114 128 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/30 {
    --tw-shadow-color: rgb(107 114 128 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/35 {
    --tw-shadow-color: rgb(107 114 128 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/40 {
    --tw-shadow-color: rgb(107 114 128 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/45 {
    --tw-shadow-color: rgb(107 114 128 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/5 {
    --tw-shadow-color: rgb(107 114 128 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/50 {
    --tw-shadow-color: rgb(107 114 128 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/55 {
    --tw-shadow-color: rgb(107 114 128 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/60 {
    --tw-shadow-color: rgb(107 114 128 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/65 {
    --tw-shadow-color: rgb(107 114 128 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/70 {
    --tw-shadow-color: rgb(107 114 128 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/75 {
    --tw-shadow-color: rgb(107 114 128 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/80 {
    --tw-shadow-color: rgb(107 114 128 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/85 {
    --tw-shadow-color: rgb(107 114 128 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/90 {
    --tw-shadow-color: rgb(107 114 128 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-500\/95 {
    --tw-shadow-color: rgb(107 114 128 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600 {
    --tw-shadow-color: #4b5563 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/0 {
    --tw-shadow-color: rgb(75 85 99 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/10 {
    --tw-shadow-color: rgb(75 85 99 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/100 {
    --tw-shadow-color: rgb(75 85 99 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/15 {
    --tw-shadow-color: rgb(75 85 99 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/20 {
    --tw-shadow-color: rgb(75 85 99 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/25 {
    --tw-shadow-color: rgb(75 85 99 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/30 {
    --tw-shadow-color: rgb(75 85 99 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/35 {
    --tw-shadow-color: rgb(75 85 99 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/40 {
    --tw-shadow-color: rgb(75 85 99 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/45 {
    --tw-shadow-color: rgb(75 85 99 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/5 {
    --tw-shadow-color: rgb(75 85 99 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/50 {
    --tw-shadow-color: rgb(75 85 99 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/55 {
    --tw-shadow-color: rgb(75 85 99 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/60 {
    --tw-shadow-color: rgb(75 85 99 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/65 {
    --tw-shadow-color: rgb(75 85 99 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/70 {
    --tw-shadow-color: rgb(75 85 99 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/75 {
    --tw-shadow-color: rgb(75 85 99 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/80 {
    --tw-shadow-color: rgb(75 85 99 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/85 {
    --tw-shadow-color: rgb(75 85 99 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/90 {
    --tw-shadow-color: rgb(75 85 99 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-600\/95 {
    --tw-shadow-color: rgb(75 85 99 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700 {
    --tw-shadow-color: #374151 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/0 {
    --tw-shadow-color: rgb(55 65 81 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/10 {
    --tw-shadow-color: rgb(55 65 81 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/100 {
    --tw-shadow-color: rgb(55 65 81 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/15 {
    --tw-shadow-color: rgb(55 65 81 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/20 {
    --tw-shadow-color: rgb(55 65 81 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/25 {
    --tw-shadow-color: rgb(55 65 81 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/30 {
    --tw-shadow-color: rgb(55 65 81 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/35 {
    --tw-shadow-color: rgb(55 65 81 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/40 {
    --tw-shadow-color: rgb(55 65 81 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/45 {
    --tw-shadow-color: rgb(55 65 81 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/5 {
    --tw-shadow-color: rgb(55 65 81 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/50 {
    --tw-shadow-color: rgb(55 65 81 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/55 {
    --tw-shadow-color: rgb(55 65 81 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/60 {
    --tw-shadow-color: rgb(55 65 81 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/65 {
    --tw-shadow-color: rgb(55 65 81 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/70 {
    --tw-shadow-color: rgb(55 65 81 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/75 {
    --tw-shadow-color: rgb(55 65 81 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/80 {
    --tw-shadow-color: rgb(55 65 81 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/85 {
    --tw-shadow-color: rgb(55 65 81 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/90 {
    --tw-shadow-color: rgb(55 65 81 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-700\/95 {
    --tw-shadow-color: rgb(55 65 81 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800 {
    --tw-shadow-color: #1f2937 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/0 {
    --tw-shadow-color: rgb(31 41 55 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/10 {
    --tw-shadow-color: rgb(31 41 55 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/100 {
    --tw-shadow-color: rgb(31 41 55 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/15 {
    --tw-shadow-color: rgb(31 41 55 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/20 {
    --tw-shadow-color: rgb(31 41 55 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/25 {
    --tw-shadow-color: rgb(31 41 55 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/30 {
    --tw-shadow-color: rgb(31 41 55 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/35 {
    --tw-shadow-color: rgb(31 41 55 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/40 {
    --tw-shadow-color: rgb(31 41 55 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/45 {
    --tw-shadow-color: rgb(31 41 55 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/5 {
    --tw-shadow-color: rgb(31 41 55 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/50 {
    --tw-shadow-color: rgb(31 41 55 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/55 {
    --tw-shadow-color: rgb(31 41 55 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/60 {
    --tw-shadow-color: rgb(31 41 55 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/65 {
    --tw-shadow-color: rgb(31 41 55 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/70 {
    --tw-shadow-color: rgb(31 41 55 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/75 {
    --tw-shadow-color: rgb(31 41 55 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/80 {
    --tw-shadow-color: rgb(31 41 55 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/85 {
    --tw-shadow-color: rgb(31 41 55 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/90 {
    --tw-shadow-color: rgb(31 41 55 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-800\/95 {
    --tw-shadow-color: rgb(31 41 55 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900 {
    --tw-shadow-color: #111827 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/0 {
    --tw-shadow-color: rgb(17 24 39 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/10 {
    --tw-shadow-color: rgb(17 24 39 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/100 {
    --tw-shadow-color: rgb(17 24 39 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/15 {
    --tw-shadow-color: rgb(17 24 39 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/20 {
    --tw-shadow-color: rgb(17 24 39 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/25 {
    --tw-shadow-color: rgb(17 24 39 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/30 {
    --tw-shadow-color: rgb(17 24 39 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/35 {
    --tw-shadow-color: rgb(17 24 39 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/40 {
    --tw-shadow-color: rgb(17 24 39 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/45 {
    --tw-shadow-color: rgb(17 24 39 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/5 {
    --tw-shadow-color: rgb(17 24 39 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/50 {
    --tw-shadow-color: rgb(17 24 39 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/55 {
    --tw-shadow-color: rgb(17 24 39 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/60 {
    --tw-shadow-color: rgb(17 24 39 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/65 {
    --tw-shadow-color: rgb(17 24 39 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/70 {
    --tw-shadow-color: rgb(17 24 39 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/75 {
    --tw-shadow-color: rgb(17 24 39 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/80 {
    --tw-shadow-color: rgb(17 24 39 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/85 {
    --tw-shadow-color: rgb(17 24 39 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/90 {
    --tw-shadow-color: rgb(17 24 39 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-900\/95 {
    --tw-shadow-color: rgb(17 24 39 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950 {
    --tw-shadow-color: #030712 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/0 {
    --tw-shadow-color: rgb(3 7 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/10 {
    --tw-shadow-color: rgb(3 7 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/100 {
    --tw-shadow-color: rgb(3 7 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/15 {
    --tw-shadow-color: rgb(3 7 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/20 {
    --tw-shadow-color: rgb(3 7 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/25 {
    --tw-shadow-color: rgb(3 7 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/30 {
    --tw-shadow-color: rgb(3 7 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/35 {
    --tw-shadow-color: rgb(3 7 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/40 {
    --tw-shadow-color: rgb(3 7 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/45 {
    --tw-shadow-color: rgb(3 7 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/5 {
    --tw-shadow-color: rgb(3 7 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/50 {
    --tw-shadow-color: rgb(3 7 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/55 {
    --tw-shadow-color: rgb(3 7 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/60 {
    --tw-shadow-color: rgb(3 7 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/65 {
    --tw-shadow-color: rgb(3 7 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/70 {
    --tw-shadow-color: rgb(3 7 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/75 {
    --tw-shadow-color: rgb(3 7 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/80 {
    --tw-shadow-color: rgb(3 7 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/85 {
    --tw-shadow-color: rgb(3 7 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/90 {
    --tw-shadow-color: rgb(3 7 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-gray-950\/95 {
    --tw-shadow-color: rgb(3 7 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100 {
    --tw-shadow-color: #dcfce7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/0 {
    --tw-shadow-color: rgb(220 252 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/10 {
    --tw-shadow-color: rgb(220 252 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/100 {
    --tw-shadow-color: rgb(220 252 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/15 {
    --tw-shadow-color: rgb(220 252 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/20 {
    --tw-shadow-color: rgb(220 252 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/25 {
    --tw-shadow-color: rgb(220 252 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/30 {
    --tw-shadow-color: rgb(220 252 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/35 {
    --tw-shadow-color: rgb(220 252 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/40 {
    --tw-shadow-color: rgb(220 252 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/45 {
    --tw-shadow-color: rgb(220 252 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/5 {
    --tw-shadow-color: rgb(220 252 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/50 {
    --tw-shadow-color: rgb(220 252 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/55 {
    --tw-shadow-color: rgb(220 252 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/60 {
    --tw-shadow-color: rgb(220 252 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/65 {
    --tw-shadow-color: rgb(220 252 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/70 {
    --tw-shadow-color: rgb(220 252 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/75 {
    --tw-shadow-color: rgb(220 252 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/80 {
    --tw-shadow-color: rgb(220 252 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/85 {
    --tw-shadow-color: rgb(220 252 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/90 {
    --tw-shadow-color: rgb(220 252 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-100\/95 {
    --tw-shadow-color: rgb(220 252 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200 {
    --tw-shadow-color: #bbf7d0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/0 {
    --tw-shadow-color: rgb(187 247 208 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/10 {
    --tw-shadow-color: rgb(187 247 208 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/100 {
    --tw-shadow-color: rgb(187 247 208 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/15 {
    --tw-shadow-color: rgb(187 247 208 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/20 {
    --tw-shadow-color: rgb(187 247 208 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/25 {
    --tw-shadow-color: rgb(187 247 208 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/30 {
    --tw-shadow-color: rgb(187 247 208 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/35 {
    --tw-shadow-color: rgb(187 247 208 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/40 {
    --tw-shadow-color: rgb(187 247 208 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/45 {
    --tw-shadow-color: rgb(187 247 208 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/5 {
    --tw-shadow-color: rgb(187 247 208 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/50 {
    --tw-shadow-color: rgb(187 247 208 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/55 {
    --tw-shadow-color: rgb(187 247 208 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/60 {
    --tw-shadow-color: rgb(187 247 208 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/65 {
    --tw-shadow-color: rgb(187 247 208 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/70 {
    --tw-shadow-color: rgb(187 247 208 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/75 {
    --tw-shadow-color: rgb(187 247 208 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/80 {
    --tw-shadow-color: rgb(187 247 208 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/85 {
    --tw-shadow-color: rgb(187 247 208 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/90 {
    --tw-shadow-color: rgb(187 247 208 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-200\/95 {
    --tw-shadow-color: rgb(187 247 208 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300 {
    --tw-shadow-color: #86efac !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/0 {
    --tw-shadow-color: rgb(134 239 172 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/10 {
    --tw-shadow-color: rgb(134 239 172 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/100 {
    --tw-shadow-color: rgb(134 239 172 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/15 {
    --tw-shadow-color: rgb(134 239 172 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/20 {
    --tw-shadow-color: rgb(134 239 172 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/25 {
    --tw-shadow-color: rgb(134 239 172 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/30 {
    --tw-shadow-color: rgb(134 239 172 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/35 {
    --tw-shadow-color: rgb(134 239 172 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/40 {
    --tw-shadow-color: rgb(134 239 172 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/45 {
    --tw-shadow-color: rgb(134 239 172 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/5 {
    --tw-shadow-color: rgb(134 239 172 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/50 {
    --tw-shadow-color: rgb(134 239 172 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/55 {
    --tw-shadow-color: rgb(134 239 172 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/60 {
    --tw-shadow-color: rgb(134 239 172 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/65 {
    --tw-shadow-color: rgb(134 239 172 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/70 {
    --tw-shadow-color: rgb(134 239 172 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/75 {
    --tw-shadow-color: rgb(134 239 172 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/80 {
    --tw-shadow-color: rgb(134 239 172 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/85 {
    --tw-shadow-color: rgb(134 239 172 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/90 {
    --tw-shadow-color: rgb(134 239 172 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-300\/95 {
    --tw-shadow-color: rgb(134 239 172 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400 {
    --tw-shadow-color: #4ade80 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/0 {
    --tw-shadow-color: rgb(74 222 128 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/10 {
    --tw-shadow-color: rgb(74 222 128 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/100 {
    --tw-shadow-color: rgb(74 222 128 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/15 {
    --tw-shadow-color: rgb(74 222 128 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/20 {
    --tw-shadow-color: rgb(74 222 128 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/25 {
    --tw-shadow-color: rgb(74 222 128 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/30 {
    --tw-shadow-color: rgb(74 222 128 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/35 {
    --tw-shadow-color: rgb(74 222 128 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/40 {
    --tw-shadow-color: rgb(74 222 128 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/45 {
    --tw-shadow-color: rgb(74 222 128 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/5 {
    --tw-shadow-color: rgb(74 222 128 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/50 {
    --tw-shadow-color: rgb(74 222 128 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/55 {
    --tw-shadow-color: rgb(74 222 128 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/60 {
    --tw-shadow-color: rgb(74 222 128 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/65 {
    --tw-shadow-color: rgb(74 222 128 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/70 {
    --tw-shadow-color: rgb(74 222 128 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/75 {
    --tw-shadow-color: rgb(74 222 128 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/80 {
    --tw-shadow-color: rgb(74 222 128 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/85 {
    --tw-shadow-color: rgb(74 222 128 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/90 {
    --tw-shadow-color: rgb(74 222 128 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-400\/95 {
    --tw-shadow-color: rgb(74 222 128 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50 {
    --tw-shadow-color: #f0fdf4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/0 {
    --tw-shadow-color: rgb(240 253 244 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/10 {
    --tw-shadow-color: rgb(240 253 244 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/100 {
    --tw-shadow-color: rgb(240 253 244 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/15 {
    --tw-shadow-color: rgb(240 253 244 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/20 {
    --tw-shadow-color: rgb(240 253 244 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/25 {
    --tw-shadow-color: rgb(240 253 244 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/30 {
    --tw-shadow-color: rgb(240 253 244 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/35 {
    --tw-shadow-color: rgb(240 253 244 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/40 {
    --tw-shadow-color: rgb(240 253 244 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/45 {
    --tw-shadow-color: rgb(240 253 244 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/5 {
    --tw-shadow-color: rgb(240 253 244 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/50 {
    --tw-shadow-color: rgb(240 253 244 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/55 {
    --tw-shadow-color: rgb(240 253 244 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/60 {
    --tw-shadow-color: rgb(240 253 244 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/65 {
    --tw-shadow-color: rgb(240 253 244 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/70 {
    --tw-shadow-color: rgb(240 253 244 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/75 {
    --tw-shadow-color: rgb(240 253 244 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/80 {
    --tw-shadow-color: rgb(240 253 244 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/85 {
    --tw-shadow-color: rgb(240 253 244 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/90 {
    --tw-shadow-color: rgb(240 253 244 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-50\/95 {
    --tw-shadow-color: rgb(240 253 244 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500 {
    --tw-shadow-color: #22c55e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/0 {
    --tw-shadow-color: rgb(34 197 94 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/10 {
    --tw-shadow-color: rgb(34 197 94 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/100 {
    --tw-shadow-color: rgb(34 197 94 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/15 {
    --tw-shadow-color: rgb(34 197 94 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/20 {
    --tw-shadow-color: rgb(34 197 94 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/25 {
    --tw-shadow-color: rgb(34 197 94 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/30 {
    --tw-shadow-color: rgb(34 197 94 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/35 {
    --tw-shadow-color: rgb(34 197 94 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/40 {
    --tw-shadow-color: rgb(34 197 94 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/45 {
    --tw-shadow-color: rgb(34 197 94 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/5 {
    --tw-shadow-color: rgb(34 197 94 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/50 {
    --tw-shadow-color: rgb(34 197 94 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/55 {
    --tw-shadow-color: rgb(34 197 94 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/60 {
    --tw-shadow-color: rgb(34 197 94 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/65 {
    --tw-shadow-color: rgb(34 197 94 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/70 {
    --tw-shadow-color: rgb(34 197 94 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/75 {
    --tw-shadow-color: rgb(34 197 94 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/80 {
    --tw-shadow-color: rgb(34 197 94 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/85 {
    --tw-shadow-color: rgb(34 197 94 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/90 {
    --tw-shadow-color: rgb(34 197 94 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-500\/95 {
    --tw-shadow-color: rgb(34 197 94 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600 {
    --tw-shadow-color: #16a34a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/0 {
    --tw-shadow-color: rgb(22 163 74 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/10 {
    --tw-shadow-color: rgb(22 163 74 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/100 {
    --tw-shadow-color: rgb(22 163 74 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/15 {
    --tw-shadow-color: rgb(22 163 74 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/20 {
    --tw-shadow-color: rgb(22 163 74 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/25 {
    --tw-shadow-color: rgb(22 163 74 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/30 {
    --tw-shadow-color: rgb(22 163 74 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/35 {
    --tw-shadow-color: rgb(22 163 74 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/40 {
    --tw-shadow-color: rgb(22 163 74 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/45 {
    --tw-shadow-color: rgb(22 163 74 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/5 {
    --tw-shadow-color: rgb(22 163 74 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/50 {
    --tw-shadow-color: rgb(22 163 74 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/55 {
    --tw-shadow-color: rgb(22 163 74 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/60 {
    --tw-shadow-color: rgb(22 163 74 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/65 {
    --tw-shadow-color: rgb(22 163 74 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/70 {
    --tw-shadow-color: rgb(22 163 74 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/75 {
    --tw-shadow-color: rgb(22 163 74 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/80 {
    --tw-shadow-color: rgb(22 163 74 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/85 {
    --tw-shadow-color: rgb(22 163 74 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/90 {
    --tw-shadow-color: rgb(22 163 74 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-600\/95 {
    --tw-shadow-color: rgb(22 163 74 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700 {
    --tw-shadow-color: #15803d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/0 {
    --tw-shadow-color: rgb(21 128 61 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/10 {
    --tw-shadow-color: rgb(21 128 61 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/100 {
    --tw-shadow-color: rgb(21 128 61 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/15 {
    --tw-shadow-color: rgb(21 128 61 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/20 {
    --tw-shadow-color: rgb(21 128 61 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/25 {
    --tw-shadow-color: rgb(21 128 61 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/30 {
    --tw-shadow-color: rgb(21 128 61 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/35 {
    --tw-shadow-color: rgb(21 128 61 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/40 {
    --tw-shadow-color: rgb(21 128 61 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/45 {
    --tw-shadow-color: rgb(21 128 61 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/5 {
    --tw-shadow-color: rgb(21 128 61 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/50 {
    --tw-shadow-color: rgb(21 128 61 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/55 {
    --tw-shadow-color: rgb(21 128 61 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/60 {
    --tw-shadow-color: rgb(21 128 61 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/65 {
    --tw-shadow-color: rgb(21 128 61 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/70 {
    --tw-shadow-color: rgb(21 128 61 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/75 {
    --tw-shadow-color: rgb(21 128 61 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/80 {
    --tw-shadow-color: rgb(21 128 61 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/85 {
    --tw-shadow-color: rgb(21 128 61 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/90 {
    --tw-shadow-color: rgb(21 128 61 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-700\/95 {
    --tw-shadow-color: rgb(21 128 61 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800 {
    --tw-shadow-color: #166534 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/0 {
    --tw-shadow-color: rgb(22 101 52 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/10 {
    --tw-shadow-color: rgb(22 101 52 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/100 {
    --tw-shadow-color: rgb(22 101 52 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/15 {
    --tw-shadow-color: rgb(22 101 52 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/20 {
    --tw-shadow-color: rgb(22 101 52 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/25 {
    --tw-shadow-color: rgb(22 101 52 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/30 {
    --tw-shadow-color: rgb(22 101 52 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/35 {
    --tw-shadow-color: rgb(22 101 52 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/40 {
    --tw-shadow-color: rgb(22 101 52 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/45 {
    --tw-shadow-color: rgb(22 101 52 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/5 {
    --tw-shadow-color: rgb(22 101 52 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/50 {
    --tw-shadow-color: rgb(22 101 52 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/55 {
    --tw-shadow-color: rgb(22 101 52 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/60 {
    --tw-shadow-color: rgb(22 101 52 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/65 {
    --tw-shadow-color: rgb(22 101 52 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/70 {
    --tw-shadow-color: rgb(22 101 52 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/75 {
    --tw-shadow-color: rgb(22 101 52 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/80 {
    --tw-shadow-color: rgb(22 101 52 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/85 {
    --tw-shadow-color: rgb(22 101 52 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/90 {
    --tw-shadow-color: rgb(22 101 52 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-800\/95 {
    --tw-shadow-color: rgb(22 101 52 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900 {
    --tw-shadow-color: #14532d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/0 {
    --tw-shadow-color: rgb(20 83 45 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/10 {
    --tw-shadow-color: rgb(20 83 45 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/100 {
    --tw-shadow-color: rgb(20 83 45 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/15 {
    --tw-shadow-color: rgb(20 83 45 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/20 {
    --tw-shadow-color: rgb(20 83 45 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/25 {
    --tw-shadow-color: rgb(20 83 45 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/30 {
    --tw-shadow-color: rgb(20 83 45 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/35 {
    --tw-shadow-color: rgb(20 83 45 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/40 {
    --tw-shadow-color: rgb(20 83 45 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/45 {
    --tw-shadow-color: rgb(20 83 45 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/5 {
    --tw-shadow-color: rgb(20 83 45 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/50 {
    --tw-shadow-color: rgb(20 83 45 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/55 {
    --tw-shadow-color: rgb(20 83 45 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/60 {
    --tw-shadow-color: rgb(20 83 45 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/65 {
    --tw-shadow-color: rgb(20 83 45 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/70 {
    --tw-shadow-color: rgb(20 83 45 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/75 {
    --tw-shadow-color: rgb(20 83 45 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/80 {
    --tw-shadow-color: rgb(20 83 45 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/85 {
    --tw-shadow-color: rgb(20 83 45 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/90 {
    --tw-shadow-color: rgb(20 83 45 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-900\/95 {
    --tw-shadow-color: rgb(20 83 45 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950 {
    --tw-shadow-color: #052e16 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/0 {
    --tw-shadow-color: rgb(5 46 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/10 {
    --tw-shadow-color: rgb(5 46 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/100 {
    --tw-shadow-color: rgb(5 46 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/15 {
    --tw-shadow-color: rgb(5 46 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/20 {
    --tw-shadow-color: rgb(5 46 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/25 {
    --tw-shadow-color: rgb(5 46 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/30 {
    --tw-shadow-color: rgb(5 46 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/35 {
    --tw-shadow-color: rgb(5 46 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/40 {
    --tw-shadow-color: rgb(5 46 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/45 {
    --tw-shadow-color: rgb(5 46 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/5 {
    --tw-shadow-color: rgb(5 46 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/50 {
    --tw-shadow-color: rgb(5 46 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/55 {
    --tw-shadow-color: rgb(5 46 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/60 {
    --tw-shadow-color: rgb(5 46 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/65 {
    --tw-shadow-color: rgb(5 46 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/70 {
    --tw-shadow-color: rgb(5 46 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/75 {
    --tw-shadow-color: rgb(5 46 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/80 {
    --tw-shadow-color: rgb(5 46 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/85 {
    --tw-shadow-color: rgb(5 46 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/90 {
    --tw-shadow-color: rgb(5 46 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-green-950\/95 {
    --tw-shadow-color: rgb(5 46 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey {
    --tw-shadow-color: #838383 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/0 {
    --tw-shadow-color: rgb(131 131 131 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/10 {
    --tw-shadow-color: rgb(131 131 131 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/100 {
    --tw-shadow-color: rgb(131 131 131 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/15 {
    --tw-shadow-color: rgb(131 131 131 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/20 {
    --tw-shadow-color: rgb(131 131 131 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/25 {
    --tw-shadow-color: rgb(131 131 131 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/30 {
    --tw-shadow-color: rgb(131 131 131 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/35 {
    --tw-shadow-color: rgb(131 131 131 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/40 {
    --tw-shadow-color: rgb(131 131 131 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/45 {
    --tw-shadow-color: rgb(131 131 131 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/5 {
    --tw-shadow-color: rgb(131 131 131 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/50 {
    --tw-shadow-color: rgb(131 131 131 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/55 {
    --tw-shadow-color: rgb(131 131 131 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/60 {
    --tw-shadow-color: rgb(131 131 131 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/65 {
    --tw-shadow-color: rgb(131 131 131 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/70 {
    --tw-shadow-color: rgb(131 131 131 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/75 {
    --tw-shadow-color: rgb(131 131 131 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/80 {
    --tw-shadow-color: rgb(131 131 131 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/85 {
    --tw-shadow-color: rgb(131 131 131 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/90 {
    --tw-shadow-color: rgb(131 131 131 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey\/95 {
    --tw-shadow-color: rgb(131 131 131 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border {
    --tw-shadow-color: #979797 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/0 {
    --tw-shadow-color: rgb(151 151 151 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/10 {
    --tw-shadow-color: rgb(151 151 151 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/100 {
    --tw-shadow-color: rgb(151 151 151 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/15 {
    --tw-shadow-color: rgb(151 151 151 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/20 {
    --tw-shadow-color: rgb(151 151 151 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/25 {
    --tw-shadow-color: rgb(151 151 151 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/30 {
    --tw-shadow-color: rgb(151 151 151 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/35 {
    --tw-shadow-color: rgb(151 151 151 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/40 {
    --tw-shadow-color: rgb(151 151 151 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/45 {
    --tw-shadow-color: rgb(151 151 151 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/5 {
    --tw-shadow-color: rgb(151 151 151 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/50 {
    --tw-shadow-color: rgb(151 151 151 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/55 {
    --tw-shadow-color: rgb(151 151 151 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/60 {
    --tw-shadow-color: rgb(151 151 151 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/65 {
    --tw-shadow-color: rgb(151 151 151 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/70 {
    --tw-shadow-color: rgb(151 151 151 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/75 {
    --tw-shadow-color: rgb(151 151 151 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/80 {
    --tw-shadow-color: rgb(151 151 151 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/85 {
    --tw-shadow-color: rgb(151 151 151 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/90 {
    --tw-shadow-color: rgb(151 151 151 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-grey_border\/95 {
    --tw-shadow-color: rgb(151 151 151 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100 {
    --tw-shadow-color: #e0e7ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/0 {
    --tw-shadow-color: rgb(224 231 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/10 {
    --tw-shadow-color: rgb(224 231 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/100 {
    --tw-shadow-color: rgb(224 231 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/15 {
    --tw-shadow-color: rgb(224 231 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/20 {
    --tw-shadow-color: rgb(224 231 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/25 {
    --tw-shadow-color: rgb(224 231 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/30 {
    --tw-shadow-color: rgb(224 231 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/35 {
    --tw-shadow-color: rgb(224 231 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/40 {
    --tw-shadow-color: rgb(224 231 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/45 {
    --tw-shadow-color: rgb(224 231 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/5 {
    --tw-shadow-color: rgb(224 231 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/50 {
    --tw-shadow-color: rgb(224 231 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/55 {
    --tw-shadow-color: rgb(224 231 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/60 {
    --tw-shadow-color: rgb(224 231 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/65 {
    --tw-shadow-color: rgb(224 231 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/70 {
    --tw-shadow-color: rgb(224 231 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/75 {
    --tw-shadow-color: rgb(224 231 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/80 {
    --tw-shadow-color: rgb(224 231 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/85 {
    --tw-shadow-color: rgb(224 231 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/90 {
    --tw-shadow-color: rgb(224 231 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-100\/95 {
    --tw-shadow-color: rgb(224 231 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200 {
    --tw-shadow-color: #c7d2fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/0 {
    --tw-shadow-color: rgb(199 210 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/10 {
    --tw-shadow-color: rgb(199 210 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/100 {
    --tw-shadow-color: rgb(199 210 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/15 {
    --tw-shadow-color: rgb(199 210 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/20 {
    --tw-shadow-color: rgb(199 210 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/25 {
    --tw-shadow-color: rgb(199 210 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/30 {
    --tw-shadow-color: rgb(199 210 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/35 {
    --tw-shadow-color: rgb(199 210 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/40 {
    --tw-shadow-color: rgb(199 210 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/45 {
    --tw-shadow-color: rgb(199 210 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/5 {
    --tw-shadow-color: rgb(199 210 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/50 {
    --tw-shadow-color: rgb(199 210 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/55 {
    --tw-shadow-color: rgb(199 210 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/60 {
    --tw-shadow-color: rgb(199 210 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/65 {
    --tw-shadow-color: rgb(199 210 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/70 {
    --tw-shadow-color: rgb(199 210 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/75 {
    --tw-shadow-color: rgb(199 210 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/80 {
    --tw-shadow-color: rgb(199 210 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/85 {
    --tw-shadow-color: rgb(199 210 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/90 {
    --tw-shadow-color: rgb(199 210 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-200\/95 {
    --tw-shadow-color: rgb(199 210 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300 {
    --tw-shadow-color: #a5b4fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/0 {
    --tw-shadow-color: rgb(165 180 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/10 {
    --tw-shadow-color: rgb(165 180 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/100 {
    --tw-shadow-color: rgb(165 180 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/15 {
    --tw-shadow-color: rgb(165 180 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/20 {
    --tw-shadow-color: rgb(165 180 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/25 {
    --tw-shadow-color: rgb(165 180 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/30 {
    --tw-shadow-color: rgb(165 180 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/35 {
    --tw-shadow-color: rgb(165 180 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/40 {
    --tw-shadow-color: rgb(165 180 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/45 {
    --tw-shadow-color: rgb(165 180 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/5 {
    --tw-shadow-color: rgb(165 180 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/50 {
    --tw-shadow-color: rgb(165 180 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/55 {
    --tw-shadow-color: rgb(165 180 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/60 {
    --tw-shadow-color: rgb(165 180 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/65 {
    --tw-shadow-color: rgb(165 180 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/70 {
    --tw-shadow-color: rgb(165 180 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/75 {
    --tw-shadow-color: rgb(165 180 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/80 {
    --tw-shadow-color: rgb(165 180 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/85 {
    --tw-shadow-color: rgb(165 180 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/90 {
    --tw-shadow-color: rgb(165 180 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-300\/95 {
    --tw-shadow-color: rgb(165 180 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400 {
    --tw-shadow-color: #818cf8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/0 {
    --tw-shadow-color: rgb(129 140 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/10 {
    --tw-shadow-color: rgb(129 140 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/100 {
    --tw-shadow-color: rgb(129 140 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/15 {
    --tw-shadow-color: rgb(129 140 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/20 {
    --tw-shadow-color: rgb(129 140 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/25 {
    --tw-shadow-color: rgb(129 140 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/30 {
    --tw-shadow-color: rgb(129 140 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/35 {
    --tw-shadow-color: rgb(129 140 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/40 {
    --tw-shadow-color: rgb(129 140 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/45 {
    --tw-shadow-color: rgb(129 140 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/5 {
    --tw-shadow-color: rgb(129 140 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/50 {
    --tw-shadow-color: rgb(129 140 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/55 {
    --tw-shadow-color: rgb(129 140 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/60 {
    --tw-shadow-color: rgb(129 140 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/65 {
    --tw-shadow-color: rgb(129 140 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/70 {
    --tw-shadow-color: rgb(129 140 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/75 {
    --tw-shadow-color: rgb(129 140 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/80 {
    --tw-shadow-color: rgb(129 140 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/85 {
    --tw-shadow-color: rgb(129 140 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/90 {
    --tw-shadow-color: rgb(129 140 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-400\/95 {
    --tw-shadow-color: rgb(129 140 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50 {
    --tw-shadow-color: #eef2ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/0 {
    --tw-shadow-color: rgb(238 242 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/10 {
    --tw-shadow-color: rgb(238 242 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/100 {
    --tw-shadow-color: rgb(238 242 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/15 {
    --tw-shadow-color: rgb(238 242 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/20 {
    --tw-shadow-color: rgb(238 242 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/25 {
    --tw-shadow-color: rgb(238 242 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/30 {
    --tw-shadow-color: rgb(238 242 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/35 {
    --tw-shadow-color: rgb(238 242 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/40 {
    --tw-shadow-color: rgb(238 242 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/45 {
    --tw-shadow-color: rgb(238 242 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/5 {
    --tw-shadow-color: rgb(238 242 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/50 {
    --tw-shadow-color: rgb(238 242 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/55 {
    --tw-shadow-color: rgb(238 242 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/60 {
    --tw-shadow-color: rgb(238 242 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/65 {
    --tw-shadow-color: rgb(238 242 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/70 {
    --tw-shadow-color: rgb(238 242 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/75 {
    --tw-shadow-color: rgb(238 242 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/80 {
    --tw-shadow-color: rgb(238 242 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/85 {
    --tw-shadow-color: rgb(238 242 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/90 {
    --tw-shadow-color: rgb(238 242 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-50\/95 {
    --tw-shadow-color: rgb(238 242 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500 {
    --tw-shadow-color: #6366f1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/0 {
    --tw-shadow-color: rgb(99 102 241 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/10 {
    --tw-shadow-color: rgb(99 102 241 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/100 {
    --tw-shadow-color: rgb(99 102 241 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/15 {
    --tw-shadow-color: rgb(99 102 241 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/20 {
    --tw-shadow-color: rgb(99 102 241 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/25 {
    --tw-shadow-color: rgb(99 102 241 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/30 {
    --tw-shadow-color: rgb(99 102 241 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/35 {
    --tw-shadow-color: rgb(99 102 241 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/40 {
    --tw-shadow-color: rgb(99 102 241 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/45 {
    --tw-shadow-color: rgb(99 102 241 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/5 {
    --tw-shadow-color: rgb(99 102 241 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/50 {
    --tw-shadow-color: rgb(99 102 241 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/55 {
    --tw-shadow-color: rgb(99 102 241 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/60 {
    --tw-shadow-color: rgb(99 102 241 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/65 {
    --tw-shadow-color: rgb(99 102 241 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/70 {
    --tw-shadow-color: rgb(99 102 241 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/75 {
    --tw-shadow-color: rgb(99 102 241 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/80 {
    --tw-shadow-color: rgb(99 102 241 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/85 {
    --tw-shadow-color: rgb(99 102 241 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/90 {
    --tw-shadow-color: rgb(99 102 241 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-500\/95 {
    --tw-shadow-color: rgb(99 102 241 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600 {
    --tw-shadow-color: #4f46e5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/0 {
    --tw-shadow-color: rgb(79 70 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/10 {
    --tw-shadow-color: rgb(79 70 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/100 {
    --tw-shadow-color: rgb(79 70 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/15 {
    --tw-shadow-color: rgb(79 70 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/20 {
    --tw-shadow-color: rgb(79 70 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/25 {
    --tw-shadow-color: rgb(79 70 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/30 {
    --tw-shadow-color: rgb(79 70 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/35 {
    --tw-shadow-color: rgb(79 70 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/40 {
    --tw-shadow-color: rgb(79 70 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/45 {
    --tw-shadow-color: rgb(79 70 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/5 {
    --tw-shadow-color: rgb(79 70 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/50 {
    --tw-shadow-color: rgb(79 70 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/55 {
    --tw-shadow-color: rgb(79 70 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/60 {
    --tw-shadow-color: rgb(79 70 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/65 {
    --tw-shadow-color: rgb(79 70 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/70 {
    --tw-shadow-color: rgb(79 70 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/75 {
    --tw-shadow-color: rgb(79 70 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/80 {
    --tw-shadow-color: rgb(79 70 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/85 {
    --tw-shadow-color: rgb(79 70 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/90 {
    --tw-shadow-color: rgb(79 70 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-600\/95 {
    --tw-shadow-color: rgb(79 70 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700 {
    --tw-shadow-color: #4338ca !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/0 {
    --tw-shadow-color: rgb(67 56 202 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/10 {
    --tw-shadow-color: rgb(67 56 202 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/100 {
    --tw-shadow-color: rgb(67 56 202 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/15 {
    --tw-shadow-color: rgb(67 56 202 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/20 {
    --tw-shadow-color: rgb(67 56 202 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/25 {
    --tw-shadow-color: rgb(67 56 202 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/30 {
    --tw-shadow-color: rgb(67 56 202 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/35 {
    --tw-shadow-color: rgb(67 56 202 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/40 {
    --tw-shadow-color: rgb(67 56 202 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/45 {
    --tw-shadow-color: rgb(67 56 202 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/5 {
    --tw-shadow-color: rgb(67 56 202 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/50 {
    --tw-shadow-color: rgb(67 56 202 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/55 {
    --tw-shadow-color: rgb(67 56 202 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/60 {
    --tw-shadow-color: rgb(67 56 202 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/65 {
    --tw-shadow-color: rgb(67 56 202 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/70 {
    --tw-shadow-color: rgb(67 56 202 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/75 {
    --tw-shadow-color: rgb(67 56 202 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/80 {
    --tw-shadow-color: rgb(67 56 202 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/85 {
    --tw-shadow-color: rgb(67 56 202 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/90 {
    --tw-shadow-color: rgb(67 56 202 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-700\/95 {
    --tw-shadow-color: rgb(67 56 202 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800 {
    --tw-shadow-color: #3730a3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/0 {
    --tw-shadow-color: rgb(55 48 163 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/10 {
    --tw-shadow-color: rgb(55 48 163 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/100 {
    --tw-shadow-color: rgb(55 48 163 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/15 {
    --tw-shadow-color: rgb(55 48 163 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/20 {
    --tw-shadow-color: rgb(55 48 163 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/25 {
    --tw-shadow-color: rgb(55 48 163 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/30 {
    --tw-shadow-color: rgb(55 48 163 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/35 {
    --tw-shadow-color: rgb(55 48 163 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/40 {
    --tw-shadow-color: rgb(55 48 163 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/45 {
    --tw-shadow-color: rgb(55 48 163 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/5 {
    --tw-shadow-color: rgb(55 48 163 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/50 {
    --tw-shadow-color: rgb(55 48 163 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/55 {
    --tw-shadow-color: rgb(55 48 163 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/60 {
    --tw-shadow-color: rgb(55 48 163 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/65 {
    --tw-shadow-color: rgb(55 48 163 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/70 {
    --tw-shadow-color: rgb(55 48 163 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/75 {
    --tw-shadow-color: rgb(55 48 163 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/80 {
    --tw-shadow-color: rgb(55 48 163 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/85 {
    --tw-shadow-color: rgb(55 48 163 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/90 {
    --tw-shadow-color: rgb(55 48 163 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-800\/95 {
    --tw-shadow-color: rgb(55 48 163 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900 {
    --tw-shadow-color: #312e81 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/0 {
    --tw-shadow-color: rgb(49 46 129 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/10 {
    --tw-shadow-color: rgb(49 46 129 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/100 {
    --tw-shadow-color: rgb(49 46 129 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/15 {
    --tw-shadow-color: rgb(49 46 129 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/20 {
    --tw-shadow-color: rgb(49 46 129 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/25 {
    --tw-shadow-color: rgb(49 46 129 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/30 {
    --tw-shadow-color: rgb(49 46 129 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/35 {
    --tw-shadow-color: rgb(49 46 129 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/40 {
    --tw-shadow-color: rgb(49 46 129 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/45 {
    --tw-shadow-color: rgb(49 46 129 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/5 {
    --tw-shadow-color: rgb(49 46 129 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/50 {
    --tw-shadow-color: rgb(49 46 129 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/55 {
    --tw-shadow-color: rgb(49 46 129 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/60 {
    --tw-shadow-color: rgb(49 46 129 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/65 {
    --tw-shadow-color: rgb(49 46 129 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/70 {
    --tw-shadow-color: rgb(49 46 129 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/75 {
    --tw-shadow-color: rgb(49 46 129 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/80 {
    --tw-shadow-color: rgb(49 46 129 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/85 {
    --tw-shadow-color: rgb(49 46 129 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/90 {
    --tw-shadow-color: rgb(49 46 129 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-900\/95 {
    --tw-shadow-color: rgb(49 46 129 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950 {
    --tw-shadow-color: #1e1b4b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/0 {
    --tw-shadow-color: rgb(30 27 75 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/10 {
    --tw-shadow-color: rgb(30 27 75 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/100 {
    --tw-shadow-color: rgb(30 27 75 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/15 {
    --tw-shadow-color: rgb(30 27 75 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/20 {
    --tw-shadow-color: rgb(30 27 75 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/25 {
    --tw-shadow-color: rgb(30 27 75 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/30 {
    --tw-shadow-color: rgb(30 27 75 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/35 {
    --tw-shadow-color: rgb(30 27 75 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/40 {
    --tw-shadow-color: rgb(30 27 75 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/45 {
    --tw-shadow-color: rgb(30 27 75 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/5 {
    --tw-shadow-color: rgb(30 27 75 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/50 {
    --tw-shadow-color: rgb(30 27 75 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/55 {
    --tw-shadow-color: rgb(30 27 75 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/60 {
    --tw-shadow-color: rgb(30 27 75 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/65 {
    --tw-shadow-color: rgb(30 27 75 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/70 {
    --tw-shadow-color: rgb(30 27 75 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/75 {
    --tw-shadow-color: rgb(30 27 75 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/80 {
    --tw-shadow-color: rgb(30 27 75 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/85 {
    --tw-shadow-color: rgb(30 27 75 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/90 {
    --tw-shadow-color: rgb(30 27 75 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-indigo-950\/95 {
    --tw-shadow-color: rgb(30 27 75 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-inherit {
    --tw-shadow-color: inherit !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey {
    --tw-shadow-color: #d8d8d8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/0 {
    --tw-shadow-color: rgb(216 216 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/10 {
    --tw-shadow-color: rgb(216 216 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/100 {
    --tw-shadow-color: rgb(216 216 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/15 {
    --tw-shadow-color: rgb(216 216 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/20 {
    --tw-shadow-color: rgb(216 216 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/25 {
    --tw-shadow-color: rgb(216 216 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/30 {
    --tw-shadow-color: rgb(216 216 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/35 {
    --tw-shadow-color: rgb(216 216 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/40 {
    --tw-shadow-color: rgb(216 216 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/45 {
    --tw-shadow-color: rgb(216 216 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/5 {
    --tw-shadow-color: rgb(216 216 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/50 {
    --tw-shadow-color: rgb(216 216 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/55 {
    --tw-shadow-color: rgb(216 216 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/60 {
    --tw-shadow-color: rgb(216 216 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/65 {
    --tw-shadow-color: rgb(216 216 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/70 {
    --tw-shadow-color: rgb(216 216 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/75 {
    --tw-shadow-color: rgb(216 216 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/80 {
    --tw-shadow-color: rgb(216 216 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/85 {
    --tw-shadow-color: rgb(216 216 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/90 {
    --tw-shadow-color: rgb(216 216 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-light_grey\/95 {
    --tw-shadow-color: rgb(216 216 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100 {
    --tw-shadow-color: #ecfccb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/0 {
    --tw-shadow-color: rgb(236 252 203 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/10 {
    --tw-shadow-color: rgb(236 252 203 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/100 {
    --tw-shadow-color: rgb(236 252 203 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/15 {
    --tw-shadow-color: rgb(236 252 203 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/20 {
    --tw-shadow-color: rgb(236 252 203 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/25 {
    --tw-shadow-color: rgb(236 252 203 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/30 {
    --tw-shadow-color: rgb(236 252 203 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/35 {
    --tw-shadow-color: rgb(236 252 203 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/40 {
    --tw-shadow-color: rgb(236 252 203 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/45 {
    --tw-shadow-color: rgb(236 252 203 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/5 {
    --tw-shadow-color: rgb(236 252 203 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/50 {
    --tw-shadow-color: rgb(236 252 203 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/55 {
    --tw-shadow-color: rgb(236 252 203 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/60 {
    --tw-shadow-color: rgb(236 252 203 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/65 {
    --tw-shadow-color: rgb(236 252 203 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/70 {
    --tw-shadow-color: rgb(236 252 203 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/75 {
    --tw-shadow-color: rgb(236 252 203 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/80 {
    --tw-shadow-color: rgb(236 252 203 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/85 {
    --tw-shadow-color: rgb(236 252 203 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/90 {
    --tw-shadow-color: rgb(236 252 203 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-100\/95 {
    --tw-shadow-color: rgb(236 252 203 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200 {
    --tw-shadow-color: #d9f99d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/0 {
    --tw-shadow-color: rgb(217 249 157 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/10 {
    --tw-shadow-color: rgb(217 249 157 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/100 {
    --tw-shadow-color: rgb(217 249 157 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/15 {
    --tw-shadow-color: rgb(217 249 157 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/20 {
    --tw-shadow-color: rgb(217 249 157 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/25 {
    --tw-shadow-color: rgb(217 249 157 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/30 {
    --tw-shadow-color: rgb(217 249 157 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/35 {
    --tw-shadow-color: rgb(217 249 157 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/40 {
    --tw-shadow-color: rgb(217 249 157 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/45 {
    --tw-shadow-color: rgb(217 249 157 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/5 {
    --tw-shadow-color: rgb(217 249 157 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/50 {
    --tw-shadow-color: rgb(217 249 157 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/55 {
    --tw-shadow-color: rgb(217 249 157 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/60 {
    --tw-shadow-color: rgb(217 249 157 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/65 {
    --tw-shadow-color: rgb(217 249 157 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/70 {
    --tw-shadow-color: rgb(217 249 157 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/75 {
    --tw-shadow-color: rgb(217 249 157 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/80 {
    --tw-shadow-color: rgb(217 249 157 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/85 {
    --tw-shadow-color: rgb(217 249 157 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/90 {
    --tw-shadow-color: rgb(217 249 157 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-200\/95 {
    --tw-shadow-color: rgb(217 249 157 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300 {
    --tw-shadow-color: #bef264 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/0 {
    --tw-shadow-color: rgb(190 242 100 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/10 {
    --tw-shadow-color: rgb(190 242 100 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/100 {
    --tw-shadow-color: rgb(190 242 100 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/15 {
    --tw-shadow-color: rgb(190 242 100 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/20 {
    --tw-shadow-color: rgb(190 242 100 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/25 {
    --tw-shadow-color: rgb(190 242 100 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/30 {
    --tw-shadow-color: rgb(190 242 100 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/35 {
    --tw-shadow-color: rgb(190 242 100 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/40 {
    --tw-shadow-color: rgb(190 242 100 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/45 {
    --tw-shadow-color: rgb(190 242 100 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/5 {
    --tw-shadow-color: rgb(190 242 100 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/50 {
    --tw-shadow-color: rgb(190 242 100 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/55 {
    --tw-shadow-color: rgb(190 242 100 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/60 {
    --tw-shadow-color: rgb(190 242 100 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/65 {
    --tw-shadow-color: rgb(190 242 100 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/70 {
    --tw-shadow-color: rgb(190 242 100 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/75 {
    --tw-shadow-color: rgb(190 242 100 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/80 {
    --tw-shadow-color: rgb(190 242 100 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/85 {
    --tw-shadow-color: rgb(190 242 100 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/90 {
    --tw-shadow-color: rgb(190 242 100 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-300\/95 {
    --tw-shadow-color: rgb(190 242 100 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400 {
    --tw-shadow-color: #a3e635 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/0 {
    --tw-shadow-color: rgb(163 230 53 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/10 {
    --tw-shadow-color: rgb(163 230 53 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/100 {
    --tw-shadow-color: rgb(163 230 53 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/15 {
    --tw-shadow-color: rgb(163 230 53 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/20 {
    --tw-shadow-color: rgb(163 230 53 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/25 {
    --tw-shadow-color: rgb(163 230 53 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/30 {
    --tw-shadow-color: rgb(163 230 53 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/35 {
    --tw-shadow-color: rgb(163 230 53 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/40 {
    --tw-shadow-color: rgb(163 230 53 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/45 {
    --tw-shadow-color: rgb(163 230 53 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/5 {
    --tw-shadow-color: rgb(163 230 53 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/50 {
    --tw-shadow-color: rgb(163 230 53 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/55 {
    --tw-shadow-color: rgb(163 230 53 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/60 {
    --tw-shadow-color: rgb(163 230 53 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/65 {
    --tw-shadow-color: rgb(163 230 53 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/70 {
    --tw-shadow-color: rgb(163 230 53 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/75 {
    --tw-shadow-color: rgb(163 230 53 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/80 {
    --tw-shadow-color: rgb(163 230 53 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/85 {
    --tw-shadow-color: rgb(163 230 53 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/90 {
    --tw-shadow-color: rgb(163 230 53 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-400\/95 {
    --tw-shadow-color: rgb(163 230 53 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50 {
    --tw-shadow-color: #f7fee7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/0 {
    --tw-shadow-color: rgb(247 254 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/10 {
    --tw-shadow-color: rgb(247 254 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/100 {
    --tw-shadow-color: rgb(247 254 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/15 {
    --tw-shadow-color: rgb(247 254 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/20 {
    --tw-shadow-color: rgb(247 254 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/25 {
    --tw-shadow-color: rgb(247 254 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/30 {
    --tw-shadow-color: rgb(247 254 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/35 {
    --tw-shadow-color: rgb(247 254 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/40 {
    --tw-shadow-color: rgb(247 254 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/45 {
    --tw-shadow-color: rgb(247 254 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/5 {
    --tw-shadow-color: rgb(247 254 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/50 {
    --tw-shadow-color: rgb(247 254 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/55 {
    --tw-shadow-color: rgb(247 254 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/60 {
    --tw-shadow-color: rgb(247 254 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/65 {
    --tw-shadow-color: rgb(247 254 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/70 {
    --tw-shadow-color: rgb(247 254 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/75 {
    --tw-shadow-color: rgb(247 254 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/80 {
    --tw-shadow-color: rgb(247 254 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/85 {
    --tw-shadow-color: rgb(247 254 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/90 {
    --tw-shadow-color: rgb(247 254 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-50\/95 {
    --tw-shadow-color: rgb(247 254 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500 {
    --tw-shadow-color: #84cc16 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/0 {
    --tw-shadow-color: rgb(132 204 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/10 {
    --tw-shadow-color: rgb(132 204 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/100 {
    --tw-shadow-color: rgb(132 204 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/15 {
    --tw-shadow-color: rgb(132 204 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/20 {
    --tw-shadow-color: rgb(132 204 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/25 {
    --tw-shadow-color: rgb(132 204 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/30 {
    --tw-shadow-color: rgb(132 204 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/35 {
    --tw-shadow-color: rgb(132 204 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/40 {
    --tw-shadow-color: rgb(132 204 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/45 {
    --tw-shadow-color: rgb(132 204 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/5 {
    --tw-shadow-color: rgb(132 204 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/50 {
    --tw-shadow-color: rgb(132 204 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/55 {
    --tw-shadow-color: rgb(132 204 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/60 {
    --tw-shadow-color: rgb(132 204 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/65 {
    --tw-shadow-color: rgb(132 204 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/70 {
    --tw-shadow-color: rgb(132 204 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/75 {
    --tw-shadow-color: rgb(132 204 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/80 {
    --tw-shadow-color: rgb(132 204 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/85 {
    --tw-shadow-color: rgb(132 204 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/90 {
    --tw-shadow-color: rgb(132 204 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-500\/95 {
    --tw-shadow-color: rgb(132 204 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600 {
    --tw-shadow-color: #65a30d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/0 {
    --tw-shadow-color: rgb(101 163 13 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/10 {
    --tw-shadow-color: rgb(101 163 13 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/100 {
    --tw-shadow-color: rgb(101 163 13 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/15 {
    --tw-shadow-color: rgb(101 163 13 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/20 {
    --tw-shadow-color: rgb(101 163 13 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/25 {
    --tw-shadow-color: rgb(101 163 13 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/30 {
    --tw-shadow-color: rgb(101 163 13 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/35 {
    --tw-shadow-color: rgb(101 163 13 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/40 {
    --tw-shadow-color: rgb(101 163 13 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/45 {
    --tw-shadow-color: rgb(101 163 13 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/5 {
    --tw-shadow-color: rgb(101 163 13 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/50 {
    --tw-shadow-color: rgb(101 163 13 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/55 {
    --tw-shadow-color: rgb(101 163 13 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/60 {
    --tw-shadow-color: rgb(101 163 13 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/65 {
    --tw-shadow-color: rgb(101 163 13 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/70 {
    --tw-shadow-color: rgb(101 163 13 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/75 {
    --tw-shadow-color: rgb(101 163 13 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/80 {
    --tw-shadow-color: rgb(101 163 13 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/85 {
    --tw-shadow-color: rgb(101 163 13 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/90 {
    --tw-shadow-color: rgb(101 163 13 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-600\/95 {
    --tw-shadow-color: rgb(101 163 13 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700 {
    --tw-shadow-color: #4d7c0f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/0 {
    --tw-shadow-color: rgb(77 124 15 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/10 {
    --tw-shadow-color: rgb(77 124 15 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/100 {
    --tw-shadow-color: rgb(77 124 15 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/15 {
    --tw-shadow-color: rgb(77 124 15 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/20 {
    --tw-shadow-color: rgb(77 124 15 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/25 {
    --tw-shadow-color: rgb(77 124 15 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/30 {
    --tw-shadow-color: rgb(77 124 15 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/35 {
    --tw-shadow-color: rgb(77 124 15 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/40 {
    --tw-shadow-color: rgb(77 124 15 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/45 {
    --tw-shadow-color: rgb(77 124 15 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/5 {
    --tw-shadow-color: rgb(77 124 15 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/50 {
    --tw-shadow-color: rgb(77 124 15 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/55 {
    --tw-shadow-color: rgb(77 124 15 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/60 {
    --tw-shadow-color: rgb(77 124 15 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/65 {
    --tw-shadow-color: rgb(77 124 15 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/70 {
    --tw-shadow-color: rgb(77 124 15 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/75 {
    --tw-shadow-color: rgb(77 124 15 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/80 {
    --tw-shadow-color: rgb(77 124 15 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/85 {
    --tw-shadow-color: rgb(77 124 15 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/90 {
    --tw-shadow-color: rgb(77 124 15 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-700\/95 {
    --tw-shadow-color: rgb(77 124 15 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800 {
    --tw-shadow-color: #3f6212 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/0 {
    --tw-shadow-color: rgb(63 98 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/10 {
    --tw-shadow-color: rgb(63 98 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/100 {
    --tw-shadow-color: rgb(63 98 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/15 {
    --tw-shadow-color: rgb(63 98 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/20 {
    --tw-shadow-color: rgb(63 98 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/25 {
    --tw-shadow-color: rgb(63 98 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/30 {
    --tw-shadow-color: rgb(63 98 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/35 {
    --tw-shadow-color: rgb(63 98 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/40 {
    --tw-shadow-color: rgb(63 98 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/45 {
    --tw-shadow-color: rgb(63 98 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/5 {
    --tw-shadow-color: rgb(63 98 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/50 {
    --tw-shadow-color: rgb(63 98 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/55 {
    --tw-shadow-color: rgb(63 98 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/60 {
    --tw-shadow-color: rgb(63 98 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/65 {
    --tw-shadow-color: rgb(63 98 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/70 {
    --tw-shadow-color: rgb(63 98 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/75 {
    --tw-shadow-color: rgb(63 98 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/80 {
    --tw-shadow-color: rgb(63 98 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/85 {
    --tw-shadow-color: rgb(63 98 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/90 {
    --tw-shadow-color: rgb(63 98 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-800\/95 {
    --tw-shadow-color: rgb(63 98 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900 {
    --tw-shadow-color: #365314 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/0 {
    --tw-shadow-color: rgb(54 83 20 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/10 {
    --tw-shadow-color: rgb(54 83 20 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/100 {
    --tw-shadow-color: rgb(54 83 20 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/15 {
    --tw-shadow-color: rgb(54 83 20 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/20 {
    --tw-shadow-color: rgb(54 83 20 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/25 {
    --tw-shadow-color: rgb(54 83 20 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/30 {
    --tw-shadow-color: rgb(54 83 20 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/35 {
    --tw-shadow-color: rgb(54 83 20 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/40 {
    --tw-shadow-color: rgb(54 83 20 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/45 {
    --tw-shadow-color: rgb(54 83 20 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/5 {
    --tw-shadow-color: rgb(54 83 20 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/50 {
    --tw-shadow-color: rgb(54 83 20 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/55 {
    --tw-shadow-color: rgb(54 83 20 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/60 {
    --tw-shadow-color: rgb(54 83 20 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/65 {
    --tw-shadow-color: rgb(54 83 20 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/70 {
    --tw-shadow-color: rgb(54 83 20 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/75 {
    --tw-shadow-color: rgb(54 83 20 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/80 {
    --tw-shadow-color: rgb(54 83 20 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/85 {
    --tw-shadow-color: rgb(54 83 20 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/90 {
    --tw-shadow-color: rgb(54 83 20 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-900\/95 {
    --tw-shadow-color: rgb(54 83 20 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950 {
    --tw-shadow-color: #1a2e05 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/0 {
    --tw-shadow-color: rgb(26 46 5 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/10 {
    --tw-shadow-color: rgb(26 46 5 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/100 {
    --tw-shadow-color: rgb(26 46 5 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/15 {
    --tw-shadow-color: rgb(26 46 5 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/20 {
    --tw-shadow-color: rgb(26 46 5 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/25 {
    --tw-shadow-color: rgb(26 46 5 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/30 {
    --tw-shadow-color: rgb(26 46 5 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/35 {
    --tw-shadow-color: rgb(26 46 5 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/40 {
    --tw-shadow-color: rgb(26 46 5 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/45 {
    --tw-shadow-color: rgb(26 46 5 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/5 {
    --tw-shadow-color: rgb(26 46 5 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/50 {
    --tw-shadow-color: rgb(26 46 5 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/55 {
    --tw-shadow-color: rgb(26 46 5 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/60 {
    --tw-shadow-color: rgb(26 46 5 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/65 {
    --tw-shadow-color: rgb(26 46 5 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/70 {
    --tw-shadow-color: rgb(26 46 5 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/75 {
    --tw-shadow-color: rgb(26 46 5 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/80 {
    --tw-shadow-color: rgb(26 46 5 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/85 {
    --tw-shadow-color: rgb(26 46 5 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/90 {
    --tw-shadow-color: rgb(26 46 5 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-lime-950\/95 {
    --tw-shadow-color: rgb(26 46 5 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100 {
    --tw-shadow-color: #f5f5f5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/0 {
    --tw-shadow-color: rgb(245 245 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/10 {
    --tw-shadow-color: rgb(245 245 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/100 {
    --tw-shadow-color: rgb(245 245 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/15 {
    --tw-shadow-color: rgb(245 245 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/20 {
    --tw-shadow-color: rgb(245 245 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/25 {
    --tw-shadow-color: rgb(245 245 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/30 {
    --tw-shadow-color: rgb(245 245 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/35 {
    --tw-shadow-color: rgb(245 245 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/40 {
    --tw-shadow-color: rgb(245 245 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/45 {
    --tw-shadow-color: rgb(245 245 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/5 {
    --tw-shadow-color: rgb(245 245 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/50 {
    --tw-shadow-color: rgb(245 245 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/55 {
    --tw-shadow-color: rgb(245 245 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/60 {
    --tw-shadow-color: rgb(245 245 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/65 {
    --tw-shadow-color: rgb(245 245 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/70 {
    --tw-shadow-color: rgb(245 245 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/75 {
    --tw-shadow-color: rgb(245 245 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/80 {
    --tw-shadow-color: rgb(245 245 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/85 {
    --tw-shadow-color: rgb(245 245 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/90 {
    --tw-shadow-color: rgb(245 245 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-100\/95 {
    --tw-shadow-color: rgb(245 245 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200 {
    --tw-shadow-color: #e5e5e5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/0 {
    --tw-shadow-color: rgb(229 229 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/10 {
    --tw-shadow-color: rgb(229 229 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/100 {
    --tw-shadow-color: rgb(229 229 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/15 {
    --tw-shadow-color: rgb(229 229 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/20 {
    --tw-shadow-color: rgb(229 229 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/25 {
    --tw-shadow-color: rgb(229 229 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/30 {
    --tw-shadow-color: rgb(229 229 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/35 {
    --tw-shadow-color: rgb(229 229 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/40 {
    --tw-shadow-color: rgb(229 229 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/45 {
    --tw-shadow-color: rgb(229 229 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/5 {
    --tw-shadow-color: rgb(229 229 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/50 {
    --tw-shadow-color: rgb(229 229 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/55 {
    --tw-shadow-color: rgb(229 229 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/60 {
    --tw-shadow-color: rgb(229 229 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/65 {
    --tw-shadow-color: rgb(229 229 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/70 {
    --tw-shadow-color: rgb(229 229 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/75 {
    --tw-shadow-color: rgb(229 229 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/80 {
    --tw-shadow-color: rgb(229 229 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/85 {
    --tw-shadow-color: rgb(229 229 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/90 {
    --tw-shadow-color: rgb(229 229 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-200\/95 {
    --tw-shadow-color: rgb(229 229 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300 {
    --tw-shadow-color: #d4d4d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/0 {
    --tw-shadow-color: rgb(212 212 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/10 {
    --tw-shadow-color: rgb(212 212 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/100 {
    --tw-shadow-color: rgb(212 212 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/15 {
    --tw-shadow-color: rgb(212 212 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/20 {
    --tw-shadow-color: rgb(212 212 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/25 {
    --tw-shadow-color: rgb(212 212 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/30 {
    --tw-shadow-color: rgb(212 212 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/35 {
    --tw-shadow-color: rgb(212 212 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/40 {
    --tw-shadow-color: rgb(212 212 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/45 {
    --tw-shadow-color: rgb(212 212 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/5 {
    --tw-shadow-color: rgb(212 212 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/50 {
    --tw-shadow-color: rgb(212 212 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/55 {
    --tw-shadow-color: rgb(212 212 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/60 {
    --tw-shadow-color: rgb(212 212 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/65 {
    --tw-shadow-color: rgb(212 212 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/70 {
    --tw-shadow-color: rgb(212 212 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/75 {
    --tw-shadow-color: rgb(212 212 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/80 {
    --tw-shadow-color: rgb(212 212 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/85 {
    --tw-shadow-color: rgb(212 212 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/90 {
    --tw-shadow-color: rgb(212 212 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-300\/95 {
    --tw-shadow-color: rgb(212 212 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400 {
    --tw-shadow-color: #a3a3a3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/0 {
    --tw-shadow-color: rgb(163 163 163 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/10 {
    --tw-shadow-color: rgb(163 163 163 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/100 {
    --tw-shadow-color: rgb(163 163 163 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/15 {
    --tw-shadow-color: rgb(163 163 163 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/20 {
    --tw-shadow-color: rgb(163 163 163 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/25 {
    --tw-shadow-color: rgb(163 163 163 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/30 {
    --tw-shadow-color: rgb(163 163 163 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/35 {
    --tw-shadow-color: rgb(163 163 163 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/40 {
    --tw-shadow-color: rgb(163 163 163 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/45 {
    --tw-shadow-color: rgb(163 163 163 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/5 {
    --tw-shadow-color: rgb(163 163 163 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/50 {
    --tw-shadow-color: rgb(163 163 163 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/55 {
    --tw-shadow-color: rgb(163 163 163 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/60 {
    --tw-shadow-color: rgb(163 163 163 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/65 {
    --tw-shadow-color: rgb(163 163 163 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/70 {
    --tw-shadow-color: rgb(163 163 163 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/75 {
    --tw-shadow-color: rgb(163 163 163 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/80 {
    --tw-shadow-color: rgb(163 163 163 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/85 {
    --tw-shadow-color: rgb(163 163 163 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/90 {
    --tw-shadow-color: rgb(163 163 163 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-400\/95 {
    --tw-shadow-color: rgb(163 163 163 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50 {
    --tw-shadow-color: #fafafa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500 {
    --tw-shadow-color: #737373 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/0 {
    --tw-shadow-color: rgb(115 115 115 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/10 {
    --tw-shadow-color: rgb(115 115 115 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/100 {
    --tw-shadow-color: rgb(115 115 115 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/15 {
    --tw-shadow-color: rgb(115 115 115 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/20 {
    --tw-shadow-color: rgb(115 115 115 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/25 {
    --tw-shadow-color: rgb(115 115 115 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/30 {
    --tw-shadow-color: rgb(115 115 115 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/35 {
    --tw-shadow-color: rgb(115 115 115 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/40 {
    --tw-shadow-color: rgb(115 115 115 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/45 {
    --tw-shadow-color: rgb(115 115 115 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/5 {
    --tw-shadow-color: rgb(115 115 115 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/50 {
    --tw-shadow-color: rgb(115 115 115 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/55 {
    --tw-shadow-color: rgb(115 115 115 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/60 {
    --tw-shadow-color: rgb(115 115 115 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/65 {
    --tw-shadow-color: rgb(115 115 115 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/70 {
    --tw-shadow-color: rgb(115 115 115 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/75 {
    --tw-shadow-color: rgb(115 115 115 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/80 {
    --tw-shadow-color: rgb(115 115 115 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/85 {
    --tw-shadow-color: rgb(115 115 115 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/90 {
    --tw-shadow-color: rgb(115 115 115 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-500\/95 {
    --tw-shadow-color: rgb(115 115 115 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600 {
    --tw-shadow-color: #525252 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/0 {
    --tw-shadow-color: rgb(82 82 82 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/10 {
    --tw-shadow-color: rgb(82 82 82 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/100 {
    --tw-shadow-color: rgb(82 82 82 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/15 {
    --tw-shadow-color: rgb(82 82 82 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/20 {
    --tw-shadow-color: rgb(82 82 82 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/25 {
    --tw-shadow-color: rgb(82 82 82 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/30 {
    --tw-shadow-color: rgb(82 82 82 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/35 {
    --tw-shadow-color: rgb(82 82 82 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/40 {
    --tw-shadow-color: rgb(82 82 82 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/45 {
    --tw-shadow-color: rgb(82 82 82 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/5 {
    --tw-shadow-color: rgb(82 82 82 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/50 {
    --tw-shadow-color: rgb(82 82 82 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/55 {
    --tw-shadow-color: rgb(82 82 82 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/60 {
    --tw-shadow-color: rgb(82 82 82 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/65 {
    --tw-shadow-color: rgb(82 82 82 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/70 {
    --tw-shadow-color: rgb(82 82 82 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/75 {
    --tw-shadow-color: rgb(82 82 82 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/80 {
    --tw-shadow-color: rgb(82 82 82 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/85 {
    --tw-shadow-color: rgb(82 82 82 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/90 {
    --tw-shadow-color: rgb(82 82 82 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-600\/95 {
    --tw-shadow-color: rgb(82 82 82 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700 {
    --tw-shadow-color: #404040 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/0 {
    --tw-shadow-color: rgb(64 64 64 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/10 {
    --tw-shadow-color: rgb(64 64 64 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/100 {
    --tw-shadow-color: rgb(64 64 64 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/15 {
    --tw-shadow-color: rgb(64 64 64 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/20 {
    --tw-shadow-color: rgb(64 64 64 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/25 {
    --tw-shadow-color: rgb(64 64 64 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/30 {
    --tw-shadow-color: rgb(64 64 64 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/35 {
    --tw-shadow-color: rgb(64 64 64 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/40 {
    --tw-shadow-color: rgb(64 64 64 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/45 {
    --tw-shadow-color: rgb(64 64 64 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/5 {
    --tw-shadow-color: rgb(64 64 64 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/50 {
    --tw-shadow-color: rgb(64 64 64 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/55 {
    --tw-shadow-color: rgb(64 64 64 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/60 {
    --tw-shadow-color: rgb(64 64 64 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/65 {
    --tw-shadow-color: rgb(64 64 64 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/70 {
    --tw-shadow-color: rgb(64 64 64 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/75 {
    --tw-shadow-color: rgb(64 64 64 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/80 {
    --tw-shadow-color: rgb(64 64 64 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/85 {
    --tw-shadow-color: rgb(64 64 64 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/90 {
    --tw-shadow-color: rgb(64 64 64 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-700\/95 {
    --tw-shadow-color: rgb(64 64 64 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800 {
    --tw-shadow-color: #262626 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/0 {
    --tw-shadow-color: rgb(38 38 38 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/10 {
    --tw-shadow-color: rgb(38 38 38 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/100 {
    --tw-shadow-color: rgb(38 38 38 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/15 {
    --tw-shadow-color: rgb(38 38 38 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/20 {
    --tw-shadow-color: rgb(38 38 38 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/25 {
    --tw-shadow-color: rgb(38 38 38 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/30 {
    --tw-shadow-color: rgb(38 38 38 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/35 {
    --tw-shadow-color: rgb(38 38 38 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/40 {
    --tw-shadow-color: rgb(38 38 38 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/45 {
    --tw-shadow-color: rgb(38 38 38 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/5 {
    --tw-shadow-color: rgb(38 38 38 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/50 {
    --tw-shadow-color: rgb(38 38 38 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/55 {
    --tw-shadow-color: rgb(38 38 38 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/60 {
    --tw-shadow-color: rgb(38 38 38 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/65 {
    --tw-shadow-color: rgb(38 38 38 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/70 {
    --tw-shadow-color: rgb(38 38 38 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/75 {
    --tw-shadow-color: rgb(38 38 38 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/80 {
    --tw-shadow-color: rgb(38 38 38 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/85 {
    --tw-shadow-color: rgb(38 38 38 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/90 {
    --tw-shadow-color: rgb(38 38 38 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-800\/95 {
    --tw-shadow-color: rgb(38 38 38 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900 {
    --tw-shadow-color: #171717 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/0 {
    --tw-shadow-color: rgb(23 23 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/10 {
    --tw-shadow-color: rgb(23 23 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/100 {
    --tw-shadow-color: rgb(23 23 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/15 {
    --tw-shadow-color: rgb(23 23 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/20 {
    --tw-shadow-color: rgb(23 23 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/25 {
    --tw-shadow-color: rgb(23 23 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/30 {
    --tw-shadow-color: rgb(23 23 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/35 {
    --tw-shadow-color: rgb(23 23 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/40 {
    --tw-shadow-color: rgb(23 23 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/45 {
    --tw-shadow-color: rgb(23 23 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/5 {
    --tw-shadow-color: rgb(23 23 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/50 {
    --tw-shadow-color: rgb(23 23 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/55 {
    --tw-shadow-color: rgb(23 23 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/60 {
    --tw-shadow-color: rgb(23 23 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/65 {
    --tw-shadow-color: rgb(23 23 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/70 {
    --tw-shadow-color: rgb(23 23 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/75 {
    --tw-shadow-color: rgb(23 23 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/80 {
    --tw-shadow-color: rgb(23 23 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/85 {
    --tw-shadow-color: rgb(23 23 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/90 {
    --tw-shadow-color: rgb(23 23 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-900\/95 {
    --tw-shadow-color: rgb(23 23 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950 {
    --tw-shadow-color: #0a0a0a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/0 {
    --tw-shadow-color: rgb(10 10 10 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/10 {
    --tw-shadow-color: rgb(10 10 10 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/100 {
    --tw-shadow-color: rgb(10 10 10 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/15 {
    --tw-shadow-color: rgb(10 10 10 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/20 {
    --tw-shadow-color: rgb(10 10 10 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/25 {
    --tw-shadow-color: rgb(10 10 10 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/30 {
    --tw-shadow-color: rgb(10 10 10 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/35 {
    --tw-shadow-color: rgb(10 10 10 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/40 {
    --tw-shadow-color: rgb(10 10 10 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/45 {
    --tw-shadow-color: rgb(10 10 10 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/5 {
    --tw-shadow-color: rgb(10 10 10 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/50 {
    --tw-shadow-color: rgb(10 10 10 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/55 {
    --tw-shadow-color: rgb(10 10 10 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/60 {
    --tw-shadow-color: rgb(10 10 10 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/65 {
    --tw-shadow-color: rgb(10 10 10 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/70 {
    --tw-shadow-color: rgb(10 10 10 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/75 {
    --tw-shadow-color: rgb(10 10 10 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/80 {
    --tw-shadow-color: rgb(10 10 10 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/85 {
    --tw-shadow-color: rgb(10 10 10 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/90 {
    --tw-shadow-color: rgb(10 10 10 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-neutral-950\/95 {
    --tw-shadow-color: rgb(10 10 10 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100 {
    --tw-shadow-color: #ffedd5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/0 {
    --tw-shadow-color: rgb(255 237 213 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/10 {
    --tw-shadow-color: rgb(255 237 213 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/100 {
    --tw-shadow-color: rgb(255 237 213 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/15 {
    --tw-shadow-color: rgb(255 237 213 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/20 {
    --tw-shadow-color: rgb(255 237 213 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/25 {
    --tw-shadow-color: rgb(255 237 213 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/30 {
    --tw-shadow-color: rgb(255 237 213 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/35 {
    --tw-shadow-color: rgb(255 237 213 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/40 {
    --tw-shadow-color: rgb(255 237 213 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/45 {
    --tw-shadow-color: rgb(255 237 213 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/5 {
    --tw-shadow-color: rgb(255 237 213 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/50 {
    --tw-shadow-color: rgb(255 237 213 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/55 {
    --tw-shadow-color: rgb(255 237 213 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/60 {
    --tw-shadow-color: rgb(255 237 213 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/65 {
    --tw-shadow-color: rgb(255 237 213 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/70 {
    --tw-shadow-color: rgb(255 237 213 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/75 {
    --tw-shadow-color: rgb(255 237 213 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/80 {
    --tw-shadow-color: rgb(255 237 213 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/85 {
    --tw-shadow-color: rgb(255 237 213 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/90 {
    --tw-shadow-color: rgb(255 237 213 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-100\/95 {
    --tw-shadow-color: rgb(255 237 213 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200 {
    --tw-shadow-color: #fed7aa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/0 {
    --tw-shadow-color: rgb(254 215 170 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/10 {
    --tw-shadow-color: rgb(254 215 170 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/100 {
    --tw-shadow-color: rgb(254 215 170 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/15 {
    --tw-shadow-color: rgb(254 215 170 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/20 {
    --tw-shadow-color: rgb(254 215 170 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/25 {
    --tw-shadow-color: rgb(254 215 170 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/30 {
    --tw-shadow-color: rgb(254 215 170 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/35 {
    --tw-shadow-color: rgb(254 215 170 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/40 {
    --tw-shadow-color: rgb(254 215 170 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/45 {
    --tw-shadow-color: rgb(254 215 170 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/5 {
    --tw-shadow-color: rgb(254 215 170 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/50 {
    --tw-shadow-color: rgb(254 215 170 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/55 {
    --tw-shadow-color: rgb(254 215 170 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/60 {
    --tw-shadow-color: rgb(254 215 170 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/65 {
    --tw-shadow-color: rgb(254 215 170 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/70 {
    --tw-shadow-color: rgb(254 215 170 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/75 {
    --tw-shadow-color: rgb(254 215 170 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/80 {
    --tw-shadow-color: rgb(254 215 170 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/85 {
    --tw-shadow-color: rgb(254 215 170 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/90 {
    --tw-shadow-color: rgb(254 215 170 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-200\/95 {
    --tw-shadow-color: rgb(254 215 170 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300 {
    --tw-shadow-color: #fdba74 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/0 {
    --tw-shadow-color: rgb(253 186 116 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/10 {
    --tw-shadow-color: rgb(253 186 116 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/100 {
    --tw-shadow-color: rgb(253 186 116 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/15 {
    --tw-shadow-color: rgb(253 186 116 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/20 {
    --tw-shadow-color: rgb(253 186 116 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/25 {
    --tw-shadow-color: rgb(253 186 116 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/30 {
    --tw-shadow-color: rgb(253 186 116 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/35 {
    --tw-shadow-color: rgb(253 186 116 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/40 {
    --tw-shadow-color: rgb(253 186 116 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/45 {
    --tw-shadow-color: rgb(253 186 116 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/5 {
    --tw-shadow-color: rgb(253 186 116 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/50 {
    --tw-shadow-color: rgb(253 186 116 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/55 {
    --tw-shadow-color: rgb(253 186 116 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/60 {
    --tw-shadow-color: rgb(253 186 116 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/65 {
    --tw-shadow-color: rgb(253 186 116 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/70 {
    --tw-shadow-color: rgb(253 186 116 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/75 {
    --tw-shadow-color: rgb(253 186 116 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/80 {
    --tw-shadow-color: rgb(253 186 116 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/85 {
    --tw-shadow-color: rgb(253 186 116 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/90 {
    --tw-shadow-color: rgb(253 186 116 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-300\/95 {
    --tw-shadow-color: rgb(253 186 116 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400 {
    --tw-shadow-color: #fb923c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/0 {
    --tw-shadow-color: rgb(251 146 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/10 {
    --tw-shadow-color: rgb(251 146 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/100 {
    --tw-shadow-color: rgb(251 146 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/15 {
    --tw-shadow-color: rgb(251 146 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/20 {
    --tw-shadow-color: rgb(251 146 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/25 {
    --tw-shadow-color: rgb(251 146 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/30 {
    --tw-shadow-color: rgb(251 146 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/35 {
    --tw-shadow-color: rgb(251 146 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/40 {
    --tw-shadow-color: rgb(251 146 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/45 {
    --tw-shadow-color: rgb(251 146 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/5 {
    --tw-shadow-color: rgb(251 146 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/50 {
    --tw-shadow-color: rgb(251 146 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/55 {
    --tw-shadow-color: rgb(251 146 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/60 {
    --tw-shadow-color: rgb(251 146 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/65 {
    --tw-shadow-color: rgb(251 146 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/70 {
    --tw-shadow-color: rgb(251 146 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/75 {
    --tw-shadow-color: rgb(251 146 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/80 {
    --tw-shadow-color: rgb(251 146 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/85 {
    --tw-shadow-color: rgb(251 146 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/90 {
    --tw-shadow-color: rgb(251 146 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-400\/95 {
    --tw-shadow-color: rgb(251 146 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50 {
    --tw-shadow-color: #fff7ed !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/0 {
    --tw-shadow-color: rgb(255 247 237 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/10 {
    --tw-shadow-color: rgb(255 247 237 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/100 {
    --tw-shadow-color: rgb(255 247 237 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/15 {
    --tw-shadow-color: rgb(255 247 237 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/20 {
    --tw-shadow-color: rgb(255 247 237 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/25 {
    --tw-shadow-color: rgb(255 247 237 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/30 {
    --tw-shadow-color: rgb(255 247 237 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/35 {
    --tw-shadow-color: rgb(255 247 237 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/40 {
    --tw-shadow-color: rgb(255 247 237 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/45 {
    --tw-shadow-color: rgb(255 247 237 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/5 {
    --tw-shadow-color: rgb(255 247 237 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/50 {
    --tw-shadow-color: rgb(255 247 237 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/55 {
    --tw-shadow-color: rgb(255 247 237 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/60 {
    --tw-shadow-color: rgb(255 247 237 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/65 {
    --tw-shadow-color: rgb(255 247 237 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/70 {
    --tw-shadow-color: rgb(255 247 237 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/75 {
    --tw-shadow-color: rgb(255 247 237 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/80 {
    --tw-shadow-color: rgb(255 247 237 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/85 {
    --tw-shadow-color: rgb(255 247 237 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/90 {
    --tw-shadow-color: rgb(255 247 237 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-50\/95 {
    --tw-shadow-color: rgb(255 247 237 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500 {
    --tw-shadow-color: #f97316 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/0 {
    --tw-shadow-color: rgb(249 115 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/10 {
    --tw-shadow-color: rgb(249 115 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/100 {
    --tw-shadow-color: rgb(249 115 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/15 {
    --tw-shadow-color: rgb(249 115 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/20 {
    --tw-shadow-color: rgb(249 115 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/25 {
    --tw-shadow-color: rgb(249 115 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/30 {
    --tw-shadow-color: rgb(249 115 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/35 {
    --tw-shadow-color: rgb(249 115 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/40 {
    --tw-shadow-color: rgb(249 115 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/45 {
    --tw-shadow-color: rgb(249 115 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/5 {
    --tw-shadow-color: rgb(249 115 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/50 {
    --tw-shadow-color: rgb(249 115 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/55 {
    --tw-shadow-color: rgb(249 115 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/60 {
    --tw-shadow-color: rgb(249 115 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/65 {
    --tw-shadow-color: rgb(249 115 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/70 {
    --tw-shadow-color: rgb(249 115 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/75 {
    --tw-shadow-color: rgb(249 115 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/80 {
    --tw-shadow-color: rgb(249 115 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/85 {
    --tw-shadow-color: rgb(249 115 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/90 {
    --tw-shadow-color: rgb(249 115 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-500\/95 {
    --tw-shadow-color: rgb(249 115 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600 {
    --tw-shadow-color: #ea580c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/0 {
    --tw-shadow-color: rgb(234 88 12 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/10 {
    --tw-shadow-color: rgb(234 88 12 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/100 {
    --tw-shadow-color: rgb(234 88 12 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/15 {
    --tw-shadow-color: rgb(234 88 12 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/20 {
    --tw-shadow-color: rgb(234 88 12 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/25 {
    --tw-shadow-color: rgb(234 88 12 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/30 {
    --tw-shadow-color: rgb(234 88 12 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/35 {
    --tw-shadow-color: rgb(234 88 12 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/40 {
    --tw-shadow-color: rgb(234 88 12 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/45 {
    --tw-shadow-color: rgb(234 88 12 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/5 {
    --tw-shadow-color: rgb(234 88 12 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/50 {
    --tw-shadow-color: rgb(234 88 12 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/55 {
    --tw-shadow-color: rgb(234 88 12 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/60 {
    --tw-shadow-color: rgb(234 88 12 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/65 {
    --tw-shadow-color: rgb(234 88 12 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/70 {
    --tw-shadow-color: rgb(234 88 12 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/75 {
    --tw-shadow-color: rgb(234 88 12 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/80 {
    --tw-shadow-color: rgb(234 88 12 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/85 {
    --tw-shadow-color: rgb(234 88 12 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/90 {
    --tw-shadow-color: rgb(234 88 12 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-600\/95 {
    --tw-shadow-color: rgb(234 88 12 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700 {
    --tw-shadow-color: #c2410c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/0 {
    --tw-shadow-color: rgb(194 65 12 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/10 {
    --tw-shadow-color: rgb(194 65 12 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/100 {
    --tw-shadow-color: rgb(194 65 12 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/15 {
    --tw-shadow-color: rgb(194 65 12 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/20 {
    --tw-shadow-color: rgb(194 65 12 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/25 {
    --tw-shadow-color: rgb(194 65 12 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/30 {
    --tw-shadow-color: rgb(194 65 12 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/35 {
    --tw-shadow-color: rgb(194 65 12 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/40 {
    --tw-shadow-color: rgb(194 65 12 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/45 {
    --tw-shadow-color: rgb(194 65 12 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/5 {
    --tw-shadow-color: rgb(194 65 12 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/50 {
    --tw-shadow-color: rgb(194 65 12 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/55 {
    --tw-shadow-color: rgb(194 65 12 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/60 {
    --tw-shadow-color: rgb(194 65 12 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/65 {
    --tw-shadow-color: rgb(194 65 12 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/70 {
    --tw-shadow-color: rgb(194 65 12 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/75 {
    --tw-shadow-color: rgb(194 65 12 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/80 {
    --tw-shadow-color: rgb(194 65 12 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/85 {
    --tw-shadow-color: rgb(194 65 12 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/90 {
    --tw-shadow-color: rgb(194 65 12 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-700\/95 {
    --tw-shadow-color: rgb(194 65 12 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800 {
    --tw-shadow-color: #9a3412 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/0 {
    --tw-shadow-color: rgb(154 52 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/10 {
    --tw-shadow-color: rgb(154 52 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/100 {
    --tw-shadow-color: rgb(154 52 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/15 {
    --tw-shadow-color: rgb(154 52 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/20 {
    --tw-shadow-color: rgb(154 52 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/25 {
    --tw-shadow-color: rgb(154 52 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/30 {
    --tw-shadow-color: rgb(154 52 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/35 {
    --tw-shadow-color: rgb(154 52 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/40 {
    --tw-shadow-color: rgb(154 52 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/45 {
    --tw-shadow-color: rgb(154 52 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/5 {
    --tw-shadow-color: rgb(154 52 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/50 {
    --tw-shadow-color: rgb(154 52 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/55 {
    --tw-shadow-color: rgb(154 52 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/60 {
    --tw-shadow-color: rgb(154 52 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/65 {
    --tw-shadow-color: rgb(154 52 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/70 {
    --tw-shadow-color: rgb(154 52 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/75 {
    --tw-shadow-color: rgb(154 52 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/80 {
    --tw-shadow-color: rgb(154 52 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/85 {
    --tw-shadow-color: rgb(154 52 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/90 {
    --tw-shadow-color: rgb(154 52 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-800\/95 {
    --tw-shadow-color: rgb(154 52 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900 {
    --tw-shadow-color: #7c2d12 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/0 {
    --tw-shadow-color: rgb(124 45 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/10 {
    --tw-shadow-color: rgb(124 45 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/100 {
    --tw-shadow-color: rgb(124 45 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/15 {
    --tw-shadow-color: rgb(124 45 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/20 {
    --tw-shadow-color: rgb(124 45 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/25 {
    --tw-shadow-color: rgb(124 45 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/30 {
    --tw-shadow-color: rgb(124 45 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/35 {
    --tw-shadow-color: rgb(124 45 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/40 {
    --tw-shadow-color: rgb(124 45 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/45 {
    --tw-shadow-color: rgb(124 45 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/5 {
    --tw-shadow-color: rgb(124 45 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/50 {
    --tw-shadow-color: rgb(124 45 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/55 {
    --tw-shadow-color: rgb(124 45 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/60 {
    --tw-shadow-color: rgb(124 45 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/65 {
    --tw-shadow-color: rgb(124 45 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/70 {
    --tw-shadow-color: rgb(124 45 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/75 {
    --tw-shadow-color: rgb(124 45 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/80 {
    --tw-shadow-color: rgb(124 45 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/85 {
    --tw-shadow-color: rgb(124 45 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/90 {
    --tw-shadow-color: rgb(124 45 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-900\/95 {
    --tw-shadow-color: rgb(124 45 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950 {
    --tw-shadow-color: #431407 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/0 {
    --tw-shadow-color: rgb(67 20 7 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/10 {
    --tw-shadow-color: rgb(67 20 7 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/100 {
    --tw-shadow-color: rgb(67 20 7 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/15 {
    --tw-shadow-color: rgb(67 20 7 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/20 {
    --tw-shadow-color: rgb(67 20 7 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/25 {
    --tw-shadow-color: rgb(67 20 7 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/30 {
    --tw-shadow-color: rgb(67 20 7 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/35 {
    --tw-shadow-color: rgb(67 20 7 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/40 {
    --tw-shadow-color: rgb(67 20 7 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/45 {
    --tw-shadow-color: rgb(67 20 7 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/5 {
    --tw-shadow-color: rgb(67 20 7 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/50 {
    --tw-shadow-color: rgb(67 20 7 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/55 {
    --tw-shadow-color: rgb(67 20 7 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/60 {
    --tw-shadow-color: rgb(67 20 7 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/65 {
    --tw-shadow-color: rgb(67 20 7 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/70 {
    --tw-shadow-color: rgb(67 20 7 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/75 {
    --tw-shadow-color: rgb(67 20 7 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/80 {
    --tw-shadow-color: rgb(67 20 7 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/85 {
    --tw-shadow-color: rgb(67 20 7 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/90 {
    --tw-shadow-color: rgb(67 20 7 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-orange-950\/95 {
    --tw-shadow-color: rgb(67 20 7 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100 {
    --tw-shadow-color: #fce7f3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/0 {
    --tw-shadow-color: rgb(252 231 243 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/10 {
    --tw-shadow-color: rgb(252 231 243 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/100 {
    --tw-shadow-color: rgb(252 231 243 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/15 {
    --tw-shadow-color: rgb(252 231 243 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/20 {
    --tw-shadow-color: rgb(252 231 243 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/25 {
    --tw-shadow-color: rgb(252 231 243 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/30 {
    --tw-shadow-color: rgb(252 231 243 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/35 {
    --tw-shadow-color: rgb(252 231 243 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/40 {
    --tw-shadow-color: rgb(252 231 243 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/45 {
    --tw-shadow-color: rgb(252 231 243 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/5 {
    --tw-shadow-color: rgb(252 231 243 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/50 {
    --tw-shadow-color: rgb(252 231 243 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/55 {
    --tw-shadow-color: rgb(252 231 243 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/60 {
    --tw-shadow-color: rgb(252 231 243 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/65 {
    --tw-shadow-color: rgb(252 231 243 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/70 {
    --tw-shadow-color: rgb(252 231 243 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/75 {
    --tw-shadow-color: rgb(252 231 243 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/80 {
    --tw-shadow-color: rgb(252 231 243 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/85 {
    --tw-shadow-color: rgb(252 231 243 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/90 {
    --tw-shadow-color: rgb(252 231 243 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-100\/95 {
    --tw-shadow-color: rgb(252 231 243 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200 {
    --tw-shadow-color: #fbcfe8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/0 {
    --tw-shadow-color: rgb(251 207 232 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/10 {
    --tw-shadow-color: rgb(251 207 232 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/100 {
    --tw-shadow-color: rgb(251 207 232 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/15 {
    --tw-shadow-color: rgb(251 207 232 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/20 {
    --tw-shadow-color: rgb(251 207 232 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/25 {
    --tw-shadow-color: rgb(251 207 232 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/30 {
    --tw-shadow-color: rgb(251 207 232 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/35 {
    --tw-shadow-color: rgb(251 207 232 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/40 {
    --tw-shadow-color: rgb(251 207 232 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/45 {
    --tw-shadow-color: rgb(251 207 232 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/5 {
    --tw-shadow-color: rgb(251 207 232 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/50 {
    --tw-shadow-color: rgb(251 207 232 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/55 {
    --tw-shadow-color: rgb(251 207 232 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/60 {
    --tw-shadow-color: rgb(251 207 232 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/65 {
    --tw-shadow-color: rgb(251 207 232 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/70 {
    --tw-shadow-color: rgb(251 207 232 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/75 {
    --tw-shadow-color: rgb(251 207 232 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/80 {
    --tw-shadow-color: rgb(251 207 232 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/85 {
    --tw-shadow-color: rgb(251 207 232 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/90 {
    --tw-shadow-color: rgb(251 207 232 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-200\/95 {
    --tw-shadow-color: rgb(251 207 232 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300 {
    --tw-shadow-color: #f9a8d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/0 {
    --tw-shadow-color: rgb(249 168 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/10 {
    --tw-shadow-color: rgb(249 168 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/100 {
    --tw-shadow-color: rgb(249 168 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/15 {
    --tw-shadow-color: rgb(249 168 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/20 {
    --tw-shadow-color: rgb(249 168 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/25 {
    --tw-shadow-color: rgb(249 168 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/30 {
    --tw-shadow-color: rgb(249 168 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/35 {
    --tw-shadow-color: rgb(249 168 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/40 {
    --tw-shadow-color: rgb(249 168 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/45 {
    --tw-shadow-color: rgb(249 168 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/5 {
    --tw-shadow-color: rgb(249 168 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/50 {
    --tw-shadow-color: rgb(249 168 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/55 {
    --tw-shadow-color: rgb(249 168 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/60 {
    --tw-shadow-color: rgb(249 168 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/65 {
    --tw-shadow-color: rgb(249 168 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/70 {
    --tw-shadow-color: rgb(249 168 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/75 {
    --tw-shadow-color: rgb(249 168 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/80 {
    --tw-shadow-color: rgb(249 168 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/85 {
    --tw-shadow-color: rgb(249 168 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/90 {
    --tw-shadow-color: rgb(249 168 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-300\/95 {
    --tw-shadow-color: rgb(249 168 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400 {
    --tw-shadow-color: #f472b6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/0 {
    --tw-shadow-color: rgb(244 114 182 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/10 {
    --tw-shadow-color: rgb(244 114 182 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/100 {
    --tw-shadow-color: rgb(244 114 182 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/15 {
    --tw-shadow-color: rgb(244 114 182 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/20 {
    --tw-shadow-color: rgb(244 114 182 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/25 {
    --tw-shadow-color: rgb(244 114 182 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/30 {
    --tw-shadow-color: rgb(244 114 182 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/35 {
    --tw-shadow-color: rgb(244 114 182 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/40 {
    --tw-shadow-color: rgb(244 114 182 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/45 {
    --tw-shadow-color: rgb(244 114 182 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/5 {
    --tw-shadow-color: rgb(244 114 182 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/50 {
    --tw-shadow-color: rgb(244 114 182 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/55 {
    --tw-shadow-color: rgb(244 114 182 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/60 {
    --tw-shadow-color: rgb(244 114 182 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/65 {
    --tw-shadow-color: rgb(244 114 182 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/70 {
    --tw-shadow-color: rgb(244 114 182 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/75 {
    --tw-shadow-color: rgb(244 114 182 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/80 {
    --tw-shadow-color: rgb(244 114 182 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/85 {
    --tw-shadow-color: rgb(244 114 182 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/90 {
    --tw-shadow-color: rgb(244 114 182 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-400\/95 {
    --tw-shadow-color: rgb(244 114 182 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50 {
    --tw-shadow-color: #fdf2f8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/0 {
    --tw-shadow-color: rgb(253 242 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/10 {
    --tw-shadow-color: rgb(253 242 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/100 {
    --tw-shadow-color: rgb(253 242 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/15 {
    --tw-shadow-color: rgb(253 242 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/20 {
    --tw-shadow-color: rgb(253 242 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/25 {
    --tw-shadow-color: rgb(253 242 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/30 {
    --tw-shadow-color: rgb(253 242 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/35 {
    --tw-shadow-color: rgb(253 242 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/40 {
    --tw-shadow-color: rgb(253 242 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/45 {
    --tw-shadow-color: rgb(253 242 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/5 {
    --tw-shadow-color: rgb(253 242 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/50 {
    --tw-shadow-color: rgb(253 242 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/55 {
    --tw-shadow-color: rgb(253 242 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/60 {
    --tw-shadow-color: rgb(253 242 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/65 {
    --tw-shadow-color: rgb(253 242 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/70 {
    --tw-shadow-color: rgb(253 242 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/75 {
    --tw-shadow-color: rgb(253 242 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/80 {
    --tw-shadow-color: rgb(253 242 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/85 {
    --tw-shadow-color: rgb(253 242 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/90 {
    --tw-shadow-color: rgb(253 242 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-50\/95 {
    --tw-shadow-color: rgb(253 242 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500 {
    --tw-shadow-color: #ec4899 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/0 {
    --tw-shadow-color: rgb(236 72 153 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/10 {
    --tw-shadow-color: rgb(236 72 153 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/100 {
    --tw-shadow-color: rgb(236 72 153 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/15 {
    --tw-shadow-color: rgb(236 72 153 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/20 {
    --tw-shadow-color: rgb(236 72 153 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/25 {
    --tw-shadow-color: rgb(236 72 153 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/30 {
    --tw-shadow-color: rgb(236 72 153 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/35 {
    --tw-shadow-color: rgb(236 72 153 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/40 {
    --tw-shadow-color: rgb(236 72 153 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/45 {
    --tw-shadow-color: rgb(236 72 153 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/5 {
    --tw-shadow-color: rgb(236 72 153 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/50 {
    --tw-shadow-color: rgb(236 72 153 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/55 {
    --tw-shadow-color: rgb(236 72 153 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/60 {
    --tw-shadow-color: rgb(236 72 153 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/65 {
    --tw-shadow-color: rgb(236 72 153 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/70 {
    --tw-shadow-color: rgb(236 72 153 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/75 {
    --tw-shadow-color: rgb(236 72 153 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/80 {
    --tw-shadow-color: rgb(236 72 153 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/85 {
    --tw-shadow-color: rgb(236 72 153 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/90 {
    --tw-shadow-color: rgb(236 72 153 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-500\/95 {
    --tw-shadow-color: rgb(236 72 153 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600 {
    --tw-shadow-color: #db2777 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/0 {
    --tw-shadow-color: rgb(219 39 119 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/10 {
    --tw-shadow-color: rgb(219 39 119 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/100 {
    --tw-shadow-color: rgb(219 39 119 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/15 {
    --tw-shadow-color: rgb(219 39 119 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/20 {
    --tw-shadow-color: rgb(219 39 119 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/25 {
    --tw-shadow-color: rgb(219 39 119 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/30 {
    --tw-shadow-color: rgb(219 39 119 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/35 {
    --tw-shadow-color: rgb(219 39 119 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/40 {
    --tw-shadow-color: rgb(219 39 119 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/45 {
    --tw-shadow-color: rgb(219 39 119 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/5 {
    --tw-shadow-color: rgb(219 39 119 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/50 {
    --tw-shadow-color: rgb(219 39 119 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/55 {
    --tw-shadow-color: rgb(219 39 119 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/60 {
    --tw-shadow-color: rgb(219 39 119 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/65 {
    --tw-shadow-color: rgb(219 39 119 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/70 {
    --tw-shadow-color: rgb(219 39 119 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/75 {
    --tw-shadow-color: rgb(219 39 119 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/80 {
    --tw-shadow-color: rgb(219 39 119 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/85 {
    --tw-shadow-color: rgb(219 39 119 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/90 {
    --tw-shadow-color: rgb(219 39 119 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-600\/95 {
    --tw-shadow-color: rgb(219 39 119 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700 {
    --tw-shadow-color: #be185d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/0 {
    --tw-shadow-color: rgb(190 24 93 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/10 {
    --tw-shadow-color: rgb(190 24 93 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/100 {
    --tw-shadow-color: rgb(190 24 93 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/15 {
    --tw-shadow-color: rgb(190 24 93 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/20 {
    --tw-shadow-color: rgb(190 24 93 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/25 {
    --tw-shadow-color: rgb(190 24 93 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/30 {
    --tw-shadow-color: rgb(190 24 93 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/35 {
    --tw-shadow-color: rgb(190 24 93 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/40 {
    --tw-shadow-color: rgb(190 24 93 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/45 {
    --tw-shadow-color: rgb(190 24 93 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/5 {
    --tw-shadow-color: rgb(190 24 93 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/50 {
    --tw-shadow-color: rgb(190 24 93 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/55 {
    --tw-shadow-color: rgb(190 24 93 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/60 {
    --tw-shadow-color: rgb(190 24 93 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/65 {
    --tw-shadow-color: rgb(190 24 93 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/70 {
    --tw-shadow-color: rgb(190 24 93 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/75 {
    --tw-shadow-color: rgb(190 24 93 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/80 {
    --tw-shadow-color: rgb(190 24 93 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/85 {
    --tw-shadow-color: rgb(190 24 93 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/90 {
    --tw-shadow-color: rgb(190 24 93 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-700\/95 {
    --tw-shadow-color: rgb(190 24 93 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800 {
    --tw-shadow-color: #9d174d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/0 {
    --tw-shadow-color: rgb(157 23 77 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/10 {
    --tw-shadow-color: rgb(157 23 77 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/100 {
    --tw-shadow-color: rgb(157 23 77 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/15 {
    --tw-shadow-color: rgb(157 23 77 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/20 {
    --tw-shadow-color: rgb(157 23 77 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/25 {
    --tw-shadow-color: rgb(157 23 77 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/30 {
    --tw-shadow-color: rgb(157 23 77 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/35 {
    --tw-shadow-color: rgb(157 23 77 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/40 {
    --tw-shadow-color: rgb(157 23 77 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/45 {
    --tw-shadow-color: rgb(157 23 77 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/5 {
    --tw-shadow-color: rgb(157 23 77 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/50 {
    --tw-shadow-color: rgb(157 23 77 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/55 {
    --tw-shadow-color: rgb(157 23 77 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/60 {
    --tw-shadow-color: rgb(157 23 77 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/65 {
    --tw-shadow-color: rgb(157 23 77 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/70 {
    --tw-shadow-color: rgb(157 23 77 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/75 {
    --tw-shadow-color: rgb(157 23 77 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/80 {
    --tw-shadow-color: rgb(157 23 77 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/85 {
    --tw-shadow-color: rgb(157 23 77 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/90 {
    --tw-shadow-color: rgb(157 23 77 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-800\/95 {
    --tw-shadow-color: rgb(157 23 77 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900 {
    --tw-shadow-color: #831843 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/0 {
    --tw-shadow-color: rgb(131 24 67 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/10 {
    --tw-shadow-color: rgb(131 24 67 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/100 {
    --tw-shadow-color: rgb(131 24 67 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/15 {
    --tw-shadow-color: rgb(131 24 67 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/20 {
    --tw-shadow-color: rgb(131 24 67 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/25 {
    --tw-shadow-color: rgb(131 24 67 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/30 {
    --tw-shadow-color: rgb(131 24 67 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/35 {
    --tw-shadow-color: rgb(131 24 67 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/40 {
    --tw-shadow-color: rgb(131 24 67 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/45 {
    --tw-shadow-color: rgb(131 24 67 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/5 {
    --tw-shadow-color: rgb(131 24 67 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/50 {
    --tw-shadow-color: rgb(131 24 67 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/55 {
    --tw-shadow-color: rgb(131 24 67 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/60 {
    --tw-shadow-color: rgb(131 24 67 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/65 {
    --tw-shadow-color: rgb(131 24 67 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/70 {
    --tw-shadow-color: rgb(131 24 67 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/75 {
    --tw-shadow-color: rgb(131 24 67 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/80 {
    --tw-shadow-color: rgb(131 24 67 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/85 {
    --tw-shadow-color: rgb(131 24 67 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/90 {
    --tw-shadow-color: rgb(131 24 67 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-900\/95 {
    --tw-shadow-color: rgb(131 24 67 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950 {
    --tw-shadow-color: #500724 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/0 {
    --tw-shadow-color: rgb(80 7 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/10 {
    --tw-shadow-color: rgb(80 7 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/100 {
    --tw-shadow-color: rgb(80 7 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/15 {
    --tw-shadow-color: rgb(80 7 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/20 {
    --tw-shadow-color: rgb(80 7 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/25 {
    --tw-shadow-color: rgb(80 7 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/30 {
    --tw-shadow-color: rgb(80 7 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/35 {
    --tw-shadow-color: rgb(80 7 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/40 {
    --tw-shadow-color: rgb(80 7 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/45 {
    --tw-shadow-color: rgb(80 7 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/5 {
    --tw-shadow-color: rgb(80 7 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/50 {
    --tw-shadow-color: rgb(80 7 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/55 {
    --tw-shadow-color: rgb(80 7 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/60 {
    --tw-shadow-color: rgb(80 7 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/65 {
    --tw-shadow-color: rgb(80 7 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/70 {
    --tw-shadow-color: rgb(80 7 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/75 {
    --tw-shadow-color: rgb(80 7 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/80 {
    --tw-shadow-color: rgb(80 7 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/85 {
    --tw-shadow-color: rgb(80 7 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/90 {
    --tw-shadow-color: rgb(80 7 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-pink-950\/95 {
    --tw-shadow-color: rgb(80 7 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100 {
    --tw-shadow-color: #f3e8ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/0 {
    --tw-shadow-color: rgb(243 232 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/10 {
    --tw-shadow-color: rgb(243 232 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/100 {
    --tw-shadow-color: rgb(243 232 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/15 {
    --tw-shadow-color: rgb(243 232 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/20 {
    --tw-shadow-color: rgb(243 232 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/25 {
    --tw-shadow-color: rgb(243 232 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/30 {
    --tw-shadow-color: rgb(243 232 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/35 {
    --tw-shadow-color: rgb(243 232 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/40 {
    --tw-shadow-color: rgb(243 232 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/45 {
    --tw-shadow-color: rgb(243 232 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/5 {
    --tw-shadow-color: rgb(243 232 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/50 {
    --tw-shadow-color: rgb(243 232 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/55 {
    --tw-shadow-color: rgb(243 232 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/60 {
    --tw-shadow-color: rgb(243 232 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/65 {
    --tw-shadow-color: rgb(243 232 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/70 {
    --tw-shadow-color: rgb(243 232 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/75 {
    --tw-shadow-color: rgb(243 232 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/80 {
    --tw-shadow-color: rgb(243 232 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/85 {
    --tw-shadow-color: rgb(243 232 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/90 {
    --tw-shadow-color: rgb(243 232 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-100\/95 {
    --tw-shadow-color: rgb(243 232 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200 {
    --tw-shadow-color: #e9d5ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/0 {
    --tw-shadow-color: rgb(233 213 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/10 {
    --tw-shadow-color: rgb(233 213 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/100 {
    --tw-shadow-color: rgb(233 213 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/15 {
    --tw-shadow-color: rgb(233 213 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/20 {
    --tw-shadow-color: rgb(233 213 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/25 {
    --tw-shadow-color: rgb(233 213 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/30 {
    --tw-shadow-color: rgb(233 213 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/35 {
    --tw-shadow-color: rgb(233 213 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/40 {
    --tw-shadow-color: rgb(233 213 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/45 {
    --tw-shadow-color: rgb(233 213 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/5 {
    --tw-shadow-color: rgb(233 213 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/50 {
    --tw-shadow-color: rgb(233 213 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/55 {
    --tw-shadow-color: rgb(233 213 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/60 {
    --tw-shadow-color: rgb(233 213 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/65 {
    --tw-shadow-color: rgb(233 213 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/70 {
    --tw-shadow-color: rgb(233 213 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/75 {
    --tw-shadow-color: rgb(233 213 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/80 {
    --tw-shadow-color: rgb(233 213 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/85 {
    --tw-shadow-color: rgb(233 213 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/90 {
    --tw-shadow-color: rgb(233 213 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-200\/95 {
    --tw-shadow-color: rgb(233 213 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300 {
    --tw-shadow-color: #d8b4fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/0 {
    --tw-shadow-color: rgb(216 180 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/10 {
    --tw-shadow-color: rgb(216 180 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/100 {
    --tw-shadow-color: rgb(216 180 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/15 {
    --tw-shadow-color: rgb(216 180 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/20 {
    --tw-shadow-color: rgb(216 180 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/25 {
    --tw-shadow-color: rgb(216 180 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/30 {
    --tw-shadow-color: rgb(216 180 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/35 {
    --tw-shadow-color: rgb(216 180 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/40 {
    --tw-shadow-color: rgb(216 180 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/45 {
    --tw-shadow-color: rgb(216 180 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/5 {
    --tw-shadow-color: rgb(216 180 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/50 {
    --tw-shadow-color: rgb(216 180 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/55 {
    --tw-shadow-color: rgb(216 180 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/60 {
    --tw-shadow-color: rgb(216 180 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/65 {
    --tw-shadow-color: rgb(216 180 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/70 {
    --tw-shadow-color: rgb(216 180 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/75 {
    --tw-shadow-color: rgb(216 180 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/80 {
    --tw-shadow-color: rgb(216 180 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/85 {
    --tw-shadow-color: rgb(216 180 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/90 {
    --tw-shadow-color: rgb(216 180 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-300\/95 {
    --tw-shadow-color: rgb(216 180 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400 {
    --tw-shadow-color: #c084fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/0 {
    --tw-shadow-color: rgb(192 132 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/10 {
    --tw-shadow-color: rgb(192 132 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/100 {
    --tw-shadow-color: rgb(192 132 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/15 {
    --tw-shadow-color: rgb(192 132 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/20 {
    --tw-shadow-color: rgb(192 132 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/25 {
    --tw-shadow-color: rgb(192 132 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/30 {
    --tw-shadow-color: rgb(192 132 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/35 {
    --tw-shadow-color: rgb(192 132 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/40 {
    --tw-shadow-color: rgb(192 132 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/45 {
    --tw-shadow-color: rgb(192 132 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/5 {
    --tw-shadow-color: rgb(192 132 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/50 {
    --tw-shadow-color: rgb(192 132 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/55 {
    --tw-shadow-color: rgb(192 132 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/60 {
    --tw-shadow-color: rgb(192 132 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/65 {
    --tw-shadow-color: rgb(192 132 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/70 {
    --tw-shadow-color: rgb(192 132 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/75 {
    --tw-shadow-color: rgb(192 132 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/80 {
    --tw-shadow-color: rgb(192 132 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/85 {
    --tw-shadow-color: rgb(192 132 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/90 {
    --tw-shadow-color: rgb(192 132 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-400\/95 {
    --tw-shadow-color: rgb(192 132 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50 {
    --tw-shadow-color: #faf5ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/0 {
    --tw-shadow-color: rgb(250 245 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/10 {
    --tw-shadow-color: rgb(250 245 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/100 {
    --tw-shadow-color: rgb(250 245 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/15 {
    --tw-shadow-color: rgb(250 245 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/20 {
    --tw-shadow-color: rgb(250 245 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/25 {
    --tw-shadow-color: rgb(250 245 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/30 {
    --tw-shadow-color: rgb(250 245 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/35 {
    --tw-shadow-color: rgb(250 245 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/40 {
    --tw-shadow-color: rgb(250 245 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/45 {
    --tw-shadow-color: rgb(250 245 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/5 {
    --tw-shadow-color: rgb(250 245 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/50 {
    --tw-shadow-color: rgb(250 245 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/55 {
    --tw-shadow-color: rgb(250 245 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/60 {
    --tw-shadow-color: rgb(250 245 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/65 {
    --tw-shadow-color: rgb(250 245 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/70 {
    --tw-shadow-color: rgb(250 245 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/75 {
    --tw-shadow-color: rgb(250 245 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/80 {
    --tw-shadow-color: rgb(250 245 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/85 {
    --tw-shadow-color: rgb(250 245 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/90 {
    --tw-shadow-color: rgb(250 245 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-50\/95 {
    --tw-shadow-color: rgb(250 245 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500 {
    --tw-shadow-color: #a855f7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/0 {
    --tw-shadow-color: rgb(168 85 247 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/10 {
    --tw-shadow-color: rgb(168 85 247 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/100 {
    --tw-shadow-color: rgb(168 85 247 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/15 {
    --tw-shadow-color: rgb(168 85 247 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/20 {
    --tw-shadow-color: rgb(168 85 247 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/25 {
    --tw-shadow-color: rgb(168 85 247 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/30 {
    --tw-shadow-color: rgb(168 85 247 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/35 {
    --tw-shadow-color: rgb(168 85 247 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/40 {
    --tw-shadow-color: rgb(168 85 247 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/45 {
    --tw-shadow-color: rgb(168 85 247 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/5 {
    --tw-shadow-color: rgb(168 85 247 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/50 {
    --tw-shadow-color: rgb(168 85 247 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/55 {
    --tw-shadow-color: rgb(168 85 247 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/60 {
    --tw-shadow-color: rgb(168 85 247 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/65 {
    --tw-shadow-color: rgb(168 85 247 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/70 {
    --tw-shadow-color: rgb(168 85 247 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/75 {
    --tw-shadow-color: rgb(168 85 247 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/80 {
    --tw-shadow-color: rgb(168 85 247 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/85 {
    --tw-shadow-color: rgb(168 85 247 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/90 {
    --tw-shadow-color: rgb(168 85 247 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-500\/95 {
    --tw-shadow-color: rgb(168 85 247 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600 {
    --tw-shadow-color: #9333ea !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/0 {
    --tw-shadow-color: rgb(147 51 234 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/10 {
    --tw-shadow-color: rgb(147 51 234 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/100 {
    --tw-shadow-color: rgb(147 51 234 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/15 {
    --tw-shadow-color: rgb(147 51 234 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/20 {
    --tw-shadow-color: rgb(147 51 234 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/25 {
    --tw-shadow-color: rgb(147 51 234 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/30 {
    --tw-shadow-color: rgb(147 51 234 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/35 {
    --tw-shadow-color: rgb(147 51 234 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/40 {
    --tw-shadow-color: rgb(147 51 234 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/45 {
    --tw-shadow-color: rgb(147 51 234 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/5 {
    --tw-shadow-color: rgb(147 51 234 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/50 {
    --tw-shadow-color: rgb(147 51 234 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/55 {
    --tw-shadow-color: rgb(147 51 234 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/60 {
    --tw-shadow-color: rgb(147 51 234 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/65 {
    --tw-shadow-color: rgb(147 51 234 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/70 {
    --tw-shadow-color: rgb(147 51 234 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/75 {
    --tw-shadow-color: rgb(147 51 234 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/80 {
    --tw-shadow-color: rgb(147 51 234 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/85 {
    --tw-shadow-color: rgb(147 51 234 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/90 {
    --tw-shadow-color: rgb(147 51 234 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-600\/95 {
    --tw-shadow-color: rgb(147 51 234 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700 {
    --tw-shadow-color: #7e22ce !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/0 {
    --tw-shadow-color: rgb(126 34 206 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/10 {
    --tw-shadow-color: rgb(126 34 206 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/100 {
    --tw-shadow-color: rgb(126 34 206 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/15 {
    --tw-shadow-color: rgb(126 34 206 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/20 {
    --tw-shadow-color: rgb(126 34 206 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/25 {
    --tw-shadow-color: rgb(126 34 206 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/30 {
    --tw-shadow-color: rgb(126 34 206 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/35 {
    --tw-shadow-color: rgb(126 34 206 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/40 {
    --tw-shadow-color: rgb(126 34 206 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/45 {
    --tw-shadow-color: rgb(126 34 206 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/5 {
    --tw-shadow-color: rgb(126 34 206 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/50 {
    --tw-shadow-color: rgb(126 34 206 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/55 {
    --tw-shadow-color: rgb(126 34 206 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/60 {
    --tw-shadow-color: rgb(126 34 206 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/65 {
    --tw-shadow-color: rgb(126 34 206 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/70 {
    --tw-shadow-color: rgb(126 34 206 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/75 {
    --tw-shadow-color: rgb(126 34 206 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/80 {
    --tw-shadow-color: rgb(126 34 206 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/85 {
    --tw-shadow-color: rgb(126 34 206 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/90 {
    --tw-shadow-color: rgb(126 34 206 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-700\/95 {
    --tw-shadow-color: rgb(126 34 206 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800 {
    --tw-shadow-color: #6b21a8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/0 {
    --tw-shadow-color: rgb(107 33 168 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/10 {
    --tw-shadow-color: rgb(107 33 168 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/100 {
    --tw-shadow-color: rgb(107 33 168 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/15 {
    --tw-shadow-color: rgb(107 33 168 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/20 {
    --tw-shadow-color: rgb(107 33 168 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/25 {
    --tw-shadow-color: rgb(107 33 168 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/30 {
    --tw-shadow-color: rgb(107 33 168 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/35 {
    --tw-shadow-color: rgb(107 33 168 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/40 {
    --tw-shadow-color: rgb(107 33 168 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/45 {
    --tw-shadow-color: rgb(107 33 168 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/5 {
    --tw-shadow-color: rgb(107 33 168 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/50 {
    --tw-shadow-color: rgb(107 33 168 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/55 {
    --tw-shadow-color: rgb(107 33 168 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/60 {
    --tw-shadow-color: rgb(107 33 168 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/65 {
    --tw-shadow-color: rgb(107 33 168 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/70 {
    --tw-shadow-color: rgb(107 33 168 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/75 {
    --tw-shadow-color: rgb(107 33 168 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/80 {
    --tw-shadow-color: rgb(107 33 168 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/85 {
    --tw-shadow-color: rgb(107 33 168 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/90 {
    --tw-shadow-color: rgb(107 33 168 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-800\/95 {
    --tw-shadow-color: rgb(107 33 168 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900 {
    --tw-shadow-color: #581c87 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/0 {
    --tw-shadow-color: rgb(88 28 135 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/10 {
    --tw-shadow-color: rgb(88 28 135 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/100 {
    --tw-shadow-color: rgb(88 28 135 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/15 {
    --tw-shadow-color: rgb(88 28 135 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/20 {
    --tw-shadow-color: rgb(88 28 135 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/25 {
    --tw-shadow-color: rgb(88 28 135 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/30 {
    --tw-shadow-color: rgb(88 28 135 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/35 {
    --tw-shadow-color: rgb(88 28 135 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/40 {
    --tw-shadow-color: rgb(88 28 135 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/45 {
    --tw-shadow-color: rgb(88 28 135 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/5 {
    --tw-shadow-color: rgb(88 28 135 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/50 {
    --tw-shadow-color: rgb(88 28 135 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/55 {
    --tw-shadow-color: rgb(88 28 135 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/60 {
    --tw-shadow-color: rgb(88 28 135 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/65 {
    --tw-shadow-color: rgb(88 28 135 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/70 {
    --tw-shadow-color: rgb(88 28 135 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/75 {
    --tw-shadow-color: rgb(88 28 135 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/80 {
    --tw-shadow-color: rgb(88 28 135 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/85 {
    --tw-shadow-color: rgb(88 28 135 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/90 {
    --tw-shadow-color: rgb(88 28 135 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-900\/95 {
    --tw-shadow-color: rgb(88 28 135 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950 {
    --tw-shadow-color: #3b0764 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/0 {
    --tw-shadow-color: rgb(59 7 100 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/10 {
    --tw-shadow-color: rgb(59 7 100 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/100 {
    --tw-shadow-color: rgb(59 7 100 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/15 {
    --tw-shadow-color: rgb(59 7 100 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/20 {
    --tw-shadow-color: rgb(59 7 100 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/25 {
    --tw-shadow-color: rgb(59 7 100 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/30 {
    --tw-shadow-color: rgb(59 7 100 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/35 {
    --tw-shadow-color: rgb(59 7 100 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/40 {
    --tw-shadow-color: rgb(59 7 100 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/45 {
    --tw-shadow-color: rgb(59 7 100 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/5 {
    --tw-shadow-color: rgb(59 7 100 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/50 {
    --tw-shadow-color: rgb(59 7 100 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/55 {
    --tw-shadow-color: rgb(59 7 100 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/60 {
    --tw-shadow-color: rgb(59 7 100 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/65 {
    --tw-shadow-color: rgb(59 7 100 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/70 {
    --tw-shadow-color: rgb(59 7 100 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/75 {
    --tw-shadow-color: rgb(59 7 100 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/80 {
    --tw-shadow-color: rgb(59 7 100 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/85 {
    --tw-shadow-color: rgb(59 7 100 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/90 {
    --tw-shadow-color: rgb(59 7 100 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-purple-950\/95 {
    --tw-shadow-color: rgb(59 7 100 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100 {
    --tw-shadow-color: #fee2e2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/0 {
    --tw-shadow-color: rgb(254 226 226 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/10 {
    --tw-shadow-color: rgb(254 226 226 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/100 {
    --tw-shadow-color: rgb(254 226 226 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/15 {
    --tw-shadow-color: rgb(254 226 226 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/20 {
    --tw-shadow-color: rgb(254 226 226 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/25 {
    --tw-shadow-color: rgb(254 226 226 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/30 {
    --tw-shadow-color: rgb(254 226 226 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/35 {
    --tw-shadow-color: rgb(254 226 226 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/40 {
    --tw-shadow-color: rgb(254 226 226 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/45 {
    --tw-shadow-color: rgb(254 226 226 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/5 {
    --tw-shadow-color: rgb(254 226 226 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/50 {
    --tw-shadow-color: rgb(254 226 226 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/55 {
    --tw-shadow-color: rgb(254 226 226 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/60 {
    --tw-shadow-color: rgb(254 226 226 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/65 {
    --tw-shadow-color: rgb(254 226 226 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/70 {
    --tw-shadow-color: rgb(254 226 226 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/75 {
    --tw-shadow-color: rgb(254 226 226 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/80 {
    --tw-shadow-color: rgb(254 226 226 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/85 {
    --tw-shadow-color: rgb(254 226 226 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/90 {
    --tw-shadow-color: rgb(254 226 226 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-100\/95 {
    --tw-shadow-color: rgb(254 226 226 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200 {
    --tw-shadow-color: #fecaca !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/0 {
    --tw-shadow-color: rgb(254 202 202 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/10 {
    --tw-shadow-color: rgb(254 202 202 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/100 {
    --tw-shadow-color: rgb(254 202 202 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/15 {
    --tw-shadow-color: rgb(254 202 202 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/20 {
    --tw-shadow-color: rgb(254 202 202 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/25 {
    --tw-shadow-color: rgb(254 202 202 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/30 {
    --tw-shadow-color: rgb(254 202 202 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/35 {
    --tw-shadow-color: rgb(254 202 202 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/40 {
    --tw-shadow-color: rgb(254 202 202 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/45 {
    --tw-shadow-color: rgb(254 202 202 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/5 {
    --tw-shadow-color: rgb(254 202 202 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/50 {
    --tw-shadow-color: rgb(254 202 202 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/55 {
    --tw-shadow-color: rgb(254 202 202 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/60 {
    --tw-shadow-color: rgb(254 202 202 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/65 {
    --tw-shadow-color: rgb(254 202 202 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/70 {
    --tw-shadow-color: rgb(254 202 202 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/75 {
    --tw-shadow-color: rgb(254 202 202 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/80 {
    --tw-shadow-color: rgb(254 202 202 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/85 {
    --tw-shadow-color: rgb(254 202 202 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/90 {
    --tw-shadow-color: rgb(254 202 202 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-200\/95 {
    --tw-shadow-color: rgb(254 202 202 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300 {
    --tw-shadow-color: #fca5a5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/0 {
    --tw-shadow-color: rgb(252 165 165 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/10 {
    --tw-shadow-color: rgb(252 165 165 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/100 {
    --tw-shadow-color: rgb(252 165 165 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/15 {
    --tw-shadow-color: rgb(252 165 165 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/20 {
    --tw-shadow-color: rgb(252 165 165 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/25 {
    --tw-shadow-color: rgb(252 165 165 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/30 {
    --tw-shadow-color: rgb(252 165 165 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/35 {
    --tw-shadow-color: rgb(252 165 165 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/40 {
    --tw-shadow-color: rgb(252 165 165 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/45 {
    --tw-shadow-color: rgb(252 165 165 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/5 {
    --tw-shadow-color: rgb(252 165 165 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/50 {
    --tw-shadow-color: rgb(252 165 165 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/55 {
    --tw-shadow-color: rgb(252 165 165 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/60 {
    --tw-shadow-color: rgb(252 165 165 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/65 {
    --tw-shadow-color: rgb(252 165 165 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/70 {
    --tw-shadow-color: rgb(252 165 165 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/75 {
    --tw-shadow-color: rgb(252 165 165 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/80 {
    --tw-shadow-color: rgb(252 165 165 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/85 {
    --tw-shadow-color: rgb(252 165 165 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/90 {
    --tw-shadow-color: rgb(252 165 165 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-300\/95 {
    --tw-shadow-color: rgb(252 165 165 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400 {
    --tw-shadow-color: #f87171 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/0 {
    --tw-shadow-color: rgb(248 113 113 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/10 {
    --tw-shadow-color: rgb(248 113 113 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/100 {
    --tw-shadow-color: rgb(248 113 113 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/15 {
    --tw-shadow-color: rgb(248 113 113 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/20 {
    --tw-shadow-color: rgb(248 113 113 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/25 {
    --tw-shadow-color: rgb(248 113 113 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/30 {
    --tw-shadow-color: rgb(248 113 113 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/35 {
    --tw-shadow-color: rgb(248 113 113 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/40 {
    --tw-shadow-color: rgb(248 113 113 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/45 {
    --tw-shadow-color: rgb(248 113 113 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/5 {
    --tw-shadow-color: rgb(248 113 113 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/50 {
    --tw-shadow-color: rgb(248 113 113 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/55 {
    --tw-shadow-color: rgb(248 113 113 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/60 {
    --tw-shadow-color: rgb(248 113 113 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/65 {
    --tw-shadow-color: rgb(248 113 113 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/70 {
    --tw-shadow-color: rgb(248 113 113 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/75 {
    --tw-shadow-color: rgb(248 113 113 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/80 {
    --tw-shadow-color: rgb(248 113 113 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/85 {
    --tw-shadow-color: rgb(248 113 113 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/90 {
    --tw-shadow-color: rgb(248 113 113 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-400\/95 {
    --tw-shadow-color: rgb(248 113 113 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50 {
    --tw-shadow-color: #fef2f2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/0 {
    --tw-shadow-color: rgb(254 242 242 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/10 {
    --tw-shadow-color: rgb(254 242 242 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/100 {
    --tw-shadow-color: rgb(254 242 242 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/15 {
    --tw-shadow-color: rgb(254 242 242 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/20 {
    --tw-shadow-color: rgb(254 242 242 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/25 {
    --tw-shadow-color: rgb(254 242 242 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/30 {
    --tw-shadow-color: rgb(254 242 242 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/35 {
    --tw-shadow-color: rgb(254 242 242 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/40 {
    --tw-shadow-color: rgb(254 242 242 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/45 {
    --tw-shadow-color: rgb(254 242 242 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/5 {
    --tw-shadow-color: rgb(254 242 242 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/50 {
    --tw-shadow-color: rgb(254 242 242 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/55 {
    --tw-shadow-color: rgb(254 242 242 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/60 {
    --tw-shadow-color: rgb(254 242 242 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/65 {
    --tw-shadow-color: rgb(254 242 242 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/70 {
    --tw-shadow-color: rgb(254 242 242 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/75 {
    --tw-shadow-color: rgb(254 242 242 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/80 {
    --tw-shadow-color: rgb(254 242 242 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/85 {
    --tw-shadow-color: rgb(254 242 242 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/90 {
    --tw-shadow-color: rgb(254 242 242 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-50\/95 {
    --tw-shadow-color: rgb(254 242 242 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500 {
    --tw-shadow-color: #ef4444 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/0 {
    --tw-shadow-color: rgb(239 68 68 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/10 {
    --tw-shadow-color: rgb(239 68 68 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/100 {
    --tw-shadow-color: rgb(239 68 68 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/15 {
    --tw-shadow-color: rgb(239 68 68 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/20 {
    --tw-shadow-color: rgb(239 68 68 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/25 {
    --tw-shadow-color: rgb(239 68 68 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/30 {
    --tw-shadow-color: rgb(239 68 68 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/35 {
    --tw-shadow-color: rgb(239 68 68 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/40 {
    --tw-shadow-color: rgb(239 68 68 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/45 {
    --tw-shadow-color: rgb(239 68 68 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/5 {
    --tw-shadow-color: rgb(239 68 68 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/50 {
    --tw-shadow-color: rgb(239 68 68 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/55 {
    --tw-shadow-color: rgb(239 68 68 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/60 {
    --tw-shadow-color: rgb(239 68 68 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/65 {
    --tw-shadow-color: rgb(239 68 68 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/70 {
    --tw-shadow-color: rgb(239 68 68 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/75 {
    --tw-shadow-color: rgb(239 68 68 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/80 {
    --tw-shadow-color: rgb(239 68 68 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/85 {
    --tw-shadow-color: rgb(239 68 68 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/90 {
    --tw-shadow-color: rgb(239 68 68 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-500\/95 {
    --tw-shadow-color: rgb(239 68 68 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600 {
    --tw-shadow-color: #dc2626 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/0 {
    --tw-shadow-color: rgb(220 38 38 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/10 {
    --tw-shadow-color: rgb(220 38 38 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/100 {
    --tw-shadow-color: rgb(220 38 38 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/15 {
    --tw-shadow-color: rgb(220 38 38 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/20 {
    --tw-shadow-color: rgb(220 38 38 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/25 {
    --tw-shadow-color: rgb(220 38 38 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/30 {
    --tw-shadow-color: rgb(220 38 38 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/35 {
    --tw-shadow-color: rgb(220 38 38 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/40 {
    --tw-shadow-color: rgb(220 38 38 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/45 {
    --tw-shadow-color: rgb(220 38 38 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/5 {
    --tw-shadow-color: rgb(220 38 38 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/50 {
    --tw-shadow-color: rgb(220 38 38 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/55 {
    --tw-shadow-color: rgb(220 38 38 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/60 {
    --tw-shadow-color: rgb(220 38 38 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/65 {
    --tw-shadow-color: rgb(220 38 38 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/70 {
    --tw-shadow-color: rgb(220 38 38 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/75 {
    --tw-shadow-color: rgb(220 38 38 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/80 {
    --tw-shadow-color: rgb(220 38 38 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/85 {
    --tw-shadow-color: rgb(220 38 38 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/90 {
    --tw-shadow-color: rgb(220 38 38 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-600\/95 {
    --tw-shadow-color: rgb(220 38 38 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700 {
    --tw-shadow-color: #b91c1c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/0 {
    --tw-shadow-color: rgb(185 28 28 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/10 {
    --tw-shadow-color: rgb(185 28 28 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/100 {
    --tw-shadow-color: rgb(185 28 28 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/15 {
    --tw-shadow-color: rgb(185 28 28 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/20 {
    --tw-shadow-color: rgb(185 28 28 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/25 {
    --tw-shadow-color: rgb(185 28 28 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/30 {
    --tw-shadow-color: rgb(185 28 28 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/35 {
    --tw-shadow-color: rgb(185 28 28 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/40 {
    --tw-shadow-color: rgb(185 28 28 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/45 {
    --tw-shadow-color: rgb(185 28 28 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/5 {
    --tw-shadow-color: rgb(185 28 28 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/50 {
    --tw-shadow-color: rgb(185 28 28 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/55 {
    --tw-shadow-color: rgb(185 28 28 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/60 {
    --tw-shadow-color: rgb(185 28 28 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/65 {
    --tw-shadow-color: rgb(185 28 28 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/70 {
    --tw-shadow-color: rgb(185 28 28 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/75 {
    --tw-shadow-color: rgb(185 28 28 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/80 {
    --tw-shadow-color: rgb(185 28 28 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/85 {
    --tw-shadow-color: rgb(185 28 28 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/90 {
    --tw-shadow-color: rgb(185 28 28 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-700\/95 {
    --tw-shadow-color: rgb(185 28 28 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800 {
    --tw-shadow-color: #991b1b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/0 {
    --tw-shadow-color: rgb(153 27 27 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/10 {
    --tw-shadow-color: rgb(153 27 27 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/100 {
    --tw-shadow-color: rgb(153 27 27 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/15 {
    --tw-shadow-color: rgb(153 27 27 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/20 {
    --tw-shadow-color: rgb(153 27 27 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/25 {
    --tw-shadow-color: rgb(153 27 27 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/30 {
    --tw-shadow-color: rgb(153 27 27 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/35 {
    --tw-shadow-color: rgb(153 27 27 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/40 {
    --tw-shadow-color: rgb(153 27 27 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/45 {
    --tw-shadow-color: rgb(153 27 27 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/5 {
    --tw-shadow-color: rgb(153 27 27 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/50 {
    --tw-shadow-color: rgb(153 27 27 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/55 {
    --tw-shadow-color: rgb(153 27 27 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/60 {
    --tw-shadow-color: rgb(153 27 27 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/65 {
    --tw-shadow-color: rgb(153 27 27 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/70 {
    --tw-shadow-color: rgb(153 27 27 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/75 {
    --tw-shadow-color: rgb(153 27 27 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/80 {
    --tw-shadow-color: rgb(153 27 27 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/85 {
    --tw-shadow-color: rgb(153 27 27 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/90 {
    --tw-shadow-color: rgb(153 27 27 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-800\/95 {
    --tw-shadow-color: rgb(153 27 27 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900 {
    --tw-shadow-color: #7f1d1d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/0 {
    --tw-shadow-color: rgb(127 29 29 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/10 {
    --tw-shadow-color: rgb(127 29 29 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/100 {
    --tw-shadow-color: rgb(127 29 29 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/15 {
    --tw-shadow-color: rgb(127 29 29 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/20 {
    --tw-shadow-color: rgb(127 29 29 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/25 {
    --tw-shadow-color: rgb(127 29 29 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/30 {
    --tw-shadow-color: rgb(127 29 29 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/35 {
    --tw-shadow-color: rgb(127 29 29 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/40 {
    --tw-shadow-color: rgb(127 29 29 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/45 {
    --tw-shadow-color: rgb(127 29 29 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/5 {
    --tw-shadow-color: rgb(127 29 29 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/50 {
    --tw-shadow-color: rgb(127 29 29 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/55 {
    --tw-shadow-color: rgb(127 29 29 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/60 {
    --tw-shadow-color: rgb(127 29 29 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/65 {
    --tw-shadow-color: rgb(127 29 29 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/70 {
    --tw-shadow-color: rgb(127 29 29 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/75 {
    --tw-shadow-color: rgb(127 29 29 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/80 {
    --tw-shadow-color: rgb(127 29 29 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/85 {
    --tw-shadow-color: rgb(127 29 29 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/90 {
    --tw-shadow-color: rgb(127 29 29 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-900\/95 {
    --tw-shadow-color: rgb(127 29 29 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950 {
    --tw-shadow-color: #450a0a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/0 {
    --tw-shadow-color: rgb(69 10 10 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/10 {
    --tw-shadow-color: rgb(69 10 10 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/100 {
    --tw-shadow-color: rgb(69 10 10 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/15 {
    --tw-shadow-color: rgb(69 10 10 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/20 {
    --tw-shadow-color: rgb(69 10 10 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/25 {
    --tw-shadow-color: rgb(69 10 10 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/30 {
    --tw-shadow-color: rgb(69 10 10 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/35 {
    --tw-shadow-color: rgb(69 10 10 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/40 {
    --tw-shadow-color: rgb(69 10 10 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/45 {
    --tw-shadow-color: rgb(69 10 10 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/5 {
    --tw-shadow-color: rgb(69 10 10 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/50 {
    --tw-shadow-color: rgb(69 10 10 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/55 {
    --tw-shadow-color: rgb(69 10 10 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/60 {
    --tw-shadow-color: rgb(69 10 10 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/65 {
    --tw-shadow-color: rgb(69 10 10 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/70 {
    --tw-shadow-color: rgb(69 10 10 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/75 {
    --tw-shadow-color: rgb(69 10 10 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/80 {
    --tw-shadow-color: rgb(69 10 10 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/85 {
    --tw-shadow-color: rgb(69 10 10 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/90 {
    --tw-shadow-color: rgb(69 10 10 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-red-950\/95 {
    --tw-shadow-color: rgb(69 10 10 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100 {
    --tw-shadow-color: #ffe4e6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/0 {
    --tw-shadow-color: rgb(255 228 230 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/10 {
    --tw-shadow-color: rgb(255 228 230 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/100 {
    --tw-shadow-color: rgb(255 228 230 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/15 {
    --tw-shadow-color: rgb(255 228 230 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/20 {
    --tw-shadow-color: rgb(255 228 230 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/25 {
    --tw-shadow-color: rgb(255 228 230 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/30 {
    --tw-shadow-color: rgb(255 228 230 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/35 {
    --tw-shadow-color: rgb(255 228 230 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/40 {
    --tw-shadow-color: rgb(255 228 230 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/45 {
    --tw-shadow-color: rgb(255 228 230 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/5 {
    --tw-shadow-color: rgb(255 228 230 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/50 {
    --tw-shadow-color: rgb(255 228 230 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/55 {
    --tw-shadow-color: rgb(255 228 230 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/60 {
    --tw-shadow-color: rgb(255 228 230 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/65 {
    --tw-shadow-color: rgb(255 228 230 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/70 {
    --tw-shadow-color: rgb(255 228 230 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/75 {
    --tw-shadow-color: rgb(255 228 230 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/80 {
    --tw-shadow-color: rgb(255 228 230 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/85 {
    --tw-shadow-color: rgb(255 228 230 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/90 {
    --tw-shadow-color: rgb(255 228 230 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-100\/95 {
    --tw-shadow-color: rgb(255 228 230 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200 {
    --tw-shadow-color: #fecdd3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/0 {
    --tw-shadow-color: rgb(254 205 211 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/10 {
    --tw-shadow-color: rgb(254 205 211 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/100 {
    --tw-shadow-color: rgb(254 205 211 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/15 {
    --tw-shadow-color: rgb(254 205 211 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/20 {
    --tw-shadow-color: rgb(254 205 211 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/25 {
    --tw-shadow-color: rgb(254 205 211 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/30 {
    --tw-shadow-color: rgb(254 205 211 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/35 {
    --tw-shadow-color: rgb(254 205 211 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/40 {
    --tw-shadow-color: rgb(254 205 211 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/45 {
    --tw-shadow-color: rgb(254 205 211 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/5 {
    --tw-shadow-color: rgb(254 205 211 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/50 {
    --tw-shadow-color: rgb(254 205 211 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/55 {
    --tw-shadow-color: rgb(254 205 211 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/60 {
    --tw-shadow-color: rgb(254 205 211 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/65 {
    --tw-shadow-color: rgb(254 205 211 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/70 {
    --tw-shadow-color: rgb(254 205 211 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/75 {
    --tw-shadow-color: rgb(254 205 211 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/80 {
    --tw-shadow-color: rgb(254 205 211 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/85 {
    --tw-shadow-color: rgb(254 205 211 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/90 {
    --tw-shadow-color: rgb(254 205 211 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-200\/95 {
    --tw-shadow-color: rgb(254 205 211 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300 {
    --tw-shadow-color: #fda4af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/0 {
    --tw-shadow-color: rgb(253 164 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/10 {
    --tw-shadow-color: rgb(253 164 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/100 {
    --tw-shadow-color: rgb(253 164 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/15 {
    --tw-shadow-color: rgb(253 164 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/20 {
    --tw-shadow-color: rgb(253 164 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/25 {
    --tw-shadow-color: rgb(253 164 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/30 {
    --tw-shadow-color: rgb(253 164 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/35 {
    --tw-shadow-color: rgb(253 164 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/40 {
    --tw-shadow-color: rgb(253 164 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/45 {
    --tw-shadow-color: rgb(253 164 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/5 {
    --tw-shadow-color: rgb(253 164 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/50 {
    --tw-shadow-color: rgb(253 164 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/55 {
    --tw-shadow-color: rgb(253 164 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/60 {
    --tw-shadow-color: rgb(253 164 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/65 {
    --tw-shadow-color: rgb(253 164 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/70 {
    --tw-shadow-color: rgb(253 164 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/75 {
    --tw-shadow-color: rgb(253 164 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/80 {
    --tw-shadow-color: rgb(253 164 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/85 {
    --tw-shadow-color: rgb(253 164 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/90 {
    --tw-shadow-color: rgb(253 164 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-300\/95 {
    --tw-shadow-color: rgb(253 164 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400 {
    --tw-shadow-color: #fb7185 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/0 {
    --tw-shadow-color: rgb(251 113 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/10 {
    --tw-shadow-color: rgb(251 113 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/100 {
    --tw-shadow-color: rgb(251 113 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/15 {
    --tw-shadow-color: rgb(251 113 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/20 {
    --tw-shadow-color: rgb(251 113 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/25 {
    --tw-shadow-color: rgb(251 113 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/30 {
    --tw-shadow-color: rgb(251 113 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/35 {
    --tw-shadow-color: rgb(251 113 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/40 {
    --tw-shadow-color: rgb(251 113 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/45 {
    --tw-shadow-color: rgb(251 113 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/5 {
    --tw-shadow-color: rgb(251 113 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/50 {
    --tw-shadow-color: rgb(251 113 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/55 {
    --tw-shadow-color: rgb(251 113 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/60 {
    --tw-shadow-color: rgb(251 113 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/65 {
    --tw-shadow-color: rgb(251 113 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/70 {
    --tw-shadow-color: rgb(251 113 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/75 {
    --tw-shadow-color: rgb(251 113 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/80 {
    --tw-shadow-color: rgb(251 113 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/85 {
    --tw-shadow-color: rgb(251 113 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/90 {
    --tw-shadow-color: rgb(251 113 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-400\/95 {
    --tw-shadow-color: rgb(251 113 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50 {
    --tw-shadow-color: #fff1f2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/0 {
    --tw-shadow-color: rgb(255 241 242 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/10 {
    --tw-shadow-color: rgb(255 241 242 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/100 {
    --tw-shadow-color: rgb(255 241 242 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/15 {
    --tw-shadow-color: rgb(255 241 242 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/20 {
    --tw-shadow-color: rgb(255 241 242 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/25 {
    --tw-shadow-color: rgb(255 241 242 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/30 {
    --tw-shadow-color: rgb(255 241 242 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/35 {
    --tw-shadow-color: rgb(255 241 242 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/40 {
    --tw-shadow-color: rgb(255 241 242 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/45 {
    --tw-shadow-color: rgb(255 241 242 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/5 {
    --tw-shadow-color: rgb(255 241 242 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/50 {
    --tw-shadow-color: rgb(255 241 242 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/55 {
    --tw-shadow-color: rgb(255 241 242 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/60 {
    --tw-shadow-color: rgb(255 241 242 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/65 {
    --tw-shadow-color: rgb(255 241 242 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/70 {
    --tw-shadow-color: rgb(255 241 242 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/75 {
    --tw-shadow-color: rgb(255 241 242 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/80 {
    --tw-shadow-color: rgb(255 241 242 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/85 {
    --tw-shadow-color: rgb(255 241 242 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/90 {
    --tw-shadow-color: rgb(255 241 242 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-50\/95 {
    --tw-shadow-color: rgb(255 241 242 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500 {
    --tw-shadow-color: #f43f5e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/0 {
    --tw-shadow-color: rgb(244 63 94 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/10 {
    --tw-shadow-color: rgb(244 63 94 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/100 {
    --tw-shadow-color: rgb(244 63 94 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/15 {
    --tw-shadow-color: rgb(244 63 94 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/20 {
    --tw-shadow-color: rgb(244 63 94 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/25 {
    --tw-shadow-color: rgb(244 63 94 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/30 {
    --tw-shadow-color: rgb(244 63 94 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/35 {
    --tw-shadow-color: rgb(244 63 94 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/40 {
    --tw-shadow-color: rgb(244 63 94 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/45 {
    --tw-shadow-color: rgb(244 63 94 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/5 {
    --tw-shadow-color: rgb(244 63 94 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/50 {
    --tw-shadow-color: rgb(244 63 94 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/55 {
    --tw-shadow-color: rgb(244 63 94 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/60 {
    --tw-shadow-color: rgb(244 63 94 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/65 {
    --tw-shadow-color: rgb(244 63 94 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/70 {
    --tw-shadow-color: rgb(244 63 94 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/75 {
    --tw-shadow-color: rgb(244 63 94 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/80 {
    --tw-shadow-color: rgb(244 63 94 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/85 {
    --tw-shadow-color: rgb(244 63 94 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/90 {
    --tw-shadow-color: rgb(244 63 94 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-500\/95 {
    --tw-shadow-color: rgb(244 63 94 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600 {
    --tw-shadow-color: #e11d48 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/0 {
    --tw-shadow-color: rgb(225 29 72 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/10 {
    --tw-shadow-color: rgb(225 29 72 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/100 {
    --tw-shadow-color: rgb(225 29 72 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/15 {
    --tw-shadow-color: rgb(225 29 72 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/20 {
    --tw-shadow-color: rgb(225 29 72 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/25 {
    --tw-shadow-color: rgb(225 29 72 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/30 {
    --tw-shadow-color: rgb(225 29 72 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/35 {
    --tw-shadow-color: rgb(225 29 72 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/40 {
    --tw-shadow-color: rgb(225 29 72 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/45 {
    --tw-shadow-color: rgb(225 29 72 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/5 {
    --tw-shadow-color: rgb(225 29 72 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/50 {
    --tw-shadow-color: rgb(225 29 72 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/55 {
    --tw-shadow-color: rgb(225 29 72 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/60 {
    --tw-shadow-color: rgb(225 29 72 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/65 {
    --tw-shadow-color: rgb(225 29 72 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/70 {
    --tw-shadow-color: rgb(225 29 72 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/75 {
    --tw-shadow-color: rgb(225 29 72 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/80 {
    --tw-shadow-color: rgb(225 29 72 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/85 {
    --tw-shadow-color: rgb(225 29 72 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/90 {
    --tw-shadow-color: rgb(225 29 72 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-600\/95 {
    --tw-shadow-color: rgb(225 29 72 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700 {
    --tw-shadow-color: #be123c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/0 {
    --tw-shadow-color: rgb(190 18 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/10 {
    --tw-shadow-color: rgb(190 18 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/100 {
    --tw-shadow-color: rgb(190 18 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/15 {
    --tw-shadow-color: rgb(190 18 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/20 {
    --tw-shadow-color: rgb(190 18 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/25 {
    --tw-shadow-color: rgb(190 18 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/30 {
    --tw-shadow-color: rgb(190 18 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/35 {
    --tw-shadow-color: rgb(190 18 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/40 {
    --tw-shadow-color: rgb(190 18 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/45 {
    --tw-shadow-color: rgb(190 18 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/5 {
    --tw-shadow-color: rgb(190 18 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/50 {
    --tw-shadow-color: rgb(190 18 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/55 {
    --tw-shadow-color: rgb(190 18 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/60 {
    --tw-shadow-color: rgb(190 18 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/65 {
    --tw-shadow-color: rgb(190 18 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/70 {
    --tw-shadow-color: rgb(190 18 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/75 {
    --tw-shadow-color: rgb(190 18 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/80 {
    --tw-shadow-color: rgb(190 18 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/85 {
    --tw-shadow-color: rgb(190 18 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/90 {
    --tw-shadow-color: rgb(190 18 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-700\/95 {
    --tw-shadow-color: rgb(190 18 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800 {
    --tw-shadow-color: #9f1239 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/0 {
    --tw-shadow-color: rgb(159 18 57 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/10 {
    --tw-shadow-color: rgb(159 18 57 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/100 {
    --tw-shadow-color: rgb(159 18 57 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/15 {
    --tw-shadow-color: rgb(159 18 57 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/20 {
    --tw-shadow-color: rgb(159 18 57 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/25 {
    --tw-shadow-color: rgb(159 18 57 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/30 {
    --tw-shadow-color: rgb(159 18 57 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/35 {
    --tw-shadow-color: rgb(159 18 57 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/40 {
    --tw-shadow-color: rgb(159 18 57 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/45 {
    --tw-shadow-color: rgb(159 18 57 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/5 {
    --tw-shadow-color: rgb(159 18 57 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/50 {
    --tw-shadow-color: rgb(159 18 57 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/55 {
    --tw-shadow-color: rgb(159 18 57 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/60 {
    --tw-shadow-color: rgb(159 18 57 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/65 {
    --tw-shadow-color: rgb(159 18 57 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/70 {
    --tw-shadow-color: rgb(159 18 57 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/75 {
    --tw-shadow-color: rgb(159 18 57 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/80 {
    --tw-shadow-color: rgb(159 18 57 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/85 {
    --tw-shadow-color: rgb(159 18 57 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/90 {
    --tw-shadow-color: rgb(159 18 57 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-800\/95 {
    --tw-shadow-color: rgb(159 18 57 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900 {
    --tw-shadow-color: #881337 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/0 {
    --tw-shadow-color: rgb(136 19 55 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/10 {
    --tw-shadow-color: rgb(136 19 55 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/100 {
    --tw-shadow-color: rgb(136 19 55 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/15 {
    --tw-shadow-color: rgb(136 19 55 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/20 {
    --tw-shadow-color: rgb(136 19 55 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/25 {
    --tw-shadow-color: rgb(136 19 55 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/30 {
    --tw-shadow-color: rgb(136 19 55 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/35 {
    --tw-shadow-color: rgb(136 19 55 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/40 {
    --tw-shadow-color: rgb(136 19 55 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/45 {
    --tw-shadow-color: rgb(136 19 55 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/5 {
    --tw-shadow-color: rgb(136 19 55 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/50 {
    --tw-shadow-color: rgb(136 19 55 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/55 {
    --tw-shadow-color: rgb(136 19 55 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/60 {
    --tw-shadow-color: rgb(136 19 55 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/65 {
    --tw-shadow-color: rgb(136 19 55 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/70 {
    --tw-shadow-color: rgb(136 19 55 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/75 {
    --tw-shadow-color: rgb(136 19 55 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/80 {
    --tw-shadow-color: rgb(136 19 55 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/85 {
    --tw-shadow-color: rgb(136 19 55 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/90 {
    --tw-shadow-color: rgb(136 19 55 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-900\/95 {
    --tw-shadow-color: rgb(136 19 55 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950 {
    --tw-shadow-color: #4c0519 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/0 {
    --tw-shadow-color: rgb(76 5 25 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/10 {
    --tw-shadow-color: rgb(76 5 25 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/100 {
    --tw-shadow-color: rgb(76 5 25 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/15 {
    --tw-shadow-color: rgb(76 5 25 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/20 {
    --tw-shadow-color: rgb(76 5 25 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/25 {
    --tw-shadow-color: rgb(76 5 25 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/30 {
    --tw-shadow-color: rgb(76 5 25 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/35 {
    --tw-shadow-color: rgb(76 5 25 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/40 {
    --tw-shadow-color: rgb(76 5 25 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/45 {
    --tw-shadow-color: rgb(76 5 25 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/5 {
    --tw-shadow-color: rgb(76 5 25 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/50 {
    --tw-shadow-color: rgb(76 5 25 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/55 {
    --tw-shadow-color: rgb(76 5 25 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/60 {
    --tw-shadow-color: rgb(76 5 25 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/65 {
    --tw-shadow-color: rgb(76 5 25 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/70 {
    --tw-shadow-color: rgb(76 5 25 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/75 {
    --tw-shadow-color: rgb(76 5 25 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/80 {
    --tw-shadow-color: rgb(76 5 25 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/85 {
    --tw-shadow-color: rgb(76 5 25 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/90 {
    --tw-shadow-color: rgb(76 5 25 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-rose-950\/95 {
    --tw-shadow-color: rgb(76 5 25 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary {
    --tw-shadow-color: #000 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-secondary\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100 {
    --tw-shadow-color: #e0f2fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/0 {
    --tw-shadow-color: rgb(224 242 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/10 {
    --tw-shadow-color: rgb(224 242 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/100 {
    --tw-shadow-color: rgb(224 242 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/15 {
    --tw-shadow-color: rgb(224 242 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/20 {
    --tw-shadow-color: rgb(224 242 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/25 {
    --tw-shadow-color: rgb(224 242 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/30 {
    --tw-shadow-color: rgb(224 242 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/35 {
    --tw-shadow-color: rgb(224 242 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/40 {
    --tw-shadow-color: rgb(224 242 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/45 {
    --tw-shadow-color: rgb(224 242 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/5 {
    --tw-shadow-color: rgb(224 242 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/50 {
    --tw-shadow-color: rgb(224 242 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/55 {
    --tw-shadow-color: rgb(224 242 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/60 {
    --tw-shadow-color: rgb(224 242 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/65 {
    --tw-shadow-color: rgb(224 242 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/70 {
    --tw-shadow-color: rgb(224 242 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/75 {
    --tw-shadow-color: rgb(224 242 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/80 {
    --tw-shadow-color: rgb(224 242 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/85 {
    --tw-shadow-color: rgb(224 242 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/90 {
    --tw-shadow-color: rgb(224 242 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-100\/95 {
    --tw-shadow-color: rgb(224 242 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200 {
    --tw-shadow-color: #bae6fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/0 {
    --tw-shadow-color: rgb(186 230 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/10 {
    --tw-shadow-color: rgb(186 230 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/100 {
    --tw-shadow-color: rgb(186 230 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/15 {
    --tw-shadow-color: rgb(186 230 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/20 {
    --tw-shadow-color: rgb(186 230 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/25 {
    --tw-shadow-color: rgb(186 230 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/30 {
    --tw-shadow-color: rgb(186 230 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/35 {
    --tw-shadow-color: rgb(186 230 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/40 {
    --tw-shadow-color: rgb(186 230 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/45 {
    --tw-shadow-color: rgb(186 230 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/5 {
    --tw-shadow-color: rgb(186 230 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/50 {
    --tw-shadow-color: rgb(186 230 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/55 {
    --tw-shadow-color: rgb(186 230 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/60 {
    --tw-shadow-color: rgb(186 230 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/65 {
    --tw-shadow-color: rgb(186 230 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/70 {
    --tw-shadow-color: rgb(186 230 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/75 {
    --tw-shadow-color: rgb(186 230 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/80 {
    --tw-shadow-color: rgb(186 230 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/85 {
    --tw-shadow-color: rgb(186 230 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/90 {
    --tw-shadow-color: rgb(186 230 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-200\/95 {
    --tw-shadow-color: rgb(186 230 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300 {
    --tw-shadow-color: #7dd3fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/0 {
    --tw-shadow-color: rgb(125 211 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/10 {
    --tw-shadow-color: rgb(125 211 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/100 {
    --tw-shadow-color: rgb(125 211 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/15 {
    --tw-shadow-color: rgb(125 211 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/20 {
    --tw-shadow-color: rgb(125 211 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/25 {
    --tw-shadow-color: rgb(125 211 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/30 {
    --tw-shadow-color: rgb(125 211 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/35 {
    --tw-shadow-color: rgb(125 211 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/40 {
    --tw-shadow-color: rgb(125 211 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/45 {
    --tw-shadow-color: rgb(125 211 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/5 {
    --tw-shadow-color: rgb(125 211 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/50 {
    --tw-shadow-color: rgb(125 211 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/55 {
    --tw-shadow-color: rgb(125 211 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/60 {
    --tw-shadow-color: rgb(125 211 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/65 {
    --tw-shadow-color: rgb(125 211 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/70 {
    --tw-shadow-color: rgb(125 211 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/75 {
    --tw-shadow-color: rgb(125 211 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/80 {
    --tw-shadow-color: rgb(125 211 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/85 {
    --tw-shadow-color: rgb(125 211 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/90 {
    --tw-shadow-color: rgb(125 211 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-300\/95 {
    --tw-shadow-color: rgb(125 211 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400 {
    --tw-shadow-color: #38bdf8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/0 {
    --tw-shadow-color: rgb(56 189 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/10 {
    --tw-shadow-color: rgb(56 189 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/100 {
    --tw-shadow-color: rgb(56 189 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/15 {
    --tw-shadow-color: rgb(56 189 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/20 {
    --tw-shadow-color: rgb(56 189 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/25 {
    --tw-shadow-color: rgb(56 189 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/30 {
    --tw-shadow-color: rgb(56 189 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/35 {
    --tw-shadow-color: rgb(56 189 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/40 {
    --tw-shadow-color: rgb(56 189 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/45 {
    --tw-shadow-color: rgb(56 189 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/5 {
    --tw-shadow-color: rgb(56 189 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/50 {
    --tw-shadow-color: rgb(56 189 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/55 {
    --tw-shadow-color: rgb(56 189 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/60 {
    --tw-shadow-color: rgb(56 189 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/65 {
    --tw-shadow-color: rgb(56 189 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/70 {
    --tw-shadow-color: rgb(56 189 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/75 {
    --tw-shadow-color: rgb(56 189 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/80 {
    --tw-shadow-color: rgb(56 189 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/85 {
    --tw-shadow-color: rgb(56 189 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/90 {
    --tw-shadow-color: rgb(56 189 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-400\/95 {
    --tw-shadow-color: rgb(56 189 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50 {
    --tw-shadow-color: #f0f9ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/0 {
    --tw-shadow-color: rgb(240 249 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/10 {
    --tw-shadow-color: rgb(240 249 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/100 {
    --tw-shadow-color: rgb(240 249 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/15 {
    --tw-shadow-color: rgb(240 249 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/20 {
    --tw-shadow-color: rgb(240 249 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/25 {
    --tw-shadow-color: rgb(240 249 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/30 {
    --tw-shadow-color: rgb(240 249 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/35 {
    --tw-shadow-color: rgb(240 249 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/40 {
    --tw-shadow-color: rgb(240 249 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/45 {
    --tw-shadow-color: rgb(240 249 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/5 {
    --tw-shadow-color: rgb(240 249 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/50 {
    --tw-shadow-color: rgb(240 249 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/55 {
    --tw-shadow-color: rgb(240 249 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/60 {
    --tw-shadow-color: rgb(240 249 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/65 {
    --tw-shadow-color: rgb(240 249 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/70 {
    --tw-shadow-color: rgb(240 249 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/75 {
    --tw-shadow-color: rgb(240 249 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/80 {
    --tw-shadow-color: rgb(240 249 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/85 {
    --tw-shadow-color: rgb(240 249 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/90 {
    --tw-shadow-color: rgb(240 249 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-50\/95 {
    --tw-shadow-color: rgb(240 249 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500 {
    --tw-shadow-color: #0ea5e9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/0 {
    --tw-shadow-color: rgb(14 165 233 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/10 {
    --tw-shadow-color: rgb(14 165 233 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/100 {
    --tw-shadow-color: rgb(14 165 233 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/15 {
    --tw-shadow-color: rgb(14 165 233 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/20 {
    --tw-shadow-color: rgb(14 165 233 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/25 {
    --tw-shadow-color: rgb(14 165 233 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/30 {
    --tw-shadow-color: rgb(14 165 233 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/35 {
    --tw-shadow-color: rgb(14 165 233 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/40 {
    --tw-shadow-color: rgb(14 165 233 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/45 {
    --tw-shadow-color: rgb(14 165 233 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/5 {
    --tw-shadow-color: rgb(14 165 233 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/50 {
    --tw-shadow-color: rgb(14 165 233 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/55 {
    --tw-shadow-color: rgb(14 165 233 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/60 {
    --tw-shadow-color: rgb(14 165 233 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/65 {
    --tw-shadow-color: rgb(14 165 233 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/70 {
    --tw-shadow-color: rgb(14 165 233 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/75 {
    --tw-shadow-color: rgb(14 165 233 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/80 {
    --tw-shadow-color: rgb(14 165 233 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/85 {
    --tw-shadow-color: rgb(14 165 233 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/90 {
    --tw-shadow-color: rgb(14 165 233 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-500\/95 {
    --tw-shadow-color: rgb(14 165 233 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600 {
    --tw-shadow-color: #0284c7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/0 {
    --tw-shadow-color: rgb(2 132 199 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/10 {
    --tw-shadow-color: rgb(2 132 199 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/100 {
    --tw-shadow-color: rgb(2 132 199 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/15 {
    --tw-shadow-color: rgb(2 132 199 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/20 {
    --tw-shadow-color: rgb(2 132 199 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/25 {
    --tw-shadow-color: rgb(2 132 199 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/30 {
    --tw-shadow-color: rgb(2 132 199 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/35 {
    --tw-shadow-color: rgb(2 132 199 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/40 {
    --tw-shadow-color: rgb(2 132 199 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/45 {
    --tw-shadow-color: rgb(2 132 199 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/5 {
    --tw-shadow-color: rgb(2 132 199 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/50 {
    --tw-shadow-color: rgb(2 132 199 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/55 {
    --tw-shadow-color: rgb(2 132 199 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/60 {
    --tw-shadow-color: rgb(2 132 199 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/65 {
    --tw-shadow-color: rgb(2 132 199 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/70 {
    --tw-shadow-color: rgb(2 132 199 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/75 {
    --tw-shadow-color: rgb(2 132 199 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/80 {
    --tw-shadow-color: rgb(2 132 199 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/85 {
    --tw-shadow-color: rgb(2 132 199 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/90 {
    --tw-shadow-color: rgb(2 132 199 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-600\/95 {
    --tw-shadow-color: rgb(2 132 199 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700 {
    --tw-shadow-color: #0369a1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/0 {
    --tw-shadow-color: rgb(3 105 161 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/10 {
    --tw-shadow-color: rgb(3 105 161 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/100 {
    --tw-shadow-color: rgb(3 105 161 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/15 {
    --tw-shadow-color: rgb(3 105 161 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/20 {
    --tw-shadow-color: rgb(3 105 161 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/25 {
    --tw-shadow-color: rgb(3 105 161 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/30 {
    --tw-shadow-color: rgb(3 105 161 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/35 {
    --tw-shadow-color: rgb(3 105 161 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/40 {
    --tw-shadow-color: rgb(3 105 161 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/45 {
    --tw-shadow-color: rgb(3 105 161 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/5 {
    --tw-shadow-color: rgb(3 105 161 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/50 {
    --tw-shadow-color: rgb(3 105 161 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/55 {
    --tw-shadow-color: rgb(3 105 161 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/60 {
    --tw-shadow-color: rgb(3 105 161 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/65 {
    --tw-shadow-color: rgb(3 105 161 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/70 {
    --tw-shadow-color: rgb(3 105 161 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/75 {
    --tw-shadow-color: rgb(3 105 161 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/80 {
    --tw-shadow-color: rgb(3 105 161 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/85 {
    --tw-shadow-color: rgb(3 105 161 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/90 {
    --tw-shadow-color: rgb(3 105 161 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-700\/95 {
    --tw-shadow-color: rgb(3 105 161 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800 {
    --tw-shadow-color: #075985 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/0 {
    --tw-shadow-color: rgb(7 89 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/10 {
    --tw-shadow-color: rgb(7 89 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/100 {
    --tw-shadow-color: rgb(7 89 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/15 {
    --tw-shadow-color: rgb(7 89 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/20 {
    --tw-shadow-color: rgb(7 89 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/25 {
    --tw-shadow-color: rgb(7 89 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/30 {
    --tw-shadow-color: rgb(7 89 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/35 {
    --tw-shadow-color: rgb(7 89 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/40 {
    --tw-shadow-color: rgb(7 89 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/45 {
    --tw-shadow-color: rgb(7 89 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/5 {
    --tw-shadow-color: rgb(7 89 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/50 {
    --tw-shadow-color: rgb(7 89 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/55 {
    --tw-shadow-color: rgb(7 89 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/60 {
    --tw-shadow-color: rgb(7 89 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/65 {
    --tw-shadow-color: rgb(7 89 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/70 {
    --tw-shadow-color: rgb(7 89 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/75 {
    --tw-shadow-color: rgb(7 89 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/80 {
    --tw-shadow-color: rgb(7 89 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/85 {
    --tw-shadow-color: rgb(7 89 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/90 {
    --tw-shadow-color: rgb(7 89 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-800\/95 {
    --tw-shadow-color: rgb(7 89 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900 {
    --tw-shadow-color: #0c4a6e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/0 {
    --tw-shadow-color: rgb(12 74 110 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/10 {
    --tw-shadow-color: rgb(12 74 110 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/100 {
    --tw-shadow-color: rgb(12 74 110 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/15 {
    --tw-shadow-color: rgb(12 74 110 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/20 {
    --tw-shadow-color: rgb(12 74 110 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/25 {
    --tw-shadow-color: rgb(12 74 110 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/30 {
    --tw-shadow-color: rgb(12 74 110 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/35 {
    --tw-shadow-color: rgb(12 74 110 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/40 {
    --tw-shadow-color: rgb(12 74 110 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/45 {
    --tw-shadow-color: rgb(12 74 110 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/5 {
    --tw-shadow-color: rgb(12 74 110 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/50 {
    --tw-shadow-color: rgb(12 74 110 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/55 {
    --tw-shadow-color: rgb(12 74 110 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/60 {
    --tw-shadow-color: rgb(12 74 110 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/65 {
    --tw-shadow-color: rgb(12 74 110 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/70 {
    --tw-shadow-color: rgb(12 74 110 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/75 {
    --tw-shadow-color: rgb(12 74 110 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/80 {
    --tw-shadow-color: rgb(12 74 110 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/85 {
    --tw-shadow-color: rgb(12 74 110 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/90 {
    --tw-shadow-color: rgb(12 74 110 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-900\/95 {
    --tw-shadow-color: rgb(12 74 110 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950 {
    --tw-shadow-color: #082f49 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/0 {
    --tw-shadow-color: rgb(8 47 73 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/10 {
    --tw-shadow-color: rgb(8 47 73 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/100 {
    --tw-shadow-color: rgb(8 47 73 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/15 {
    --tw-shadow-color: rgb(8 47 73 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/20 {
    --tw-shadow-color: rgb(8 47 73 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/25 {
    --tw-shadow-color: rgb(8 47 73 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/30 {
    --tw-shadow-color: rgb(8 47 73 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/35 {
    --tw-shadow-color: rgb(8 47 73 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/40 {
    --tw-shadow-color: rgb(8 47 73 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/45 {
    --tw-shadow-color: rgb(8 47 73 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/5 {
    --tw-shadow-color: rgb(8 47 73 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/50 {
    --tw-shadow-color: rgb(8 47 73 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/55 {
    --tw-shadow-color: rgb(8 47 73 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/60 {
    --tw-shadow-color: rgb(8 47 73 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/65 {
    --tw-shadow-color: rgb(8 47 73 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/70 {
    --tw-shadow-color: rgb(8 47 73 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/75 {
    --tw-shadow-color: rgb(8 47 73 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/80 {
    --tw-shadow-color: rgb(8 47 73 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/85 {
    --tw-shadow-color: rgb(8 47 73 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/90 {
    --tw-shadow-color: rgb(8 47 73 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-sky-950\/95 {
    --tw-shadow-color: rgb(8 47 73 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100 {
    --tw-shadow-color: #f1f5f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/0 {
    --tw-shadow-color: rgb(241 245 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/10 {
    --tw-shadow-color: rgb(241 245 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/100 {
    --tw-shadow-color: rgb(241 245 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/15 {
    --tw-shadow-color: rgb(241 245 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/20 {
    --tw-shadow-color: rgb(241 245 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/25 {
    --tw-shadow-color: rgb(241 245 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/30 {
    --tw-shadow-color: rgb(241 245 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/35 {
    --tw-shadow-color: rgb(241 245 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/40 {
    --tw-shadow-color: rgb(241 245 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/45 {
    --tw-shadow-color: rgb(241 245 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/5 {
    --tw-shadow-color: rgb(241 245 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/50 {
    --tw-shadow-color: rgb(241 245 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/55 {
    --tw-shadow-color: rgb(241 245 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/60 {
    --tw-shadow-color: rgb(241 245 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/65 {
    --tw-shadow-color: rgb(241 245 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/70 {
    --tw-shadow-color: rgb(241 245 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/75 {
    --tw-shadow-color: rgb(241 245 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/80 {
    --tw-shadow-color: rgb(241 245 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/85 {
    --tw-shadow-color: rgb(241 245 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/90 {
    --tw-shadow-color: rgb(241 245 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-100\/95 {
    --tw-shadow-color: rgb(241 245 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200 {
    --tw-shadow-color: #e2e8f0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/0 {
    --tw-shadow-color: rgb(226 232 240 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/10 {
    --tw-shadow-color: rgb(226 232 240 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/100 {
    --tw-shadow-color: rgb(226 232 240 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/15 {
    --tw-shadow-color: rgb(226 232 240 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/20 {
    --tw-shadow-color: rgb(226 232 240 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/25 {
    --tw-shadow-color: rgb(226 232 240 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/30 {
    --tw-shadow-color: rgb(226 232 240 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/35 {
    --tw-shadow-color: rgb(226 232 240 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/40 {
    --tw-shadow-color: rgb(226 232 240 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/45 {
    --tw-shadow-color: rgb(226 232 240 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/5 {
    --tw-shadow-color: rgb(226 232 240 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/50 {
    --tw-shadow-color: rgb(226 232 240 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/55 {
    --tw-shadow-color: rgb(226 232 240 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/60 {
    --tw-shadow-color: rgb(226 232 240 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/65 {
    --tw-shadow-color: rgb(226 232 240 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/70 {
    --tw-shadow-color: rgb(226 232 240 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/75 {
    --tw-shadow-color: rgb(226 232 240 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/80 {
    --tw-shadow-color: rgb(226 232 240 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/85 {
    --tw-shadow-color: rgb(226 232 240 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/90 {
    --tw-shadow-color: rgb(226 232 240 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-200\/95 {
    --tw-shadow-color: rgb(226 232 240 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300 {
    --tw-shadow-color: #cbd5e1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/0 {
    --tw-shadow-color: rgb(203 213 225 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/10 {
    --tw-shadow-color: rgb(203 213 225 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/100 {
    --tw-shadow-color: rgb(203 213 225 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/15 {
    --tw-shadow-color: rgb(203 213 225 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/20 {
    --tw-shadow-color: rgb(203 213 225 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/25 {
    --tw-shadow-color: rgb(203 213 225 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/30 {
    --tw-shadow-color: rgb(203 213 225 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/35 {
    --tw-shadow-color: rgb(203 213 225 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/40 {
    --tw-shadow-color: rgb(203 213 225 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/45 {
    --tw-shadow-color: rgb(203 213 225 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/5 {
    --tw-shadow-color: rgb(203 213 225 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/50 {
    --tw-shadow-color: rgb(203 213 225 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/55 {
    --tw-shadow-color: rgb(203 213 225 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/60 {
    --tw-shadow-color: rgb(203 213 225 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/65 {
    --tw-shadow-color: rgb(203 213 225 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/70 {
    --tw-shadow-color: rgb(203 213 225 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/75 {
    --tw-shadow-color: rgb(203 213 225 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/80 {
    --tw-shadow-color: rgb(203 213 225 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/85 {
    --tw-shadow-color: rgb(203 213 225 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/90 {
    --tw-shadow-color: rgb(203 213 225 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-300\/95 {
    --tw-shadow-color: rgb(203 213 225 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400 {
    --tw-shadow-color: #94a3b8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/0 {
    --tw-shadow-color: rgb(148 163 184 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/10 {
    --tw-shadow-color: rgb(148 163 184 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/100 {
    --tw-shadow-color: rgb(148 163 184 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/15 {
    --tw-shadow-color: rgb(148 163 184 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/20 {
    --tw-shadow-color: rgb(148 163 184 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/25 {
    --tw-shadow-color: rgb(148 163 184 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/30 {
    --tw-shadow-color: rgb(148 163 184 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/35 {
    --tw-shadow-color: rgb(148 163 184 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/40 {
    --tw-shadow-color: rgb(148 163 184 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/45 {
    --tw-shadow-color: rgb(148 163 184 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/5 {
    --tw-shadow-color: rgb(148 163 184 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/50 {
    --tw-shadow-color: rgb(148 163 184 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/55 {
    --tw-shadow-color: rgb(148 163 184 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/60 {
    --tw-shadow-color: rgb(148 163 184 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/65 {
    --tw-shadow-color: rgb(148 163 184 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/70 {
    --tw-shadow-color: rgb(148 163 184 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/75 {
    --tw-shadow-color: rgb(148 163 184 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/80 {
    --tw-shadow-color: rgb(148 163 184 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/85 {
    --tw-shadow-color: rgb(148 163 184 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/90 {
    --tw-shadow-color: rgb(148 163 184 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-400\/95 {
    --tw-shadow-color: rgb(148 163 184 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50 {
    --tw-shadow-color: #f8fafc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/0 {
    --tw-shadow-color: rgb(248 250 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/10 {
    --tw-shadow-color: rgb(248 250 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/100 {
    --tw-shadow-color: rgb(248 250 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/15 {
    --tw-shadow-color: rgb(248 250 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/20 {
    --tw-shadow-color: rgb(248 250 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/25 {
    --tw-shadow-color: rgb(248 250 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/30 {
    --tw-shadow-color: rgb(248 250 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/35 {
    --tw-shadow-color: rgb(248 250 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/40 {
    --tw-shadow-color: rgb(248 250 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/45 {
    --tw-shadow-color: rgb(248 250 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/5 {
    --tw-shadow-color: rgb(248 250 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/50 {
    --tw-shadow-color: rgb(248 250 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/55 {
    --tw-shadow-color: rgb(248 250 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/60 {
    --tw-shadow-color: rgb(248 250 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/65 {
    --tw-shadow-color: rgb(248 250 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/70 {
    --tw-shadow-color: rgb(248 250 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/75 {
    --tw-shadow-color: rgb(248 250 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/80 {
    --tw-shadow-color: rgb(248 250 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/85 {
    --tw-shadow-color: rgb(248 250 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/90 {
    --tw-shadow-color: rgb(248 250 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-50\/95 {
    --tw-shadow-color: rgb(248 250 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500 {
    --tw-shadow-color: #64748b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/0 {
    --tw-shadow-color: rgb(100 116 139 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/10 {
    --tw-shadow-color: rgb(100 116 139 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/100 {
    --tw-shadow-color: rgb(100 116 139 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/15 {
    --tw-shadow-color: rgb(100 116 139 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/20 {
    --tw-shadow-color: rgb(100 116 139 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/25 {
    --tw-shadow-color: rgb(100 116 139 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/30 {
    --tw-shadow-color: rgb(100 116 139 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/35 {
    --tw-shadow-color: rgb(100 116 139 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/40 {
    --tw-shadow-color: rgb(100 116 139 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/45 {
    --tw-shadow-color: rgb(100 116 139 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/5 {
    --tw-shadow-color: rgb(100 116 139 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/50 {
    --tw-shadow-color: rgb(100 116 139 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/55 {
    --tw-shadow-color: rgb(100 116 139 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/60 {
    --tw-shadow-color: rgb(100 116 139 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/65 {
    --tw-shadow-color: rgb(100 116 139 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/70 {
    --tw-shadow-color: rgb(100 116 139 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/75 {
    --tw-shadow-color: rgb(100 116 139 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/80 {
    --tw-shadow-color: rgb(100 116 139 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/85 {
    --tw-shadow-color: rgb(100 116 139 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/90 {
    --tw-shadow-color: rgb(100 116 139 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-500\/95 {
    --tw-shadow-color: rgb(100 116 139 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600 {
    --tw-shadow-color: #475569 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/0 {
    --tw-shadow-color: rgb(71 85 105 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/10 {
    --tw-shadow-color: rgb(71 85 105 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/100 {
    --tw-shadow-color: rgb(71 85 105 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/15 {
    --tw-shadow-color: rgb(71 85 105 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/20 {
    --tw-shadow-color: rgb(71 85 105 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/25 {
    --tw-shadow-color: rgb(71 85 105 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/30 {
    --tw-shadow-color: rgb(71 85 105 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/35 {
    --tw-shadow-color: rgb(71 85 105 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/40 {
    --tw-shadow-color: rgb(71 85 105 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/45 {
    --tw-shadow-color: rgb(71 85 105 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/5 {
    --tw-shadow-color: rgb(71 85 105 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/50 {
    --tw-shadow-color: rgb(71 85 105 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/55 {
    --tw-shadow-color: rgb(71 85 105 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/60 {
    --tw-shadow-color: rgb(71 85 105 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/65 {
    --tw-shadow-color: rgb(71 85 105 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/70 {
    --tw-shadow-color: rgb(71 85 105 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/75 {
    --tw-shadow-color: rgb(71 85 105 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/80 {
    --tw-shadow-color: rgb(71 85 105 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/85 {
    --tw-shadow-color: rgb(71 85 105 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/90 {
    --tw-shadow-color: rgb(71 85 105 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-600\/95 {
    --tw-shadow-color: rgb(71 85 105 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700 {
    --tw-shadow-color: #334155 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/0 {
    --tw-shadow-color: rgb(51 65 85 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/10 {
    --tw-shadow-color: rgb(51 65 85 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/100 {
    --tw-shadow-color: rgb(51 65 85 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/15 {
    --tw-shadow-color: rgb(51 65 85 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/20 {
    --tw-shadow-color: rgb(51 65 85 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/25 {
    --tw-shadow-color: rgb(51 65 85 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/30 {
    --tw-shadow-color: rgb(51 65 85 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/35 {
    --tw-shadow-color: rgb(51 65 85 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/40 {
    --tw-shadow-color: rgb(51 65 85 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/45 {
    --tw-shadow-color: rgb(51 65 85 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/5 {
    --tw-shadow-color: rgb(51 65 85 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/50 {
    --tw-shadow-color: rgb(51 65 85 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/55 {
    --tw-shadow-color: rgb(51 65 85 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/60 {
    --tw-shadow-color: rgb(51 65 85 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/65 {
    --tw-shadow-color: rgb(51 65 85 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/70 {
    --tw-shadow-color: rgb(51 65 85 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/75 {
    --tw-shadow-color: rgb(51 65 85 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/80 {
    --tw-shadow-color: rgb(51 65 85 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/85 {
    --tw-shadow-color: rgb(51 65 85 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/90 {
    --tw-shadow-color: rgb(51 65 85 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-700\/95 {
    --tw-shadow-color: rgb(51 65 85 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800 {
    --tw-shadow-color: #1e293b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/0 {
    --tw-shadow-color: rgb(30 41 59 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/10 {
    --tw-shadow-color: rgb(30 41 59 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/100 {
    --tw-shadow-color: rgb(30 41 59 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/15 {
    --tw-shadow-color: rgb(30 41 59 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/20 {
    --tw-shadow-color: rgb(30 41 59 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/25 {
    --tw-shadow-color: rgb(30 41 59 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/30 {
    --tw-shadow-color: rgb(30 41 59 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/35 {
    --tw-shadow-color: rgb(30 41 59 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/40 {
    --tw-shadow-color: rgb(30 41 59 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/45 {
    --tw-shadow-color: rgb(30 41 59 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/5 {
    --tw-shadow-color: rgb(30 41 59 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/50 {
    --tw-shadow-color: rgb(30 41 59 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/55 {
    --tw-shadow-color: rgb(30 41 59 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/60 {
    --tw-shadow-color: rgb(30 41 59 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/65 {
    --tw-shadow-color: rgb(30 41 59 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/70 {
    --tw-shadow-color: rgb(30 41 59 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/75 {
    --tw-shadow-color: rgb(30 41 59 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/80 {
    --tw-shadow-color: rgb(30 41 59 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/85 {
    --tw-shadow-color: rgb(30 41 59 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/90 {
    --tw-shadow-color: rgb(30 41 59 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-800\/95 {
    --tw-shadow-color: rgb(30 41 59 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900 {
    --tw-shadow-color: #0f172a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/0 {
    --tw-shadow-color: rgb(15 23 42 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/10 {
    --tw-shadow-color: rgb(15 23 42 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/100 {
    --tw-shadow-color: rgb(15 23 42 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/15 {
    --tw-shadow-color: rgb(15 23 42 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/20 {
    --tw-shadow-color: rgb(15 23 42 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/25 {
    --tw-shadow-color: rgb(15 23 42 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/30 {
    --tw-shadow-color: rgb(15 23 42 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/35 {
    --tw-shadow-color: rgb(15 23 42 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/40 {
    --tw-shadow-color: rgb(15 23 42 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/45 {
    --tw-shadow-color: rgb(15 23 42 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/5 {
    --tw-shadow-color: rgb(15 23 42 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/50 {
    --tw-shadow-color: rgb(15 23 42 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/55 {
    --tw-shadow-color: rgb(15 23 42 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/60 {
    --tw-shadow-color: rgb(15 23 42 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/65 {
    --tw-shadow-color: rgb(15 23 42 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/70 {
    --tw-shadow-color: rgb(15 23 42 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/75 {
    --tw-shadow-color: rgb(15 23 42 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/80 {
    --tw-shadow-color: rgb(15 23 42 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/85 {
    --tw-shadow-color: rgb(15 23 42 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/90 {
    --tw-shadow-color: rgb(15 23 42 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-900\/95 {
    --tw-shadow-color: rgb(15 23 42 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950 {
    --tw-shadow-color: #020617 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/0 {
    --tw-shadow-color: rgb(2 6 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/10 {
    --tw-shadow-color: rgb(2 6 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/100 {
    --tw-shadow-color: rgb(2 6 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/15 {
    --tw-shadow-color: rgb(2 6 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/20 {
    --tw-shadow-color: rgb(2 6 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/25 {
    --tw-shadow-color: rgb(2 6 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/30 {
    --tw-shadow-color: rgb(2 6 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/35 {
    --tw-shadow-color: rgb(2 6 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/40 {
    --tw-shadow-color: rgb(2 6 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/45 {
    --tw-shadow-color: rgb(2 6 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/5 {
    --tw-shadow-color: rgb(2 6 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/50 {
    --tw-shadow-color: rgb(2 6 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/55 {
    --tw-shadow-color: rgb(2 6 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/60 {
    --tw-shadow-color: rgb(2 6 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/65 {
    --tw-shadow-color: rgb(2 6 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/70 {
    --tw-shadow-color: rgb(2 6 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/75 {
    --tw-shadow-color: rgb(2 6 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/80 {
    --tw-shadow-color: rgb(2 6 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/85 {
    --tw-shadow-color: rgb(2 6 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/90 {
    --tw-shadow-color: rgb(2 6 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-slate-950\/95 {
    --tw-shadow-color: rgb(2 6 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100 {
    --tw-shadow-color: #f5f5f4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/0 {
    --tw-shadow-color: rgb(245 245 244 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/10 {
    --tw-shadow-color: rgb(245 245 244 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/100 {
    --tw-shadow-color: rgb(245 245 244 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/15 {
    --tw-shadow-color: rgb(245 245 244 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/20 {
    --tw-shadow-color: rgb(245 245 244 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/25 {
    --tw-shadow-color: rgb(245 245 244 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/30 {
    --tw-shadow-color: rgb(245 245 244 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/35 {
    --tw-shadow-color: rgb(245 245 244 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/40 {
    --tw-shadow-color: rgb(245 245 244 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/45 {
    --tw-shadow-color: rgb(245 245 244 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/5 {
    --tw-shadow-color: rgb(245 245 244 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/50 {
    --tw-shadow-color: rgb(245 245 244 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/55 {
    --tw-shadow-color: rgb(245 245 244 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/60 {
    --tw-shadow-color: rgb(245 245 244 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/65 {
    --tw-shadow-color: rgb(245 245 244 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/70 {
    --tw-shadow-color: rgb(245 245 244 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/75 {
    --tw-shadow-color: rgb(245 245 244 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/80 {
    --tw-shadow-color: rgb(245 245 244 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/85 {
    --tw-shadow-color: rgb(245 245 244 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/90 {
    --tw-shadow-color: rgb(245 245 244 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-100\/95 {
    --tw-shadow-color: rgb(245 245 244 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200 {
    --tw-shadow-color: #e7e5e4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/0 {
    --tw-shadow-color: rgb(231 229 228 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/10 {
    --tw-shadow-color: rgb(231 229 228 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/100 {
    --tw-shadow-color: rgb(231 229 228 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/15 {
    --tw-shadow-color: rgb(231 229 228 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/20 {
    --tw-shadow-color: rgb(231 229 228 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/25 {
    --tw-shadow-color: rgb(231 229 228 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/30 {
    --tw-shadow-color: rgb(231 229 228 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/35 {
    --tw-shadow-color: rgb(231 229 228 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/40 {
    --tw-shadow-color: rgb(231 229 228 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/45 {
    --tw-shadow-color: rgb(231 229 228 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/5 {
    --tw-shadow-color: rgb(231 229 228 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/50 {
    --tw-shadow-color: rgb(231 229 228 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/55 {
    --tw-shadow-color: rgb(231 229 228 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/60 {
    --tw-shadow-color: rgb(231 229 228 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/65 {
    --tw-shadow-color: rgb(231 229 228 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/70 {
    --tw-shadow-color: rgb(231 229 228 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/75 {
    --tw-shadow-color: rgb(231 229 228 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/80 {
    --tw-shadow-color: rgb(231 229 228 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/85 {
    --tw-shadow-color: rgb(231 229 228 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/90 {
    --tw-shadow-color: rgb(231 229 228 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-200\/95 {
    --tw-shadow-color: rgb(231 229 228 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300 {
    --tw-shadow-color: #d6d3d1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/0 {
    --tw-shadow-color: rgb(214 211 209 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/10 {
    --tw-shadow-color: rgb(214 211 209 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/100 {
    --tw-shadow-color: rgb(214 211 209 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/15 {
    --tw-shadow-color: rgb(214 211 209 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/20 {
    --tw-shadow-color: rgb(214 211 209 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/25 {
    --tw-shadow-color: rgb(214 211 209 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/30 {
    --tw-shadow-color: rgb(214 211 209 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/35 {
    --tw-shadow-color: rgb(214 211 209 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/40 {
    --tw-shadow-color: rgb(214 211 209 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/45 {
    --tw-shadow-color: rgb(214 211 209 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/5 {
    --tw-shadow-color: rgb(214 211 209 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/50 {
    --tw-shadow-color: rgb(214 211 209 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/55 {
    --tw-shadow-color: rgb(214 211 209 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/60 {
    --tw-shadow-color: rgb(214 211 209 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/65 {
    --tw-shadow-color: rgb(214 211 209 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/70 {
    --tw-shadow-color: rgb(214 211 209 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/75 {
    --tw-shadow-color: rgb(214 211 209 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/80 {
    --tw-shadow-color: rgb(214 211 209 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/85 {
    --tw-shadow-color: rgb(214 211 209 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/90 {
    --tw-shadow-color: rgb(214 211 209 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-300\/95 {
    --tw-shadow-color: rgb(214 211 209 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400 {
    --tw-shadow-color: #a8a29e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/0 {
    --tw-shadow-color: rgb(168 162 158 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/10 {
    --tw-shadow-color: rgb(168 162 158 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/100 {
    --tw-shadow-color: rgb(168 162 158 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/15 {
    --tw-shadow-color: rgb(168 162 158 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/20 {
    --tw-shadow-color: rgb(168 162 158 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/25 {
    --tw-shadow-color: rgb(168 162 158 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/30 {
    --tw-shadow-color: rgb(168 162 158 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/35 {
    --tw-shadow-color: rgb(168 162 158 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/40 {
    --tw-shadow-color: rgb(168 162 158 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/45 {
    --tw-shadow-color: rgb(168 162 158 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/5 {
    --tw-shadow-color: rgb(168 162 158 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/50 {
    --tw-shadow-color: rgb(168 162 158 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/55 {
    --tw-shadow-color: rgb(168 162 158 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/60 {
    --tw-shadow-color: rgb(168 162 158 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/65 {
    --tw-shadow-color: rgb(168 162 158 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/70 {
    --tw-shadow-color: rgb(168 162 158 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/75 {
    --tw-shadow-color: rgb(168 162 158 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/80 {
    --tw-shadow-color: rgb(168 162 158 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/85 {
    --tw-shadow-color: rgb(168 162 158 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/90 {
    --tw-shadow-color: rgb(168 162 158 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-400\/95 {
    --tw-shadow-color: rgb(168 162 158 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50 {
    --tw-shadow-color: #fafaf9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/0 {
    --tw-shadow-color: rgb(250 250 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/10 {
    --tw-shadow-color: rgb(250 250 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/100 {
    --tw-shadow-color: rgb(250 250 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/15 {
    --tw-shadow-color: rgb(250 250 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/20 {
    --tw-shadow-color: rgb(250 250 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/25 {
    --tw-shadow-color: rgb(250 250 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/30 {
    --tw-shadow-color: rgb(250 250 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/35 {
    --tw-shadow-color: rgb(250 250 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/40 {
    --tw-shadow-color: rgb(250 250 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/45 {
    --tw-shadow-color: rgb(250 250 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/5 {
    --tw-shadow-color: rgb(250 250 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/50 {
    --tw-shadow-color: rgb(250 250 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/55 {
    --tw-shadow-color: rgb(250 250 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/60 {
    --tw-shadow-color: rgb(250 250 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/65 {
    --tw-shadow-color: rgb(250 250 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/70 {
    --tw-shadow-color: rgb(250 250 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/75 {
    --tw-shadow-color: rgb(250 250 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/80 {
    --tw-shadow-color: rgb(250 250 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/85 {
    --tw-shadow-color: rgb(250 250 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/90 {
    --tw-shadow-color: rgb(250 250 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-50\/95 {
    --tw-shadow-color: rgb(250 250 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500 {
    --tw-shadow-color: #78716c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/0 {
    --tw-shadow-color: rgb(120 113 108 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/10 {
    --tw-shadow-color: rgb(120 113 108 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/100 {
    --tw-shadow-color: rgb(120 113 108 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/15 {
    --tw-shadow-color: rgb(120 113 108 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/20 {
    --tw-shadow-color: rgb(120 113 108 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/25 {
    --tw-shadow-color: rgb(120 113 108 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/30 {
    --tw-shadow-color: rgb(120 113 108 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/35 {
    --tw-shadow-color: rgb(120 113 108 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/40 {
    --tw-shadow-color: rgb(120 113 108 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/45 {
    --tw-shadow-color: rgb(120 113 108 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/5 {
    --tw-shadow-color: rgb(120 113 108 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/50 {
    --tw-shadow-color: rgb(120 113 108 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/55 {
    --tw-shadow-color: rgb(120 113 108 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/60 {
    --tw-shadow-color: rgb(120 113 108 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/65 {
    --tw-shadow-color: rgb(120 113 108 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/70 {
    --tw-shadow-color: rgb(120 113 108 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/75 {
    --tw-shadow-color: rgb(120 113 108 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/80 {
    --tw-shadow-color: rgb(120 113 108 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/85 {
    --tw-shadow-color: rgb(120 113 108 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/90 {
    --tw-shadow-color: rgb(120 113 108 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-500\/95 {
    --tw-shadow-color: rgb(120 113 108 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600 {
    --tw-shadow-color: #57534e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/0 {
    --tw-shadow-color: rgb(87 83 78 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/10 {
    --tw-shadow-color: rgb(87 83 78 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/100 {
    --tw-shadow-color: rgb(87 83 78 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/15 {
    --tw-shadow-color: rgb(87 83 78 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/20 {
    --tw-shadow-color: rgb(87 83 78 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/25 {
    --tw-shadow-color: rgb(87 83 78 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/30 {
    --tw-shadow-color: rgb(87 83 78 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/35 {
    --tw-shadow-color: rgb(87 83 78 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/40 {
    --tw-shadow-color: rgb(87 83 78 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/45 {
    --tw-shadow-color: rgb(87 83 78 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/5 {
    --tw-shadow-color: rgb(87 83 78 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/50 {
    --tw-shadow-color: rgb(87 83 78 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/55 {
    --tw-shadow-color: rgb(87 83 78 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/60 {
    --tw-shadow-color: rgb(87 83 78 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/65 {
    --tw-shadow-color: rgb(87 83 78 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/70 {
    --tw-shadow-color: rgb(87 83 78 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/75 {
    --tw-shadow-color: rgb(87 83 78 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/80 {
    --tw-shadow-color: rgb(87 83 78 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/85 {
    --tw-shadow-color: rgb(87 83 78 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/90 {
    --tw-shadow-color: rgb(87 83 78 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-600\/95 {
    --tw-shadow-color: rgb(87 83 78 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700 {
    --tw-shadow-color: #44403c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/0 {
    --tw-shadow-color: rgb(68 64 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/10 {
    --tw-shadow-color: rgb(68 64 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/100 {
    --tw-shadow-color: rgb(68 64 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/15 {
    --tw-shadow-color: rgb(68 64 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/20 {
    --tw-shadow-color: rgb(68 64 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/25 {
    --tw-shadow-color: rgb(68 64 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/30 {
    --tw-shadow-color: rgb(68 64 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/35 {
    --tw-shadow-color: rgb(68 64 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/40 {
    --tw-shadow-color: rgb(68 64 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/45 {
    --tw-shadow-color: rgb(68 64 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/5 {
    --tw-shadow-color: rgb(68 64 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/50 {
    --tw-shadow-color: rgb(68 64 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/55 {
    --tw-shadow-color: rgb(68 64 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/60 {
    --tw-shadow-color: rgb(68 64 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/65 {
    --tw-shadow-color: rgb(68 64 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/70 {
    --tw-shadow-color: rgb(68 64 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/75 {
    --tw-shadow-color: rgb(68 64 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/80 {
    --tw-shadow-color: rgb(68 64 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/85 {
    --tw-shadow-color: rgb(68 64 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/90 {
    --tw-shadow-color: rgb(68 64 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-700\/95 {
    --tw-shadow-color: rgb(68 64 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800 {
    --tw-shadow-color: #292524 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/0 {
    --tw-shadow-color: rgb(41 37 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/10 {
    --tw-shadow-color: rgb(41 37 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/100 {
    --tw-shadow-color: rgb(41 37 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/15 {
    --tw-shadow-color: rgb(41 37 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/20 {
    --tw-shadow-color: rgb(41 37 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/25 {
    --tw-shadow-color: rgb(41 37 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/30 {
    --tw-shadow-color: rgb(41 37 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/35 {
    --tw-shadow-color: rgb(41 37 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/40 {
    --tw-shadow-color: rgb(41 37 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/45 {
    --tw-shadow-color: rgb(41 37 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/5 {
    --tw-shadow-color: rgb(41 37 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/50 {
    --tw-shadow-color: rgb(41 37 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/55 {
    --tw-shadow-color: rgb(41 37 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/60 {
    --tw-shadow-color: rgb(41 37 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/65 {
    --tw-shadow-color: rgb(41 37 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/70 {
    --tw-shadow-color: rgb(41 37 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/75 {
    --tw-shadow-color: rgb(41 37 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/80 {
    --tw-shadow-color: rgb(41 37 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/85 {
    --tw-shadow-color: rgb(41 37 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/90 {
    --tw-shadow-color: rgb(41 37 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-800\/95 {
    --tw-shadow-color: rgb(41 37 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900 {
    --tw-shadow-color: #1c1917 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/0 {
    --tw-shadow-color: rgb(28 25 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/10 {
    --tw-shadow-color: rgb(28 25 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/100 {
    --tw-shadow-color: rgb(28 25 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/15 {
    --tw-shadow-color: rgb(28 25 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/20 {
    --tw-shadow-color: rgb(28 25 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/25 {
    --tw-shadow-color: rgb(28 25 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/30 {
    --tw-shadow-color: rgb(28 25 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/35 {
    --tw-shadow-color: rgb(28 25 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/40 {
    --tw-shadow-color: rgb(28 25 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/45 {
    --tw-shadow-color: rgb(28 25 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/5 {
    --tw-shadow-color: rgb(28 25 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/50 {
    --tw-shadow-color: rgb(28 25 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/55 {
    --tw-shadow-color: rgb(28 25 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/60 {
    --tw-shadow-color: rgb(28 25 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/65 {
    --tw-shadow-color: rgb(28 25 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/70 {
    --tw-shadow-color: rgb(28 25 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/75 {
    --tw-shadow-color: rgb(28 25 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/80 {
    --tw-shadow-color: rgb(28 25 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/85 {
    --tw-shadow-color: rgb(28 25 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/90 {
    --tw-shadow-color: rgb(28 25 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-900\/95 {
    --tw-shadow-color: rgb(28 25 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950 {
    --tw-shadow-color: #0c0a09 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/0 {
    --tw-shadow-color: rgb(12 10 9 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/10 {
    --tw-shadow-color: rgb(12 10 9 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/100 {
    --tw-shadow-color: rgb(12 10 9 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/15 {
    --tw-shadow-color: rgb(12 10 9 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/20 {
    --tw-shadow-color: rgb(12 10 9 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/25 {
    --tw-shadow-color: rgb(12 10 9 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/30 {
    --tw-shadow-color: rgb(12 10 9 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/35 {
    --tw-shadow-color: rgb(12 10 9 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/40 {
    --tw-shadow-color: rgb(12 10 9 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/45 {
    --tw-shadow-color: rgb(12 10 9 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/5 {
    --tw-shadow-color: rgb(12 10 9 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/50 {
    --tw-shadow-color: rgb(12 10 9 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/55 {
    --tw-shadow-color: rgb(12 10 9 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/60 {
    --tw-shadow-color: rgb(12 10 9 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/65 {
    --tw-shadow-color: rgb(12 10 9 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/70 {
    --tw-shadow-color: rgb(12 10 9 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/75 {
    --tw-shadow-color: rgb(12 10 9 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/80 {
    --tw-shadow-color: rgb(12 10 9 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/85 {
    --tw-shadow-color: rgb(12 10 9 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/90 {
    --tw-shadow-color: rgb(12 10 9 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-stone-950\/95 {
    --tw-shadow-color: rgb(12 10 9 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100 {
    --tw-shadow-color: #ccfbf1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/0 {
    --tw-shadow-color: rgb(204 251 241 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/10 {
    --tw-shadow-color: rgb(204 251 241 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/100 {
    --tw-shadow-color: rgb(204 251 241 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/15 {
    --tw-shadow-color: rgb(204 251 241 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/20 {
    --tw-shadow-color: rgb(204 251 241 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/25 {
    --tw-shadow-color: rgb(204 251 241 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/30 {
    --tw-shadow-color: rgb(204 251 241 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/35 {
    --tw-shadow-color: rgb(204 251 241 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/40 {
    --tw-shadow-color: rgb(204 251 241 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/45 {
    --tw-shadow-color: rgb(204 251 241 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/5 {
    --tw-shadow-color: rgb(204 251 241 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/50 {
    --tw-shadow-color: rgb(204 251 241 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/55 {
    --tw-shadow-color: rgb(204 251 241 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/60 {
    --tw-shadow-color: rgb(204 251 241 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/65 {
    --tw-shadow-color: rgb(204 251 241 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/70 {
    --tw-shadow-color: rgb(204 251 241 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/75 {
    --tw-shadow-color: rgb(204 251 241 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/80 {
    --tw-shadow-color: rgb(204 251 241 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/85 {
    --tw-shadow-color: rgb(204 251 241 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/90 {
    --tw-shadow-color: rgb(204 251 241 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-100\/95 {
    --tw-shadow-color: rgb(204 251 241 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200 {
    --tw-shadow-color: #99f6e4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/0 {
    --tw-shadow-color: rgb(153 246 228 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/10 {
    --tw-shadow-color: rgb(153 246 228 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/100 {
    --tw-shadow-color: rgb(153 246 228 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/15 {
    --tw-shadow-color: rgb(153 246 228 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/20 {
    --tw-shadow-color: rgb(153 246 228 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/25 {
    --tw-shadow-color: rgb(153 246 228 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/30 {
    --tw-shadow-color: rgb(153 246 228 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/35 {
    --tw-shadow-color: rgb(153 246 228 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/40 {
    --tw-shadow-color: rgb(153 246 228 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/45 {
    --tw-shadow-color: rgb(153 246 228 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/5 {
    --tw-shadow-color: rgb(153 246 228 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/50 {
    --tw-shadow-color: rgb(153 246 228 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/55 {
    --tw-shadow-color: rgb(153 246 228 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/60 {
    --tw-shadow-color: rgb(153 246 228 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/65 {
    --tw-shadow-color: rgb(153 246 228 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/70 {
    --tw-shadow-color: rgb(153 246 228 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/75 {
    --tw-shadow-color: rgb(153 246 228 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/80 {
    --tw-shadow-color: rgb(153 246 228 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/85 {
    --tw-shadow-color: rgb(153 246 228 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/90 {
    --tw-shadow-color: rgb(153 246 228 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-200\/95 {
    --tw-shadow-color: rgb(153 246 228 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300 {
    --tw-shadow-color: #5eead4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/0 {
    --tw-shadow-color: rgb(94 234 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/10 {
    --tw-shadow-color: rgb(94 234 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/100 {
    --tw-shadow-color: rgb(94 234 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/15 {
    --tw-shadow-color: rgb(94 234 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/20 {
    --tw-shadow-color: rgb(94 234 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/25 {
    --tw-shadow-color: rgb(94 234 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/30 {
    --tw-shadow-color: rgb(94 234 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/35 {
    --tw-shadow-color: rgb(94 234 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/40 {
    --tw-shadow-color: rgb(94 234 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/45 {
    --tw-shadow-color: rgb(94 234 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/5 {
    --tw-shadow-color: rgb(94 234 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/50 {
    --tw-shadow-color: rgb(94 234 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/55 {
    --tw-shadow-color: rgb(94 234 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/60 {
    --tw-shadow-color: rgb(94 234 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/65 {
    --tw-shadow-color: rgb(94 234 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/70 {
    --tw-shadow-color: rgb(94 234 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/75 {
    --tw-shadow-color: rgb(94 234 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/80 {
    --tw-shadow-color: rgb(94 234 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/85 {
    --tw-shadow-color: rgb(94 234 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/90 {
    --tw-shadow-color: rgb(94 234 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-300\/95 {
    --tw-shadow-color: rgb(94 234 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400 {
    --tw-shadow-color: #2dd4bf !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/0 {
    --tw-shadow-color: rgb(45 212 191 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/10 {
    --tw-shadow-color: rgb(45 212 191 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/100 {
    --tw-shadow-color: rgb(45 212 191 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/15 {
    --tw-shadow-color: rgb(45 212 191 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/20 {
    --tw-shadow-color: rgb(45 212 191 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/25 {
    --tw-shadow-color: rgb(45 212 191 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/30 {
    --tw-shadow-color: rgb(45 212 191 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/35 {
    --tw-shadow-color: rgb(45 212 191 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/40 {
    --tw-shadow-color: rgb(45 212 191 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/45 {
    --tw-shadow-color: rgb(45 212 191 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/5 {
    --tw-shadow-color: rgb(45 212 191 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/50 {
    --tw-shadow-color: rgb(45 212 191 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/55 {
    --tw-shadow-color: rgb(45 212 191 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/60 {
    --tw-shadow-color: rgb(45 212 191 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/65 {
    --tw-shadow-color: rgb(45 212 191 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/70 {
    --tw-shadow-color: rgb(45 212 191 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/75 {
    --tw-shadow-color: rgb(45 212 191 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/80 {
    --tw-shadow-color: rgb(45 212 191 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/85 {
    --tw-shadow-color: rgb(45 212 191 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/90 {
    --tw-shadow-color: rgb(45 212 191 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-400\/95 {
    --tw-shadow-color: rgb(45 212 191 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50 {
    --tw-shadow-color: #f0fdfa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/0 {
    --tw-shadow-color: rgb(240 253 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/10 {
    --tw-shadow-color: rgb(240 253 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/100 {
    --tw-shadow-color: rgb(240 253 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/15 {
    --tw-shadow-color: rgb(240 253 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/20 {
    --tw-shadow-color: rgb(240 253 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/25 {
    --tw-shadow-color: rgb(240 253 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/30 {
    --tw-shadow-color: rgb(240 253 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/35 {
    --tw-shadow-color: rgb(240 253 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/40 {
    --tw-shadow-color: rgb(240 253 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/45 {
    --tw-shadow-color: rgb(240 253 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/5 {
    --tw-shadow-color: rgb(240 253 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/50 {
    --tw-shadow-color: rgb(240 253 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/55 {
    --tw-shadow-color: rgb(240 253 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/60 {
    --tw-shadow-color: rgb(240 253 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/65 {
    --tw-shadow-color: rgb(240 253 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/70 {
    --tw-shadow-color: rgb(240 253 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/75 {
    --tw-shadow-color: rgb(240 253 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/80 {
    --tw-shadow-color: rgb(240 253 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/85 {
    --tw-shadow-color: rgb(240 253 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/90 {
    --tw-shadow-color: rgb(240 253 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-50\/95 {
    --tw-shadow-color: rgb(240 253 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500 {
    --tw-shadow-color: #14b8a6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/0 {
    --tw-shadow-color: rgb(20 184 166 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/10 {
    --tw-shadow-color: rgb(20 184 166 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/100 {
    --tw-shadow-color: rgb(20 184 166 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/15 {
    --tw-shadow-color: rgb(20 184 166 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/20 {
    --tw-shadow-color: rgb(20 184 166 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/25 {
    --tw-shadow-color: rgb(20 184 166 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/30 {
    --tw-shadow-color: rgb(20 184 166 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/35 {
    --tw-shadow-color: rgb(20 184 166 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/40 {
    --tw-shadow-color: rgb(20 184 166 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/45 {
    --tw-shadow-color: rgb(20 184 166 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/5 {
    --tw-shadow-color: rgb(20 184 166 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/50 {
    --tw-shadow-color: rgb(20 184 166 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/55 {
    --tw-shadow-color: rgb(20 184 166 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/60 {
    --tw-shadow-color: rgb(20 184 166 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/65 {
    --tw-shadow-color: rgb(20 184 166 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/70 {
    --tw-shadow-color: rgb(20 184 166 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/75 {
    --tw-shadow-color: rgb(20 184 166 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/80 {
    --tw-shadow-color: rgb(20 184 166 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/85 {
    --tw-shadow-color: rgb(20 184 166 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/90 {
    --tw-shadow-color: rgb(20 184 166 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-500\/95 {
    --tw-shadow-color: rgb(20 184 166 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600 {
    --tw-shadow-color: #0d9488 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/0 {
    --tw-shadow-color: rgb(13 148 136 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/10 {
    --tw-shadow-color: rgb(13 148 136 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/100 {
    --tw-shadow-color: rgb(13 148 136 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/15 {
    --tw-shadow-color: rgb(13 148 136 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/20 {
    --tw-shadow-color: rgb(13 148 136 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/25 {
    --tw-shadow-color: rgb(13 148 136 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/30 {
    --tw-shadow-color: rgb(13 148 136 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/35 {
    --tw-shadow-color: rgb(13 148 136 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/40 {
    --tw-shadow-color: rgb(13 148 136 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/45 {
    --tw-shadow-color: rgb(13 148 136 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/5 {
    --tw-shadow-color: rgb(13 148 136 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/50 {
    --tw-shadow-color: rgb(13 148 136 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/55 {
    --tw-shadow-color: rgb(13 148 136 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/60 {
    --tw-shadow-color: rgb(13 148 136 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/65 {
    --tw-shadow-color: rgb(13 148 136 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/70 {
    --tw-shadow-color: rgb(13 148 136 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/75 {
    --tw-shadow-color: rgb(13 148 136 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/80 {
    --tw-shadow-color: rgb(13 148 136 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/85 {
    --tw-shadow-color: rgb(13 148 136 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/90 {
    --tw-shadow-color: rgb(13 148 136 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-600\/95 {
    --tw-shadow-color: rgb(13 148 136 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700 {
    --tw-shadow-color: #0f766e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/0 {
    --tw-shadow-color: rgb(15 118 110 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/10 {
    --tw-shadow-color: rgb(15 118 110 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/100 {
    --tw-shadow-color: rgb(15 118 110 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/15 {
    --tw-shadow-color: rgb(15 118 110 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/20 {
    --tw-shadow-color: rgb(15 118 110 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/25 {
    --tw-shadow-color: rgb(15 118 110 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/30 {
    --tw-shadow-color: rgb(15 118 110 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/35 {
    --tw-shadow-color: rgb(15 118 110 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/40 {
    --tw-shadow-color: rgb(15 118 110 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/45 {
    --tw-shadow-color: rgb(15 118 110 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/5 {
    --tw-shadow-color: rgb(15 118 110 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/50 {
    --tw-shadow-color: rgb(15 118 110 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/55 {
    --tw-shadow-color: rgb(15 118 110 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/60 {
    --tw-shadow-color: rgb(15 118 110 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/65 {
    --tw-shadow-color: rgb(15 118 110 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/70 {
    --tw-shadow-color: rgb(15 118 110 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/75 {
    --tw-shadow-color: rgb(15 118 110 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/80 {
    --tw-shadow-color: rgb(15 118 110 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/85 {
    --tw-shadow-color: rgb(15 118 110 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/90 {
    --tw-shadow-color: rgb(15 118 110 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-700\/95 {
    --tw-shadow-color: rgb(15 118 110 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800 {
    --tw-shadow-color: #115e59 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/0 {
    --tw-shadow-color: rgb(17 94 89 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/10 {
    --tw-shadow-color: rgb(17 94 89 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/100 {
    --tw-shadow-color: rgb(17 94 89 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/15 {
    --tw-shadow-color: rgb(17 94 89 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/20 {
    --tw-shadow-color: rgb(17 94 89 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/25 {
    --tw-shadow-color: rgb(17 94 89 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/30 {
    --tw-shadow-color: rgb(17 94 89 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/35 {
    --tw-shadow-color: rgb(17 94 89 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/40 {
    --tw-shadow-color: rgb(17 94 89 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/45 {
    --tw-shadow-color: rgb(17 94 89 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/5 {
    --tw-shadow-color: rgb(17 94 89 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/50 {
    --tw-shadow-color: rgb(17 94 89 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/55 {
    --tw-shadow-color: rgb(17 94 89 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/60 {
    --tw-shadow-color: rgb(17 94 89 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/65 {
    --tw-shadow-color: rgb(17 94 89 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/70 {
    --tw-shadow-color: rgb(17 94 89 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/75 {
    --tw-shadow-color: rgb(17 94 89 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/80 {
    --tw-shadow-color: rgb(17 94 89 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/85 {
    --tw-shadow-color: rgb(17 94 89 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/90 {
    --tw-shadow-color: rgb(17 94 89 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-800\/95 {
    --tw-shadow-color: rgb(17 94 89 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900 {
    --tw-shadow-color: #134e4a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/0 {
    --tw-shadow-color: rgb(19 78 74 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/10 {
    --tw-shadow-color: rgb(19 78 74 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/100 {
    --tw-shadow-color: rgb(19 78 74 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/15 {
    --tw-shadow-color: rgb(19 78 74 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/20 {
    --tw-shadow-color: rgb(19 78 74 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/25 {
    --tw-shadow-color: rgb(19 78 74 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/30 {
    --tw-shadow-color: rgb(19 78 74 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/35 {
    --tw-shadow-color: rgb(19 78 74 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/40 {
    --tw-shadow-color: rgb(19 78 74 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/45 {
    --tw-shadow-color: rgb(19 78 74 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/5 {
    --tw-shadow-color: rgb(19 78 74 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/50 {
    --tw-shadow-color: rgb(19 78 74 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/55 {
    --tw-shadow-color: rgb(19 78 74 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/60 {
    --tw-shadow-color: rgb(19 78 74 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/65 {
    --tw-shadow-color: rgb(19 78 74 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/70 {
    --tw-shadow-color: rgb(19 78 74 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/75 {
    --tw-shadow-color: rgb(19 78 74 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/80 {
    --tw-shadow-color: rgb(19 78 74 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/85 {
    --tw-shadow-color: rgb(19 78 74 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/90 {
    --tw-shadow-color: rgb(19 78 74 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-900\/95 {
    --tw-shadow-color: rgb(19 78 74 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950 {
    --tw-shadow-color: #042f2e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/0 {
    --tw-shadow-color: rgb(4 47 46 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/10 {
    --tw-shadow-color: rgb(4 47 46 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/100 {
    --tw-shadow-color: rgb(4 47 46 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/15 {
    --tw-shadow-color: rgb(4 47 46 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/20 {
    --tw-shadow-color: rgb(4 47 46 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/25 {
    --tw-shadow-color: rgb(4 47 46 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/30 {
    --tw-shadow-color: rgb(4 47 46 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/35 {
    --tw-shadow-color: rgb(4 47 46 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/40 {
    --tw-shadow-color: rgb(4 47 46 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/45 {
    --tw-shadow-color: rgb(4 47 46 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/5 {
    --tw-shadow-color: rgb(4 47 46 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/50 {
    --tw-shadow-color: rgb(4 47 46 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/55 {
    --tw-shadow-color: rgb(4 47 46 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/60 {
    --tw-shadow-color: rgb(4 47 46 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/65 {
    --tw-shadow-color: rgb(4 47 46 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/70 {
    --tw-shadow-color: rgb(4 47 46 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/75 {
    --tw-shadow-color: rgb(4 47 46 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/80 {
    --tw-shadow-color: rgb(4 47 46 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/85 {
    --tw-shadow-color: rgb(4 47 46 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/90 {
    --tw-shadow-color: rgb(4 47 46 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-teal-950\/95 {
    --tw-shadow-color: rgb(4 47 46 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color {
    --tw-shadow-color: #509885 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/0 {
    --tw-shadow-color: rgb(80 152 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/10 {
    --tw-shadow-color: rgb(80 152 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/100 {
    --tw-shadow-color: rgb(80 152 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/15 {
    --tw-shadow-color: rgb(80 152 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/20 {
    --tw-shadow-color: rgb(80 152 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/25 {
    --tw-shadow-color: rgb(80 152 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/30 {
    --tw-shadow-color: rgb(80 152 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/35 {
    --tw-shadow-color: rgb(80 152 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/40 {
    --tw-shadow-color: rgb(80 152 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/45 {
    --tw-shadow-color: rgb(80 152 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/5 {
    --tw-shadow-color: rgb(80 152 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/50 {
    --tw-shadow-color: rgb(80 152 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/55 {
    --tw-shadow-color: rgb(80 152 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/60 {
    --tw-shadow-color: rgb(80 152 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/65 {
    --tw-shadow-color: rgb(80 152 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/70 {
    --tw-shadow-color: rgb(80 152 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/75 {
    --tw-shadow-color: rgb(80 152 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/80 {
    --tw-shadow-color: rgb(80 152 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/85 {
    --tw-shadow-color: rgb(80 152 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/90 {
    --tw-shadow-color: rgb(80 152 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-theme_color\/95 {
    --tw-shadow-color: rgb(80 152 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent {
    --tw-shadow-color: transparent !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-transparent\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100 {
    --tw-shadow-color: #ede9fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/0 {
    --tw-shadow-color: rgb(237 233 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/10 {
    --tw-shadow-color: rgb(237 233 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/100 {
    --tw-shadow-color: rgb(237 233 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/15 {
    --tw-shadow-color: rgb(237 233 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/20 {
    --tw-shadow-color: rgb(237 233 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/25 {
    --tw-shadow-color: rgb(237 233 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/30 {
    --tw-shadow-color: rgb(237 233 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/35 {
    --tw-shadow-color: rgb(237 233 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/40 {
    --tw-shadow-color: rgb(237 233 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/45 {
    --tw-shadow-color: rgb(237 233 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/5 {
    --tw-shadow-color: rgb(237 233 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/50 {
    --tw-shadow-color: rgb(237 233 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/55 {
    --tw-shadow-color: rgb(237 233 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/60 {
    --tw-shadow-color: rgb(237 233 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/65 {
    --tw-shadow-color: rgb(237 233 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/70 {
    --tw-shadow-color: rgb(237 233 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/75 {
    --tw-shadow-color: rgb(237 233 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/80 {
    --tw-shadow-color: rgb(237 233 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/85 {
    --tw-shadow-color: rgb(237 233 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/90 {
    --tw-shadow-color: rgb(237 233 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-100\/95 {
    --tw-shadow-color: rgb(237 233 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200 {
    --tw-shadow-color: #ddd6fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/0 {
    --tw-shadow-color: rgb(221 214 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/10 {
    --tw-shadow-color: rgb(221 214 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/100 {
    --tw-shadow-color: rgb(221 214 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/15 {
    --tw-shadow-color: rgb(221 214 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/20 {
    --tw-shadow-color: rgb(221 214 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/25 {
    --tw-shadow-color: rgb(221 214 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/30 {
    --tw-shadow-color: rgb(221 214 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/35 {
    --tw-shadow-color: rgb(221 214 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/40 {
    --tw-shadow-color: rgb(221 214 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/45 {
    --tw-shadow-color: rgb(221 214 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/5 {
    --tw-shadow-color: rgb(221 214 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/50 {
    --tw-shadow-color: rgb(221 214 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/55 {
    --tw-shadow-color: rgb(221 214 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/60 {
    --tw-shadow-color: rgb(221 214 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/65 {
    --tw-shadow-color: rgb(221 214 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/70 {
    --tw-shadow-color: rgb(221 214 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/75 {
    --tw-shadow-color: rgb(221 214 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/80 {
    --tw-shadow-color: rgb(221 214 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/85 {
    --tw-shadow-color: rgb(221 214 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/90 {
    --tw-shadow-color: rgb(221 214 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-200\/95 {
    --tw-shadow-color: rgb(221 214 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300 {
    --tw-shadow-color: #c4b5fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/0 {
    --tw-shadow-color: rgb(196 181 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/10 {
    --tw-shadow-color: rgb(196 181 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/100 {
    --tw-shadow-color: rgb(196 181 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/15 {
    --tw-shadow-color: rgb(196 181 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/20 {
    --tw-shadow-color: rgb(196 181 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/25 {
    --tw-shadow-color: rgb(196 181 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/30 {
    --tw-shadow-color: rgb(196 181 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/35 {
    --tw-shadow-color: rgb(196 181 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/40 {
    --tw-shadow-color: rgb(196 181 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/45 {
    --tw-shadow-color: rgb(196 181 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/5 {
    --tw-shadow-color: rgb(196 181 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/50 {
    --tw-shadow-color: rgb(196 181 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/55 {
    --tw-shadow-color: rgb(196 181 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/60 {
    --tw-shadow-color: rgb(196 181 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/65 {
    --tw-shadow-color: rgb(196 181 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/70 {
    --tw-shadow-color: rgb(196 181 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/75 {
    --tw-shadow-color: rgb(196 181 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/80 {
    --tw-shadow-color: rgb(196 181 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/85 {
    --tw-shadow-color: rgb(196 181 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/90 {
    --tw-shadow-color: rgb(196 181 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-300\/95 {
    --tw-shadow-color: rgb(196 181 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400 {
    --tw-shadow-color: #a78bfa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/0 {
    --tw-shadow-color: rgb(167 139 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/10 {
    --tw-shadow-color: rgb(167 139 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/100 {
    --tw-shadow-color: rgb(167 139 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/15 {
    --tw-shadow-color: rgb(167 139 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/20 {
    --tw-shadow-color: rgb(167 139 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/25 {
    --tw-shadow-color: rgb(167 139 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/30 {
    --tw-shadow-color: rgb(167 139 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/35 {
    --tw-shadow-color: rgb(167 139 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/40 {
    --tw-shadow-color: rgb(167 139 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/45 {
    --tw-shadow-color: rgb(167 139 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/5 {
    --tw-shadow-color: rgb(167 139 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/50 {
    --tw-shadow-color: rgb(167 139 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/55 {
    --tw-shadow-color: rgb(167 139 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/60 {
    --tw-shadow-color: rgb(167 139 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/65 {
    --tw-shadow-color: rgb(167 139 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/70 {
    --tw-shadow-color: rgb(167 139 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/75 {
    --tw-shadow-color: rgb(167 139 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/80 {
    --tw-shadow-color: rgb(167 139 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/85 {
    --tw-shadow-color: rgb(167 139 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/90 {
    --tw-shadow-color: rgb(167 139 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-400\/95 {
    --tw-shadow-color: rgb(167 139 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50 {
    --tw-shadow-color: #f5f3ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/0 {
    --tw-shadow-color: rgb(245 243 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/10 {
    --tw-shadow-color: rgb(245 243 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/100 {
    --tw-shadow-color: rgb(245 243 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/15 {
    --tw-shadow-color: rgb(245 243 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/20 {
    --tw-shadow-color: rgb(245 243 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/25 {
    --tw-shadow-color: rgb(245 243 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/30 {
    --tw-shadow-color: rgb(245 243 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/35 {
    --tw-shadow-color: rgb(245 243 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/40 {
    --tw-shadow-color: rgb(245 243 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/45 {
    --tw-shadow-color: rgb(245 243 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/5 {
    --tw-shadow-color: rgb(245 243 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/50 {
    --tw-shadow-color: rgb(245 243 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/55 {
    --tw-shadow-color: rgb(245 243 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/60 {
    --tw-shadow-color: rgb(245 243 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/65 {
    --tw-shadow-color: rgb(245 243 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/70 {
    --tw-shadow-color: rgb(245 243 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/75 {
    --tw-shadow-color: rgb(245 243 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/80 {
    --tw-shadow-color: rgb(245 243 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/85 {
    --tw-shadow-color: rgb(245 243 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/90 {
    --tw-shadow-color: rgb(245 243 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-50\/95 {
    --tw-shadow-color: rgb(245 243 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500 {
    --tw-shadow-color: #8b5cf6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/0 {
    --tw-shadow-color: rgb(139 92 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/10 {
    --tw-shadow-color: rgb(139 92 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/100 {
    --tw-shadow-color: rgb(139 92 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/15 {
    --tw-shadow-color: rgb(139 92 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/20 {
    --tw-shadow-color: rgb(139 92 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/25 {
    --tw-shadow-color: rgb(139 92 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/30 {
    --tw-shadow-color: rgb(139 92 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/35 {
    --tw-shadow-color: rgb(139 92 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/40 {
    --tw-shadow-color: rgb(139 92 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/45 {
    --tw-shadow-color: rgb(139 92 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/5 {
    --tw-shadow-color: rgb(139 92 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/50 {
    --tw-shadow-color: rgb(139 92 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/55 {
    --tw-shadow-color: rgb(139 92 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/60 {
    --tw-shadow-color: rgb(139 92 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/65 {
    --tw-shadow-color: rgb(139 92 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/70 {
    --tw-shadow-color: rgb(139 92 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/75 {
    --tw-shadow-color: rgb(139 92 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/80 {
    --tw-shadow-color: rgb(139 92 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/85 {
    --tw-shadow-color: rgb(139 92 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/90 {
    --tw-shadow-color: rgb(139 92 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-500\/95 {
    --tw-shadow-color: rgb(139 92 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600 {
    --tw-shadow-color: #7c3aed !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/0 {
    --tw-shadow-color: rgb(124 58 237 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/10 {
    --tw-shadow-color: rgb(124 58 237 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/100 {
    --tw-shadow-color: rgb(124 58 237 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/15 {
    --tw-shadow-color: rgb(124 58 237 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/20 {
    --tw-shadow-color: rgb(124 58 237 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/25 {
    --tw-shadow-color: rgb(124 58 237 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/30 {
    --tw-shadow-color: rgb(124 58 237 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/35 {
    --tw-shadow-color: rgb(124 58 237 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/40 {
    --tw-shadow-color: rgb(124 58 237 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/45 {
    --tw-shadow-color: rgb(124 58 237 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/5 {
    --tw-shadow-color: rgb(124 58 237 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/50 {
    --tw-shadow-color: rgb(124 58 237 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/55 {
    --tw-shadow-color: rgb(124 58 237 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/60 {
    --tw-shadow-color: rgb(124 58 237 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/65 {
    --tw-shadow-color: rgb(124 58 237 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/70 {
    --tw-shadow-color: rgb(124 58 237 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/75 {
    --tw-shadow-color: rgb(124 58 237 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/80 {
    --tw-shadow-color: rgb(124 58 237 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/85 {
    --tw-shadow-color: rgb(124 58 237 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/90 {
    --tw-shadow-color: rgb(124 58 237 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-600\/95 {
    --tw-shadow-color: rgb(124 58 237 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700 {
    --tw-shadow-color: #6d28d9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/0 {
    --tw-shadow-color: rgb(109 40 217 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/10 {
    --tw-shadow-color: rgb(109 40 217 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/100 {
    --tw-shadow-color: rgb(109 40 217 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/15 {
    --tw-shadow-color: rgb(109 40 217 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/20 {
    --tw-shadow-color: rgb(109 40 217 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/25 {
    --tw-shadow-color: rgb(109 40 217 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/30 {
    --tw-shadow-color: rgb(109 40 217 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/35 {
    --tw-shadow-color: rgb(109 40 217 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/40 {
    --tw-shadow-color: rgb(109 40 217 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/45 {
    --tw-shadow-color: rgb(109 40 217 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/5 {
    --tw-shadow-color: rgb(109 40 217 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/50 {
    --tw-shadow-color: rgb(109 40 217 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/55 {
    --tw-shadow-color: rgb(109 40 217 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/60 {
    --tw-shadow-color: rgb(109 40 217 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/65 {
    --tw-shadow-color: rgb(109 40 217 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/70 {
    --tw-shadow-color: rgb(109 40 217 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/75 {
    --tw-shadow-color: rgb(109 40 217 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/80 {
    --tw-shadow-color: rgb(109 40 217 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/85 {
    --tw-shadow-color: rgb(109 40 217 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/90 {
    --tw-shadow-color: rgb(109 40 217 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-700\/95 {
    --tw-shadow-color: rgb(109 40 217 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800 {
    --tw-shadow-color: #5b21b6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/0 {
    --tw-shadow-color: rgb(91 33 182 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/10 {
    --tw-shadow-color: rgb(91 33 182 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/100 {
    --tw-shadow-color: rgb(91 33 182 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/15 {
    --tw-shadow-color: rgb(91 33 182 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/20 {
    --tw-shadow-color: rgb(91 33 182 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/25 {
    --tw-shadow-color: rgb(91 33 182 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/30 {
    --tw-shadow-color: rgb(91 33 182 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/35 {
    --tw-shadow-color: rgb(91 33 182 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/40 {
    --tw-shadow-color: rgb(91 33 182 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/45 {
    --tw-shadow-color: rgb(91 33 182 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/5 {
    --tw-shadow-color: rgb(91 33 182 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/50 {
    --tw-shadow-color: rgb(91 33 182 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/55 {
    --tw-shadow-color: rgb(91 33 182 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/60 {
    --tw-shadow-color: rgb(91 33 182 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/65 {
    --tw-shadow-color: rgb(91 33 182 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/70 {
    --tw-shadow-color: rgb(91 33 182 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/75 {
    --tw-shadow-color: rgb(91 33 182 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/80 {
    --tw-shadow-color: rgb(91 33 182 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/85 {
    --tw-shadow-color: rgb(91 33 182 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/90 {
    --tw-shadow-color: rgb(91 33 182 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-800\/95 {
    --tw-shadow-color: rgb(91 33 182 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900 {
    --tw-shadow-color: #4c1d95 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/0 {
    --tw-shadow-color: rgb(76 29 149 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/10 {
    --tw-shadow-color: rgb(76 29 149 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/100 {
    --tw-shadow-color: rgb(76 29 149 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/15 {
    --tw-shadow-color: rgb(76 29 149 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/20 {
    --tw-shadow-color: rgb(76 29 149 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/25 {
    --tw-shadow-color: rgb(76 29 149 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/30 {
    --tw-shadow-color: rgb(76 29 149 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/35 {
    --tw-shadow-color: rgb(76 29 149 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/40 {
    --tw-shadow-color: rgb(76 29 149 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/45 {
    --tw-shadow-color: rgb(76 29 149 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/5 {
    --tw-shadow-color: rgb(76 29 149 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/50 {
    --tw-shadow-color: rgb(76 29 149 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/55 {
    --tw-shadow-color: rgb(76 29 149 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/60 {
    --tw-shadow-color: rgb(76 29 149 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/65 {
    --tw-shadow-color: rgb(76 29 149 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/70 {
    --tw-shadow-color: rgb(76 29 149 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/75 {
    --tw-shadow-color: rgb(76 29 149 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/80 {
    --tw-shadow-color: rgb(76 29 149 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/85 {
    --tw-shadow-color: rgb(76 29 149 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/90 {
    --tw-shadow-color: rgb(76 29 149 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-900\/95 {
    --tw-shadow-color: rgb(76 29 149 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950 {
    --tw-shadow-color: #2e1065 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/0 {
    --tw-shadow-color: rgb(46 16 101 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/10 {
    --tw-shadow-color: rgb(46 16 101 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/100 {
    --tw-shadow-color: rgb(46 16 101 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/15 {
    --tw-shadow-color: rgb(46 16 101 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/20 {
    --tw-shadow-color: rgb(46 16 101 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/25 {
    --tw-shadow-color: rgb(46 16 101 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/30 {
    --tw-shadow-color: rgb(46 16 101 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/35 {
    --tw-shadow-color: rgb(46 16 101 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/40 {
    --tw-shadow-color: rgb(46 16 101 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/45 {
    --tw-shadow-color: rgb(46 16 101 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/5 {
    --tw-shadow-color: rgb(46 16 101 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/50 {
    --tw-shadow-color: rgb(46 16 101 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/55 {
    --tw-shadow-color: rgb(46 16 101 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/60 {
    --tw-shadow-color: rgb(46 16 101 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/65 {
    --tw-shadow-color: rgb(46 16 101 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/70 {
    --tw-shadow-color: rgb(46 16 101 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/75 {
    --tw-shadow-color: rgb(46 16 101 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/80 {
    --tw-shadow-color: rgb(46 16 101 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/85 {
    --tw-shadow-color: rgb(46 16 101 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/90 {
    --tw-shadow-color: rgb(46 16 101 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-violet-950\/95 {
    --tw-shadow-color: rgb(46 16 101 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white {
    --tw-shadow-color: #fff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/0 {
    --tw-shadow-color: rgb(255 255 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/10 {
    --tw-shadow-color: rgb(255 255 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/100 {
    --tw-shadow-color: rgb(255 255 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/15 {
    --tw-shadow-color: rgb(255 255 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/20 {
    --tw-shadow-color: rgb(255 255 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/25 {
    --tw-shadow-color: rgb(255 255 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/30 {
    --tw-shadow-color: rgb(255 255 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/35 {
    --tw-shadow-color: rgb(255 255 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/40 {
    --tw-shadow-color: rgb(255 255 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/45 {
    --tw-shadow-color: rgb(255 255 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/5 {
    --tw-shadow-color: rgb(255 255 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/50 {
    --tw-shadow-color: rgb(255 255 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/55 {
    --tw-shadow-color: rgb(255 255 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/60 {
    --tw-shadow-color: rgb(255 255 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/65 {
    --tw-shadow-color: rgb(255 255 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/70 {
    --tw-shadow-color: rgb(255 255 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/75 {
    --tw-shadow-color: rgb(255 255 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/80 {
    --tw-shadow-color: rgb(255 255 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/85 {
    --tw-shadow-color: rgb(255 255 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/90 {
    --tw-shadow-color: rgb(255 255 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-white\/95 {
    --tw-shadow-color: rgb(255 255 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300 {
    --tw-shadow-color: #fde047 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/15 {
    --tw-shadow-color: rgb(253 224 71 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/35 {
    --tw-shadow-color: rgb(253 224 71 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/45 {
    --tw-shadow-color: rgb(253 224 71 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/55 {
    --tw-shadow-color: rgb(253 224 71 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/65 {
    --tw-shadow-color: rgb(253 224 71 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/85 {
    --tw-shadow-color: rgb(253 224 71 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400 {
    --tw-shadow-color: #facc15 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/15 {
    --tw-shadow-color: rgb(254 252 232 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/35 {
    --tw-shadow-color: rgb(254 252 232 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/45 {
    --tw-shadow-color: rgb(254 252 232 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/55 {
    --tw-shadow-color: rgb(254 252 232 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/65 {
    --tw-shadow-color: rgb(254 252 232 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/85 {
    --tw-shadow-color: rgb(254 252 232 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500 {
    --tw-shadow-color: #eab308 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/15 {
    --tw-shadow-color: rgb(234 179 8 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/35 {
    --tw-shadow-color: rgb(234 179 8 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/45 {
    --tw-shadow-color: rgb(234 179 8 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/55 {
    --tw-shadow-color: rgb(234 179 8 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/65 {
    --tw-shadow-color: rgb(234 179 8 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/85 {
    --tw-shadow-color: rgb(234 179 8 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/15 {
    --tw-shadow-color: rgb(202 138 4 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/35 {
    --tw-shadow-color: rgb(202 138 4 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/45 {
    --tw-shadow-color: rgb(202 138 4 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/55 {
    --tw-shadow-color: rgb(202 138 4 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/65 {
    --tw-shadow-color: rgb(202 138 4 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/85 {
    --tw-shadow-color: rgb(202 138 4 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700 {
    --tw-shadow-color: #a16207 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/15 {
    --tw-shadow-color: rgb(161 98 7 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/35 {
    --tw-shadow-color: rgb(161 98 7 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/45 {
    --tw-shadow-color: rgb(161 98 7 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/55 {
    --tw-shadow-color: rgb(161 98 7 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/65 {
    --tw-shadow-color: rgb(161 98 7 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/85 {
    --tw-shadow-color: rgb(161 98 7 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900 {
    --tw-shadow-color: #713f12 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/15 {
    --tw-shadow-color: rgb(113 63 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/35 {
    --tw-shadow-color: rgb(113 63 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/45 {
    --tw-shadow-color: rgb(113 63 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/55 {
    --tw-shadow-color: rgb(113 63 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/65 {
    --tw-shadow-color: rgb(113 63 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/85 {
    --tw-shadow-color: rgb(113 63 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950 {
    --tw-shadow-color: #422006 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/15 {
    --tw-shadow-color: rgb(66 32 6 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/35 {
    --tw-shadow-color: rgb(66 32 6 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/45 {
    --tw-shadow-color: rgb(66 32 6 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/55 {
    --tw-shadow-color: rgb(66 32 6 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/65 {
    --tw-shadow-color: rgb(66 32 6 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/85 {
    --tw-shadow-color: rgb(66 32 6 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100 {
    --tw-shadow-color: #f4f4f5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/0 {
    --tw-shadow-color: rgb(244 244 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/10 {
    --tw-shadow-color: rgb(244 244 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/100 {
    --tw-shadow-color: rgb(244 244 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/15 {
    --tw-shadow-color: rgb(244 244 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/20 {
    --tw-shadow-color: rgb(244 244 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/25 {
    --tw-shadow-color: rgb(244 244 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/30 {
    --tw-shadow-color: rgb(244 244 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/35 {
    --tw-shadow-color: rgb(244 244 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/40 {
    --tw-shadow-color: rgb(244 244 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/45 {
    --tw-shadow-color: rgb(244 244 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/5 {
    --tw-shadow-color: rgb(244 244 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/50 {
    --tw-shadow-color: rgb(244 244 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/55 {
    --tw-shadow-color: rgb(244 244 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/60 {
    --tw-shadow-color: rgb(244 244 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/65 {
    --tw-shadow-color: rgb(244 244 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/70 {
    --tw-shadow-color: rgb(244 244 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/75 {
    --tw-shadow-color: rgb(244 244 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/80 {
    --tw-shadow-color: rgb(244 244 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/85 {
    --tw-shadow-color: rgb(244 244 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/90 {
    --tw-shadow-color: rgb(244 244 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-100\/95 {
    --tw-shadow-color: rgb(244 244 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200 {
    --tw-shadow-color: #e4e4e7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/0 {
    --tw-shadow-color: rgb(228 228 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/10 {
    --tw-shadow-color: rgb(228 228 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/100 {
    --tw-shadow-color: rgb(228 228 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/15 {
    --tw-shadow-color: rgb(228 228 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/20 {
    --tw-shadow-color: rgb(228 228 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/25 {
    --tw-shadow-color: rgb(228 228 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/30 {
    --tw-shadow-color: rgb(228 228 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/35 {
    --tw-shadow-color: rgb(228 228 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/40 {
    --tw-shadow-color: rgb(228 228 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/45 {
    --tw-shadow-color: rgb(228 228 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/5 {
    --tw-shadow-color: rgb(228 228 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/50 {
    --tw-shadow-color: rgb(228 228 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/55 {
    --tw-shadow-color: rgb(228 228 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/60 {
    --tw-shadow-color: rgb(228 228 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/65 {
    --tw-shadow-color: rgb(228 228 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/70 {
    --tw-shadow-color: rgb(228 228 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/75 {
    --tw-shadow-color: rgb(228 228 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/80 {
    --tw-shadow-color: rgb(228 228 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/85 {
    --tw-shadow-color: rgb(228 228 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/90 {
    --tw-shadow-color: rgb(228 228 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-200\/95 {
    --tw-shadow-color: rgb(228 228 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300 {
    --tw-shadow-color: #d4d4d8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/0 {
    --tw-shadow-color: rgb(212 212 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/10 {
    --tw-shadow-color: rgb(212 212 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/100 {
    --tw-shadow-color: rgb(212 212 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/15 {
    --tw-shadow-color: rgb(212 212 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/20 {
    --tw-shadow-color: rgb(212 212 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/25 {
    --tw-shadow-color: rgb(212 212 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/30 {
    --tw-shadow-color: rgb(212 212 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/35 {
    --tw-shadow-color: rgb(212 212 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/40 {
    --tw-shadow-color: rgb(212 212 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/45 {
    --tw-shadow-color: rgb(212 212 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/5 {
    --tw-shadow-color: rgb(212 212 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/50 {
    --tw-shadow-color: rgb(212 212 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/55 {
    --tw-shadow-color: rgb(212 212 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/60 {
    --tw-shadow-color: rgb(212 212 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/65 {
    --tw-shadow-color: rgb(212 212 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/70 {
    --tw-shadow-color: rgb(212 212 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/75 {
    --tw-shadow-color: rgb(212 212 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/80 {
    --tw-shadow-color: rgb(212 212 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/85 {
    --tw-shadow-color: rgb(212 212 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/90 {
    --tw-shadow-color: rgb(212 212 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-300\/95 {
    --tw-shadow-color: rgb(212 212 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400 {
    --tw-shadow-color: #a1a1aa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/0 {
    --tw-shadow-color: rgb(161 161 170 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/10 {
    --tw-shadow-color: rgb(161 161 170 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/100 {
    --tw-shadow-color: rgb(161 161 170 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/15 {
    --tw-shadow-color: rgb(161 161 170 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/20 {
    --tw-shadow-color: rgb(161 161 170 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/25 {
    --tw-shadow-color: rgb(161 161 170 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/30 {
    --tw-shadow-color: rgb(161 161 170 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/35 {
    --tw-shadow-color: rgb(161 161 170 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/40 {
    --tw-shadow-color: rgb(161 161 170 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/45 {
    --tw-shadow-color: rgb(161 161 170 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/5 {
    --tw-shadow-color: rgb(161 161 170 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/50 {
    --tw-shadow-color: rgb(161 161 170 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/55 {
    --tw-shadow-color: rgb(161 161 170 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/60 {
    --tw-shadow-color: rgb(161 161 170 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/65 {
    --tw-shadow-color: rgb(161 161 170 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/70 {
    --tw-shadow-color: rgb(161 161 170 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/75 {
    --tw-shadow-color: rgb(161 161 170 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/80 {
    --tw-shadow-color: rgb(161 161 170 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/85 {
    --tw-shadow-color: rgb(161 161 170 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/90 {
    --tw-shadow-color: rgb(161 161 170 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-400\/95 {
    --tw-shadow-color: rgb(161 161 170 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50 {
    --tw-shadow-color: #fafafa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500 {
    --tw-shadow-color: #71717a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/0 {
    --tw-shadow-color: rgb(113 113 122 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/10 {
    --tw-shadow-color: rgb(113 113 122 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/100 {
    --tw-shadow-color: rgb(113 113 122 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/15 {
    --tw-shadow-color: rgb(113 113 122 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/20 {
    --tw-shadow-color: rgb(113 113 122 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/25 {
    --tw-shadow-color: rgb(113 113 122 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/30 {
    --tw-shadow-color: rgb(113 113 122 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/35 {
    --tw-shadow-color: rgb(113 113 122 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/40 {
    --tw-shadow-color: rgb(113 113 122 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/45 {
    --tw-shadow-color: rgb(113 113 122 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/5 {
    --tw-shadow-color: rgb(113 113 122 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/50 {
    --tw-shadow-color: rgb(113 113 122 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/55 {
    --tw-shadow-color: rgb(113 113 122 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/60 {
    --tw-shadow-color: rgb(113 113 122 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/65 {
    --tw-shadow-color: rgb(113 113 122 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/70 {
    --tw-shadow-color: rgb(113 113 122 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/75 {
    --tw-shadow-color: rgb(113 113 122 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/80 {
    --tw-shadow-color: rgb(113 113 122 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/85 {
    --tw-shadow-color: rgb(113 113 122 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/90 {
    --tw-shadow-color: rgb(113 113 122 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-500\/95 {
    --tw-shadow-color: rgb(113 113 122 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600 {
    --tw-shadow-color: #52525b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/0 {
    --tw-shadow-color: rgb(82 82 91 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/10 {
    --tw-shadow-color: rgb(82 82 91 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/100 {
    --tw-shadow-color: rgb(82 82 91 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/15 {
    --tw-shadow-color: rgb(82 82 91 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/20 {
    --tw-shadow-color: rgb(82 82 91 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/25 {
    --tw-shadow-color: rgb(82 82 91 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/30 {
    --tw-shadow-color: rgb(82 82 91 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/35 {
    --tw-shadow-color: rgb(82 82 91 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/40 {
    --tw-shadow-color: rgb(82 82 91 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/45 {
    --tw-shadow-color: rgb(82 82 91 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/5 {
    --tw-shadow-color: rgb(82 82 91 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/50 {
    --tw-shadow-color: rgb(82 82 91 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/55 {
    --tw-shadow-color: rgb(82 82 91 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/60 {
    --tw-shadow-color: rgb(82 82 91 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/65 {
    --tw-shadow-color: rgb(82 82 91 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/70 {
    --tw-shadow-color: rgb(82 82 91 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/75 {
    --tw-shadow-color: rgb(82 82 91 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/80 {
    --tw-shadow-color: rgb(82 82 91 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/85 {
    --tw-shadow-color: rgb(82 82 91 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/90 {
    --tw-shadow-color: rgb(82 82 91 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-600\/95 {
    --tw-shadow-color: rgb(82 82 91 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700 {
    --tw-shadow-color: #3f3f46 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/0 {
    --tw-shadow-color: rgb(63 63 70 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/10 {
    --tw-shadow-color: rgb(63 63 70 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/100 {
    --tw-shadow-color: rgb(63 63 70 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/15 {
    --tw-shadow-color: rgb(63 63 70 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/20 {
    --tw-shadow-color: rgb(63 63 70 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/25 {
    --tw-shadow-color: rgb(63 63 70 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/30 {
    --tw-shadow-color: rgb(63 63 70 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/35 {
    --tw-shadow-color: rgb(63 63 70 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/40 {
    --tw-shadow-color: rgb(63 63 70 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/45 {
    --tw-shadow-color: rgb(63 63 70 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/5 {
    --tw-shadow-color: rgb(63 63 70 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/50 {
    --tw-shadow-color: rgb(63 63 70 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/55 {
    --tw-shadow-color: rgb(63 63 70 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/60 {
    --tw-shadow-color: rgb(63 63 70 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/65 {
    --tw-shadow-color: rgb(63 63 70 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/70 {
    --tw-shadow-color: rgb(63 63 70 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/75 {
    --tw-shadow-color: rgb(63 63 70 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/80 {
    --tw-shadow-color: rgb(63 63 70 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/85 {
    --tw-shadow-color: rgb(63 63 70 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/90 {
    --tw-shadow-color: rgb(63 63 70 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-700\/95 {
    --tw-shadow-color: rgb(63 63 70 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800 {
    --tw-shadow-color: #27272a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/0 {
    --tw-shadow-color: rgb(39 39 42 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/10 {
    --tw-shadow-color: rgb(39 39 42 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/100 {
    --tw-shadow-color: rgb(39 39 42 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/15 {
    --tw-shadow-color: rgb(39 39 42 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/20 {
    --tw-shadow-color: rgb(39 39 42 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/25 {
    --tw-shadow-color: rgb(39 39 42 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/30 {
    --tw-shadow-color: rgb(39 39 42 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/35 {
    --tw-shadow-color: rgb(39 39 42 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/40 {
    --tw-shadow-color: rgb(39 39 42 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/45 {
    --tw-shadow-color: rgb(39 39 42 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/5 {
    --tw-shadow-color: rgb(39 39 42 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/50 {
    --tw-shadow-color: rgb(39 39 42 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/55 {
    --tw-shadow-color: rgb(39 39 42 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/60 {
    --tw-shadow-color: rgb(39 39 42 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/65 {
    --tw-shadow-color: rgb(39 39 42 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/70 {
    --tw-shadow-color: rgb(39 39 42 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/75 {
    --tw-shadow-color: rgb(39 39 42 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/80 {
    --tw-shadow-color: rgb(39 39 42 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/85 {
    --tw-shadow-color: rgb(39 39 42 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/90 {
    --tw-shadow-color: rgb(39 39 42 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-800\/95 {
    --tw-shadow-color: rgb(39 39 42 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900 {
    --tw-shadow-color: #18181b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/0 {
    --tw-shadow-color: rgb(24 24 27 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/10 {
    --tw-shadow-color: rgb(24 24 27 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/100 {
    --tw-shadow-color: rgb(24 24 27 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/15 {
    --tw-shadow-color: rgb(24 24 27 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/20 {
    --tw-shadow-color: rgb(24 24 27 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/25 {
    --tw-shadow-color: rgb(24 24 27 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/30 {
    --tw-shadow-color: rgb(24 24 27 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/35 {
    --tw-shadow-color: rgb(24 24 27 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/40 {
    --tw-shadow-color: rgb(24 24 27 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/45 {
    --tw-shadow-color: rgb(24 24 27 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/5 {
    --tw-shadow-color: rgb(24 24 27 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/50 {
    --tw-shadow-color: rgb(24 24 27 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/55 {
    --tw-shadow-color: rgb(24 24 27 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/60 {
    --tw-shadow-color: rgb(24 24 27 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/65 {
    --tw-shadow-color: rgb(24 24 27 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/70 {
    --tw-shadow-color: rgb(24 24 27 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/75 {
    --tw-shadow-color: rgb(24 24 27 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/80 {
    --tw-shadow-color: rgb(24 24 27 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/85 {
    --tw-shadow-color: rgb(24 24 27 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/90 {
    --tw-shadow-color: rgb(24 24 27 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-900\/95 {
    --tw-shadow-color: rgb(24 24 27 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950 {
    --tw-shadow-color: #09090b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/0 {
    --tw-shadow-color: rgb(9 9 11 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/10 {
    --tw-shadow-color: rgb(9 9 11 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/100 {
    --tw-shadow-color: rgb(9 9 11 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/15 {
    --tw-shadow-color: rgb(9 9 11 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/20 {
    --tw-shadow-color: rgb(9 9 11 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/25 {
    --tw-shadow-color: rgb(9 9 11 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/30 {
    --tw-shadow-color: rgb(9 9 11 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/35 {
    --tw-shadow-color: rgb(9 9 11 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/40 {
    --tw-shadow-color: rgb(9 9 11 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/45 {
    --tw-shadow-color: rgb(9 9 11 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/5 {
    --tw-shadow-color: rgb(9 9 11 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/50 {
    --tw-shadow-color: rgb(9 9 11 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/55 {
    --tw-shadow-color: rgb(9 9 11 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/60 {
    --tw-shadow-color: rgb(9 9 11 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/65 {
    --tw-shadow-color: rgb(9 9 11 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/70 {
    --tw-shadow-color: rgb(9 9 11 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/75 {
    --tw-shadow-color: rgb(9 9 11 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/80 {
    --tw-shadow-color: rgb(9 9 11 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/85 {
    --tw-shadow-color: rgb(9 9 11 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/90 {
    --tw-shadow-color: rgb(9 9 11 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:shadow-zinc-950\/95 {
    --tw-shadow-color: rgb(9 9 11 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:outline-yellow-100 {
    outline-color: #fef9c3 !important;
  }

  .md\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0) !important;
  }

  .md\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1) !important;
  }

  .md\:outline-yellow-100\/15 {
    outline-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:outline-yellow-100\/35 {
    outline-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:outline-yellow-100\/55 {
    outline-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:outline-yellow-100\/85 {
    outline-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:outline-yellow-200 {
    outline-color: #fef08a !important;
  }

  .md\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0) !important;
  }

  .md\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1) !important;
  }

  .md\:outline-yellow-200\/15 {
    outline-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:outline-yellow-200\/35 {
    outline-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:outline-yellow-200\/55 {
    outline-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:outline-yellow-200\/85 {
    outline-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:outline-yellow-300 {
    outline-color: #fde047 !important;
  }

  .md\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0) !important;
  }

  .md\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1) !important;
  }

  .md\:outline-yellow-300\/15 {
    outline-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:outline-yellow-300\/35 {
    outline-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:outline-yellow-300\/45 {
    outline-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:outline-yellow-300\/55 {
    outline-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:outline-yellow-300\/65 {
    outline-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:outline-yellow-300\/85 {
    outline-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:outline-yellow-400 {
    outline-color: #facc15 !important;
  }

  .md\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0) !important;
  }

  .md\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1) !important;
  }

  .md\:outline-yellow-400\/15 {
    outline-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:outline-yellow-400\/35 {
    outline-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:outline-yellow-400\/55 {
    outline-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:outline-yellow-400\/85 {
    outline-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:outline-yellow-50 {
    outline-color: #fefce8 !important;
  }

  .md\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0) !important;
  }

  .md\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1) !important;
  }

  .md\:outline-yellow-50\/15 {
    outline-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:outline-yellow-50\/35 {
    outline-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:outline-yellow-50\/45 {
    outline-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:outline-yellow-50\/55 {
    outline-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:outline-yellow-50\/65 {
    outline-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:outline-yellow-50\/85 {
    outline-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:outline-yellow-500 {
    outline-color: #eab308 !important;
  }

  .md\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0) !important;
  }

  .md\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1) !important;
  }

  .md\:outline-yellow-500\/15 {
    outline-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:outline-yellow-500\/35 {
    outline-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:outline-yellow-500\/45 {
    outline-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:outline-yellow-500\/55 {
    outline-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:outline-yellow-500\/65 {
    outline-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:outline-yellow-500\/85 {
    outline-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:outline-yellow-600 {
    outline-color: #ca8a04 !important;
  }

  .md\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0) !important;
  }

  .md\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1) !important;
  }

  .md\:outline-yellow-600\/15 {
    outline-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:outline-yellow-600\/35 {
    outline-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:outline-yellow-600\/45 {
    outline-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:outline-yellow-600\/55 {
    outline-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:outline-yellow-600\/65 {
    outline-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:outline-yellow-600\/85 {
    outline-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:outline-yellow-700 {
    outline-color: #a16207 !important;
  }

  .md\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0) !important;
  }

  .md\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1) !important;
  }

  .md\:outline-yellow-700\/15 {
    outline-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:outline-yellow-700\/35 {
    outline-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:outline-yellow-700\/45 {
    outline-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:outline-yellow-700\/55 {
    outline-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:outline-yellow-700\/65 {
    outline-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:outline-yellow-700\/85 {
    outline-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:outline-yellow-800 {
    outline-color: #854d0e !important;
  }

  .md\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0) !important;
  }

  .md\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1) !important;
  }

  .md\:outline-yellow-800\/15 {
    outline-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:outline-yellow-800\/35 {
    outline-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:outline-yellow-800\/55 {
    outline-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:outline-yellow-800\/85 {
    outline-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:outline-yellow-900 {
    outline-color: #713f12 !important;
  }

  .md\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0) !important;
  }

  .md\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1) !important;
  }

  .md\:outline-yellow-900\/15 {
    outline-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:outline-yellow-900\/35 {
    outline-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:outline-yellow-900\/45 {
    outline-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:outline-yellow-900\/55 {
    outline-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:outline-yellow-900\/65 {
    outline-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:outline-yellow-900\/85 {
    outline-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:outline-yellow-950 {
    outline-color: #422006 !important;
  }

  .md\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0) !important;
  }

  .md\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1) !important;
  }

  .md\:outline-yellow-950\/15 {
    outline-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:outline-yellow-950\/35 {
    outline-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:outline-yellow-950\/45 {
    outline-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:outline-yellow-950\/55 {
    outline-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:outline-yellow-950\/65 {
    outline-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:outline-yellow-950\/85 {
    outline-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0) !important;
  }

  .md\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1) !important;
  }

  .md\:ring-yellow-100\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:ring-yellow-100\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:ring-yellow-100\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:ring-yellow-100\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0) !important;
  }

  .md\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1) !important;
  }

  .md\:ring-yellow-200\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:ring-yellow-200\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:ring-yellow-200\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:ring-yellow-200\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0) !important;
  }

  .md\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1) !important;
  }

  .md\:ring-yellow-300\/15 {
    --tw-ring-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:ring-yellow-300\/35 {
    --tw-ring-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:ring-yellow-300\/45 {
    --tw-ring-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:ring-yellow-300\/55 {
    --tw-ring-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:ring-yellow-300\/65 {
    --tw-ring-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:ring-yellow-300\/85 {
    --tw-ring-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0) !important;
  }

  .md\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1) !important;
  }

  .md\:ring-yellow-400\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:ring-yellow-400\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:ring-yellow-400\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:ring-yellow-400\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0) !important;
  }

  .md\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1) !important;
  }

  .md\:ring-yellow-50\/15 {
    --tw-ring-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:ring-yellow-50\/35 {
    --tw-ring-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:ring-yellow-50\/45 {
    --tw-ring-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:ring-yellow-50\/55 {
    --tw-ring-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:ring-yellow-50\/65 {
    --tw-ring-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:ring-yellow-50\/85 {
    --tw-ring-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0) !important;
  }

  .md\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1) !important;
  }

  .md\:ring-yellow-500\/15 {
    --tw-ring-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:ring-yellow-500\/35 {
    --tw-ring-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:ring-yellow-500\/45 {
    --tw-ring-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:ring-yellow-500\/55 {
    --tw-ring-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:ring-yellow-500\/65 {
    --tw-ring-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:ring-yellow-500\/85 {
    --tw-ring-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0) !important;
  }

  .md\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1) !important;
  }

  .md\:ring-yellow-600\/15 {
    --tw-ring-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:ring-yellow-600\/35 {
    --tw-ring-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:ring-yellow-600\/45 {
    --tw-ring-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:ring-yellow-600\/55 {
    --tw-ring-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:ring-yellow-600\/65 {
    --tw-ring-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:ring-yellow-600\/85 {
    --tw-ring-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0) !important;
  }

  .md\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1) !important;
  }

  .md\:ring-yellow-700\/15 {
    --tw-ring-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:ring-yellow-700\/35 {
    --tw-ring-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:ring-yellow-700\/45 {
    --tw-ring-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:ring-yellow-700\/55 {
    --tw-ring-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:ring-yellow-700\/65 {
    --tw-ring-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:ring-yellow-700\/85 {
    --tw-ring-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0) !important;
  }

  .md\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1) !important;
  }

  .md\:ring-yellow-800\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:ring-yellow-800\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:ring-yellow-800\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:ring-yellow-800\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0) !important;
  }

  .md\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1) !important;
  }

  .md\:ring-yellow-900\/15 {
    --tw-ring-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:ring-yellow-900\/35 {
    --tw-ring-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:ring-yellow-900\/45 {
    --tw-ring-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:ring-yellow-900\/55 {
    --tw-ring-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:ring-yellow-900\/65 {
    --tw-ring-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:ring-yellow-900\/85 {
    --tw-ring-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:ring-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0) !important;
  }

  .md\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1) !important;
  }

  .md\:ring-yellow-950\/15 {
    --tw-ring-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:ring-yellow-950\/35 {
    --tw-ring-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:ring-yellow-950\/45 {
    --tw-ring-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:ring-yellow-950\/55 {
    --tw-ring-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:ring-yellow-950\/65 {
    --tw-ring-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:ring-yellow-950\/85 {
    --tw-ring-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .md\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0) !important;
  }

  .md\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1) !important;
  }

  .md\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1) !important;
  }

  .md\:ring-offset-yellow-100\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15) !important;
  }

  .md\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2) !important;
  }

  .md\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25) !important;
  }

  .md\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3) !important;
  }

  .md\:ring-offset-yellow-100\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35) !important;
  }

  .md\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4) !important;
  }

  .md\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45) !important;
  }

  .md\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05) !important;
  }

  .md\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5) !important;
  }

  .md\:ring-offset-yellow-100\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55) !important;
  }

  .md\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6) !important;
  }

  .md\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65) !important;
  }

  .md\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7) !important;
  }

  .md\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75) !important;
  }

  .md\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8) !important;
  }

  .md\:ring-offset-yellow-100\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85) !important;
  }

  .md\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9) !important;
  }

  .md\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95) !important;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0) !important;
  }

  .md\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1) !important;
  }

  .md\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1) !important;
  }

  .md\:ring-offset-yellow-200\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15) !important;
  }

  .md\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2) !important;
  }

  .md\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25) !important;
  }

  .md\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3) !important;
  }

  .md\:ring-offset-yellow-200\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35) !important;
  }

  .md\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4) !important;
  }

  .md\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45) !important;
  }

  .md\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05) !important;
  }

  .md\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5) !important;
  }

  .md\:ring-offset-yellow-200\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55) !important;
  }

  .md\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6) !important;
  }

  .md\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65) !important;
  }

  .md\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7) !important;
  }

  .md\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75) !important;
  }

  .md\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8) !important;
  }

  .md\:ring-offset-yellow-200\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85) !important;
  }

  .md\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9) !important;
  }

  .md\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95) !important;
  }

  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .md\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0) !important;
  }

  .md\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1) !important;
  }

  .md\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1) !important;
  }

  .md\:ring-offset-yellow-300\/15 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.15) !important;
  }

  .md\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2) !important;
  }

  .md\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25) !important;
  }

  .md\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3) !important;
  }

  .md\:ring-offset-yellow-300\/35 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.35) !important;
  }

  .md\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4) !important;
  }

  .md\:ring-offset-yellow-300\/45 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.45) !important;
  }

  .md\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05) !important;
  }

  .md\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5) !important;
  }

  .md\:ring-offset-yellow-300\/55 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.55) !important;
  }

  .md\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6) !important;
  }

  .md\:ring-offset-yellow-300\/65 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.65) !important;
  }

  .md\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7) !important;
  }

  .md\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75) !important;
  }

  .md\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8) !important;
  }

  .md\:ring-offset-yellow-300\/85 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.85) !important;
  }

  .md\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9) !important;
  }

  .md\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95) !important;
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .md\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0) !important;
  }

  .md\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1) !important;
  }

  .md\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1) !important;
  }

  .md\:ring-offset-yellow-400\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15) !important;
  }

  .md\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2) !important;
  }

  .md\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25) !important;
  }

  .md\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3) !important;
  }

  .md\:ring-offset-yellow-400\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35) !important;
  }

  .md\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4) !important;
  }

  .md\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45) !important;
  }

  .md\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05) !important;
  }

  .md\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5) !important;
  }

  .md\:ring-offset-yellow-400\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55) !important;
  }

  .md\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6) !important;
  }

  .md\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65) !important;
  }

  .md\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7) !important;
  }

  .md\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75) !important;
  }

  .md\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8) !important;
  }

  .md\:ring-offset-yellow-400\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85) !important;
  }

  .md\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9) !important;
  }

  .md\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95) !important;
  }

  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .md\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0) !important;
  }

  .md\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1) !important;
  }

  .md\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1) !important;
  }

  .md\:ring-offset-yellow-50\/15 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.15) !important;
  }

  .md\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2) !important;
  }

  .md\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25) !important;
  }

  .md\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3) !important;
  }

  .md\:ring-offset-yellow-50\/35 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.35) !important;
  }

  .md\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4) !important;
  }

  .md\:ring-offset-yellow-50\/45 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.45) !important;
  }

  .md\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05) !important;
  }

  .md\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5) !important;
  }

  .md\:ring-offset-yellow-50\/55 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.55) !important;
  }

  .md\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6) !important;
  }

  .md\:ring-offset-yellow-50\/65 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.65) !important;
  }

  .md\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7) !important;
  }

  .md\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75) !important;
  }

  .md\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8) !important;
  }

  .md\:ring-offset-yellow-50\/85 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.85) !important;
  }

  .md\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9) !important;
  }

  .md\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95) !important;
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .md\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0) !important;
  }

  .md\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1) !important;
  }

  .md\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1) !important;
  }

  .md\:ring-offset-yellow-500\/15 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.15) !important;
  }

  .md\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2) !important;
  }

  .md\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25) !important;
  }

  .md\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3) !important;
  }

  .md\:ring-offset-yellow-500\/35 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.35) !important;
  }

  .md\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4) !important;
  }

  .md\:ring-offset-yellow-500\/45 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.45) !important;
  }

  .md\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05) !important;
  }

  .md\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5) !important;
  }

  .md\:ring-offset-yellow-500\/55 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.55) !important;
  }

  .md\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6) !important;
  }

  .md\:ring-offset-yellow-500\/65 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.65) !important;
  }

  .md\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7) !important;
  }

  .md\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75) !important;
  }

  .md\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8) !important;
  }

  .md\:ring-offset-yellow-500\/85 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.85) !important;
  }

  .md\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9) !important;
  }

  .md\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95) !important;
  }

  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .md\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0) !important;
  }

  .md\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1) !important;
  }

  .md\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1) !important;
  }

  .md\:ring-offset-yellow-600\/15 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.15) !important;
  }

  .md\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2) !important;
  }

  .md\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25) !important;
  }

  .md\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3) !important;
  }

  .md\:ring-offset-yellow-600\/35 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.35) !important;
  }

  .md\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4) !important;
  }

  .md\:ring-offset-yellow-600\/45 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.45) !important;
  }

  .md\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05) !important;
  }

  .md\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5) !important;
  }

  .md\:ring-offset-yellow-600\/55 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.55) !important;
  }

  .md\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6) !important;
  }

  .md\:ring-offset-yellow-600\/65 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.65) !important;
  }

  .md\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7) !important;
  }

  .md\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75) !important;
  }

  .md\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8) !important;
  }

  .md\:ring-offset-yellow-600\/85 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.85) !important;
  }

  .md\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9) !important;
  }

  .md\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95) !important;
  }

  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .md\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0) !important;
  }

  .md\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1) !important;
  }

  .md\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1) !important;
  }

  .md\:ring-offset-yellow-700\/15 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.15) !important;
  }

  .md\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2) !important;
  }

  .md\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25) !important;
  }

  .md\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3) !important;
  }

  .md\:ring-offset-yellow-700\/35 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.35) !important;
  }

  .md\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4) !important;
  }

  .md\:ring-offset-yellow-700\/45 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.45) !important;
  }

  .md\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05) !important;
  }

  .md\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5) !important;
  }

  .md\:ring-offset-yellow-700\/55 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.55) !important;
  }

  .md\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6) !important;
  }

  .md\:ring-offset-yellow-700\/65 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.65) !important;
  }

  .md\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7) !important;
  }

  .md\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75) !important;
  }

  .md\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8) !important;
  }

  .md\:ring-offset-yellow-700\/85 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.85) !important;
  }

  .md\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9) !important;
  }

  .md\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95) !important;
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .md\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0) !important;
  }

  .md\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1) !important;
  }

  .md\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1) !important;
  }

  .md\:ring-offset-yellow-800\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15) !important;
  }

  .md\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2) !important;
  }

  .md\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25) !important;
  }

  .md\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3) !important;
  }

  .md\:ring-offset-yellow-800\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35) !important;
  }

  .md\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4) !important;
  }

  .md\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45) !important;
  }

  .md\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05) !important;
  }

  .md\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5) !important;
  }

  .md\:ring-offset-yellow-800\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55) !important;
  }

  .md\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6) !important;
  }

  .md\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65) !important;
  }

  .md\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7) !important;
  }

  .md\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75) !important;
  }

  .md\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8) !important;
  }

  .md\:ring-offset-yellow-800\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85) !important;
  }

  .md\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9) !important;
  }

  .md\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95) !important;
  }

  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .md\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0) !important;
  }

  .md\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1) !important;
  }

  .md\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1) !important;
  }

  .md\:ring-offset-yellow-900\/15 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.15) !important;
  }

  .md\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2) !important;
  }

  .md\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25) !important;
  }

  .md\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3) !important;
  }

  .md\:ring-offset-yellow-900\/35 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.35) !important;
  }

  .md\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4) !important;
  }

  .md\:ring-offset-yellow-900\/45 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.45) !important;
  }

  .md\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05) !important;
  }

  .md\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5) !important;
  }

  .md\:ring-offset-yellow-900\/55 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.55) !important;
  }

  .md\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6) !important;
  }

  .md\:ring-offset-yellow-900\/65 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.65) !important;
  }

  .md\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7) !important;
  }

  .md\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75) !important;
  }

  .md\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8) !important;
  }

  .md\:ring-offset-yellow-900\/85 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.85) !important;
  }

  .md\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9) !important;
  }

  .md\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95) !important;
  }

  .md\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006 !important;
  }

  .md\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0) !important;
  }

  .md\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1) !important;
  }

  .md\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1) !important;
  }

  .md\:ring-offset-yellow-950\/15 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.15) !important;
  }

  .md\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2) !important;
  }

  .md\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25) !important;
  }

  .md\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3) !important;
  }

  .md\:ring-offset-yellow-950\/35 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.35) !important;
  }

  .md\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4) !important;
  }

  .md\:ring-offset-yellow-950\/45 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.45) !important;
  }

  .md\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05) !important;
  }

  .md\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5) !important;
  }

  .md\:ring-offset-yellow-950\/55 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.55) !important;
  }

  .md\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6) !important;
  }

  .md\:ring-offset-yellow-950\/65 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.65) !important;
  }

  .md\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7) !important;
  }

  .md\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75) !important;
  }

  .md\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8) !important;
  }

  .md\:ring-offset-yellow-950\/85 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.85) !important;
  }

  .md\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9) !important;
  }

  .md\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95) !important;
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }
}

@media (min-width: 1024px) {

  .lg\:left-8 {
    left: 2rem !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-0 {
    top: 0px !important;
  }

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }

  .lg\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }

  .lg\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }

  .lg\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }

  .lg\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-10 {
    grid-row-start: 10 !important;
  }

  .lg\:row-start-11 {
    grid-row-start: 11 !important;
  }

  .lg\:row-start-12 {
    grid-row-start: 12 !important;
  }

  .lg\:row-start-13 {
    grid-row-start: 13 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-8 {
    grid-row-start: 8 !important;
  }

  .lg\:row-start-9 {
    grid-row-start: 9 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-10 {
    grid-row-end: 10 !important;
  }

  .lg\:row-end-11 {
    grid-row-end: 11 !important;
  }

  .lg\:row-end-12 {
    grid-row-end: 12 !important;
  }

  .lg\:row-end-13 {
    grid-row-end: 13 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-8 {
    grid-row-end: 8 !important;
  }

  .lg\:row-end-9 {
    grid-row-end: 9 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:w-0 {
    width: 0px !important;
  }

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

  .lg\:w-1 {
    width: 0.25rem !important;
  }

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

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

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

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

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

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

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

  .lg\:w-10 {
    width: 2.5rem !important;
  }

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

  .lg\:w-11 {
    width: 2.75rem !important;
  }

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

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-14 {
    width: 3.5rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-2 {
    width: 0.5rem !important;
  }

  .lg\:w-2\.5 {
    width: 0.625rem !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

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

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

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

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

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-28 {
    width: 7rem !important;
  }

  .lg\:w-3 {
    width: 0.75rem !important;
  }

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

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

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

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

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

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-36 {
    width: 9rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

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

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

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

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-44 {
    width: 11rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

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

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

  .lg\:w-50vw {
    width: 50vw !important;
  }

  .lg\:w-52 {
    width: 13rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

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

  .lg\:w-60 {
    width: 15rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-7 {
    width: 1.75rem !important;
  }

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

  .lg\:w-72 {
    width: 18rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

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

  .lg\:w-80 {
    width: 20rem !important;
  }

  .lg\:w-9 {
    width: 2.25rem !important;
  }

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

  .lg\:w-96 {
    width: 24rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-dvw {
    width: 100dvw !important;
  }

  .lg\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-lvw {
    width: 100lvw !important;
  }

  .lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:w-svw {
    width: 100svw !important;
  }

  .lg\:min-w-0 {
    min-width: 0px !important;
  }

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

  .lg\:min-w-1 {
    min-width: 0.25rem !important;
  }

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

  .lg\:min-w-10 {
    min-width: 2.5rem !important;
  }

  .lg\:min-w-11 {
    min-width: 2.75rem !important;
  }

  .lg\:min-w-12 {
    min-width: 3rem !important;
  }

  .lg\:min-w-14 {
    min-width: 3.5rem !important;
  }

  .lg\:min-w-16 {
    min-width: 4rem !important;
  }

  .lg\:min-w-2 {
    min-width: 0.5rem !important;
  }

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

  .lg\:min-w-20 {
    min-width: 5rem !important;
  }

  .lg\:min-w-24 {
    min-width: 6rem !important;
  }

  .lg\:min-w-28 {
    min-width: 7rem !important;
  }

  .lg\:min-w-3 {
    min-width: 0.75rem !important;
  }

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

  .lg\:min-w-32 {
    min-width: 8rem !important;
  }

  .lg\:min-w-36 {
    min-width: 9rem !important;
  }

  .lg\:min-w-4 {
    min-width: 1rem !important;
  }

  .lg\:min-w-40 {
    min-width: 10rem !important;
  }

  .lg\:min-w-44 {
    min-width: 11rem !important;
  }

  .lg\:min-w-48 {
    min-width: 12rem !important;
  }

  .lg\:min-w-5 {
    min-width: 1.25rem !important;
  }

  .lg\:min-w-52 {
    min-width: 13rem !important;
  }

  .lg\:min-w-56 {
    min-width: 14rem !important;
  }

  .lg\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .lg\:min-w-60 {
    min-width: 15rem !important;
  }

  .lg\:min-w-64 {
    min-width: 16rem !important;
  }

  .lg\:min-w-7 {
    min-width: 1.75rem !important;
  }

  .lg\:min-w-72 {
    min-width: 18rem !important;
  }

  .lg\:min-w-8 {
    min-width: 2rem !important;
  }

  .lg\:min-w-80 {
    min-width: 20rem !important;
  }

  .lg\:min-w-9 {
    min-width: 2.25rem !important;
  }

  .lg\:min-w-96 {
    min-width: 24rem !important;
  }

  .lg\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:min-w-px {
    min-width: 1px !important;
  }

  .lg\:max-w-0 {
    max-width: 0px !important;
  }

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

  .lg\:max-w-1 {
    max-width: 0.25rem !important;
  }

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

  .lg\:max-w-10 {
    max-width: 2.5rem !important;
  }

  .lg\:max-w-11 {
    max-width: 2.75rem !important;
  }

  .lg\:max-w-12 {
    max-width: 3rem !important;
  }

  .lg\:max-w-14 {
    max-width: 3.5rem !important;
  }

  .lg\:max-w-16 {
    max-width: 4rem !important;
  }

  .lg\:max-w-2 {
    max-width: 0.5rem !important;
  }

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

  .lg\:max-w-20 {
    max-width: 5rem !important;
  }

  .lg\:max-w-24 {
    max-width: 6rem !important;
  }

  .lg\:max-w-28 {
    max-width: 7rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3 {
    max-width: 0.75rem !important;
  }

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

  .lg\:max-w-32 {
    max-width: 8rem !important;
  }

  .lg\:max-w-36 {
    max-width: 9rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4 {
    max-width: 1rem !important;
  }

  .lg\:max-w-40 {
    max-width: 10rem !important;
  }

  .lg\:max-w-44 {
    max-width: 11rem !important;
  }

  .lg\:max-w-48 {
    max-width: 12rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem !important;
  }

  .lg\:max-w-52 {
    max-width: 13rem !important;
  }

  .lg\:max-w-56 {
    max-width: 14rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem !important;
  }

  .lg\:max-w-60 {
    max-width: 15rem !important;
  }

  .lg\:max-w-64 {
    max-width: 16rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-7 {
    max-width: 1.75rem !important;
  }

  .lg\:max-w-72 {
    max-width: 18rem !important;
  }

  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-8 {
    max-width: 2rem !important;
  }

  .lg\:max-w-80 {
    max-width: 20rem !important;
  }

  .lg\:max-w-9 {
    max-width: 2.25rem !important;
  }

  .lg\:max-w-96 {
    max-width: 24rem !important;
  }

  .lg\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

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

  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-prose {
    max-width: 65ch !important;
  }

  .lg\:max-w-px {
    max-width: 1px !important;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

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

  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:max-w-screen-xl {
    max-width: 1200px !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:-skew-x-0 {
    --tw-skew-x: -0deg !important;
    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)) !important;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
    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)) !important;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
    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)) !important;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
    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)) !important;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
    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)) !important;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
    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)) !important;
  }

  .lg\:-skew-y-0 {
    --tw-skew-y: -0deg !important;
    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)) !important;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
    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)) !important;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
    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)) !important;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
    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)) !important;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
    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)) !important;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
    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)) !important;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg !important;
    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)) !important;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg !important;
    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)) !important;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg !important;
    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)) !important;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg !important;
    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)) !important;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg !important;
    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)) !important;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg !important;
    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)) !important;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg !important;
    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)) !important;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg !important;
    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)) !important;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg !important;
    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)) !important;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg !important;
    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)) !important;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg !important;
    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)) !important;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg !important;
    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)) !important;
  }

  .lg\:cursor-ew-resize {
    cursor: ew-resize !important;
  }

  .lg\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }

  .lg\:cursor-nw-resize {
    cursor: nw-resize !important;
  }

  .lg\:cursor-row-resize {
    cursor: row-resize !important;
  }

  .lg\:cursor-sw-resize {
    cursor: sw-resize !important;
  }

  .lg\:cursor-w-resize {
    cursor: w-resize !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-dense {
    grid-auto-flow: dense !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-clip {
    overflow: clip !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-clip {
    overflow-x: clip !important;
  }

  .lg\:overflow-y-clip {
    overflow-y: clip !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05) !important;
  }

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

  .lg\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-x-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-x-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-x-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-x-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-x-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-x-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-x-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-x-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-x-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-x-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-x-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-y-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-y-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-y-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-y-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-y-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-y-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-y-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-y-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-y-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-y-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-y-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-b-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-b-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-b-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-b-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-b-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-b-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-b-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-b-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-b-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-b-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-b-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-e-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-e-yellow-100\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-e-yellow-100\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-e-yellow-100\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-e-yellow-100\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-e-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-e-yellow-200\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-e-yellow-200\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-e-yellow-200\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-e-yellow-200\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-e-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-e-yellow-300\/15 {
    border-inline-end-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-e-yellow-300\/35 {
    border-inline-end-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-e-yellow-300\/45 {
    border-inline-end-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-e-yellow-300\/55 {
    border-inline-end-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-e-yellow-300\/65 {
    border-inline-end-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-e-yellow-300\/85 {
    border-inline-end-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-e-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-e-yellow-400\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-e-yellow-400\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-e-yellow-400\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-e-yellow-400\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-e-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-e-yellow-50\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-e-yellow-50\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-e-yellow-50\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-e-yellow-50\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-e-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-e-yellow-500\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-e-yellow-500\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-e-yellow-500\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-e-yellow-500\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-e-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-e-yellow-600\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-e-yellow-600\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-e-yellow-600\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-e-yellow-600\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-e-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-e-yellow-700\/15 {
    border-inline-end-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-e-yellow-700\/35 {
    border-inline-end-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-e-yellow-700\/45 {
    border-inline-end-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-e-yellow-700\/55 {
    border-inline-end-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-e-yellow-700\/65 {
    border-inline-end-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-e-yellow-700\/85 {
    border-inline-end-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-e-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-e-yellow-800\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-e-yellow-800\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-e-yellow-800\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-e-yellow-800\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-e-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-e-yellow-900\/15 {
    border-inline-end-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-e-yellow-900\/35 {
    border-inline-end-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-e-yellow-900\/45 {
    border-inline-end-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-e-yellow-900\/55 {
    border-inline-end-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-e-yellow-900\/65 {
    border-inline-end-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-e-yellow-900\/85 {
    border-inline-end-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-e-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-e-yellow-950\/15 {
    border-inline-end-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-e-yellow-950\/35 {
    border-inline-end-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-e-yellow-950\/45 {
    border-inline-end-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-e-yellow-950\/55 {
    border-inline-end-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-e-yellow-950\/65 {
    border-inline-end-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-e-yellow-950\/85 {
    border-inline-end-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-l-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-l-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-l-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-l-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-l-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-l-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-l-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-l-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-l-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-l-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-l-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-r-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-r-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-r-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-r-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-r-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-r-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-r-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-r-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-r-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-r-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-r-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-s-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-s-yellow-100\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-s-yellow-100\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-s-yellow-100\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-s-yellow-100\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-s-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-s-yellow-200\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-s-yellow-200\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-s-yellow-200\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-s-yellow-200\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-s-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-s-yellow-300\/15 {
    border-inline-start-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-s-yellow-300\/35 {
    border-inline-start-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-s-yellow-300\/45 {
    border-inline-start-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-s-yellow-300\/55 {
    border-inline-start-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-s-yellow-300\/65 {
    border-inline-start-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-s-yellow-300\/85 {
    border-inline-start-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-s-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-s-yellow-400\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-s-yellow-400\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-s-yellow-400\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-s-yellow-400\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-s-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-s-yellow-50\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-s-yellow-50\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-s-yellow-50\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-s-yellow-50\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-s-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-s-yellow-500\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-s-yellow-500\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-s-yellow-500\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-s-yellow-500\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-s-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-s-yellow-600\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-s-yellow-600\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-s-yellow-600\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-s-yellow-600\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-s-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-s-yellow-700\/15 {
    border-inline-start-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-s-yellow-700\/35 {
    border-inline-start-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-s-yellow-700\/45 {
    border-inline-start-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-s-yellow-700\/55 {
    border-inline-start-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-s-yellow-700\/65 {
    border-inline-start-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-s-yellow-700\/85 {
    border-inline-start-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-s-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-s-yellow-800\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-s-yellow-800\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-s-yellow-800\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-s-yellow-800\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-s-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-s-yellow-900\/15 {
    border-inline-start-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-s-yellow-900\/35 {
    border-inline-start-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-s-yellow-900\/45 {
    border-inline-start-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-s-yellow-900\/55 {
    border-inline-start-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-s-yellow-900\/65 {
    border-inline-start-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-s-yellow-900\/85 {
    border-inline-start-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-s-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-s-yellow-950\/15 {
    border-inline-start-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-s-yellow-950\/35 {
    border-inline-start-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-s-yellow-950\/45 {
    border-inline-start-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-s-yellow-950\/55 {
    border-inline-start-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-s-yellow-950\/65 {
    border-inline-start-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-s-yellow-950\/85 {
    border-inline-start-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:border-t-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:border-t-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:border-t-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:border-t-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:border-t-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:border-t-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:border-t-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:border-t-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:border-t-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:border-t-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:border-t-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity)) !important;
  }

  .lg\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:bg-yellow-100\/15 {
    background-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:bg-yellow-100\/35 {
    background-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:bg-yellow-100\/55 {
    background-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:bg-yellow-100\/85 {
    background-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:bg-yellow-200\/15 {
    background-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:bg-yellow-200\/35 {
    background-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:bg-yellow-200\/55 {
    background-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:bg-yellow-200\/85 {
    background-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:bg-yellow-300\/15 {
    background-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:bg-yellow-300\/35 {
    background-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:bg-yellow-300\/45 {
    background-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:bg-yellow-300\/55 {
    background-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:bg-yellow-300\/65 {
    background-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:bg-yellow-300\/85 {
    background-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:bg-yellow-400\/15 {
    background-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:bg-yellow-400\/35 {
    background-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:bg-yellow-400\/55 {
    background-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:bg-yellow-400\/85 {
    background-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:bg-yellow-50\/15 {
    background-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:bg-yellow-50\/35 {
    background-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:bg-yellow-50\/45 {
    background-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:bg-yellow-50\/55 {
    background-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:bg-yellow-50\/65 {
    background-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:bg-yellow-50\/85 {
    background-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:bg-yellow-500\/15 {
    background-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25) !important;
  }

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

  .lg\:bg-yellow-500\/35 {
    background-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:bg-yellow-500\/45 {
    background-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:bg-yellow-500\/55 {
    background-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:bg-yellow-500\/65 {
    background-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:bg-yellow-500\/85 {
    background-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:bg-yellow-600\/15 {
    background-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:bg-yellow-600\/35 {
    background-color: rgb(202 138 4 / 0.35) !important;
  }

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

  .lg\:bg-yellow-600\/45 {
    background-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:bg-yellow-600\/55 {
    background-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:bg-yellow-600\/65 {
    background-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:bg-yellow-600\/85 {
    background-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:bg-yellow-700\/15 {
    background-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:bg-yellow-700\/35 {
    background-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:bg-yellow-700\/45 {
    background-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:bg-yellow-700\/55 {
    background-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:bg-yellow-700\/65 {
    background-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:bg-yellow-700\/85 {
    background-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:bg-yellow-800\/15 {
    background-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:bg-yellow-800\/35 {
    background-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:bg-yellow-800\/55 {
    background-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:bg-yellow-800\/85 {
    background-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:bg-yellow-900\/15 {
    background-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:bg-yellow-900\/35 {
    background-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:bg-yellow-900\/45 {
    background-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:bg-yellow-900\/55 {
    background-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:bg-yellow-900\/65 {
    background-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:bg-yellow-900\/85 {
    background-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:bg-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:bg-yellow-950\/15 {
    background-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:bg-yellow-950\/35 {
    background-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:bg-yellow-950\/45 {
    background-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:bg-yellow-950\/55 {
    background-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:bg-yellow-950\/65 {
    background-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:bg-yellow-950\/85 {
    background-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/0 {
    --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/10 {
    --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/100 {
    --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/20 {
    --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/25 {
    --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/30 {
    --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/40 {
    --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/5 {
    --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/50 {
    --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/60 {
    --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/70 {
    --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/75 {
    --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/80 {
    --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/90 {
    --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-100\/95 {
    --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fef08a var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/0 {
    --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/10 {
    --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/100 {
    --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/20 {
    --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/25 {
    --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/30 {
    --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/40 {
    --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/5 {
    --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/50 {
    --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/60 {
    --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/70 {
    --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/75 {
    --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/80 {
    --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/90 {
    --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-200\/95 {
    --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300 {
    --tw-gradient-from: #fde047 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/0 {
    --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/10 {
    --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/100 {
    --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/15 {
    --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/20 {
    --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/25 {
    --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/30 {
    --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/35 {
    --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/40 {
    --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/45 {
    --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/5 {
    --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/50 {
    --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/55 {
    --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/60 {
    --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/65 {
    --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/70 {
    --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/75 {
    --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/80 {
    --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/85 {
    --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/90 {
    --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-300\/95 {
    --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #facc15 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/0 {
    --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/10 {
    --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/100 {
    --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/20 {
    --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/25 {
    --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/30 {
    --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/40 {
    --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/5 {
    --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/50 {
    --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/60 {
    --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/70 {
    --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/75 {
    --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/80 {
    --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/90 {
    --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-400\/95 {
    --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50 {
    --tw-gradient-from: #fefce8 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/0 {
    --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/10 {
    --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/100 {
    --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/15 {
    --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/20 {
    --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/25 {
    --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/30 {
    --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/35 {
    --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/40 {
    --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/45 {
    --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/5 {
    --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/50 {
    --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/55 {
    --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/60 {
    --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/65 {
    --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/70 {
    --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/75 {
    --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/80 {
    --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/85 {
    --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/90 {
    --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-50\/95 {
    --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #eab308 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/0 {
    --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/10 {
    --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/100 {
    --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/15 {
    --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/20 {
    --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/25 {
    --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/30 {
    --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/35 {
    --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/40 {
    --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/45 {
    --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/5 {
    --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/50 {
    --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/55 {
    --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/60 {
    --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/65 {
    --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/70 {
    --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/75 {
    --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/80 {
    --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/85 {
    --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/90 {
    --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-500\/95 {
    --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600 {
    --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/0 {
    --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/10 {
    --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/100 {
    --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/15 {
    --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/20 {
    --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/25 {
    --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/30 {
    --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/35 {
    --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/40 {
    --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/45 {
    --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/5 {
    --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/50 {
    --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/55 {
    --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/60 {
    --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/65 {
    --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/70 {
    --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/75 {
    --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/80 {
    --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/85 {
    --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/90 {
    --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-600\/95 {
    --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700 {
    --tw-gradient-from: #a16207 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/0 {
    --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/10 {
    --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/100 {
    --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/15 {
    --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/20 {
    --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/25 {
    --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/30 {
    --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/35 {
    --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/40 {
    --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/45 {
    --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/5 {
    --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/50 {
    --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/55 {
    --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/60 {
    --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/65 {
    --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/70 {
    --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/75 {
    --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/80 {
    --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/85 {
    --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/90 {
    --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-700\/95 {
    --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #854d0e var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/0 {
    --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/10 {
    --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/100 {
    --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/20 {
    --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/25 {
    --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/30 {
    --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/40 {
    --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/5 {
    --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/50 {
    --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/60 {
    --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/70 {
    --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/75 {
    --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/80 {
    --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/90 {
    --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-800\/95 {
    --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900 {
    --tw-gradient-from: #713f12 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/0 {
    --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/10 {
    --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/100 {
    --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/15 {
    --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/20 {
    --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/25 {
    --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/30 {
    --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/35 {
    --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/40 {
    --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/45 {
    --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/5 {
    --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/50 {
    --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/55 {
    --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/60 {
    --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/65 {
    --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/70 {
    --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/75 {
    --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/80 {
    --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/85 {
    --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/90 {
    --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-900\/95 {
    --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950 {
    --tw-gradient-from: #422006 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/0 {
    --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/10 {
    --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/100 {
    --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/15 {
    --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/20 {
    --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/25 {
    --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/30 {
    --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/35 {
    --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/40 {
    --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/45 {
    --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/5 {
    --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/50 {
    --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/55 {
    --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/60 {
    --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/65 {
    --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/70 {
    --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/75 {
    --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/80 {
    --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/85 {
    --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/90 {
    --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:from-yellow-950\/95 {
    --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/15 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/35 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/45 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/55 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/65 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/85 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/15 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/35 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/45 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/55 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/65 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/85 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/15 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/35 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/45 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/55 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/65 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/85 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/15 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/35 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/45 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/55 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/65 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/85 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:via-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/15 {
    --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/35 {
    --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/45 {
    --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/55 {
    --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/65 {
    --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/85 {
    --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/15 {
    --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/35 {
    --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/45 {
    --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/55 {
    --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/65 {
    --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/85 {
    --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/15 {
    --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/35 {
    --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/45 {
    --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/55 {
    --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/65 {
    --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/85 {
    --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/15 {
    --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/35 {
    --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/45 {
    --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/55 {
    --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/65 {
    --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/85 {
    --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position) !important;
  }

  .lg\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position) !important;
  }

  .lg\:fill-yellow-100 {
    fill: #fef9c3 !important;
  }

  .lg\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0) !important;
  }

  .lg\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1) !important;
  }

  .lg\:fill-yellow-100\/15 {
    fill: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:fill-yellow-100\/35 {
    fill: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:fill-yellow-100\/55 {
    fill: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:fill-yellow-100\/85 {
    fill: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:fill-yellow-200 {
    fill: #fef08a !important;
  }

  .lg\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0) !important;
  }

  .lg\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1) !important;
  }

  .lg\:fill-yellow-200\/15 {
    fill: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:fill-yellow-200\/35 {
    fill: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:fill-yellow-200\/55 {
    fill: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:fill-yellow-200\/85 {
    fill: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:fill-yellow-300 {
    fill: #fde047 !important;
  }

  .lg\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0) !important;
  }

  .lg\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1) !important;
  }

  .lg\:fill-yellow-300\/15 {
    fill: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:fill-yellow-300\/35 {
    fill: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:fill-yellow-300\/45 {
    fill: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:fill-yellow-300\/55 {
    fill: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:fill-yellow-300\/65 {
    fill: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:fill-yellow-300\/85 {
    fill: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:fill-yellow-400 {
    fill: #facc15 !important;
  }

  .lg\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0) !important;
  }

  .lg\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1) !important;
  }

  .lg\:fill-yellow-400\/15 {
    fill: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:fill-yellow-400\/35 {
    fill: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:fill-yellow-400\/55 {
    fill: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:fill-yellow-400\/85 {
    fill: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:fill-yellow-50 {
    fill: #fefce8 !important;
  }

  .lg\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0) !important;
  }

  .lg\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1) !important;
  }

  .lg\:fill-yellow-50\/15 {
    fill: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:fill-yellow-50\/35 {
    fill: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:fill-yellow-50\/45 {
    fill: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:fill-yellow-50\/55 {
    fill: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:fill-yellow-50\/65 {
    fill: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:fill-yellow-50\/85 {
    fill: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:fill-yellow-500 {
    fill: #eab308 !important;
  }

  .lg\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0) !important;
  }

  .lg\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1) !important;
  }

  .lg\:fill-yellow-500\/15 {
    fill: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:fill-yellow-500\/35 {
    fill: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:fill-yellow-500\/45 {
    fill: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:fill-yellow-500\/55 {
    fill: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:fill-yellow-500\/65 {
    fill: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:fill-yellow-500\/85 {
    fill: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:fill-yellow-600 {
    fill: #ca8a04 !important;
  }

  .lg\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0) !important;
  }

  .lg\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1) !important;
  }

  .lg\:fill-yellow-600\/15 {
    fill: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:fill-yellow-600\/35 {
    fill: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:fill-yellow-600\/45 {
    fill: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:fill-yellow-600\/55 {
    fill: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:fill-yellow-600\/65 {
    fill: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:fill-yellow-600\/85 {
    fill: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:fill-yellow-700 {
    fill: #a16207 !important;
  }

  .lg\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0) !important;
  }

  .lg\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1) !important;
  }

  .lg\:fill-yellow-700\/15 {
    fill: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:fill-yellow-700\/35 {
    fill: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:fill-yellow-700\/45 {
    fill: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:fill-yellow-700\/55 {
    fill: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:fill-yellow-700\/65 {
    fill: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:fill-yellow-700\/85 {
    fill: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:fill-yellow-800 {
    fill: #854d0e !important;
  }

  .lg\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0) !important;
  }

  .lg\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1) !important;
  }

  .lg\:fill-yellow-800\/15 {
    fill: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:fill-yellow-800\/35 {
    fill: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:fill-yellow-800\/55 {
    fill: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:fill-yellow-800\/85 {
    fill: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:fill-yellow-900 {
    fill: #713f12 !important;
  }

  .lg\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0) !important;
  }

  .lg\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1) !important;
  }

  .lg\:fill-yellow-900\/15 {
    fill: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:fill-yellow-900\/35 {
    fill: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:fill-yellow-900\/45 {
    fill: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:fill-yellow-900\/55 {
    fill: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:fill-yellow-900\/65 {
    fill: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:fill-yellow-900\/85 {
    fill: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:fill-yellow-950 {
    fill: #422006 !important;
  }

  .lg\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0) !important;
  }

  .lg\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1) !important;
  }

  .lg\:fill-yellow-950\/15 {
    fill: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:fill-yellow-950\/35 {
    fill: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:fill-yellow-950\/45 {
    fill: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:fill-yellow-950\/55 {
    fill: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:fill-yellow-950\/65 {
    fill: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:fill-yellow-950\/85 {
    fill: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:stroke-amber-100 {
    stroke: #fef3c7 !important;
  }

  .lg\:stroke-amber-100\/0 {
    stroke: rgb(254 243 199 / 0) !important;
  }

  .lg\:stroke-amber-100\/10 {
    stroke: rgb(254 243 199 / 0.1) !important;
  }

  .lg\:stroke-amber-100\/100 {
    stroke: rgb(254 243 199 / 1) !important;
  }

  .lg\:stroke-amber-100\/15 {
    stroke: rgb(254 243 199 / 0.15) !important;
  }

  .lg\:stroke-amber-100\/20 {
    stroke: rgb(254 243 199 / 0.2) !important;
  }

  .lg\:stroke-amber-100\/25 {
    stroke: rgb(254 243 199 / 0.25) !important;
  }

  .lg\:stroke-amber-100\/30 {
    stroke: rgb(254 243 199 / 0.3) !important;
  }

  .lg\:stroke-amber-100\/35 {
    stroke: rgb(254 243 199 / 0.35) !important;
  }

  .lg\:stroke-amber-100\/40 {
    stroke: rgb(254 243 199 / 0.4) !important;
  }

  .lg\:stroke-amber-100\/45 {
    stroke: rgb(254 243 199 / 0.45) !important;
  }

  .lg\:stroke-amber-100\/5 {
    stroke: rgb(254 243 199 / 0.05) !important;
  }

  .lg\:stroke-amber-100\/50 {
    stroke: rgb(254 243 199 / 0.5) !important;
  }

  .lg\:stroke-amber-100\/55 {
    stroke: rgb(254 243 199 / 0.55) !important;
  }

  .lg\:stroke-amber-100\/60 {
    stroke: rgb(254 243 199 / 0.6) !important;
  }

  .lg\:stroke-amber-100\/65 {
    stroke: rgb(254 243 199 / 0.65) !important;
  }

  .lg\:stroke-amber-100\/70 {
    stroke: rgb(254 243 199 / 0.7) !important;
  }

  .lg\:stroke-amber-100\/75 {
    stroke: rgb(254 243 199 / 0.75) !important;
  }

  .lg\:stroke-amber-100\/80 {
    stroke: rgb(254 243 199 / 0.8) !important;
  }

  .lg\:stroke-amber-100\/85 {
    stroke: rgb(254 243 199 / 0.85) !important;
  }

  .lg\:stroke-amber-100\/90 {
    stroke: rgb(254 243 199 / 0.9) !important;
  }

  .lg\:stroke-amber-100\/95 {
    stroke: rgb(254 243 199 / 0.95) !important;
  }

  .lg\:stroke-amber-200 {
    stroke: #fde68a !important;
  }

  .lg\:stroke-amber-200\/0 {
    stroke: rgb(253 230 138 / 0) !important;
  }

  .lg\:stroke-amber-200\/10 {
    stroke: rgb(253 230 138 / 0.1) !important;
  }

  .lg\:stroke-amber-200\/100 {
    stroke: rgb(253 230 138 / 1) !important;
  }

  .lg\:stroke-amber-200\/15 {
    stroke: rgb(253 230 138 / 0.15) !important;
  }

  .lg\:stroke-amber-200\/20 {
    stroke: rgb(253 230 138 / 0.2) !important;
  }

  .lg\:stroke-amber-200\/25 {
    stroke: rgb(253 230 138 / 0.25) !important;
  }

  .lg\:stroke-amber-200\/30 {
    stroke: rgb(253 230 138 / 0.3) !important;
  }

  .lg\:stroke-amber-200\/35 {
    stroke: rgb(253 230 138 / 0.35) !important;
  }

  .lg\:stroke-amber-200\/40 {
    stroke: rgb(253 230 138 / 0.4) !important;
  }

  .lg\:stroke-amber-200\/45 {
    stroke: rgb(253 230 138 / 0.45) !important;
  }

  .lg\:stroke-amber-200\/5 {
    stroke: rgb(253 230 138 / 0.05) !important;
  }

  .lg\:stroke-amber-200\/50 {
    stroke: rgb(253 230 138 / 0.5) !important;
  }

  .lg\:stroke-amber-200\/55 {
    stroke: rgb(253 230 138 / 0.55) !important;
  }

  .lg\:stroke-amber-200\/60 {
    stroke: rgb(253 230 138 / 0.6) !important;
  }

  .lg\:stroke-amber-200\/65 {
    stroke: rgb(253 230 138 / 0.65) !important;
  }

  .lg\:stroke-amber-200\/70 {
    stroke: rgb(253 230 138 / 0.7) !important;
  }

  .lg\:stroke-amber-200\/75 {
    stroke: rgb(253 230 138 / 0.75) !important;
  }

  .lg\:stroke-amber-200\/80 {
    stroke: rgb(253 230 138 / 0.8) !important;
  }

  .lg\:stroke-amber-200\/85 {
    stroke: rgb(253 230 138 / 0.85) !important;
  }

  .lg\:stroke-amber-200\/90 {
    stroke: rgb(253 230 138 / 0.9) !important;
  }

  .lg\:stroke-amber-200\/95 {
    stroke: rgb(253 230 138 / 0.95) !important;
  }

  .lg\:stroke-amber-300 {
    stroke: #fcd34d !important;
  }

  .lg\:stroke-amber-300\/0 {
    stroke: rgb(252 211 77 / 0) !important;
  }

  .lg\:stroke-amber-300\/10 {
    stroke: rgb(252 211 77 / 0.1) !important;
  }

  .lg\:stroke-amber-300\/100 {
    stroke: rgb(252 211 77 / 1) !important;
  }

  .lg\:stroke-amber-300\/15 {
    stroke: rgb(252 211 77 / 0.15) !important;
  }

  .lg\:stroke-amber-300\/20 {
    stroke: rgb(252 211 77 / 0.2) !important;
  }

  .lg\:stroke-amber-300\/25 {
    stroke: rgb(252 211 77 / 0.25) !important;
  }

  .lg\:stroke-amber-300\/30 {
    stroke: rgb(252 211 77 / 0.3) !important;
  }

  .lg\:stroke-amber-300\/35 {
    stroke: rgb(252 211 77 / 0.35) !important;
  }

  .lg\:stroke-amber-300\/40 {
    stroke: rgb(252 211 77 / 0.4) !important;
  }

  .lg\:stroke-amber-300\/45 {
    stroke: rgb(252 211 77 / 0.45) !important;
  }

  .lg\:stroke-amber-300\/5 {
    stroke: rgb(252 211 77 / 0.05) !important;
  }

  .lg\:stroke-amber-300\/50 {
    stroke: rgb(252 211 77 / 0.5) !important;
  }

  .lg\:stroke-amber-300\/55 {
    stroke: rgb(252 211 77 / 0.55) !important;
  }

  .lg\:stroke-amber-300\/60 {
    stroke: rgb(252 211 77 / 0.6) !important;
  }

  .lg\:stroke-amber-300\/65 {
    stroke: rgb(252 211 77 / 0.65) !important;
  }

  .lg\:stroke-amber-300\/70 {
    stroke: rgb(252 211 77 / 0.7) !important;
  }

  .lg\:stroke-amber-300\/75 {
    stroke: rgb(252 211 77 / 0.75) !important;
  }

  .lg\:stroke-amber-300\/80 {
    stroke: rgb(252 211 77 / 0.8) !important;
  }

  .lg\:stroke-amber-300\/85 {
    stroke: rgb(252 211 77 / 0.85) !important;
  }

  .lg\:stroke-amber-300\/90 {
    stroke: rgb(252 211 77 / 0.9) !important;
  }

  .lg\:stroke-amber-300\/95 {
    stroke: rgb(252 211 77 / 0.95) !important;
  }

  .lg\:stroke-amber-400 {
    stroke: #fbbf24 !important;
  }

  .lg\:stroke-amber-400\/0 {
    stroke: rgb(251 191 36 / 0) !important;
  }

  .lg\:stroke-amber-400\/10 {
    stroke: rgb(251 191 36 / 0.1) !important;
  }

  .lg\:stroke-amber-400\/100 {
    stroke: rgb(251 191 36 / 1) !important;
  }

  .lg\:stroke-amber-400\/15 {
    stroke: rgb(251 191 36 / 0.15) !important;
  }

  .lg\:stroke-amber-400\/20 {
    stroke: rgb(251 191 36 / 0.2) !important;
  }

  .lg\:stroke-amber-400\/25 {
    stroke: rgb(251 191 36 / 0.25) !important;
  }

  .lg\:stroke-amber-400\/30 {
    stroke: rgb(251 191 36 / 0.3) !important;
  }

  .lg\:stroke-amber-400\/35 {
    stroke: rgb(251 191 36 / 0.35) !important;
  }

  .lg\:stroke-amber-400\/40 {
    stroke: rgb(251 191 36 / 0.4) !important;
  }

  .lg\:stroke-amber-400\/45 {
    stroke: rgb(251 191 36 / 0.45) !important;
  }

  .lg\:stroke-amber-400\/5 {
    stroke: rgb(251 191 36 / 0.05) !important;
  }

  .lg\:stroke-amber-400\/50 {
    stroke: rgb(251 191 36 / 0.5) !important;
  }

  .lg\:stroke-amber-400\/55 {
    stroke: rgb(251 191 36 / 0.55) !important;
  }

  .lg\:stroke-amber-400\/60 {
    stroke: rgb(251 191 36 / 0.6) !important;
  }

  .lg\:stroke-amber-400\/65 {
    stroke: rgb(251 191 36 / 0.65) !important;
  }

  .lg\:stroke-amber-400\/70 {
    stroke: rgb(251 191 36 / 0.7) !important;
  }

  .lg\:stroke-amber-400\/75 {
    stroke: rgb(251 191 36 / 0.75) !important;
  }

  .lg\:stroke-amber-400\/80 {
    stroke: rgb(251 191 36 / 0.8) !important;
  }

  .lg\:stroke-amber-400\/85 {
    stroke: rgb(251 191 36 / 0.85) !important;
  }

  .lg\:stroke-amber-400\/90 {
    stroke: rgb(251 191 36 / 0.9) !important;
  }

  .lg\:stroke-amber-400\/95 {
    stroke: rgb(251 191 36 / 0.95) !important;
  }

  .lg\:stroke-amber-50 {
    stroke: #fffbeb !important;
  }

  .lg\:stroke-amber-50\/0 {
    stroke: rgb(255 251 235 / 0) !important;
  }

  .lg\:stroke-amber-50\/10 {
    stroke: rgb(255 251 235 / 0.1) !important;
  }

  .lg\:stroke-amber-50\/100 {
    stroke: rgb(255 251 235 / 1) !important;
  }

  .lg\:stroke-amber-50\/15 {
    stroke: rgb(255 251 235 / 0.15) !important;
  }

  .lg\:stroke-amber-50\/20 {
    stroke: rgb(255 251 235 / 0.2) !important;
  }

  .lg\:stroke-amber-50\/25 {
    stroke: rgb(255 251 235 / 0.25) !important;
  }

  .lg\:stroke-amber-50\/30 {
    stroke: rgb(255 251 235 / 0.3) !important;
  }

  .lg\:stroke-amber-50\/35 {
    stroke: rgb(255 251 235 / 0.35) !important;
  }

  .lg\:stroke-amber-50\/40 {
    stroke: rgb(255 251 235 / 0.4) !important;
  }

  .lg\:stroke-amber-50\/45 {
    stroke: rgb(255 251 235 / 0.45) !important;
  }

  .lg\:stroke-amber-50\/5 {
    stroke: rgb(255 251 235 / 0.05) !important;
  }

  .lg\:stroke-amber-50\/50 {
    stroke: rgb(255 251 235 / 0.5) !important;
  }

  .lg\:stroke-amber-50\/55 {
    stroke: rgb(255 251 235 / 0.55) !important;
  }

  .lg\:stroke-amber-50\/60 {
    stroke: rgb(255 251 235 / 0.6) !important;
  }

  .lg\:stroke-amber-50\/65 {
    stroke: rgb(255 251 235 / 0.65) !important;
  }

  .lg\:stroke-amber-50\/70 {
    stroke: rgb(255 251 235 / 0.7) !important;
  }

  .lg\:stroke-amber-50\/75 {
    stroke: rgb(255 251 235 / 0.75) !important;
  }

  .lg\:stroke-amber-50\/80 {
    stroke: rgb(255 251 235 / 0.8) !important;
  }

  .lg\:stroke-amber-50\/85 {
    stroke: rgb(255 251 235 / 0.85) !important;
  }

  .lg\:stroke-amber-50\/90 {
    stroke: rgb(255 251 235 / 0.9) !important;
  }

  .lg\:stroke-amber-50\/95 {
    stroke: rgb(255 251 235 / 0.95) !important;
  }

  .lg\:stroke-amber-500 {
    stroke: #f59e0b !important;
  }

  .lg\:stroke-amber-500\/0 {
    stroke: rgb(245 158 11 / 0) !important;
  }

  .lg\:stroke-amber-500\/10 {
    stroke: rgb(245 158 11 / 0.1) !important;
  }

  .lg\:stroke-amber-500\/100 {
    stroke: rgb(245 158 11 / 1) !important;
  }

  .lg\:stroke-amber-500\/15 {
    stroke: rgb(245 158 11 / 0.15) !important;
  }

  .lg\:stroke-amber-500\/20 {
    stroke: rgb(245 158 11 / 0.2) !important;
  }

  .lg\:stroke-amber-500\/25 {
    stroke: rgb(245 158 11 / 0.25) !important;
  }

  .lg\:stroke-amber-500\/30 {
    stroke: rgb(245 158 11 / 0.3) !important;
  }

  .lg\:stroke-amber-500\/35 {
    stroke: rgb(245 158 11 / 0.35) !important;
  }

  .lg\:stroke-amber-500\/40 {
    stroke: rgb(245 158 11 / 0.4) !important;
  }

  .lg\:stroke-amber-500\/45 {
    stroke: rgb(245 158 11 / 0.45) !important;
  }

  .lg\:stroke-amber-500\/5 {
    stroke: rgb(245 158 11 / 0.05) !important;
  }

  .lg\:stroke-amber-500\/50 {
    stroke: rgb(245 158 11 / 0.5) !important;
  }

  .lg\:stroke-amber-500\/55 {
    stroke: rgb(245 158 11 / 0.55) !important;
  }

  .lg\:stroke-amber-500\/60 {
    stroke: rgb(245 158 11 / 0.6) !important;
  }

  .lg\:stroke-amber-500\/65 {
    stroke: rgb(245 158 11 / 0.65) !important;
  }

  .lg\:stroke-amber-500\/70 {
    stroke: rgb(245 158 11 / 0.7) !important;
  }

  .lg\:stroke-amber-500\/75 {
    stroke: rgb(245 158 11 / 0.75) !important;
  }

  .lg\:stroke-amber-500\/80 {
    stroke: rgb(245 158 11 / 0.8) !important;
  }

  .lg\:stroke-amber-500\/85 {
    stroke: rgb(245 158 11 / 0.85) !important;
  }

  .lg\:stroke-amber-500\/90 {
    stroke: rgb(245 158 11 / 0.9) !important;
  }

  .lg\:stroke-amber-500\/95 {
    stroke: rgb(245 158 11 / 0.95) !important;
  }

  .lg\:stroke-amber-600 {
    stroke: #d97706 !important;
  }

  .lg\:stroke-amber-600\/0 {
    stroke: rgb(217 119 6 / 0) !important;
  }

  .lg\:stroke-amber-600\/10 {
    stroke: rgb(217 119 6 / 0.1) !important;
  }

  .lg\:stroke-amber-600\/100 {
    stroke: rgb(217 119 6 / 1) !important;
  }

  .lg\:stroke-amber-600\/15 {
    stroke: rgb(217 119 6 / 0.15) !important;
  }

  .lg\:stroke-amber-600\/20 {
    stroke: rgb(217 119 6 / 0.2) !important;
  }

  .lg\:stroke-amber-600\/25 {
    stroke: rgb(217 119 6 / 0.25) !important;
  }

  .lg\:stroke-amber-600\/30 {
    stroke: rgb(217 119 6 / 0.3) !important;
  }

  .lg\:stroke-amber-600\/35 {
    stroke: rgb(217 119 6 / 0.35) !important;
  }

  .lg\:stroke-amber-600\/40 {
    stroke: rgb(217 119 6 / 0.4) !important;
  }

  .lg\:stroke-amber-600\/45 {
    stroke: rgb(217 119 6 / 0.45) !important;
  }

  .lg\:stroke-amber-600\/5 {
    stroke: rgb(217 119 6 / 0.05) !important;
  }

  .lg\:stroke-amber-600\/50 {
    stroke: rgb(217 119 6 / 0.5) !important;
  }

  .lg\:stroke-amber-600\/55 {
    stroke: rgb(217 119 6 / 0.55) !important;
  }

  .lg\:stroke-amber-600\/60 {
    stroke: rgb(217 119 6 / 0.6) !important;
  }

  .lg\:stroke-amber-600\/65 {
    stroke: rgb(217 119 6 / 0.65) !important;
  }

  .lg\:stroke-amber-600\/70 {
    stroke: rgb(217 119 6 / 0.7) !important;
  }

  .lg\:stroke-amber-600\/75 {
    stroke: rgb(217 119 6 / 0.75) !important;
  }

  .lg\:stroke-amber-600\/80 {
    stroke: rgb(217 119 6 / 0.8) !important;
  }

  .lg\:stroke-amber-600\/85 {
    stroke: rgb(217 119 6 / 0.85) !important;
  }

  .lg\:stroke-amber-600\/90 {
    stroke: rgb(217 119 6 / 0.9) !important;
  }

  .lg\:stroke-amber-600\/95 {
    stroke: rgb(217 119 6 / 0.95) !important;
  }

  .lg\:stroke-amber-700 {
    stroke: #b45309 !important;
  }

  .lg\:stroke-amber-700\/0 {
    stroke: rgb(180 83 9 / 0) !important;
  }

  .lg\:stroke-amber-700\/10 {
    stroke: rgb(180 83 9 / 0.1) !important;
  }

  .lg\:stroke-amber-700\/100 {
    stroke: rgb(180 83 9 / 1) !important;
  }

  .lg\:stroke-amber-700\/15 {
    stroke: rgb(180 83 9 / 0.15) !important;
  }

  .lg\:stroke-amber-700\/20 {
    stroke: rgb(180 83 9 / 0.2) !important;
  }

  .lg\:stroke-amber-700\/25 {
    stroke: rgb(180 83 9 / 0.25) !important;
  }

  .lg\:stroke-amber-700\/30 {
    stroke: rgb(180 83 9 / 0.3) !important;
  }

  .lg\:stroke-amber-700\/35 {
    stroke: rgb(180 83 9 / 0.35) !important;
  }

  .lg\:stroke-amber-700\/40 {
    stroke: rgb(180 83 9 / 0.4) !important;
  }

  .lg\:stroke-amber-700\/45 {
    stroke: rgb(180 83 9 / 0.45) !important;
  }

  .lg\:stroke-amber-700\/5 {
    stroke: rgb(180 83 9 / 0.05) !important;
  }

  .lg\:stroke-amber-700\/50 {
    stroke: rgb(180 83 9 / 0.5) !important;
  }

  .lg\:stroke-amber-700\/55 {
    stroke: rgb(180 83 9 / 0.55) !important;
  }

  .lg\:stroke-amber-700\/60 {
    stroke: rgb(180 83 9 / 0.6) !important;
  }

  .lg\:stroke-amber-700\/65 {
    stroke: rgb(180 83 9 / 0.65) !important;
  }

  .lg\:stroke-amber-700\/70 {
    stroke: rgb(180 83 9 / 0.7) !important;
  }

  .lg\:stroke-amber-700\/75 {
    stroke: rgb(180 83 9 / 0.75) !important;
  }

  .lg\:stroke-amber-700\/80 {
    stroke: rgb(180 83 9 / 0.8) !important;
  }

  .lg\:stroke-amber-700\/85 {
    stroke: rgb(180 83 9 / 0.85) !important;
  }

  .lg\:stroke-amber-700\/90 {
    stroke: rgb(180 83 9 / 0.9) !important;
  }

  .lg\:stroke-amber-700\/95 {
    stroke: rgb(180 83 9 / 0.95) !important;
  }

  .lg\:stroke-amber-800 {
    stroke: #92400e !important;
  }

  .lg\:stroke-amber-800\/0 {
    stroke: rgb(146 64 14 / 0) !important;
  }

  .lg\:stroke-amber-800\/10 {
    stroke: rgb(146 64 14 / 0.1) !important;
  }

  .lg\:stroke-amber-800\/100 {
    stroke: rgb(146 64 14 / 1) !important;
  }

  .lg\:stroke-amber-800\/15 {
    stroke: rgb(146 64 14 / 0.15) !important;
  }

  .lg\:stroke-amber-800\/20 {
    stroke: rgb(146 64 14 / 0.2) !important;
  }

  .lg\:stroke-amber-800\/25 {
    stroke: rgb(146 64 14 / 0.25) !important;
  }

  .lg\:stroke-amber-800\/30 {
    stroke: rgb(146 64 14 / 0.3) !important;
  }

  .lg\:stroke-amber-800\/35 {
    stroke: rgb(146 64 14 / 0.35) !important;
  }

  .lg\:stroke-amber-800\/40 {
    stroke: rgb(146 64 14 / 0.4) !important;
  }

  .lg\:stroke-amber-800\/45 {
    stroke: rgb(146 64 14 / 0.45) !important;
  }

  .lg\:stroke-amber-800\/5 {
    stroke: rgb(146 64 14 / 0.05) !important;
  }

  .lg\:stroke-amber-800\/50 {
    stroke: rgb(146 64 14 / 0.5) !important;
  }

  .lg\:stroke-amber-800\/55 {
    stroke: rgb(146 64 14 / 0.55) !important;
  }

  .lg\:stroke-amber-800\/60 {
    stroke: rgb(146 64 14 / 0.6) !important;
  }

  .lg\:stroke-amber-800\/65 {
    stroke: rgb(146 64 14 / 0.65) !important;
  }

  .lg\:stroke-amber-800\/70 {
    stroke: rgb(146 64 14 / 0.7) !important;
  }

  .lg\:stroke-amber-800\/75 {
    stroke: rgb(146 64 14 / 0.75) !important;
  }

  .lg\:stroke-amber-800\/80 {
    stroke: rgb(146 64 14 / 0.8) !important;
  }

  .lg\:stroke-amber-800\/85 {
    stroke: rgb(146 64 14 / 0.85) !important;
  }

  .lg\:stroke-amber-800\/90 {
    stroke: rgb(146 64 14 / 0.9) !important;
  }

  .lg\:stroke-amber-800\/95 {
    stroke: rgb(146 64 14 / 0.95) !important;
  }

  .lg\:stroke-amber-900 {
    stroke: #78350f !important;
  }

  .lg\:stroke-amber-900\/0 {
    stroke: rgb(120 53 15 / 0) !important;
  }

  .lg\:stroke-amber-900\/10 {
    stroke: rgb(120 53 15 / 0.1) !important;
  }

  .lg\:stroke-amber-900\/100 {
    stroke: rgb(120 53 15 / 1) !important;
  }

  .lg\:stroke-amber-900\/15 {
    stroke: rgb(120 53 15 / 0.15) !important;
  }

  .lg\:stroke-amber-900\/20 {
    stroke: rgb(120 53 15 / 0.2) !important;
  }

  .lg\:stroke-amber-900\/25 {
    stroke: rgb(120 53 15 / 0.25) !important;
  }

  .lg\:stroke-amber-900\/30 {
    stroke: rgb(120 53 15 / 0.3) !important;
  }

  .lg\:stroke-amber-900\/35 {
    stroke: rgb(120 53 15 / 0.35) !important;
  }

  .lg\:stroke-amber-900\/40 {
    stroke: rgb(120 53 15 / 0.4) !important;
  }

  .lg\:stroke-amber-900\/45 {
    stroke: rgb(120 53 15 / 0.45) !important;
  }

  .lg\:stroke-amber-900\/5 {
    stroke: rgb(120 53 15 / 0.05) !important;
  }

  .lg\:stroke-amber-900\/50 {
    stroke: rgb(120 53 15 / 0.5) !important;
  }

  .lg\:stroke-amber-900\/55 {
    stroke: rgb(120 53 15 / 0.55) !important;
  }

  .lg\:stroke-amber-900\/60 {
    stroke: rgb(120 53 15 / 0.6) !important;
  }

  .lg\:stroke-amber-900\/65 {
    stroke: rgb(120 53 15 / 0.65) !important;
  }

  .lg\:stroke-amber-900\/70 {
    stroke: rgb(120 53 15 / 0.7) !important;
  }

  .lg\:stroke-amber-900\/75 {
    stroke: rgb(120 53 15 / 0.75) !important;
  }

  .lg\:stroke-amber-900\/80 {
    stroke: rgb(120 53 15 / 0.8) !important;
  }

  .lg\:stroke-amber-900\/85 {
    stroke: rgb(120 53 15 / 0.85) !important;
  }

  .lg\:stroke-amber-900\/90 {
    stroke: rgb(120 53 15 / 0.9) !important;
  }

  .lg\:stroke-amber-900\/95 {
    stroke: rgb(120 53 15 / 0.95) !important;
  }

  .lg\:stroke-amber-950 {
    stroke: #451a03 !important;
  }

  .lg\:stroke-amber-950\/0 {
    stroke: rgb(69 26 3 / 0) !important;
  }

  .lg\:stroke-amber-950\/10 {
    stroke: rgb(69 26 3 / 0.1) !important;
  }

  .lg\:stroke-amber-950\/100 {
    stroke: rgb(69 26 3 / 1) !important;
  }

  .lg\:stroke-amber-950\/15 {
    stroke: rgb(69 26 3 / 0.15) !important;
  }

  .lg\:stroke-amber-950\/20 {
    stroke: rgb(69 26 3 / 0.2) !important;
  }

  .lg\:stroke-amber-950\/25 {
    stroke: rgb(69 26 3 / 0.25) !important;
  }

  .lg\:stroke-amber-950\/30 {
    stroke: rgb(69 26 3 / 0.3) !important;
  }

  .lg\:stroke-amber-950\/35 {
    stroke: rgb(69 26 3 / 0.35) !important;
  }

  .lg\:stroke-amber-950\/40 {
    stroke: rgb(69 26 3 / 0.4) !important;
  }

  .lg\:stroke-amber-950\/45 {
    stroke: rgb(69 26 3 / 0.45) !important;
  }

  .lg\:stroke-amber-950\/5 {
    stroke: rgb(69 26 3 / 0.05) !important;
  }

  .lg\:stroke-amber-950\/50 {
    stroke: rgb(69 26 3 / 0.5) !important;
  }

  .lg\:stroke-amber-950\/55 {
    stroke: rgb(69 26 3 / 0.55) !important;
  }

  .lg\:stroke-amber-950\/60 {
    stroke: rgb(69 26 3 / 0.6) !important;
  }

  .lg\:stroke-amber-950\/65 {
    stroke: rgb(69 26 3 / 0.65) !important;
  }

  .lg\:stroke-amber-950\/70 {
    stroke: rgb(69 26 3 / 0.7) !important;
  }

  .lg\:stroke-amber-950\/75 {
    stroke: rgb(69 26 3 / 0.75) !important;
  }

  .lg\:stroke-amber-950\/80 {
    stroke: rgb(69 26 3 / 0.8) !important;
  }

  .lg\:stroke-amber-950\/85 {
    stroke: rgb(69 26 3 / 0.85) !important;
  }

  .lg\:stroke-amber-950\/90 {
    stroke: rgb(69 26 3 / 0.9) !important;
  }

  .lg\:stroke-amber-950\/95 {
    stroke: rgb(69 26 3 / 0.95) !important;
  }

  .lg\:stroke-black {
    stroke: #000 !important;
  }

  .lg\:stroke-black\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .lg\:stroke-black\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:stroke-black\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .lg\:stroke-black\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:stroke-black\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:stroke-black\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:stroke-black\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:stroke-black\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:stroke-black\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:stroke-black\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:stroke-black\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:stroke-black\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:stroke-black\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:stroke-black\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:stroke-black\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:stroke-black\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:stroke-black\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:stroke-black\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:stroke-black\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:stroke-black\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:stroke-black\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:stroke-blue-100 {
    stroke: #dbeafe !important;
  }

  .lg\:stroke-blue-100\/0 {
    stroke: rgb(219 234 254 / 0) !important;
  }

  .lg\:stroke-blue-100\/10 {
    stroke: rgb(219 234 254 / 0.1) !important;
  }

  .lg\:stroke-blue-100\/100 {
    stroke: rgb(219 234 254 / 1) !important;
  }

  .lg\:stroke-blue-100\/15 {
    stroke: rgb(219 234 254 / 0.15) !important;
  }

  .lg\:stroke-blue-100\/20 {
    stroke: rgb(219 234 254 / 0.2) !important;
  }

  .lg\:stroke-blue-100\/25 {
    stroke: rgb(219 234 254 / 0.25) !important;
  }

  .lg\:stroke-blue-100\/30 {
    stroke: rgb(219 234 254 / 0.3) !important;
  }

  .lg\:stroke-blue-100\/35 {
    stroke: rgb(219 234 254 / 0.35) !important;
  }

  .lg\:stroke-blue-100\/40 {
    stroke: rgb(219 234 254 / 0.4) !important;
  }

  .lg\:stroke-blue-100\/45 {
    stroke: rgb(219 234 254 / 0.45) !important;
  }

  .lg\:stroke-blue-100\/5 {
    stroke: rgb(219 234 254 / 0.05) !important;
  }

  .lg\:stroke-blue-100\/50 {
    stroke: rgb(219 234 254 / 0.5) !important;
  }

  .lg\:stroke-blue-100\/55 {
    stroke: rgb(219 234 254 / 0.55) !important;
  }

  .lg\:stroke-blue-100\/60 {
    stroke: rgb(219 234 254 / 0.6) !important;
  }

  .lg\:stroke-blue-100\/65 {
    stroke: rgb(219 234 254 / 0.65) !important;
  }

  .lg\:stroke-blue-100\/70 {
    stroke: rgb(219 234 254 / 0.7) !important;
  }

  .lg\:stroke-blue-100\/75 {
    stroke: rgb(219 234 254 / 0.75) !important;
  }

  .lg\:stroke-blue-100\/80 {
    stroke: rgb(219 234 254 / 0.8) !important;
  }

  .lg\:stroke-blue-100\/85 {
    stroke: rgb(219 234 254 / 0.85) !important;
  }

  .lg\:stroke-blue-100\/90 {
    stroke: rgb(219 234 254 / 0.9) !important;
  }

  .lg\:stroke-blue-100\/95 {
    stroke: rgb(219 234 254 / 0.95) !important;
  }

  .lg\:stroke-blue-200 {
    stroke: #bfdbfe !important;
  }

  .lg\:stroke-blue-200\/0 {
    stroke: rgb(191 219 254 / 0) !important;
  }

  .lg\:stroke-blue-200\/10 {
    stroke: rgb(191 219 254 / 0.1) !important;
  }

  .lg\:stroke-blue-200\/100 {
    stroke: rgb(191 219 254 / 1) !important;
  }

  .lg\:stroke-blue-200\/15 {
    stroke: rgb(191 219 254 / 0.15) !important;
  }

  .lg\:stroke-blue-200\/20 {
    stroke: rgb(191 219 254 / 0.2) !important;
  }

  .lg\:stroke-blue-200\/25 {
    stroke: rgb(191 219 254 / 0.25) !important;
  }

  .lg\:stroke-blue-200\/30 {
    stroke: rgb(191 219 254 / 0.3) !important;
  }

  .lg\:stroke-blue-200\/35 {
    stroke: rgb(191 219 254 / 0.35) !important;
  }

  .lg\:stroke-blue-200\/40 {
    stroke: rgb(191 219 254 / 0.4) !important;
  }

  .lg\:stroke-blue-200\/45 {
    stroke: rgb(191 219 254 / 0.45) !important;
  }

  .lg\:stroke-blue-200\/5 {
    stroke: rgb(191 219 254 / 0.05) !important;
  }

  .lg\:stroke-blue-200\/50 {
    stroke: rgb(191 219 254 / 0.5) !important;
  }

  .lg\:stroke-blue-200\/55 {
    stroke: rgb(191 219 254 / 0.55) !important;
  }

  .lg\:stroke-blue-200\/60 {
    stroke: rgb(191 219 254 / 0.6) !important;
  }

  .lg\:stroke-blue-200\/65 {
    stroke: rgb(191 219 254 / 0.65) !important;
  }

  .lg\:stroke-blue-200\/70 {
    stroke: rgb(191 219 254 / 0.7) !important;
  }

  .lg\:stroke-blue-200\/75 {
    stroke: rgb(191 219 254 / 0.75) !important;
  }

  .lg\:stroke-blue-200\/80 {
    stroke: rgb(191 219 254 / 0.8) !important;
  }

  .lg\:stroke-blue-200\/85 {
    stroke: rgb(191 219 254 / 0.85) !important;
  }

  .lg\:stroke-blue-200\/90 {
    stroke: rgb(191 219 254 / 0.9) !important;
  }

  .lg\:stroke-blue-200\/95 {
    stroke: rgb(191 219 254 / 0.95) !important;
  }

  .lg\:stroke-blue-300 {
    stroke: #93c5fd !important;
  }

  .lg\:stroke-blue-300\/0 {
    stroke: rgb(147 197 253 / 0) !important;
  }

  .lg\:stroke-blue-300\/10 {
    stroke: rgb(147 197 253 / 0.1) !important;
  }

  .lg\:stroke-blue-300\/100 {
    stroke: rgb(147 197 253 / 1) !important;
  }

  .lg\:stroke-blue-300\/15 {
    stroke: rgb(147 197 253 / 0.15) !important;
  }

  .lg\:stroke-blue-300\/20 {
    stroke: rgb(147 197 253 / 0.2) !important;
  }

  .lg\:stroke-blue-300\/25 {
    stroke: rgb(147 197 253 / 0.25) !important;
  }

  .lg\:stroke-blue-300\/30 {
    stroke: rgb(147 197 253 / 0.3) !important;
  }

  .lg\:stroke-blue-300\/35 {
    stroke: rgb(147 197 253 / 0.35) !important;
  }

  .lg\:stroke-blue-300\/40 {
    stroke: rgb(147 197 253 / 0.4) !important;
  }

  .lg\:stroke-blue-300\/45 {
    stroke: rgb(147 197 253 / 0.45) !important;
  }

  .lg\:stroke-blue-300\/5 {
    stroke: rgb(147 197 253 / 0.05) !important;
  }

  .lg\:stroke-blue-300\/50 {
    stroke: rgb(147 197 253 / 0.5) !important;
  }

  .lg\:stroke-blue-300\/55 {
    stroke: rgb(147 197 253 / 0.55) !important;
  }

  .lg\:stroke-blue-300\/60 {
    stroke: rgb(147 197 253 / 0.6) !important;
  }

  .lg\:stroke-blue-300\/65 {
    stroke: rgb(147 197 253 / 0.65) !important;
  }

  .lg\:stroke-blue-300\/70 {
    stroke: rgb(147 197 253 / 0.7) !important;
  }

  .lg\:stroke-blue-300\/75 {
    stroke: rgb(147 197 253 / 0.75) !important;
  }

  .lg\:stroke-blue-300\/80 {
    stroke: rgb(147 197 253 / 0.8) !important;
  }

  .lg\:stroke-blue-300\/85 {
    stroke: rgb(147 197 253 / 0.85) !important;
  }

  .lg\:stroke-blue-300\/90 {
    stroke: rgb(147 197 253 / 0.9) !important;
  }

  .lg\:stroke-blue-300\/95 {
    stroke: rgb(147 197 253 / 0.95) !important;
  }

  .lg\:stroke-blue-400 {
    stroke: #60a5fa !important;
  }

  .lg\:stroke-blue-400\/0 {
    stroke: rgb(96 165 250 / 0) !important;
  }

  .lg\:stroke-blue-400\/10 {
    stroke: rgb(96 165 250 / 0.1) !important;
  }

  .lg\:stroke-blue-400\/100 {
    stroke: rgb(96 165 250 / 1) !important;
  }

  .lg\:stroke-blue-400\/15 {
    stroke: rgb(96 165 250 / 0.15) !important;
  }

  .lg\:stroke-blue-400\/20 {
    stroke: rgb(96 165 250 / 0.2) !important;
  }

  .lg\:stroke-blue-400\/25 {
    stroke: rgb(96 165 250 / 0.25) !important;
  }

  .lg\:stroke-blue-400\/30 {
    stroke: rgb(96 165 250 / 0.3) !important;
  }

  .lg\:stroke-blue-400\/35 {
    stroke: rgb(96 165 250 / 0.35) !important;
  }

  .lg\:stroke-blue-400\/40 {
    stroke: rgb(96 165 250 / 0.4) !important;
  }

  .lg\:stroke-blue-400\/45 {
    stroke: rgb(96 165 250 / 0.45) !important;
  }

  .lg\:stroke-blue-400\/5 {
    stroke: rgb(96 165 250 / 0.05) !important;
  }

  .lg\:stroke-blue-400\/50 {
    stroke: rgb(96 165 250 / 0.5) !important;
  }

  .lg\:stroke-blue-400\/55 {
    stroke: rgb(96 165 250 / 0.55) !important;
  }

  .lg\:stroke-blue-400\/60 {
    stroke: rgb(96 165 250 / 0.6) !important;
  }

  .lg\:stroke-blue-400\/65 {
    stroke: rgb(96 165 250 / 0.65) !important;
  }

  .lg\:stroke-blue-400\/70 {
    stroke: rgb(96 165 250 / 0.7) !important;
  }

  .lg\:stroke-blue-400\/75 {
    stroke: rgb(96 165 250 / 0.75) !important;
  }

  .lg\:stroke-blue-400\/80 {
    stroke: rgb(96 165 250 / 0.8) !important;
  }

  .lg\:stroke-blue-400\/85 {
    stroke: rgb(96 165 250 / 0.85) !important;
  }

  .lg\:stroke-blue-400\/90 {
    stroke: rgb(96 165 250 / 0.9) !important;
  }

  .lg\:stroke-blue-400\/95 {
    stroke: rgb(96 165 250 / 0.95) !important;
  }

  .lg\:stroke-blue-50 {
    stroke: #eff6ff !important;
  }

  .lg\:stroke-blue-50\/0 {
    stroke: rgb(239 246 255 / 0) !important;
  }

  .lg\:stroke-blue-50\/10 {
    stroke: rgb(239 246 255 / 0.1) !important;
  }

  .lg\:stroke-blue-50\/100 {
    stroke: rgb(239 246 255 / 1) !important;
  }

  .lg\:stroke-blue-50\/15 {
    stroke: rgb(239 246 255 / 0.15) !important;
  }

  .lg\:stroke-blue-50\/20 {
    stroke: rgb(239 246 255 / 0.2) !important;
  }

  .lg\:stroke-blue-50\/25 {
    stroke: rgb(239 246 255 / 0.25) !important;
  }

  .lg\:stroke-blue-50\/30 {
    stroke: rgb(239 246 255 / 0.3) !important;
  }

  .lg\:stroke-blue-50\/35 {
    stroke: rgb(239 246 255 / 0.35) !important;
  }

  .lg\:stroke-blue-50\/40 {
    stroke: rgb(239 246 255 / 0.4) !important;
  }

  .lg\:stroke-blue-50\/45 {
    stroke: rgb(239 246 255 / 0.45) !important;
  }

  .lg\:stroke-blue-50\/5 {
    stroke: rgb(239 246 255 / 0.05) !important;
  }

  .lg\:stroke-blue-50\/50 {
    stroke: rgb(239 246 255 / 0.5) !important;
  }

  .lg\:stroke-blue-50\/55 {
    stroke: rgb(239 246 255 / 0.55) !important;
  }

  .lg\:stroke-blue-50\/60 {
    stroke: rgb(239 246 255 / 0.6) !important;
  }

  .lg\:stroke-blue-50\/65 {
    stroke: rgb(239 246 255 / 0.65) !important;
  }

  .lg\:stroke-blue-50\/70 {
    stroke: rgb(239 246 255 / 0.7) !important;
  }

  .lg\:stroke-blue-50\/75 {
    stroke: rgb(239 246 255 / 0.75) !important;
  }

  .lg\:stroke-blue-50\/80 {
    stroke: rgb(239 246 255 / 0.8) !important;
  }

  .lg\:stroke-blue-50\/85 {
    stroke: rgb(239 246 255 / 0.85) !important;
  }

  .lg\:stroke-blue-50\/90 {
    stroke: rgb(239 246 255 / 0.9) !important;
  }

  .lg\:stroke-blue-50\/95 {
    stroke: rgb(239 246 255 / 0.95) !important;
  }

  .lg\:stroke-blue-500 {
    stroke: #3b82f6 !important;
  }

  .lg\:stroke-blue-500\/0 {
    stroke: rgb(59 130 246 / 0) !important;
  }

  .lg\:stroke-blue-500\/10 {
    stroke: rgb(59 130 246 / 0.1) !important;
  }

  .lg\:stroke-blue-500\/100 {
    stroke: rgb(59 130 246 / 1) !important;
  }

  .lg\:stroke-blue-500\/15 {
    stroke: rgb(59 130 246 / 0.15) !important;
  }

  .lg\:stroke-blue-500\/20 {
    stroke: rgb(59 130 246 / 0.2) !important;
  }

  .lg\:stroke-blue-500\/25 {
    stroke: rgb(59 130 246 / 0.25) !important;
  }

  .lg\:stroke-blue-500\/30 {
    stroke: rgb(59 130 246 / 0.3) !important;
  }

  .lg\:stroke-blue-500\/35 {
    stroke: rgb(59 130 246 / 0.35) !important;
  }

  .lg\:stroke-blue-500\/40 {
    stroke: rgb(59 130 246 / 0.4) !important;
  }

  .lg\:stroke-blue-500\/45 {
    stroke: rgb(59 130 246 / 0.45) !important;
  }

  .lg\:stroke-blue-500\/5 {
    stroke: rgb(59 130 246 / 0.05) !important;
  }

  .lg\:stroke-blue-500\/50 {
    stroke: rgb(59 130 246 / 0.5) !important;
  }

  .lg\:stroke-blue-500\/55 {
    stroke: rgb(59 130 246 / 0.55) !important;
  }

  .lg\:stroke-blue-500\/60 {
    stroke: rgb(59 130 246 / 0.6) !important;
  }

  .lg\:stroke-blue-500\/65 {
    stroke: rgb(59 130 246 / 0.65) !important;
  }

  .lg\:stroke-blue-500\/70 {
    stroke: rgb(59 130 246 / 0.7) !important;
  }

  .lg\:stroke-blue-500\/75 {
    stroke: rgb(59 130 246 / 0.75) !important;
  }

  .lg\:stroke-blue-500\/80 {
    stroke: rgb(59 130 246 / 0.8) !important;
  }

  .lg\:stroke-blue-500\/85 {
    stroke: rgb(59 130 246 / 0.85) !important;
  }

  .lg\:stroke-blue-500\/90 {
    stroke: rgb(59 130 246 / 0.9) !important;
  }

  .lg\:stroke-blue-500\/95 {
    stroke: rgb(59 130 246 / 0.95) !important;
  }

  .lg\:stroke-blue-600 {
    stroke: #2563eb !important;
  }

  .lg\:stroke-blue-600\/0 {
    stroke: rgb(37 99 235 / 0) !important;
  }

  .lg\:stroke-blue-600\/10 {
    stroke: rgb(37 99 235 / 0.1) !important;
  }

  .lg\:stroke-blue-600\/100 {
    stroke: rgb(37 99 235 / 1) !important;
  }

  .lg\:stroke-blue-600\/15 {
    stroke: rgb(37 99 235 / 0.15) !important;
  }

  .lg\:stroke-blue-600\/20 {
    stroke: rgb(37 99 235 / 0.2) !important;
  }

  .lg\:stroke-blue-600\/25 {
    stroke: rgb(37 99 235 / 0.25) !important;
  }

  .lg\:stroke-blue-600\/30 {
    stroke: rgb(37 99 235 / 0.3) !important;
  }

  .lg\:stroke-blue-600\/35 {
    stroke: rgb(37 99 235 / 0.35) !important;
  }

  .lg\:stroke-blue-600\/40 {
    stroke: rgb(37 99 235 / 0.4) !important;
  }

  .lg\:stroke-blue-600\/45 {
    stroke: rgb(37 99 235 / 0.45) !important;
  }

  .lg\:stroke-blue-600\/5 {
    stroke: rgb(37 99 235 / 0.05) !important;
  }

  .lg\:stroke-blue-600\/50 {
    stroke: rgb(37 99 235 / 0.5) !important;
  }

  .lg\:stroke-blue-600\/55 {
    stroke: rgb(37 99 235 / 0.55) !important;
  }

  .lg\:stroke-blue-600\/60 {
    stroke: rgb(37 99 235 / 0.6) !important;
  }

  .lg\:stroke-blue-600\/65 {
    stroke: rgb(37 99 235 / 0.65) !important;
  }

  .lg\:stroke-blue-600\/70 {
    stroke: rgb(37 99 235 / 0.7) !important;
  }

  .lg\:stroke-blue-600\/75 {
    stroke: rgb(37 99 235 / 0.75) !important;
  }

  .lg\:stroke-blue-600\/80 {
    stroke: rgb(37 99 235 / 0.8) !important;
  }

  .lg\:stroke-blue-600\/85 {
    stroke: rgb(37 99 235 / 0.85) !important;
  }

  .lg\:stroke-blue-600\/90 {
    stroke: rgb(37 99 235 / 0.9) !important;
  }

  .lg\:stroke-blue-600\/95 {
    stroke: rgb(37 99 235 / 0.95) !important;
  }

  .lg\:stroke-blue-700 {
    stroke: #1d4ed8 !important;
  }

  .lg\:stroke-blue-700\/0 {
    stroke: rgb(29 78 216 / 0) !important;
  }

  .lg\:stroke-blue-700\/10 {
    stroke: rgb(29 78 216 / 0.1) !important;
  }

  .lg\:stroke-blue-700\/100 {
    stroke: rgb(29 78 216 / 1) !important;
  }

  .lg\:stroke-blue-700\/15 {
    stroke: rgb(29 78 216 / 0.15) !important;
  }

  .lg\:stroke-blue-700\/20 {
    stroke: rgb(29 78 216 / 0.2) !important;
  }

  .lg\:stroke-blue-700\/25 {
    stroke: rgb(29 78 216 / 0.25) !important;
  }

  .lg\:stroke-blue-700\/30 {
    stroke: rgb(29 78 216 / 0.3) !important;
  }

  .lg\:stroke-blue-700\/35 {
    stroke: rgb(29 78 216 / 0.35) !important;
  }

  .lg\:stroke-blue-700\/40 {
    stroke: rgb(29 78 216 / 0.4) !important;
  }

  .lg\:stroke-blue-700\/45 {
    stroke: rgb(29 78 216 / 0.45) !important;
  }

  .lg\:stroke-blue-700\/5 {
    stroke: rgb(29 78 216 / 0.05) !important;
  }

  .lg\:stroke-blue-700\/50 {
    stroke: rgb(29 78 216 / 0.5) !important;
  }

  .lg\:stroke-blue-700\/55 {
    stroke: rgb(29 78 216 / 0.55) !important;
  }

  .lg\:stroke-blue-700\/60 {
    stroke: rgb(29 78 216 / 0.6) !important;
  }

  .lg\:stroke-blue-700\/65 {
    stroke: rgb(29 78 216 / 0.65) !important;
  }

  .lg\:stroke-blue-700\/70 {
    stroke: rgb(29 78 216 / 0.7) !important;
  }

  .lg\:stroke-blue-700\/75 {
    stroke: rgb(29 78 216 / 0.75) !important;
  }

  .lg\:stroke-blue-700\/80 {
    stroke: rgb(29 78 216 / 0.8) !important;
  }

  .lg\:stroke-blue-700\/85 {
    stroke: rgb(29 78 216 / 0.85) !important;
  }

  .lg\:stroke-blue-700\/90 {
    stroke: rgb(29 78 216 / 0.9) !important;
  }

  .lg\:stroke-blue-700\/95 {
    stroke: rgb(29 78 216 / 0.95) !important;
  }

  .lg\:stroke-blue-800 {
    stroke: #1e40af !important;
  }

  .lg\:stroke-blue-800\/0 {
    stroke: rgb(30 64 175 / 0) !important;
  }

  .lg\:stroke-blue-800\/10 {
    stroke: rgb(30 64 175 / 0.1) !important;
  }

  .lg\:stroke-blue-800\/100 {
    stroke: rgb(30 64 175 / 1) !important;
  }

  .lg\:stroke-blue-800\/15 {
    stroke: rgb(30 64 175 / 0.15) !important;
  }

  .lg\:stroke-blue-800\/20 {
    stroke: rgb(30 64 175 / 0.2) !important;
  }

  .lg\:stroke-blue-800\/25 {
    stroke: rgb(30 64 175 / 0.25) !important;
  }

  .lg\:stroke-blue-800\/30 {
    stroke: rgb(30 64 175 / 0.3) !important;
  }

  .lg\:stroke-blue-800\/35 {
    stroke: rgb(30 64 175 / 0.35) !important;
  }

  .lg\:stroke-blue-800\/40 {
    stroke: rgb(30 64 175 / 0.4) !important;
  }

  .lg\:stroke-blue-800\/45 {
    stroke: rgb(30 64 175 / 0.45) !important;
  }

  .lg\:stroke-blue-800\/5 {
    stroke: rgb(30 64 175 / 0.05) !important;
  }

  .lg\:stroke-blue-800\/50 {
    stroke: rgb(30 64 175 / 0.5) !important;
  }

  .lg\:stroke-blue-800\/55 {
    stroke: rgb(30 64 175 / 0.55) !important;
  }

  .lg\:stroke-blue-800\/60 {
    stroke: rgb(30 64 175 / 0.6) !important;
  }

  .lg\:stroke-blue-800\/65 {
    stroke: rgb(30 64 175 / 0.65) !important;
  }

  .lg\:stroke-blue-800\/70 {
    stroke: rgb(30 64 175 / 0.7) !important;
  }

  .lg\:stroke-blue-800\/75 {
    stroke: rgb(30 64 175 / 0.75) !important;
  }

  .lg\:stroke-blue-800\/80 {
    stroke: rgb(30 64 175 / 0.8) !important;
  }

  .lg\:stroke-blue-800\/85 {
    stroke: rgb(30 64 175 / 0.85) !important;
  }

  .lg\:stroke-blue-800\/90 {
    stroke: rgb(30 64 175 / 0.9) !important;
  }

  .lg\:stroke-blue-800\/95 {
    stroke: rgb(30 64 175 / 0.95) !important;
  }

  .lg\:stroke-blue-900 {
    stroke: #1e3a8a !important;
  }

  .lg\:stroke-blue-900\/0 {
    stroke: rgb(30 58 138 / 0) !important;
  }

  .lg\:stroke-blue-900\/10 {
    stroke: rgb(30 58 138 / 0.1) !important;
  }

  .lg\:stroke-blue-900\/100 {
    stroke: rgb(30 58 138 / 1) !important;
  }

  .lg\:stroke-blue-900\/15 {
    stroke: rgb(30 58 138 / 0.15) !important;
  }

  .lg\:stroke-blue-900\/20 {
    stroke: rgb(30 58 138 / 0.2) !important;
  }

  .lg\:stroke-blue-900\/25 {
    stroke: rgb(30 58 138 / 0.25) !important;
  }

  .lg\:stroke-blue-900\/30 {
    stroke: rgb(30 58 138 / 0.3) !important;
  }

  .lg\:stroke-blue-900\/35 {
    stroke: rgb(30 58 138 / 0.35) !important;
  }

  .lg\:stroke-blue-900\/40 {
    stroke: rgb(30 58 138 / 0.4) !important;
  }

  .lg\:stroke-blue-900\/45 {
    stroke: rgb(30 58 138 / 0.45) !important;
  }

  .lg\:stroke-blue-900\/5 {
    stroke: rgb(30 58 138 / 0.05) !important;
  }

  .lg\:stroke-blue-900\/50 {
    stroke: rgb(30 58 138 / 0.5) !important;
  }

  .lg\:stroke-blue-900\/55 {
    stroke: rgb(30 58 138 / 0.55) !important;
  }

  .lg\:stroke-blue-900\/60 {
    stroke: rgb(30 58 138 / 0.6) !important;
  }

  .lg\:stroke-blue-900\/65 {
    stroke: rgb(30 58 138 / 0.65) !important;
  }

  .lg\:stroke-blue-900\/70 {
    stroke: rgb(30 58 138 / 0.7) !important;
  }

  .lg\:stroke-blue-900\/75 {
    stroke: rgb(30 58 138 / 0.75) !important;
  }

  .lg\:stroke-blue-900\/80 {
    stroke: rgb(30 58 138 / 0.8) !important;
  }

  .lg\:stroke-blue-900\/85 {
    stroke: rgb(30 58 138 / 0.85) !important;
  }

  .lg\:stroke-blue-900\/90 {
    stroke: rgb(30 58 138 / 0.9) !important;
  }

  .lg\:stroke-blue-900\/95 {
    stroke: rgb(30 58 138 / 0.95) !important;
  }

  .lg\:stroke-blue-950 {
    stroke: #172554 !important;
  }

  .lg\:stroke-blue-950\/0 {
    stroke: rgb(23 37 84 / 0) !important;
  }

  .lg\:stroke-blue-950\/10 {
    stroke: rgb(23 37 84 / 0.1) !important;
  }

  .lg\:stroke-blue-950\/100 {
    stroke: rgb(23 37 84 / 1) !important;
  }

  .lg\:stroke-blue-950\/15 {
    stroke: rgb(23 37 84 / 0.15) !important;
  }

  .lg\:stroke-blue-950\/20 {
    stroke: rgb(23 37 84 / 0.2) !important;
  }

  .lg\:stroke-blue-950\/25 {
    stroke: rgb(23 37 84 / 0.25) !important;
  }

  .lg\:stroke-blue-950\/30 {
    stroke: rgb(23 37 84 / 0.3) !important;
  }

  .lg\:stroke-blue-950\/35 {
    stroke: rgb(23 37 84 / 0.35) !important;
  }

  .lg\:stroke-blue-950\/40 {
    stroke: rgb(23 37 84 / 0.4) !important;
  }

  .lg\:stroke-blue-950\/45 {
    stroke: rgb(23 37 84 / 0.45) !important;
  }

  .lg\:stroke-blue-950\/5 {
    stroke: rgb(23 37 84 / 0.05) !important;
  }

  .lg\:stroke-blue-950\/50 {
    stroke: rgb(23 37 84 / 0.5) !important;
  }

  .lg\:stroke-blue-950\/55 {
    stroke: rgb(23 37 84 / 0.55) !important;
  }

  .lg\:stroke-blue-950\/60 {
    stroke: rgb(23 37 84 / 0.6) !important;
  }

  .lg\:stroke-blue-950\/65 {
    stroke: rgb(23 37 84 / 0.65) !important;
  }

  .lg\:stroke-blue-950\/70 {
    stroke: rgb(23 37 84 / 0.7) !important;
  }

  .lg\:stroke-blue-950\/75 {
    stroke: rgb(23 37 84 / 0.75) !important;
  }

  .lg\:stroke-blue-950\/80 {
    stroke: rgb(23 37 84 / 0.8) !important;
  }

  .lg\:stroke-blue-950\/85 {
    stroke: rgb(23 37 84 / 0.85) !important;
  }

  .lg\:stroke-blue-950\/90 {
    stroke: rgb(23 37 84 / 0.9) !important;
  }

  .lg\:stroke-blue-950\/95 {
    stroke: rgb(23 37 84 / 0.95) !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:stroke-cyan-100 {
    stroke: #cffafe !important;
  }

  .lg\:stroke-cyan-100\/0 {
    stroke: rgb(207 250 254 / 0) !important;
  }

  .lg\:stroke-cyan-100\/10 {
    stroke: rgb(207 250 254 / 0.1) !important;
  }

  .lg\:stroke-cyan-100\/100 {
    stroke: rgb(207 250 254 / 1) !important;
  }

  .lg\:stroke-cyan-100\/15 {
    stroke: rgb(207 250 254 / 0.15) !important;
  }

  .lg\:stroke-cyan-100\/20 {
    stroke: rgb(207 250 254 / 0.2) !important;
  }

  .lg\:stroke-cyan-100\/25 {
    stroke: rgb(207 250 254 / 0.25) !important;
  }

  .lg\:stroke-cyan-100\/30 {
    stroke: rgb(207 250 254 / 0.3) !important;
  }

  .lg\:stroke-cyan-100\/35 {
    stroke: rgb(207 250 254 / 0.35) !important;
  }

  .lg\:stroke-cyan-100\/40 {
    stroke: rgb(207 250 254 / 0.4) !important;
  }

  .lg\:stroke-cyan-100\/45 {
    stroke: rgb(207 250 254 / 0.45) !important;
  }

  .lg\:stroke-cyan-100\/5 {
    stroke: rgb(207 250 254 / 0.05) !important;
  }

  .lg\:stroke-cyan-100\/50 {
    stroke: rgb(207 250 254 / 0.5) !important;
  }

  .lg\:stroke-cyan-100\/55 {
    stroke: rgb(207 250 254 / 0.55) !important;
  }

  .lg\:stroke-cyan-100\/60 {
    stroke: rgb(207 250 254 / 0.6) !important;
  }

  .lg\:stroke-cyan-100\/65 {
    stroke: rgb(207 250 254 / 0.65) !important;
  }

  .lg\:stroke-cyan-100\/70 {
    stroke: rgb(207 250 254 / 0.7) !important;
  }

  .lg\:stroke-cyan-100\/75 {
    stroke: rgb(207 250 254 / 0.75) !important;
  }

  .lg\:stroke-cyan-100\/80 {
    stroke: rgb(207 250 254 / 0.8) !important;
  }

  .lg\:stroke-cyan-100\/85 {
    stroke: rgb(207 250 254 / 0.85) !important;
  }

  .lg\:stroke-cyan-100\/90 {
    stroke: rgb(207 250 254 / 0.9) !important;
  }

  .lg\:stroke-cyan-100\/95 {
    stroke: rgb(207 250 254 / 0.95) !important;
  }

  .lg\:stroke-cyan-200 {
    stroke: #a5f3fc !important;
  }

  .lg\:stroke-cyan-200\/0 {
    stroke: rgb(165 243 252 / 0) !important;
  }

  .lg\:stroke-cyan-200\/10 {
    stroke: rgb(165 243 252 / 0.1) !important;
  }

  .lg\:stroke-cyan-200\/100 {
    stroke: rgb(165 243 252 / 1) !important;
  }

  .lg\:stroke-cyan-200\/15 {
    stroke: rgb(165 243 252 / 0.15) !important;
  }

  .lg\:stroke-cyan-200\/20 {
    stroke: rgb(165 243 252 / 0.2) !important;
  }

  .lg\:stroke-cyan-200\/25 {
    stroke: rgb(165 243 252 / 0.25) !important;
  }

  .lg\:stroke-cyan-200\/30 {
    stroke: rgb(165 243 252 / 0.3) !important;
  }

  .lg\:stroke-cyan-200\/35 {
    stroke: rgb(165 243 252 / 0.35) !important;
  }

  .lg\:stroke-cyan-200\/40 {
    stroke: rgb(165 243 252 / 0.4) !important;
  }

  .lg\:stroke-cyan-200\/45 {
    stroke: rgb(165 243 252 / 0.45) !important;
  }

  .lg\:stroke-cyan-200\/5 {
    stroke: rgb(165 243 252 / 0.05) !important;
  }

  .lg\:stroke-cyan-200\/50 {
    stroke: rgb(165 243 252 / 0.5) !important;
  }

  .lg\:stroke-cyan-200\/55 {
    stroke: rgb(165 243 252 / 0.55) !important;
  }

  .lg\:stroke-cyan-200\/60 {
    stroke: rgb(165 243 252 / 0.6) !important;
  }

  .lg\:stroke-cyan-200\/65 {
    stroke: rgb(165 243 252 / 0.65) !important;
  }

  .lg\:stroke-cyan-200\/70 {
    stroke: rgb(165 243 252 / 0.7) !important;
  }

  .lg\:stroke-cyan-200\/75 {
    stroke: rgb(165 243 252 / 0.75) !important;
  }

  .lg\:stroke-cyan-200\/80 {
    stroke: rgb(165 243 252 / 0.8) !important;
  }

  .lg\:stroke-cyan-200\/85 {
    stroke: rgb(165 243 252 / 0.85) !important;
  }

  .lg\:stroke-cyan-200\/90 {
    stroke: rgb(165 243 252 / 0.9) !important;
  }

  .lg\:stroke-cyan-200\/95 {
    stroke: rgb(165 243 252 / 0.95) !important;
  }

  .lg\:stroke-cyan-300 {
    stroke: #67e8f9 !important;
  }

  .lg\:stroke-cyan-300\/0 {
    stroke: rgb(103 232 249 / 0) !important;
  }

  .lg\:stroke-cyan-300\/10 {
    stroke: rgb(103 232 249 / 0.1) !important;
  }

  .lg\:stroke-cyan-300\/100 {
    stroke: rgb(103 232 249 / 1) !important;
  }

  .lg\:stroke-cyan-300\/15 {
    stroke: rgb(103 232 249 / 0.15) !important;
  }

  .lg\:stroke-cyan-300\/20 {
    stroke: rgb(103 232 249 / 0.2) !important;
  }

  .lg\:stroke-cyan-300\/25 {
    stroke: rgb(103 232 249 / 0.25) !important;
  }

  .lg\:stroke-cyan-300\/30 {
    stroke: rgb(103 232 249 / 0.3) !important;
  }

  .lg\:stroke-cyan-300\/35 {
    stroke: rgb(103 232 249 / 0.35) !important;
  }

  .lg\:stroke-cyan-300\/40 {
    stroke: rgb(103 232 249 / 0.4) !important;
  }

  .lg\:stroke-cyan-300\/45 {
    stroke: rgb(103 232 249 / 0.45) !important;
  }

  .lg\:stroke-cyan-300\/5 {
    stroke: rgb(103 232 249 / 0.05) !important;
  }

  .lg\:stroke-cyan-300\/50 {
    stroke: rgb(103 232 249 / 0.5) !important;
  }

  .lg\:stroke-cyan-300\/55 {
    stroke: rgb(103 232 249 / 0.55) !important;
  }

  .lg\:stroke-cyan-300\/60 {
    stroke: rgb(103 232 249 / 0.6) !important;
  }

  .lg\:stroke-cyan-300\/65 {
    stroke: rgb(103 232 249 / 0.65) !important;
  }

  .lg\:stroke-cyan-300\/70 {
    stroke: rgb(103 232 249 / 0.7) !important;
  }

  .lg\:stroke-cyan-300\/75 {
    stroke: rgb(103 232 249 / 0.75) !important;
  }

  .lg\:stroke-cyan-300\/80 {
    stroke: rgb(103 232 249 / 0.8) !important;
  }

  .lg\:stroke-cyan-300\/85 {
    stroke: rgb(103 232 249 / 0.85) !important;
  }

  .lg\:stroke-cyan-300\/90 {
    stroke: rgb(103 232 249 / 0.9) !important;
  }

  .lg\:stroke-cyan-300\/95 {
    stroke: rgb(103 232 249 / 0.95) !important;
  }

  .lg\:stroke-cyan-400 {
    stroke: #22d3ee !important;
  }

  .lg\:stroke-cyan-400\/0 {
    stroke: rgb(34 211 238 / 0) !important;
  }

  .lg\:stroke-cyan-400\/10 {
    stroke: rgb(34 211 238 / 0.1) !important;
  }

  .lg\:stroke-cyan-400\/100 {
    stroke: rgb(34 211 238 / 1) !important;
  }

  .lg\:stroke-cyan-400\/15 {
    stroke: rgb(34 211 238 / 0.15) !important;
  }

  .lg\:stroke-cyan-400\/20 {
    stroke: rgb(34 211 238 / 0.2) !important;
  }

  .lg\:stroke-cyan-400\/25 {
    stroke: rgb(34 211 238 / 0.25) !important;
  }

  .lg\:stroke-cyan-400\/30 {
    stroke: rgb(34 211 238 / 0.3) !important;
  }

  .lg\:stroke-cyan-400\/35 {
    stroke: rgb(34 211 238 / 0.35) !important;
  }

  .lg\:stroke-cyan-400\/40 {
    stroke: rgb(34 211 238 / 0.4) !important;
  }

  .lg\:stroke-cyan-400\/45 {
    stroke: rgb(34 211 238 / 0.45) !important;
  }

  .lg\:stroke-cyan-400\/5 {
    stroke: rgb(34 211 238 / 0.05) !important;
  }

  .lg\:stroke-cyan-400\/50 {
    stroke: rgb(34 211 238 / 0.5) !important;
  }

  .lg\:stroke-cyan-400\/55 {
    stroke: rgb(34 211 238 / 0.55) !important;
  }

  .lg\:stroke-cyan-400\/60 {
    stroke: rgb(34 211 238 / 0.6) !important;
  }

  .lg\:stroke-cyan-400\/65 {
    stroke: rgb(34 211 238 / 0.65) !important;
  }

  .lg\:stroke-cyan-400\/70 {
    stroke: rgb(34 211 238 / 0.7) !important;
  }

  .lg\:stroke-cyan-400\/75 {
    stroke: rgb(34 211 238 / 0.75) !important;
  }

  .lg\:stroke-cyan-400\/80 {
    stroke: rgb(34 211 238 / 0.8) !important;
  }

  .lg\:stroke-cyan-400\/85 {
    stroke: rgb(34 211 238 / 0.85) !important;
  }

  .lg\:stroke-cyan-400\/90 {
    stroke: rgb(34 211 238 / 0.9) !important;
  }

  .lg\:stroke-cyan-400\/95 {
    stroke: rgb(34 211 238 / 0.95) !important;
  }

  .lg\:stroke-cyan-50 {
    stroke: #ecfeff !important;
  }

  .lg\:stroke-cyan-50\/0 {
    stroke: rgb(236 254 255 / 0) !important;
  }

  .lg\:stroke-cyan-50\/10 {
    stroke: rgb(236 254 255 / 0.1) !important;
  }

  .lg\:stroke-cyan-50\/100 {
    stroke: rgb(236 254 255 / 1) !important;
  }

  .lg\:stroke-cyan-50\/15 {
    stroke: rgb(236 254 255 / 0.15) !important;
  }

  .lg\:stroke-cyan-50\/20 {
    stroke: rgb(236 254 255 / 0.2) !important;
  }

  .lg\:stroke-cyan-50\/25 {
    stroke: rgb(236 254 255 / 0.25) !important;
  }

  .lg\:stroke-cyan-50\/30 {
    stroke: rgb(236 254 255 / 0.3) !important;
  }

  .lg\:stroke-cyan-50\/35 {
    stroke: rgb(236 254 255 / 0.35) !important;
  }

  .lg\:stroke-cyan-50\/40 {
    stroke: rgb(236 254 255 / 0.4) !important;
  }

  .lg\:stroke-cyan-50\/45 {
    stroke: rgb(236 254 255 / 0.45) !important;
  }

  .lg\:stroke-cyan-50\/5 {
    stroke: rgb(236 254 255 / 0.05) !important;
  }

  .lg\:stroke-cyan-50\/50 {
    stroke: rgb(236 254 255 / 0.5) !important;
  }

  .lg\:stroke-cyan-50\/55 {
    stroke: rgb(236 254 255 / 0.55) !important;
  }

  .lg\:stroke-cyan-50\/60 {
    stroke: rgb(236 254 255 / 0.6) !important;
  }

  .lg\:stroke-cyan-50\/65 {
    stroke: rgb(236 254 255 / 0.65) !important;
  }

  .lg\:stroke-cyan-50\/70 {
    stroke: rgb(236 254 255 / 0.7) !important;
  }

  .lg\:stroke-cyan-50\/75 {
    stroke: rgb(236 254 255 / 0.75) !important;
  }

  .lg\:stroke-cyan-50\/80 {
    stroke: rgb(236 254 255 / 0.8) !important;
  }

  .lg\:stroke-cyan-50\/85 {
    stroke: rgb(236 254 255 / 0.85) !important;
  }

  .lg\:stroke-cyan-50\/90 {
    stroke: rgb(236 254 255 / 0.9) !important;
  }

  .lg\:stroke-cyan-50\/95 {
    stroke: rgb(236 254 255 / 0.95) !important;
  }

  .lg\:stroke-cyan-500 {
    stroke: #06b6d4 !important;
  }

  .lg\:stroke-cyan-500\/0 {
    stroke: rgb(6 182 212 / 0) !important;
  }

  .lg\:stroke-cyan-500\/10 {
    stroke: rgb(6 182 212 / 0.1) !important;
  }

  .lg\:stroke-cyan-500\/100 {
    stroke: rgb(6 182 212 / 1) !important;
  }

  .lg\:stroke-cyan-500\/15 {
    stroke: rgb(6 182 212 / 0.15) !important;
  }

  .lg\:stroke-cyan-500\/20 {
    stroke: rgb(6 182 212 / 0.2) !important;
  }

  .lg\:stroke-cyan-500\/25 {
    stroke: rgb(6 182 212 / 0.25) !important;
  }

  .lg\:stroke-cyan-500\/30 {
    stroke: rgb(6 182 212 / 0.3) !important;
  }

  .lg\:stroke-cyan-500\/35 {
    stroke: rgb(6 182 212 / 0.35) !important;
  }

  .lg\:stroke-cyan-500\/40 {
    stroke: rgb(6 182 212 / 0.4) !important;
  }

  .lg\:stroke-cyan-500\/45 {
    stroke: rgb(6 182 212 / 0.45) !important;
  }

  .lg\:stroke-cyan-500\/5 {
    stroke: rgb(6 182 212 / 0.05) !important;
  }

  .lg\:stroke-cyan-500\/50 {
    stroke: rgb(6 182 212 / 0.5) !important;
  }

  .lg\:stroke-cyan-500\/55 {
    stroke: rgb(6 182 212 / 0.55) !important;
  }

  .lg\:stroke-cyan-500\/60 {
    stroke: rgb(6 182 212 / 0.6) !important;
  }

  .lg\:stroke-cyan-500\/65 {
    stroke: rgb(6 182 212 / 0.65) !important;
  }

  .lg\:stroke-cyan-500\/70 {
    stroke: rgb(6 182 212 / 0.7) !important;
  }

  .lg\:stroke-cyan-500\/75 {
    stroke: rgb(6 182 212 / 0.75) !important;
  }

  .lg\:stroke-cyan-500\/80 {
    stroke: rgb(6 182 212 / 0.8) !important;
  }

  .lg\:stroke-cyan-500\/85 {
    stroke: rgb(6 182 212 / 0.85) !important;
  }

  .lg\:stroke-cyan-500\/90 {
    stroke: rgb(6 182 212 / 0.9) !important;
  }

  .lg\:stroke-cyan-500\/95 {
    stroke: rgb(6 182 212 / 0.95) !important;
  }

  .lg\:stroke-cyan-600 {
    stroke: #0891b2 !important;
  }

  .lg\:stroke-cyan-600\/0 {
    stroke: rgb(8 145 178 / 0) !important;
  }

  .lg\:stroke-cyan-600\/10 {
    stroke: rgb(8 145 178 / 0.1) !important;
  }

  .lg\:stroke-cyan-600\/100 {
    stroke: rgb(8 145 178 / 1) !important;
  }

  .lg\:stroke-cyan-600\/15 {
    stroke: rgb(8 145 178 / 0.15) !important;
  }

  .lg\:stroke-cyan-600\/20 {
    stroke: rgb(8 145 178 / 0.2) !important;
  }

  .lg\:stroke-cyan-600\/25 {
    stroke: rgb(8 145 178 / 0.25) !important;
  }

  .lg\:stroke-cyan-600\/30 {
    stroke: rgb(8 145 178 / 0.3) !important;
  }

  .lg\:stroke-cyan-600\/35 {
    stroke: rgb(8 145 178 / 0.35) !important;
  }

  .lg\:stroke-cyan-600\/40 {
    stroke: rgb(8 145 178 / 0.4) !important;
  }

  .lg\:stroke-cyan-600\/45 {
    stroke: rgb(8 145 178 / 0.45) !important;
  }

  .lg\:stroke-cyan-600\/5 {
    stroke: rgb(8 145 178 / 0.05) !important;
  }

  .lg\:stroke-cyan-600\/50 {
    stroke: rgb(8 145 178 / 0.5) !important;
  }

  .lg\:stroke-cyan-600\/55 {
    stroke: rgb(8 145 178 / 0.55) !important;
  }

  .lg\:stroke-cyan-600\/60 {
    stroke: rgb(8 145 178 / 0.6) !important;
  }

  .lg\:stroke-cyan-600\/65 {
    stroke: rgb(8 145 178 / 0.65) !important;
  }

  .lg\:stroke-cyan-600\/70 {
    stroke: rgb(8 145 178 / 0.7) !important;
  }

  .lg\:stroke-cyan-600\/75 {
    stroke: rgb(8 145 178 / 0.75) !important;
  }

  .lg\:stroke-cyan-600\/80 {
    stroke: rgb(8 145 178 / 0.8) !important;
  }

  .lg\:stroke-cyan-600\/85 {
    stroke: rgb(8 145 178 / 0.85) !important;
  }

  .lg\:stroke-cyan-600\/90 {
    stroke: rgb(8 145 178 / 0.9) !important;
  }

  .lg\:stroke-cyan-600\/95 {
    stroke: rgb(8 145 178 / 0.95) !important;
  }

  .lg\:stroke-cyan-700 {
    stroke: #0e7490 !important;
  }

  .lg\:stroke-cyan-700\/0 {
    stroke: rgb(14 116 144 / 0) !important;
  }

  .lg\:stroke-cyan-700\/10 {
    stroke: rgb(14 116 144 / 0.1) !important;
  }

  .lg\:stroke-cyan-700\/100 {
    stroke: rgb(14 116 144 / 1) !important;
  }

  .lg\:stroke-cyan-700\/15 {
    stroke: rgb(14 116 144 / 0.15) !important;
  }

  .lg\:stroke-cyan-700\/20 {
    stroke: rgb(14 116 144 / 0.2) !important;
  }

  .lg\:stroke-cyan-700\/25 {
    stroke: rgb(14 116 144 / 0.25) !important;
  }

  .lg\:stroke-cyan-700\/30 {
    stroke: rgb(14 116 144 / 0.3) !important;
  }

  .lg\:stroke-cyan-700\/35 {
    stroke: rgb(14 116 144 / 0.35) !important;
  }

  .lg\:stroke-cyan-700\/40 {
    stroke: rgb(14 116 144 / 0.4) !important;
  }

  .lg\:stroke-cyan-700\/45 {
    stroke: rgb(14 116 144 / 0.45) !important;
  }

  .lg\:stroke-cyan-700\/5 {
    stroke: rgb(14 116 144 / 0.05) !important;
  }

  .lg\:stroke-cyan-700\/50 {
    stroke: rgb(14 116 144 / 0.5) !important;
  }

  .lg\:stroke-cyan-700\/55 {
    stroke: rgb(14 116 144 / 0.55) !important;
  }

  .lg\:stroke-cyan-700\/60 {
    stroke: rgb(14 116 144 / 0.6) !important;
  }

  .lg\:stroke-cyan-700\/65 {
    stroke: rgb(14 116 144 / 0.65) !important;
  }

  .lg\:stroke-cyan-700\/70 {
    stroke: rgb(14 116 144 / 0.7) !important;
  }

  .lg\:stroke-cyan-700\/75 {
    stroke: rgb(14 116 144 / 0.75) !important;
  }

  .lg\:stroke-cyan-700\/80 {
    stroke: rgb(14 116 144 / 0.8) !important;
  }

  .lg\:stroke-cyan-700\/85 {
    stroke: rgb(14 116 144 / 0.85) !important;
  }

  .lg\:stroke-cyan-700\/90 {
    stroke: rgb(14 116 144 / 0.9) !important;
  }

  .lg\:stroke-cyan-700\/95 {
    stroke: rgb(14 116 144 / 0.95) !important;
  }

  .lg\:stroke-cyan-800 {
    stroke: #155e75 !important;
  }

  .lg\:stroke-cyan-800\/0 {
    stroke: rgb(21 94 117 / 0) !important;
  }

  .lg\:stroke-cyan-800\/10 {
    stroke: rgb(21 94 117 / 0.1) !important;
  }

  .lg\:stroke-cyan-800\/100 {
    stroke: rgb(21 94 117 / 1) !important;
  }

  .lg\:stroke-cyan-800\/15 {
    stroke: rgb(21 94 117 / 0.15) !important;
  }

  .lg\:stroke-cyan-800\/20 {
    stroke: rgb(21 94 117 / 0.2) !important;
  }

  .lg\:stroke-cyan-800\/25 {
    stroke: rgb(21 94 117 / 0.25) !important;
  }

  .lg\:stroke-cyan-800\/30 {
    stroke: rgb(21 94 117 / 0.3) !important;
  }

  .lg\:stroke-cyan-800\/35 {
    stroke: rgb(21 94 117 / 0.35) !important;
  }

  .lg\:stroke-cyan-800\/40 {
    stroke: rgb(21 94 117 / 0.4) !important;
  }

  .lg\:stroke-cyan-800\/45 {
    stroke: rgb(21 94 117 / 0.45) !important;
  }

  .lg\:stroke-cyan-800\/5 {
    stroke: rgb(21 94 117 / 0.05) !important;
  }

  .lg\:stroke-cyan-800\/50 {
    stroke: rgb(21 94 117 / 0.5) !important;
  }

  .lg\:stroke-cyan-800\/55 {
    stroke: rgb(21 94 117 / 0.55) !important;
  }

  .lg\:stroke-cyan-800\/60 {
    stroke: rgb(21 94 117 / 0.6) !important;
  }

  .lg\:stroke-cyan-800\/65 {
    stroke: rgb(21 94 117 / 0.65) !important;
  }

  .lg\:stroke-cyan-800\/70 {
    stroke: rgb(21 94 117 / 0.7) !important;
  }

  .lg\:stroke-cyan-800\/75 {
    stroke: rgb(21 94 117 / 0.75) !important;
  }

  .lg\:stroke-cyan-800\/80 {
    stroke: rgb(21 94 117 / 0.8) !important;
  }

  .lg\:stroke-cyan-800\/85 {
    stroke: rgb(21 94 117 / 0.85) !important;
  }

  .lg\:stroke-cyan-800\/90 {
    stroke: rgb(21 94 117 / 0.9) !important;
  }

  .lg\:stroke-cyan-800\/95 {
    stroke: rgb(21 94 117 / 0.95) !important;
  }

  .lg\:stroke-cyan-900 {
    stroke: #164e63 !important;
  }

  .lg\:stroke-cyan-900\/0 {
    stroke: rgb(22 78 99 / 0) !important;
  }

  .lg\:stroke-cyan-900\/10 {
    stroke: rgb(22 78 99 / 0.1) !important;
  }

  .lg\:stroke-cyan-900\/100 {
    stroke: rgb(22 78 99 / 1) !important;
  }

  .lg\:stroke-cyan-900\/15 {
    stroke: rgb(22 78 99 / 0.15) !important;
  }

  .lg\:stroke-cyan-900\/20 {
    stroke: rgb(22 78 99 / 0.2) !important;
  }

  .lg\:stroke-cyan-900\/25 {
    stroke: rgb(22 78 99 / 0.25) !important;
  }

  .lg\:stroke-cyan-900\/30 {
    stroke: rgb(22 78 99 / 0.3) !important;
  }

  .lg\:stroke-cyan-900\/35 {
    stroke: rgb(22 78 99 / 0.35) !important;
  }

  .lg\:stroke-cyan-900\/40 {
    stroke: rgb(22 78 99 / 0.4) !important;
  }

  .lg\:stroke-cyan-900\/45 {
    stroke: rgb(22 78 99 / 0.45) !important;
  }

  .lg\:stroke-cyan-900\/5 {
    stroke: rgb(22 78 99 / 0.05) !important;
  }

  .lg\:stroke-cyan-900\/50 {
    stroke: rgb(22 78 99 / 0.5) !important;
  }

  .lg\:stroke-cyan-900\/55 {
    stroke: rgb(22 78 99 / 0.55) !important;
  }

  .lg\:stroke-cyan-900\/60 {
    stroke: rgb(22 78 99 / 0.6) !important;
  }

  .lg\:stroke-cyan-900\/65 {
    stroke: rgb(22 78 99 / 0.65) !important;
  }

  .lg\:stroke-cyan-900\/70 {
    stroke: rgb(22 78 99 / 0.7) !important;
  }

  .lg\:stroke-cyan-900\/75 {
    stroke: rgb(22 78 99 / 0.75) !important;
  }

  .lg\:stroke-cyan-900\/80 {
    stroke: rgb(22 78 99 / 0.8) !important;
  }

  .lg\:stroke-cyan-900\/85 {
    stroke: rgb(22 78 99 / 0.85) !important;
  }

  .lg\:stroke-cyan-900\/90 {
    stroke: rgb(22 78 99 / 0.9) !important;
  }

  .lg\:stroke-cyan-900\/95 {
    stroke: rgb(22 78 99 / 0.95) !important;
  }

  .lg\:stroke-cyan-950 {
    stroke: #083344 !important;
  }

  .lg\:stroke-cyan-950\/0 {
    stroke: rgb(8 51 68 / 0) !important;
  }

  .lg\:stroke-cyan-950\/10 {
    stroke: rgb(8 51 68 / 0.1) !important;
  }

  .lg\:stroke-cyan-950\/100 {
    stroke: rgb(8 51 68 / 1) !important;
  }

  .lg\:stroke-cyan-950\/15 {
    stroke: rgb(8 51 68 / 0.15) !important;
  }

  .lg\:stroke-cyan-950\/20 {
    stroke: rgb(8 51 68 / 0.2) !important;
  }

  .lg\:stroke-cyan-950\/25 {
    stroke: rgb(8 51 68 / 0.25) !important;
  }

  .lg\:stroke-cyan-950\/30 {
    stroke: rgb(8 51 68 / 0.3) !important;
  }

  .lg\:stroke-cyan-950\/35 {
    stroke: rgb(8 51 68 / 0.35) !important;
  }

  .lg\:stroke-cyan-950\/40 {
    stroke: rgb(8 51 68 / 0.4) !important;
  }

  .lg\:stroke-cyan-950\/45 {
    stroke: rgb(8 51 68 / 0.45) !important;
  }

  .lg\:stroke-cyan-950\/5 {
    stroke: rgb(8 51 68 / 0.05) !important;
  }

  .lg\:stroke-cyan-950\/50 {
    stroke: rgb(8 51 68 / 0.5) !important;
  }

  .lg\:stroke-cyan-950\/55 {
    stroke: rgb(8 51 68 / 0.55) !important;
  }

  .lg\:stroke-cyan-950\/60 {
    stroke: rgb(8 51 68 / 0.6) !important;
  }

  .lg\:stroke-cyan-950\/65 {
    stroke: rgb(8 51 68 / 0.65) !important;
  }

  .lg\:stroke-cyan-950\/70 {
    stroke: rgb(8 51 68 / 0.7) !important;
  }

  .lg\:stroke-cyan-950\/75 {
    stroke: rgb(8 51 68 / 0.75) !important;
  }

  .lg\:stroke-cyan-950\/80 {
    stroke: rgb(8 51 68 / 0.8) !important;
  }

  .lg\:stroke-cyan-950\/85 {
    stroke: rgb(8 51 68 / 0.85) !important;
  }

  .lg\:stroke-cyan-950\/90 {
    stroke: rgb(8 51 68 / 0.9) !important;
  }

  .lg\:stroke-cyan-950\/95 {
    stroke: rgb(8 51 68 / 0.95) !important;
  }

  .lg\:stroke-dark_grey {
    stroke: #2f2f2f !important;
  }

  .lg\:stroke-dark_grey\/0 {
    stroke: rgb(47 47 47 / 0) !important;
  }

  .lg\:stroke-dark_grey\/10 {
    stroke: rgb(47 47 47 / 0.1) !important;
  }

  .lg\:stroke-dark_grey\/100 {
    stroke: rgb(47 47 47 / 1) !important;
  }

  .lg\:stroke-dark_grey\/15 {
    stroke: rgb(47 47 47 / 0.15) !important;
  }

  .lg\:stroke-dark_grey\/20 {
    stroke: rgb(47 47 47 / 0.2) !important;
  }

  .lg\:stroke-dark_grey\/25 {
    stroke: rgb(47 47 47 / 0.25) !important;
  }

  .lg\:stroke-dark_grey\/30 {
    stroke: rgb(47 47 47 / 0.3) !important;
  }

  .lg\:stroke-dark_grey\/35 {
    stroke: rgb(47 47 47 / 0.35) !important;
  }

  .lg\:stroke-dark_grey\/40 {
    stroke: rgb(47 47 47 / 0.4) !important;
  }

  .lg\:stroke-dark_grey\/45 {
    stroke: rgb(47 47 47 / 0.45) !important;
  }

  .lg\:stroke-dark_grey\/5 {
    stroke: rgb(47 47 47 / 0.05) !important;
  }

  .lg\:stroke-dark_grey\/50 {
    stroke: rgb(47 47 47 / 0.5) !important;
  }

  .lg\:stroke-dark_grey\/55 {
    stroke: rgb(47 47 47 / 0.55) !important;
  }

  .lg\:stroke-dark_grey\/60 {
    stroke: rgb(47 47 47 / 0.6) !important;
  }

  .lg\:stroke-dark_grey\/65 {
    stroke: rgb(47 47 47 / 0.65) !important;
  }

  .lg\:stroke-dark_grey\/70 {
    stroke: rgb(47 47 47 / 0.7) !important;
  }

  .lg\:stroke-dark_grey\/75 {
    stroke: rgb(47 47 47 / 0.75) !important;
  }

  .lg\:stroke-dark_grey\/80 {
    stroke: rgb(47 47 47 / 0.8) !important;
  }

  .lg\:stroke-dark_grey\/85 {
    stroke: rgb(47 47 47 / 0.85) !important;
  }

  .lg\:stroke-dark_grey\/90 {
    stroke: rgb(47 47 47 / 0.9) !important;
  }

  .lg\:stroke-dark_grey\/95 {
    stroke: rgb(47 47 47 / 0.95) !important;
  }

  .lg\:stroke-dark_grey_alt {
    stroke: #3f6359 !important;
  }

  .lg\:stroke-dark_grey_alt\/0 {
    stroke: rgb(63 99 89 / 0) !important;
  }

  .lg\:stroke-dark_grey_alt\/10 {
    stroke: rgb(63 99 89 / 0.1) !important;
  }

  .lg\:stroke-dark_grey_alt\/100 {
    stroke: rgb(63 99 89 / 1) !important;
  }

  .lg\:stroke-dark_grey_alt\/15 {
    stroke: rgb(63 99 89 / 0.15) !important;
  }

  .lg\:stroke-dark_grey_alt\/20 {
    stroke: rgb(63 99 89 / 0.2) !important;
  }

  .lg\:stroke-dark_grey_alt\/25 {
    stroke: rgb(63 99 89 / 0.25) !important;
  }

  .lg\:stroke-dark_grey_alt\/30 {
    stroke: rgb(63 99 89 / 0.3) !important;
  }

  .lg\:stroke-dark_grey_alt\/35 {
    stroke: rgb(63 99 89 / 0.35) !important;
  }

  .lg\:stroke-dark_grey_alt\/40 {
    stroke: rgb(63 99 89 / 0.4) !important;
  }

  .lg\:stroke-dark_grey_alt\/45 {
    stroke: rgb(63 99 89 / 0.45) !important;
  }

  .lg\:stroke-dark_grey_alt\/5 {
    stroke: rgb(63 99 89 / 0.05) !important;
  }

  .lg\:stroke-dark_grey_alt\/50 {
    stroke: rgb(63 99 89 / 0.5) !important;
  }

  .lg\:stroke-dark_grey_alt\/55 {
    stroke: rgb(63 99 89 / 0.55) !important;
  }

  .lg\:stroke-dark_grey_alt\/60 {
    stroke: rgb(63 99 89 / 0.6) !important;
  }

  .lg\:stroke-dark_grey_alt\/65 {
    stroke: rgb(63 99 89 / 0.65) !important;
  }

  .lg\:stroke-dark_grey_alt\/70 {
    stroke: rgb(63 99 89 / 0.7) !important;
  }

  .lg\:stroke-dark_grey_alt\/75 {
    stroke: rgb(63 99 89 / 0.75) !important;
  }

  .lg\:stroke-dark_grey_alt\/80 {
    stroke: rgb(63 99 89 / 0.8) !important;
  }

  .lg\:stroke-dark_grey_alt\/85 {
    stroke: rgb(63 99 89 / 0.85) !important;
  }

  .lg\:stroke-dark_grey_alt\/90 {
    stroke: rgb(63 99 89 / 0.9) !important;
  }

  .lg\:stroke-dark_grey_alt\/95 {
    stroke: rgb(63 99 89 / 0.95) !important;
  }

  .lg\:stroke-emerald-100 {
    stroke: #d1fae5 !important;
  }

  .lg\:stroke-emerald-100\/0 {
    stroke: rgb(209 250 229 / 0) !important;
  }

  .lg\:stroke-emerald-100\/10 {
    stroke: rgb(209 250 229 / 0.1) !important;
  }

  .lg\:stroke-emerald-100\/100 {
    stroke: rgb(209 250 229 / 1) !important;
  }

  .lg\:stroke-emerald-100\/15 {
    stroke: rgb(209 250 229 / 0.15) !important;
  }

  .lg\:stroke-emerald-100\/20 {
    stroke: rgb(209 250 229 / 0.2) !important;
  }

  .lg\:stroke-emerald-100\/25 {
    stroke: rgb(209 250 229 / 0.25) !important;
  }

  .lg\:stroke-emerald-100\/30 {
    stroke: rgb(209 250 229 / 0.3) !important;
  }

  .lg\:stroke-emerald-100\/35 {
    stroke: rgb(209 250 229 / 0.35) !important;
  }

  .lg\:stroke-emerald-100\/40 {
    stroke: rgb(209 250 229 / 0.4) !important;
  }

  .lg\:stroke-emerald-100\/45 {
    stroke: rgb(209 250 229 / 0.45) !important;
  }

  .lg\:stroke-emerald-100\/5 {
    stroke: rgb(209 250 229 / 0.05) !important;
  }

  .lg\:stroke-emerald-100\/50 {
    stroke: rgb(209 250 229 / 0.5) !important;
  }

  .lg\:stroke-emerald-100\/55 {
    stroke: rgb(209 250 229 / 0.55) !important;
  }

  .lg\:stroke-emerald-100\/60 {
    stroke: rgb(209 250 229 / 0.6) !important;
  }

  .lg\:stroke-emerald-100\/65 {
    stroke: rgb(209 250 229 / 0.65) !important;
  }

  .lg\:stroke-emerald-100\/70 {
    stroke: rgb(209 250 229 / 0.7) !important;
  }

  .lg\:stroke-emerald-100\/75 {
    stroke: rgb(209 250 229 / 0.75) !important;
  }

  .lg\:stroke-emerald-100\/80 {
    stroke: rgb(209 250 229 / 0.8) !important;
  }

  .lg\:stroke-emerald-100\/85 {
    stroke: rgb(209 250 229 / 0.85) !important;
  }

  .lg\:stroke-emerald-100\/90 {
    stroke: rgb(209 250 229 / 0.9) !important;
  }

  .lg\:stroke-emerald-100\/95 {
    stroke: rgb(209 250 229 / 0.95) !important;
  }

  .lg\:stroke-emerald-200 {
    stroke: #a7f3d0 !important;
  }

  .lg\:stroke-emerald-200\/0 {
    stroke: rgb(167 243 208 / 0) !important;
  }

  .lg\:stroke-emerald-200\/10 {
    stroke: rgb(167 243 208 / 0.1) !important;
  }

  .lg\:stroke-emerald-200\/100 {
    stroke: rgb(167 243 208 / 1) !important;
  }

  .lg\:stroke-emerald-200\/15 {
    stroke: rgb(167 243 208 / 0.15) !important;
  }

  .lg\:stroke-emerald-200\/20 {
    stroke: rgb(167 243 208 / 0.2) !important;
  }

  .lg\:stroke-emerald-200\/25 {
    stroke: rgb(167 243 208 / 0.25) !important;
  }

  .lg\:stroke-emerald-200\/30 {
    stroke: rgb(167 243 208 / 0.3) !important;
  }

  .lg\:stroke-emerald-200\/35 {
    stroke: rgb(167 243 208 / 0.35) !important;
  }

  .lg\:stroke-emerald-200\/40 {
    stroke: rgb(167 243 208 / 0.4) !important;
  }

  .lg\:stroke-emerald-200\/45 {
    stroke: rgb(167 243 208 / 0.45) !important;
  }

  .lg\:stroke-emerald-200\/5 {
    stroke: rgb(167 243 208 / 0.05) !important;
  }

  .lg\:stroke-emerald-200\/50 {
    stroke: rgb(167 243 208 / 0.5) !important;
  }

  .lg\:stroke-emerald-200\/55 {
    stroke: rgb(167 243 208 / 0.55) !important;
  }

  .lg\:stroke-emerald-200\/60 {
    stroke: rgb(167 243 208 / 0.6) !important;
  }

  .lg\:stroke-emerald-200\/65 {
    stroke: rgb(167 243 208 / 0.65) !important;
  }

  .lg\:stroke-emerald-200\/70 {
    stroke: rgb(167 243 208 / 0.7) !important;
  }

  .lg\:stroke-emerald-200\/75 {
    stroke: rgb(167 243 208 / 0.75) !important;
  }

  .lg\:stroke-emerald-200\/80 {
    stroke: rgb(167 243 208 / 0.8) !important;
  }

  .lg\:stroke-emerald-200\/85 {
    stroke: rgb(167 243 208 / 0.85) !important;
  }

  .lg\:stroke-emerald-200\/90 {
    stroke: rgb(167 243 208 / 0.9) !important;
  }

  .lg\:stroke-emerald-200\/95 {
    stroke: rgb(167 243 208 / 0.95) !important;
  }

  .lg\:stroke-emerald-300 {
    stroke: #6ee7b7 !important;
  }

  .lg\:stroke-emerald-300\/0 {
    stroke: rgb(110 231 183 / 0) !important;
  }

  .lg\:stroke-emerald-300\/10 {
    stroke: rgb(110 231 183 / 0.1) !important;
  }

  .lg\:stroke-emerald-300\/100 {
    stroke: rgb(110 231 183 / 1) !important;
  }

  .lg\:stroke-emerald-300\/15 {
    stroke: rgb(110 231 183 / 0.15) !important;
  }

  .lg\:stroke-emerald-300\/20 {
    stroke: rgb(110 231 183 / 0.2) !important;
  }

  .lg\:stroke-emerald-300\/25 {
    stroke: rgb(110 231 183 / 0.25) !important;
  }

  .lg\:stroke-emerald-300\/30 {
    stroke: rgb(110 231 183 / 0.3) !important;
  }

  .lg\:stroke-emerald-300\/35 {
    stroke: rgb(110 231 183 / 0.35) !important;
  }

  .lg\:stroke-emerald-300\/40 {
    stroke: rgb(110 231 183 / 0.4) !important;
  }

  .lg\:stroke-emerald-300\/45 {
    stroke: rgb(110 231 183 / 0.45) !important;
  }

  .lg\:stroke-emerald-300\/5 {
    stroke: rgb(110 231 183 / 0.05) !important;
  }

  .lg\:stroke-emerald-300\/50 {
    stroke: rgb(110 231 183 / 0.5) !important;
  }

  .lg\:stroke-emerald-300\/55 {
    stroke: rgb(110 231 183 / 0.55) !important;
  }

  .lg\:stroke-emerald-300\/60 {
    stroke: rgb(110 231 183 / 0.6) !important;
  }

  .lg\:stroke-emerald-300\/65 {
    stroke: rgb(110 231 183 / 0.65) !important;
  }

  .lg\:stroke-emerald-300\/70 {
    stroke: rgb(110 231 183 / 0.7) !important;
  }

  .lg\:stroke-emerald-300\/75 {
    stroke: rgb(110 231 183 / 0.75) !important;
  }

  .lg\:stroke-emerald-300\/80 {
    stroke: rgb(110 231 183 / 0.8) !important;
  }

  .lg\:stroke-emerald-300\/85 {
    stroke: rgb(110 231 183 / 0.85) !important;
  }

  .lg\:stroke-emerald-300\/90 {
    stroke: rgb(110 231 183 / 0.9) !important;
  }

  .lg\:stroke-emerald-300\/95 {
    stroke: rgb(110 231 183 / 0.95) !important;
  }

  .lg\:stroke-emerald-400 {
    stroke: #34d399 !important;
  }

  .lg\:stroke-emerald-400\/0 {
    stroke: rgb(52 211 153 / 0) !important;
  }

  .lg\:stroke-emerald-400\/10 {
    stroke: rgb(52 211 153 / 0.1) !important;
  }

  .lg\:stroke-emerald-400\/100 {
    stroke: rgb(52 211 153 / 1) !important;
  }

  .lg\:stroke-emerald-400\/15 {
    stroke: rgb(52 211 153 / 0.15) !important;
  }

  .lg\:stroke-emerald-400\/20 {
    stroke: rgb(52 211 153 / 0.2) !important;
  }

  .lg\:stroke-emerald-400\/25 {
    stroke: rgb(52 211 153 / 0.25) !important;
  }

  .lg\:stroke-emerald-400\/30 {
    stroke: rgb(52 211 153 / 0.3) !important;
  }

  .lg\:stroke-emerald-400\/35 {
    stroke: rgb(52 211 153 / 0.35) !important;
  }

  .lg\:stroke-emerald-400\/40 {
    stroke: rgb(52 211 153 / 0.4) !important;
  }

  .lg\:stroke-emerald-400\/45 {
    stroke: rgb(52 211 153 / 0.45) !important;
  }

  .lg\:stroke-emerald-400\/5 {
    stroke: rgb(52 211 153 / 0.05) !important;
  }

  .lg\:stroke-emerald-400\/50 {
    stroke: rgb(52 211 153 / 0.5) !important;
  }

  .lg\:stroke-emerald-400\/55 {
    stroke: rgb(52 211 153 / 0.55) !important;
  }

  .lg\:stroke-emerald-400\/60 {
    stroke: rgb(52 211 153 / 0.6) !important;
  }

  .lg\:stroke-emerald-400\/65 {
    stroke: rgb(52 211 153 / 0.65) !important;
  }

  .lg\:stroke-emerald-400\/70 {
    stroke: rgb(52 211 153 / 0.7) !important;
  }

  .lg\:stroke-emerald-400\/75 {
    stroke: rgb(52 211 153 / 0.75) !important;
  }

  .lg\:stroke-emerald-400\/80 {
    stroke: rgb(52 211 153 / 0.8) !important;
  }

  .lg\:stroke-emerald-400\/85 {
    stroke: rgb(52 211 153 / 0.85) !important;
  }

  .lg\:stroke-emerald-400\/90 {
    stroke: rgb(52 211 153 / 0.9) !important;
  }

  .lg\:stroke-emerald-400\/95 {
    stroke: rgb(52 211 153 / 0.95) !important;
  }

  .lg\:stroke-emerald-50 {
    stroke: #ecfdf5 !important;
  }

  .lg\:stroke-emerald-50\/0 {
    stroke: rgb(236 253 245 / 0) !important;
  }

  .lg\:stroke-emerald-50\/10 {
    stroke: rgb(236 253 245 / 0.1) !important;
  }

  .lg\:stroke-emerald-50\/100 {
    stroke: rgb(236 253 245 / 1) !important;
  }

  .lg\:stroke-emerald-50\/15 {
    stroke: rgb(236 253 245 / 0.15) !important;
  }

  .lg\:stroke-emerald-50\/20 {
    stroke: rgb(236 253 245 / 0.2) !important;
  }

  .lg\:stroke-emerald-50\/25 {
    stroke: rgb(236 253 245 / 0.25) !important;
  }

  .lg\:stroke-emerald-50\/30 {
    stroke: rgb(236 253 245 / 0.3) !important;
  }

  .lg\:stroke-emerald-50\/35 {
    stroke: rgb(236 253 245 / 0.35) !important;
  }

  .lg\:stroke-emerald-50\/40 {
    stroke: rgb(236 253 245 / 0.4) !important;
  }

  .lg\:stroke-emerald-50\/45 {
    stroke: rgb(236 253 245 / 0.45) !important;
  }

  .lg\:stroke-emerald-50\/5 {
    stroke: rgb(236 253 245 / 0.05) !important;
  }

  .lg\:stroke-emerald-50\/50 {
    stroke: rgb(236 253 245 / 0.5) !important;
  }

  .lg\:stroke-emerald-50\/55 {
    stroke: rgb(236 253 245 / 0.55) !important;
  }

  .lg\:stroke-emerald-50\/60 {
    stroke: rgb(236 253 245 / 0.6) !important;
  }

  .lg\:stroke-emerald-50\/65 {
    stroke: rgb(236 253 245 / 0.65) !important;
  }

  .lg\:stroke-emerald-50\/70 {
    stroke: rgb(236 253 245 / 0.7) !important;
  }

  .lg\:stroke-emerald-50\/75 {
    stroke: rgb(236 253 245 / 0.75) !important;
  }

  .lg\:stroke-emerald-50\/80 {
    stroke: rgb(236 253 245 / 0.8) !important;
  }

  .lg\:stroke-emerald-50\/85 {
    stroke: rgb(236 253 245 / 0.85) !important;
  }

  .lg\:stroke-emerald-50\/90 {
    stroke: rgb(236 253 245 / 0.9) !important;
  }

  .lg\:stroke-emerald-50\/95 {
    stroke: rgb(236 253 245 / 0.95) !important;
  }

  .lg\:stroke-emerald-500 {
    stroke: #10b981 !important;
  }

  .lg\:stroke-emerald-500\/0 {
    stroke: rgb(16 185 129 / 0) !important;
  }

  .lg\:stroke-emerald-500\/10 {
    stroke: rgb(16 185 129 / 0.1) !important;
  }

  .lg\:stroke-emerald-500\/100 {
    stroke: rgb(16 185 129 / 1) !important;
  }

  .lg\:stroke-emerald-500\/15 {
    stroke: rgb(16 185 129 / 0.15) !important;
  }

  .lg\:stroke-emerald-500\/20 {
    stroke: rgb(16 185 129 / 0.2) !important;
  }

  .lg\:stroke-emerald-500\/25 {
    stroke: rgb(16 185 129 / 0.25) !important;
  }

  .lg\:stroke-emerald-500\/30 {
    stroke: rgb(16 185 129 / 0.3) !important;
  }

  .lg\:stroke-emerald-500\/35 {
    stroke: rgb(16 185 129 / 0.35) !important;
  }

  .lg\:stroke-emerald-500\/40 {
    stroke: rgb(16 185 129 / 0.4) !important;
  }

  .lg\:stroke-emerald-500\/45 {
    stroke: rgb(16 185 129 / 0.45) !important;
  }

  .lg\:stroke-emerald-500\/5 {
    stroke: rgb(16 185 129 / 0.05) !important;
  }

  .lg\:stroke-emerald-500\/50 {
    stroke: rgb(16 185 129 / 0.5) !important;
  }

  .lg\:stroke-emerald-500\/55 {
    stroke: rgb(16 185 129 / 0.55) !important;
  }

  .lg\:stroke-emerald-500\/60 {
    stroke: rgb(16 185 129 / 0.6) !important;
  }

  .lg\:stroke-emerald-500\/65 {
    stroke: rgb(16 185 129 / 0.65) !important;
  }

  .lg\:stroke-emerald-500\/70 {
    stroke: rgb(16 185 129 / 0.7) !important;
  }

  .lg\:stroke-emerald-500\/75 {
    stroke: rgb(16 185 129 / 0.75) !important;
  }

  .lg\:stroke-emerald-500\/80 {
    stroke: rgb(16 185 129 / 0.8) !important;
  }

  .lg\:stroke-emerald-500\/85 {
    stroke: rgb(16 185 129 / 0.85) !important;
  }

  .lg\:stroke-emerald-500\/90 {
    stroke: rgb(16 185 129 / 0.9) !important;
  }

  .lg\:stroke-emerald-500\/95 {
    stroke: rgb(16 185 129 / 0.95) !important;
  }

  .lg\:stroke-emerald-600 {
    stroke: #059669 !important;
  }

  .lg\:stroke-emerald-600\/0 {
    stroke: rgb(5 150 105 / 0) !important;
  }

  .lg\:stroke-emerald-600\/10 {
    stroke: rgb(5 150 105 / 0.1) !important;
  }

  .lg\:stroke-emerald-600\/100 {
    stroke: rgb(5 150 105 / 1) !important;
  }

  .lg\:stroke-emerald-600\/15 {
    stroke: rgb(5 150 105 / 0.15) !important;
  }

  .lg\:stroke-emerald-600\/20 {
    stroke: rgb(5 150 105 / 0.2) !important;
  }

  .lg\:stroke-emerald-600\/25 {
    stroke: rgb(5 150 105 / 0.25) !important;
  }

  .lg\:stroke-emerald-600\/30 {
    stroke: rgb(5 150 105 / 0.3) !important;
  }

  .lg\:stroke-emerald-600\/35 {
    stroke: rgb(5 150 105 / 0.35) !important;
  }

  .lg\:stroke-emerald-600\/40 {
    stroke: rgb(5 150 105 / 0.4) !important;
  }

  .lg\:stroke-emerald-600\/45 {
    stroke: rgb(5 150 105 / 0.45) !important;
  }

  .lg\:stroke-emerald-600\/5 {
    stroke: rgb(5 150 105 / 0.05) !important;
  }

  .lg\:stroke-emerald-600\/50 {
    stroke: rgb(5 150 105 / 0.5) !important;
  }

  .lg\:stroke-emerald-600\/55 {
    stroke: rgb(5 150 105 / 0.55) !important;
  }

  .lg\:stroke-emerald-600\/60 {
    stroke: rgb(5 150 105 / 0.6) !important;
  }

  .lg\:stroke-emerald-600\/65 {
    stroke: rgb(5 150 105 / 0.65) !important;
  }

  .lg\:stroke-emerald-600\/70 {
    stroke: rgb(5 150 105 / 0.7) !important;
  }

  .lg\:stroke-emerald-600\/75 {
    stroke: rgb(5 150 105 / 0.75) !important;
  }

  .lg\:stroke-emerald-600\/80 {
    stroke: rgb(5 150 105 / 0.8) !important;
  }

  .lg\:stroke-emerald-600\/85 {
    stroke: rgb(5 150 105 / 0.85) !important;
  }

  .lg\:stroke-emerald-600\/90 {
    stroke: rgb(5 150 105 / 0.9) !important;
  }

  .lg\:stroke-emerald-600\/95 {
    stroke: rgb(5 150 105 / 0.95) !important;
  }

  .lg\:stroke-emerald-700 {
    stroke: #047857 !important;
  }

  .lg\:stroke-emerald-700\/0 {
    stroke: rgb(4 120 87 / 0) !important;
  }

  .lg\:stroke-emerald-700\/10 {
    stroke: rgb(4 120 87 / 0.1) !important;
  }

  .lg\:stroke-emerald-700\/100 {
    stroke: rgb(4 120 87 / 1) !important;
  }

  .lg\:stroke-emerald-700\/15 {
    stroke: rgb(4 120 87 / 0.15) !important;
  }

  .lg\:stroke-emerald-700\/20 {
    stroke: rgb(4 120 87 / 0.2) !important;
  }

  .lg\:stroke-emerald-700\/25 {
    stroke: rgb(4 120 87 / 0.25) !important;
  }

  .lg\:stroke-emerald-700\/30 {
    stroke: rgb(4 120 87 / 0.3) !important;
  }

  .lg\:stroke-emerald-700\/35 {
    stroke: rgb(4 120 87 / 0.35) !important;
  }

  .lg\:stroke-emerald-700\/40 {
    stroke: rgb(4 120 87 / 0.4) !important;
  }

  .lg\:stroke-emerald-700\/45 {
    stroke: rgb(4 120 87 / 0.45) !important;
  }

  .lg\:stroke-emerald-700\/5 {
    stroke: rgb(4 120 87 / 0.05) !important;
  }

  .lg\:stroke-emerald-700\/50 {
    stroke: rgb(4 120 87 / 0.5) !important;
  }

  .lg\:stroke-emerald-700\/55 {
    stroke: rgb(4 120 87 / 0.55) !important;
  }

  .lg\:stroke-emerald-700\/60 {
    stroke: rgb(4 120 87 / 0.6) !important;
  }

  .lg\:stroke-emerald-700\/65 {
    stroke: rgb(4 120 87 / 0.65) !important;
  }

  .lg\:stroke-emerald-700\/70 {
    stroke: rgb(4 120 87 / 0.7) !important;
  }

  .lg\:stroke-emerald-700\/75 {
    stroke: rgb(4 120 87 / 0.75) !important;
  }

  .lg\:stroke-emerald-700\/80 {
    stroke: rgb(4 120 87 / 0.8) !important;
  }

  .lg\:stroke-emerald-700\/85 {
    stroke: rgb(4 120 87 / 0.85) !important;
  }

  .lg\:stroke-emerald-700\/90 {
    stroke: rgb(4 120 87 / 0.9) !important;
  }

  .lg\:stroke-emerald-700\/95 {
    stroke: rgb(4 120 87 / 0.95) !important;
  }

  .lg\:stroke-emerald-800 {
    stroke: #065f46 !important;
  }

  .lg\:stroke-emerald-800\/0 {
    stroke: rgb(6 95 70 / 0) !important;
  }

  .lg\:stroke-emerald-800\/10 {
    stroke: rgb(6 95 70 / 0.1) !important;
  }

  .lg\:stroke-emerald-800\/100 {
    stroke: rgb(6 95 70 / 1) !important;
  }

  .lg\:stroke-emerald-800\/15 {
    stroke: rgb(6 95 70 / 0.15) !important;
  }

  .lg\:stroke-emerald-800\/20 {
    stroke: rgb(6 95 70 / 0.2) !important;
  }

  .lg\:stroke-emerald-800\/25 {
    stroke: rgb(6 95 70 / 0.25) !important;
  }

  .lg\:stroke-emerald-800\/30 {
    stroke: rgb(6 95 70 / 0.3) !important;
  }

  .lg\:stroke-emerald-800\/35 {
    stroke: rgb(6 95 70 / 0.35) !important;
  }

  .lg\:stroke-emerald-800\/40 {
    stroke: rgb(6 95 70 / 0.4) !important;
  }

  .lg\:stroke-emerald-800\/45 {
    stroke: rgb(6 95 70 / 0.45) !important;
  }

  .lg\:stroke-emerald-800\/5 {
    stroke: rgb(6 95 70 / 0.05) !important;
  }

  .lg\:stroke-emerald-800\/50 {
    stroke: rgb(6 95 70 / 0.5) !important;
  }

  .lg\:stroke-emerald-800\/55 {
    stroke: rgb(6 95 70 / 0.55) !important;
  }

  .lg\:stroke-emerald-800\/60 {
    stroke: rgb(6 95 70 / 0.6) !important;
  }

  .lg\:stroke-emerald-800\/65 {
    stroke: rgb(6 95 70 / 0.65) !important;
  }

  .lg\:stroke-emerald-800\/70 {
    stroke: rgb(6 95 70 / 0.7) !important;
  }

  .lg\:stroke-emerald-800\/75 {
    stroke: rgb(6 95 70 / 0.75) !important;
  }

  .lg\:stroke-emerald-800\/80 {
    stroke: rgb(6 95 70 / 0.8) !important;
  }

  .lg\:stroke-emerald-800\/85 {
    stroke: rgb(6 95 70 / 0.85) !important;
  }

  .lg\:stroke-emerald-800\/90 {
    stroke: rgb(6 95 70 / 0.9) !important;
  }

  .lg\:stroke-emerald-800\/95 {
    stroke: rgb(6 95 70 / 0.95) !important;
  }

  .lg\:stroke-emerald-900 {
    stroke: #064e3b !important;
  }

  .lg\:stroke-emerald-900\/0 {
    stroke: rgb(6 78 59 / 0) !important;
  }

  .lg\:stroke-emerald-900\/10 {
    stroke: rgb(6 78 59 / 0.1) !important;
  }

  .lg\:stroke-emerald-900\/100 {
    stroke: rgb(6 78 59 / 1) !important;
  }

  .lg\:stroke-emerald-900\/15 {
    stroke: rgb(6 78 59 / 0.15) !important;
  }

  .lg\:stroke-emerald-900\/20 {
    stroke: rgb(6 78 59 / 0.2) !important;
  }

  .lg\:stroke-emerald-900\/25 {
    stroke: rgb(6 78 59 / 0.25) !important;
  }

  .lg\:stroke-emerald-900\/30 {
    stroke: rgb(6 78 59 / 0.3) !important;
  }

  .lg\:stroke-emerald-900\/35 {
    stroke: rgb(6 78 59 / 0.35) !important;
  }

  .lg\:stroke-emerald-900\/40 {
    stroke: rgb(6 78 59 / 0.4) !important;
  }

  .lg\:stroke-emerald-900\/45 {
    stroke: rgb(6 78 59 / 0.45) !important;
  }

  .lg\:stroke-emerald-900\/5 {
    stroke: rgb(6 78 59 / 0.05) !important;
  }

  .lg\:stroke-emerald-900\/50 {
    stroke: rgb(6 78 59 / 0.5) !important;
  }

  .lg\:stroke-emerald-900\/55 {
    stroke: rgb(6 78 59 / 0.55) !important;
  }

  .lg\:stroke-emerald-900\/60 {
    stroke: rgb(6 78 59 / 0.6) !important;
  }

  .lg\:stroke-emerald-900\/65 {
    stroke: rgb(6 78 59 / 0.65) !important;
  }

  .lg\:stroke-emerald-900\/70 {
    stroke: rgb(6 78 59 / 0.7) !important;
  }

  .lg\:stroke-emerald-900\/75 {
    stroke: rgb(6 78 59 / 0.75) !important;
  }

  .lg\:stroke-emerald-900\/80 {
    stroke: rgb(6 78 59 / 0.8) !important;
  }

  .lg\:stroke-emerald-900\/85 {
    stroke: rgb(6 78 59 / 0.85) !important;
  }

  .lg\:stroke-emerald-900\/90 {
    stroke: rgb(6 78 59 / 0.9) !important;
  }

  .lg\:stroke-emerald-900\/95 {
    stroke: rgb(6 78 59 / 0.95) !important;
  }

  .lg\:stroke-emerald-950 {
    stroke: #022c22 !important;
  }

  .lg\:stroke-emerald-950\/0 {
    stroke: rgb(2 44 34 / 0) !important;
  }

  .lg\:stroke-emerald-950\/10 {
    stroke: rgb(2 44 34 / 0.1) !important;
  }

  .lg\:stroke-emerald-950\/100 {
    stroke: rgb(2 44 34 / 1) !important;
  }

  .lg\:stroke-emerald-950\/15 {
    stroke: rgb(2 44 34 / 0.15) !important;
  }

  .lg\:stroke-emerald-950\/20 {
    stroke: rgb(2 44 34 / 0.2) !important;
  }

  .lg\:stroke-emerald-950\/25 {
    stroke: rgb(2 44 34 / 0.25) !important;
  }

  .lg\:stroke-emerald-950\/30 {
    stroke: rgb(2 44 34 / 0.3) !important;
  }

  .lg\:stroke-emerald-950\/35 {
    stroke: rgb(2 44 34 / 0.35) !important;
  }

  .lg\:stroke-emerald-950\/40 {
    stroke: rgb(2 44 34 / 0.4) !important;
  }

  .lg\:stroke-emerald-950\/45 {
    stroke: rgb(2 44 34 / 0.45) !important;
  }

  .lg\:stroke-emerald-950\/5 {
    stroke: rgb(2 44 34 / 0.05) !important;
  }

  .lg\:stroke-emerald-950\/50 {
    stroke: rgb(2 44 34 / 0.5) !important;
  }

  .lg\:stroke-emerald-950\/55 {
    stroke: rgb(2 44 34 / 0.55) !important;
  }

  .lg\:stroke-emerald-950\/60 {
    stroke: rgb(2 44 34 / 0.6) !important;
  }

  .lg\:stroke-emerald-950\/65 {
    stroke: rgb(2 44 34 / 0.65) !important;
  }

  .lg\:stroke-emerald-950\/70 {
    stroke: rgb(2 44 34 / 0.7) !important;
  }

  .lg\:stroke-emerald-950\/75 {
    stroke: rgb(2 44 34 / 0.75) !important;
  }

  .lg\:stroke-emerald-950\/80 {
    stroke: rgb(2 44 34 / 0.8) !important;
  }

  .lg\:stroke-emerald-950\/85 {
    stroke: rgb(2 44 34 / 0.85) !important;
  }

  .lg\:stroke-emerald-950\/90 {
    stroke: rgb(2 44 34 / 0.9) !important;
  }

  .lg\:stroke-emerald-950\/95 {
    stroke: rgb(2 44 34 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-100 {
    stroke: #fae8ff !important;
  }

  .lg\:stroke-fuchsia-100\/0 {
    stroke: rgb(250 232 255 / 0) !important;
  }

  .lg\:stroke-fuchsia-100\/10 {
    stroke: rgb(250 232 255 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-100\/100 {
    stroke: rgb(250 232 255 / 1) !important;
  }

  .lg\:stroke-fuchsia-100\/15 {
    stroke: rgb(250 232 255 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-100\/20 {
    stroke: rgb(250 232 255 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-100\/25 {
    stroke: rgb(250 232 255 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-100\/30 {
    stroke: rgb(250 232 255 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-100\/35 {
    stroke: rgb(250 232 255 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-100\/40 {
    stroke: rgb(250 232 255 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-100\/45 {
    stroke: rgb(250 232 255 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-100\/5 {
    stroke: rgb(250 232 255 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-100\/50 {
    stroke: rgb(250 232 255 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-100\/55 {
    stroke: rgb(250 232 255 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-100\/60 {
    stroke: rgb(250 232 255 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-100\/65 {
    stroke: rgb(250 232 255 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-100\/70 {
    stroke: rgb(250 232 255 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-100\/75 {
    stroke: rgb(250 232 255 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-100\/80 {
    stroke: rgb(250 232 255 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-100\/85 {
    stroke: rgb(250 232 255 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-100\/90 {
    stroke: rgb(250 232 255 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-100\/95 {
    stroke: rgb(250 232 255 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-200 {
    stroke: #f5d0fe !important;
  }

  .lg\:stroke-fuchsia-200\/0 {
    stroke: rgb(245 208 254 / 0) !important;
  }

  .lg\:stroke-fuchsia-200\/10 {
    stroke: rgb(245 208 254 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-200\/100 {
    stroke: rgb(245 208 254 / 1) !important;
  }

  .lg\:stroke-fuchsia-200\/15 {
    stroke: rgb(245 208 254 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-200\/20 {
    stroke: rgb(245 208 254 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-200\/25 {
    stroke: rgb(245 208 254 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-200\/30 {
    stroke: rgb(245 208 254 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-200\/35 {
    stroke: rgb(245 208 254 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-200\/40 {
    stroke: rgb(245 208 254 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-200\/45 {
    stroke: rgb(245 208 254 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-200\/5 {
    stroke: rgb(245 208 254 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-200\/50 {
    stroke: rgb(245 208 254 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-200\/55 {
    stroke: rgb(245 208 254 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-200\/60 {
    stroke: rgb(245 208 254 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-200\/65 {
    stroke: rgb(245 208 254 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-200\/70 {
    stroke: rgb(245 208 254 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-200\/75 {
    stroke: rgb(245 208 254 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-200\/80 {
    stroke: rgb(245 208 254 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-200\/85 {
    stroke: rgb(245 208 254 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-200\/90 {
    stroke: rgb(245 208 254 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-200\/95 {
    stroke: rgb(245 208 254 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-300 {
    stroke: #f0abfc !important;
  }

  .lg\:stroke-fuchsia-300\/0 {
    stroke: rgb(240 171 252 / 0) !important;
  }

  .lg\:stroke-fuchsia-300\/10 {
    stroke: rgb(240 171 252 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-300\/100 {
    stroke: rgb(240 171 252 / 1) !important;
  }

  .lg\:stroke-fuchsia-300\/15 {
    stroke: rgb(240 171 252 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-300\/20 {
    stroke: rgb(240 171 252 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-300\/25 {
    stroke: rgb(240 171 252 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-300\/30 {
    stroke: rgb(240 171 252 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-300\/35 {
    stroke: rgb(240 171 252 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-300\/40 {
    stroke: rgb(240 171 252 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-300\/45 {
    stroke: rgb(240 171 252 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-300\/5 {
    stroke: rgb(240 171 252 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-300\/50 {
    stroke: rgb(240 171 252 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-300\/55 {
    stroke: rgb(240 171 252 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-300\/60 {
    stroke: rgb(240 171 252 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-300\/65 {
    stroke: rgb(240 171 252 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-300\/70 {
    stroke: rgb(240 171 252 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-300\/75 {
    stroke: rgb(240 171 252 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-300\/80 {
    stroke: rgb(240 171 252 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-300\/85 {
    stroke: rgb(240 171 252 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-300\/90 {
    stroke: rgb(240 171 252 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-300\/95 {
    stroke: rgb(240 171 252 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-400 {
    stroke: #e879f9 !important;
  }

  .lg\:stroke-fuchsia-400\/0 {
    stroke: rgb(232 121 249 / 0) !important;
  }

  .lg\:stroke-fuchsia-400\/10 {
    stroke: rgb(232 121 249 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-400\/100 {
    stroke: rgb(232 121 249 / 1) !important;
  }

  .lg\:stroke-fuchsia-400\/15 {
    stroke: rgb(232 121 249 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-400\/20 {
    stroke: rgb(232 121 249 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-400\/25 {
    stroke: rgb(232 121 249 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-400\/30 {
    stroke: rgb(232 121 249 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-400\/35 {
    stroke: rgb(232 121 249 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-400\/40 {
    stroke: rgb(232 121 249 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-400\/45 {
    stroke: rgb(232 121 249 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-400\/5 {
    stroke: rgb(232 121 249 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-400\/50 {
    stroke: rgb(232 121 249 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-400\/55 {
    stroke: rgb(232 121 249 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-400\/60 {
    stroke: rgb(232 121 249 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-400\/65 {
    stroke: rgb(232 121 249 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-400\/70 {
    stroke: rgb(232 121 249 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-400\/75 {
    stroke: rgb(232 121 249 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-400\/80 {
    stroke: rgb(232 121 249 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-400\/85 {
    stroke: rgb(232 121 249 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-400\/90 {
    stroke: rgb(232 121 249 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-400\/95 {
    stroke: rgb(232 121 249 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-50 {
    stroke: #fdf4ff !important;
  }

  .lg\:stroke-fuchsia-50\/0 {
    stroke: rgb(253 244 255 / 0) !important;
  }

  .lg\:stroke-fuchsia-50\/10 {
    stroke: rgb(253 244 255 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-50\/100 {
    stroke: rgb(253 244 255 / 1) !important;
  }

  .lg\:stroke-fuchsia-50\/15 {
    stroke: rgb(253 244 255 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-50\/20 {
    stroke: rgb(253 244 255 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-50\/25 {
    stroke: rgb(253 244 255 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-50\/30 {
    stroke: rgb(253 244 255 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-50\/35 {
    stroke: rgb(253 244 255 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-50\/40 {
    stroke: rgb(253 244 255 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-50\/45 {
    stroke: rgb(253 244 255 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-50\/5 {
    stroke: rgb(253 244 255 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-50\/50 {
    stroke: rgb(253 244 255 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-50\/55 {
    stroke: rgb(253 244 255 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-50\/60 {
    stroke: rgb(253 244 255 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-50\/65 {
    stroke: rgb(253 244 255 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-50\/70 {
    stroke: rgb(253 244 255 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-50\/75 {
    stroke: rgb(253 244 255 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-50\/80 {
    stroke: rgb(253 244 255 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-50\/85 {
    stroke: rgb(253 244 255 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-50\/90 {
    stroke: rgb(253 244 255 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-50\/95 {
    stroke: rgb(253 244 255 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-500 {
    stroke: #d946ef !important;
  }

  .lg\:stroke-fuchsia-500\/0 {
    stroke: rgb(217 70 239 / 0) !important;
  }

  .lg\:stroke-fuchsia-500\/10 {
    stroke: rgb(217 70 239 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-500\/100 {
    stroke: rgb(217 70 239 / 1) !important;
  }

  .lg\:stroke-fuchsia-500\/15 {
    stroke: rgb(217 70 239 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-500\/20 {
    stroke: rgb(217 70 239 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-500\/25 {
    stroke: rgb(217 70 239 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-500\/30 {
    stroke: rgb(217 70 239 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-500\/35 {
    stroke: rgb(217 70 239 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-500\/40 {
    stroke: rgb(217 70 239 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-500\/45 {
    stroke: rgb(217 70 239 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-500\/5 {
    stroke: rgb(217 70 239 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-500\/50 {
    stroke: rgb(217 70 239 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-500\/55 {
    stroke: rgb(217 70 239 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-500\/60 {
    stroke: rgb(217 70 239 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-500\/65 {
    stroke: rgb(217 70 239 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-500\/70 {
    stroke: rgb(217 70 239 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-500\/75 {
    stroke: rgb(217 70 239 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-500\/80 {
    stroke: rgb(217 70 239 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-500\/85 {
    stroke: rgb(217 70 239 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-500\/90 {
    stroke: rgb(217 70 239 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-500\/95 {
    stroke: rgb(217 70 239 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-600 {
    stroke: #c026d3 !important;
  }

  .lg\:stroke-fuchsia-600\/0 {
    stroke: rgb(192 38 211 / 0) !important;
  }

  .lg\:stroke-fuchsia-600\/10 {
    stroke: rgb(192 38 211 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-600\/100 {
    stroke: rgb(192 38 211 / 1) !important;
  }

  .lg\:stroke-fuchsia-600\/15 {
    stroke: rgb(192 38 211 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-600\/20 {
    stroke: rgb(192 38 211 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-600\/25 {
    stroke: rgb(192 38 211 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-600\/30 {
    stroke: rgb(192 38 211 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-600\/35 {
    stroke: rgb(192 38 211 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-600\/40 {
    stroke: rgb(192 38 211 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-600\/45 {
    stroke: rgb(192 38 211 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-600\/5 {
    stroke: rgb(192 38 211 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-600\/50 {
    stroke: rgb(192 38 211 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-600\/55 {
    stroke: rgb(192 38 211 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-600\/60 {
    stroke: rgb(192 38 211 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-600\/65 {
    stroke: rgb(192 38 211 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-600\/70 {
    stroke: rgb(192 38 211 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-600\/75 {
    stroke: rgb(192 38 211 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-600\/80 {
    stroke: rgb(192 38 211 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-600\/85 {
    stroke: rgb(192 38 211 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-600\/90 {
    stroke: rgb(192 38 211 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-600\/95 {
    stroke: rgb(192 38 211 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-700 {
    stroke: #a21caf !important;
  }

  .lg\:stroke-fuchsia-700\/0 {
    stroke: rgb(162 28 175 / 0) !important;
  }

  .lg\:stroke-fuchsia-700\/10 {
    stroke: rgb(162 28 175 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-700\/100 {
    stroke: rgb(162 28 175 / 1) !important;
  }

  .lg\:stroke-fuchsia-700\/15 {
    stroke: rgb(162 28 175 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-700\/20 {
    stroke: rgb(162 28 175 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-700\/25 {
    stroke: rgb(162 28 175 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-700\/30 {
    stroke: rgb(162 28 175 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-700\/35 {
    stroke: rgb(162 28 175 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-700\/40 {
    stroke: rgb(162 28 175 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-700\/45 {
    stroke: rgb(162 28 175 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-700\/5 {
    stroke: rgb(162 28 175 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-700\/50 {
    stroke: rgb(162 28 175 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-700\/55 {
    stroke: rgb(162 28 175 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-700\/60 {
    stroke: rgb(162 28 175 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-700\/65 {
    stroke: rgb(162 28 175 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-700\/70 {
    stroke: rgb(162 28 175 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-700\/75 {
    stroke: rgb(162 28 175 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-700\/80 {
    stroke: rgb(162 28 175 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-700\/85 {
    stroke: rgb(162 28 175 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-700\/90 {
    stroke: rgb(162 28 175 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-700\/95 {
    stroke: rgb(162 28 175 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-800 {
    stroke: #86198f !important;
  }

  .lg\:stroke-fuchsia-800\/0 {
    stroke: rgb(134 25 143 / 0) !important;
  }

  .lg\:stroke-fuchsia-800\/10 {
    stroke: rgb(134 25 143 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-800\/100 {
    stroke: rgb(134 25 143 / 1) !important;
  }

  .lg\:stroke-fuchsia-800\/15 {
    stroke: rgb(134 25 143 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-800\/20 {
    stroke: rgb(134 25 143 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-800\/25 {
    stroke: rgb(134 25 143 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-800\/30 {
    stroke: rgb(134 25 143 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-800\/35 {
    stroke: rgb(134 25 143 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-800\/40 {
    stroke: rgb(134 25 143 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-800\/45 {
    stroke: rgb(134 25 143 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-800\/5 {
    stroke: rgb(134 25 143 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-800\/50 {
    stroke: rgb(134 25 143 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-800\/55 {
    stroke: rgb(134 25 143 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-800\/60 {
    stroke: rgb(134 25 143 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-800\/65 {
    stroke: rgb(134 25 143 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-800\/70 {
    stroke: rgb(134 25 143 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-800\/75 {
    stroke: rgb(134 25 143 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-800\/80 {
    stroke: rgb(134 25 143 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-800\/85 {
    stroke: rgb(134 25 143 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-800\/90 {
    stroke: rgb(134 25 143 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-800\/95 {
    stroke: rgb(134 25 143 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-900 {
    stroke: #701a75 !important;
  }

  .lg\:stroke-fuchsia-900\/0 {
    stroke: rgb(112 26 117 / 0) !important;
  }

  .lg\:stroke-fuchsia-900\/10 {
    stroke: rgb(112 26 117 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-900\/100 {
    stroke: rgb(112 26 117 / 1) !important;
  }

  .lg\:stroke-fuchsia-900\/15 {
    stroke: rgb(112 26 117 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-900\/20 {
    stroke: rgb(112 26 117 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-900\/25 {
    stroke: rgb(112 26 117 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-900\/30 {
    stroke: rgb(112 26 117 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-900\/35 {
    stroke: rgb(112 26 117 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-900\/40 {
    stroke: rgb(112 26 117 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-900\/45 {
    stroke: rgb(112 26 117 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-900\/5 {
    stroke: rgb(112 26 117 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-900\/50 {
    stroke: rgb(112 26 117 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-900\/55 {
    stroke: rgb(112 26 117 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-900\/60 {
    stroke: rgb(112 26 117 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-900\/65 {
    stroke: rgb(112 26 117 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-900\/70 {
    stroke: rgb(112 26 117 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-900\/75 {
    stroke: rgb(112 26 117 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-900\/80 {
    stroke: rgb(112 26 117 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-900\/85 {
    stroke: rgb(112 26 117 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-900\/90 {
    stroke: rgb(112 26 117 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-900\/95 {
    stroke: rgb(112 26 117 / 0.95) !important;
  }

  .lg\:stroke-fuchsia-950 {
    stroke: #4a044e !important;
  }

  .lg\:stroke-fuchsia-950\/0 {
    stroke: rgb(74 4 78 / 0) !important;
  }

  .lg\:stroke-fuchsia-950\/10 {
    stroke: rgb(74 4 78 / 0.1) !important;
  }

  .lg\:stroke-fuchsia-950\/100 {
    stroke: rgb(74 4 78 / 1) !important;
  }

  .lg\:stroke-fuchsia-950\/15 {
    stroke: rgb(74 4 78 / 0.15) !important;
  }

  .lg\:stroke-fuchsia-950\/20 {
    stroke: rgb(74 4 78 / 0.2) !important;
  }

  .lg\:stroke-fuchsia-950\/25 {
    stroke: rgb(74 4 78 / 0.25) !important;
  }

  .lg\:stroke-fuchsia-950\/30 {
    stroke: rgb(74 4 78 / 0.3) !important;
  }

  .lg\:stroke-fuchsia-950\/35 {
    stroke: rgb(74 4 78 / 0.35) !important;
  }

  .lg\:stroke-fuchsia-950\/40 {
    stroke: rgb(74 4 78 / 0.4) !important;
  }

  .lg\:stroke-fuchsia-950\/45 {
    stroke: rgb(74 4 78 / 0.45) !important;
  }

  .lg\:stroke-fuchsia-950\/5 {
    stroke: rgb(74 4 78 / 0.05) !important;
  }

  .lg\:stroke-fuchsia-950\/50 {
    stroke: rgb(74 4 78 / 0.5) !important;
  }

  .lg\:stroke-fuchsia-950\/55 {
    stroke: rgb(74 4 78 / 0.55) !important;
  }

  .lg\:stroke-fuchsia-950\/60 {
    stroke: rgb(74 4 78 / 0.6) !important;
  }

  .lg\:stroke-fuchsia-950\/65 {
    stroke: rgb(74 4 78 / 0.65) !important;
  }

  .lg\:stroke-fuchsia-950\/70 {
    stroke: rgb(74 4 78 / 0.7) !important;
  }

  .lg\:stroke-fuchsia-950\/75 {
    stroke: rgb(74 4 78 / 0.75) !important;
  }

  .lg\:stroke-fuchsia-950\/80 {
    stroke: rgb(74 4 78 / 0.8) !important;
  }

  .lg\:stroke-fuchsia-950\/85 {
    stroke: rgb(74 4 78 / 0.85) !important;
  }

  .lg\:stroke-fuchsia-950\/90 {
    stroke: rgb(74 4 78 / 0.9) !important;
  }

  .lg\:stroke-fuchsia-950\/95 {
    stroke: rgb(74 4 78 / 0.95) !important;
  }

  .lg\:stroke-gray-100 {
    stroke: #f3f4f6 !important;
  }

  .lg\:stroke-gray-100\/0 {
    stroke: rgb(243 244 246 / 0) !important;
  }

  .lg\:stroke-gray-100\/10 {
    stroke: rgb(243 244 246 / 0.1) !important;
  }

  .lg\:stroke-gray-100\/100 {
    stroke: rgb(243 244 246 / 1) !important;
  }

  .lg\:stroke-gray-100\/15 {
    stroke: rgb(243 244 246 / 0.15) !important;
  }

  .lg\:stroke-gray-100\/20 {
    stroke: rgb(243 244 246 / 0.2) !important;
  }

  .lg\:stroke-gray-100\/25 {
    stroke: rgb(243 244 246 / 0.25) !important;
  }

  .lg\:stroke-gray-100\/30 {
    stroke: rgb(243 244 246 / 0.3) !important;
  }

  .lg\:stroke-gray-100\/35 {
    stroke: rgb(243 244 246 / 0.35) !important;
  }

  .lg\:stroke-gray-100\/40 {
    stroke: rgb(243 244 246 / 0.4) !important;
  }

  .lg\:stroke-gray-100\/45 {
    stroke: rgb(243 244 246 / 0.45) !important;
  }

  .lg\:stroke-gray-100\/5 {
    stroke: rgb(243 244 246 / 0.05) !important;
  }

  .lg\:stroke-gray-100\/50 {
    stroke: rgb(243 244 246 / 0.5) !important;
  }

  .lg\:stroke-gray-100\/55 {
    stroke: rgb(243 244 246 / 0.55) !important;
  }

  .lg\:stroke-gray-100\/60 {
    stroke: rgb(243 244 246 / 0.6) !important;
  }

  .lg\:stroke-gray-100\/65 {
    stroke: rgb(243 244 246 / 0.65) !important;
  }

  .lg\:stroke-gray-100\/70 {
    stroke: rgb(243 244 246 / 0.7) !important;
  }

  .lg\:stroke-gray-100\/75 {
    stroke: rgb(243 244 246 / 0.75) !important;
  }

  .lg\:stroke-gray-100\/80 {
    stroke: rgb(243 244 246 / 0.8) !important;
  }

  .lg\:stroke-gray-100\/85 {
    stroke: rgb(243 244 246 / 0.85) !important;
  }

  .lg\:stroke-gray-100\/90 {
    stroke: rgb(243 244 246 / 0.9) !important;
  }

  .lg\:stroke-gray-100\/95 {
    stroke: rgb(243 244 246 / 0.95) !important;
  }

  .lg\:stroke-gray-200 {
    stroke: #e5e7eb !important;
  }

  .lg\:stroke-gray-200\/0 {
    stroke: rgb(229 231 235 / 0) !important;
  }

  .lg\:stroke-gray-200\/10 {
    stroke: rgb(229 231 235 / 0.1) !important;
  }

  .lg\:stroke-gray-200\/100 {
    stroke: rgb(229 231 235 / 1) !important;
  }

  .lg\:stroke-gray-200\/15 {
    stroke: rgb(229 231 235 / 0.15) !important;
  }

  .lg\:stroke-gray-200\/20 {
    stroke: rgb(229 231 235 / 0.2) !important;
  }

  .lg\:stroke-gray-200\/25 {
    stroke: rgb(229 231 235 / 0.25) !important;
  }

  .lg\:stroke-gray-200\/30 {
    stroke: rgb(229 231 235 / 0.3) !important;
  }

  .lg\:stroke-gray-200\/35 {
    stroke: rgb(229 231 235 / 0.35) !important;
  }

  .lg\:stroke-gray-200\/40 {
    stroke: rgb(229 231 235 / 0.4) !important;
  }

  .lg\:stroke-gray-200\/45 {
    stroke: rgb(229 231 235 / 0.45) !important;
  }

  .lg\:stroke-gray-200\/5 {
    stroke: rgb(229 231 235 / 0.05) !important;
  }

  .lg\:stroke-gray-200\/50 {
    stroke: rgb(229 231 235 / 0.5) !important;
  }

  .lg\:stroke-gray-200\/55 {
    stroke: rgb(229 231 235 / 0.55) !important;
  }

  .lg\:stroke-gray-200\/60 {
    stroke: rgb(229 231 235 / 0.6) !important;
  }

  .lg\:stroke-gray-200\/65 {
    stroke: rgb(229 231 235 / 0.65) !important;
  }

  .lg\:stroke-gray-200\/70 {
    stroke: rgb(229 231 235 / 0.7) !important;
  }

  .lg\:stroke-gray-200\/75 {
    stroke: rgb(229 231 235 / 0.75) !important;
  }

  .lg\:stroke-gray-200\/80 {
    stroke: rgb(229 231 235 / 0.8) !important;
  }

  .lg\:stroke-gray-200\/85 {
    stroke: rgb(229 231 235 / 0.85) !important;
  }

  .lg\:stroke-gray-200\/90 {
    stroke: rgb(229 231 235 / 0.9) !important;
  }

  .lg\:stroke-gray-200\/95 {
    stroke: rgb(229 231 235 / 0.95) !important;
  }

  .lg\:stroke-gray-300 {
    stroke: #d1d5db !important;
  }

  .lg\:stroke-gray-300\/0 {
    stroke: rgb(209 213 219 / 0) !important;
  }

  .lg\:stroke-gray-300\/10 {
    stroke: rgb(209 213 219 / 0.1) !important;
  }

  .lg\:stroke-gray-300\/100 {
    stroke: rgb(209 213 219 / 1) !important;
  }

  .lg\:stroke-gray-300\/15 {
    stroke: rgb(209 213 219 / 0.15) !important;
  }

  .lg\:stroke-gray-300\/20 {
    stroke: rgb(209 213 219 / 0.2) !important;
  }

  .lg\:stroke-gray-300\/25 {
    stroke: rgb(209 213 219 / 0.25) !important;
  }

  .lg\:stroke-gray-300\/30 {
    stroke: rgb(209 213 219 / 0.3) !important;
  }

  .lg\:stroke-gray-300\/35 {
    stroke: rgb(209 213 219 / 0.35) !important;
  }

  .lg\:stroke-gray-300\/40 {
    stroke: rgb(209 213 219 / 0.4) !important;
  }

  .lg\:stroke-gray-300\/45 {
    stroke: rgb(209 213 219 / 0.45) !important;
  }

  .lg\:stroke-gray-300\/5 {
    stroke: rgb(209 213 219 / 0.05) !important;
  }

  .lg\:stroke-gray-300\/50 {
    stroke: rgb(209 213 219 / 0.5) !important;
  }

  .lg\:stroke-gray-300\/55 {
    stroke: rgb(209 213 219 / 0.55) !important;
  }

  .lg\:stroke-gray-300\/60 {
    stroke: rgb(209 213 219 / 0.6) !important;
  }

  .lg\:stroke-gray-300\/65 {
    stroke: rgb(209 213 219 / 0.65) !important;
  }

  .lg\:stroke-gray-300\/70 {
    stroke: rgb(209 213 219 / 0.7) !important;
  }

  .lg\:stroke-gray-300\/75 {
    stroke: rgb(209 213 219 / 0.75) !important;
  }

  .lg\:stroke-gray-300\/80 {
    stroke: rgb(209 213 219 / 0.8) !important;
  }

  .lg\:stroke-gray-300\/85 {
    stroke: rgb(209 213 219 / 0.85) !important;
  }

  .lg\:stroke-gray-300\/90 {
    stroke: rgb(209 213 219 / 0.9) !important;
  }

  .lg\:stroke-gray-300\/95 {
    stroke: rgb(209 213 219 / 0.95) !important;
  }

  .lg\:stroke-gray-400 {
    stroke: #9ca3af !important;
  }

  .lg\:stroke-gray-400\/0 {
    stroke: rgb(156 163 175 / 0) !important;
  }

  .lg\:stroke-gray-400\/10 {
    stroke: rgb(156 163 175 / 0.1) !important;
  }

  .lg\:stroke-gray-400\/100 {
    stroke: rgb(156 163 175 / 1) !important;
  }

  .lg\:stroke-gray-400\/15 {
    stroke: rgb(156 163 175 / 0.15) !important;
  }

  .lg\:stroke-gray-400\/20 {
    stroke: rgb(156 163 175 / 0.2) !important;
  }

  .lg\:stroke-gray-400\/25 {
    stroke: rgb(156 163 175 / 0.25) !important;
  }

  .lg\:stroke-gray-400\/30 {
    stroke: rgb(156 163 175 / 0.3) !important;
  }

  .lg\:stroke-gray-400\/35 {
    stroke: rgb(156 163 175 / 0.35) !important;
  }

  .lg\:stroke-gray-400\/40 {
    stroke: rgb(156 163 175 / 0.4) !important;
  }

  .lg\:stroke-gray-400\/45 {
    stroke: rgb(156 163 175 / 0.45) !important;
  }

  .lg\:stroke-gray-400\/5 {
    stroke: rgb(156 163 175 / 0.05) !important;
  }

  .lg\:stroke-gray-400\/50 {
    stroke: rgb(156 163 175 / 0.5) !important;
  }

  .lg\:stroke-gray-400\/55 {
    stroke: rgb(156 163 175 / 0.55) !important;
  }

  .lg\:stroke-gray-400\/60 {
    stroke: rgb(156 163 175 / 0.6) !important;
  }

  .lg\:stroke-gray-400\/65 {
    stroke: rgb(156 163 175 / 0.65) !important;
  }

  .lg\:stroke-gray-400\/70 {
    stroke: rgb(156 163 175 / 0.7) !important;
  }

  .lg\:stroke-gray-400\/75 {
    stroke: rgb(156 163 175 / 0.75) !important;
  }

  .lg\:stroke-gray-400\/80 {
    stroke: rgb(156 163 175 / 0.8) !important;
  }

  .lg\:stroke-gray-400\/85 {
    stroke: rgb(156 163 175 / 0.85) !important;
  }

  .lg\:stroke-gray-400\/90 {
    stroke: rgb(156 163 175 / 0.9) !important;
  }

  .lg\:stroke-gray-400\/95 {
    stroke: rgb(156 163 175 / 0.95) !important;
  }

  .lg\:stroke-gray-50 {
    stroke: #f9fafb !important;
  }

  .lg\:stroke-gray-50\/0 {
    stroke: rgb(249 250 251 / 0) !important;
  }

  .lg\:stroke-gray-50\/10 {
    stroke: rgb(249 250 251 / 0.1) !important;
  }

  .lg\:stroke-gray-50\/100 {
    stroke: rgb(249 250 251 / 1) !important;
  }

  .lg\:stroke-gray-50\/15 {
    stroke: rgb(249 250 251 / 0.15) !important;
  }

  .lg\:stroke-gray-50\/20 {
    stroke: rgb(249 250 251 / 0.2) !important;
  }

  .lg\:stroke-gray-50\/25 {
    stroke: rgb(249 250 251 / 0.25) !important;
  }

  .lg\:stroke-gray-50\/30 {
    stroke: rgb(249 250 251 / 0.3) !important;
  }

  .lg\:stroke-gray-50\/35 {
    stroke: rgb(249 250 251 / 0.35) !important;
  }

  .lg\:stroke-gray-50\/40 {
    stroke: rgb(249 250 251 / 0.4) !important;
  }

  .lg\:stroke-gray-50\/45 {
    stroke: rgb(249 250 251 / 0.45) !important;
  }

  .lg\:stroke-gray-50\/5 {
    stroke: rgb(249 250 251 / 0.05) !important;
  }

  .lg\:stroke-gray-50\/50 {
    stroke: rgb(249 250 251 / 0.5) !important;
  }

  .lg\:stroke-gray-50\/55 {
    stroke: rgb(249 250 251 / 0.55) !important;
  }

  .lg\:stroke-gray-50\/60 {
    stroke: rgb(249 250 251 / 0.6) !important;
  }

  .lg\:stroke-gray-50\/65 {
    stroke: rgb(249 250 251 / 0.65) !important;
  }

  .lg\:stroke-gray-50\/70 {
    stroke: rgb(249 250 251 / 0.7) !important;
  }

  .lg\:stroke-gray-50\/75 {
    stroke: rgb(249 250 251 / 0.75) !important;
  }

  .lg\:stroke-gray-50\/80 {
    stroke: rgb(249 250 251 / 0.8) !important;
  }

  .lg\:stroke-gray-50\/85 {
    stroke: rgb(249 250 251 / 0.85) !important;
  }

  .lg\:stroke-gray-50\/90 {
    stroke: rgb(249 250 251 / 0.9) !important;
  }

  .lg\:stroke-gray-50\/95 {
    stroke: rgb(249 250 251 / 0.95) !important;
  }

  .lg\:stroke-gray-500 {
    stroke: #6b7280 !important;
  }

  .lg\:stroke-gray-500\/0 {
    stroke: rgb(107 114 128 / 0) !important;
  }

  .lg\:stroke-gray-500\/10 {
    stroke: rgb(107 114 128 / 0.1) !important;
  }

  .lg\:stroke-gray-500\/100 {
    stroke: rgb(107 114 128 / 1) !important;
  }

  .lg\:stroke-gray-500\/15 {
    stroke: rgb(107 114 128 / 0.15) !important;
  }

  .lg\:stroke-gray-500\/20 {
    stroke: rgb(107 114 128 / 0.2) !important;
  }

  .lg\:stroke-gray-500\/25 {
    stroke: rgb(107 114 128 / 0.25) !important;
  }

  .lg\:stroke-gray-500\/30 {
    stroke: rgb(107 114 128 / 0.3) !important;
  }

  .lg\:stroke-gray-500\/35 {
    stroke: rgb(107 114 128 / 0.35) !important;
  }

  .lg\:stroke-gray-500\/40 {
    stroke: rgb(107 114 128 / 0.4) !important;
  }

  .lg\:stroke-gray-500\/45 {
    stroke: rgb(107 114 128 / 0.45) !important;
  }

  .lg\:stroke-gray-500\/5 {
    stroke: rgb(107 114 128 / 0.05) !important;
  }

  .lg\:stroke-gray-500\/50 {
    stroke: rgb(107 114 128 / 0.5) !important;
  }

  .lg\:stroke-gray-500\/55 {
    stroke: rgb(107 114 128 / 0.55) !important;
  }

  .lg\:stroke-gray-500\/60 {
    stroke: rgb(107 114 128 / 0.6) !important;
  }

  .lg\:stroke-gray-500\/65 {
    stroke: rgb(107 114 128 / 0.65) !important;
  }

  .lg\:stroke-gray-500\/70 {
    stroke: rgb(107 114 128 / 0.7) !important;
  }

  .lg\:stroke-gray-500\/75 {
    stroke: rgb(107 114 128 / 0.75) !important;
  }

  .lg\:stroke-gray-500\/80 {
    stroke: rgb(107 114 128 / 0.8) !important;
  }

  .lg\:stroke-gray-500\/85 {
    stroke: rgb(107 114 128 / 0.85) !important;
  }

  .lg\:stroke-gray-500\/90 {
    stroke: rgb(107 114 128 / 0.9) !important;
  }

  .lg\:stroke-gray-500\/95 {
    stroke: rgb(107 114 128 / 0.95) !important;
  }

  .lg\:stroke-gray-600 {
    stroke: #4b5563 !important;
  }

  .lg\:stroke-gray-600\/0 {
    stroke: rgb(75 85 99 / 0) !important;
  }

  .lg\:stroke-gray-600\/10 {
    stroke: rgb(75 85 99 / 0.1) !important;
  }

  .lg\:stroke-gray-600\/100 {
    stroke: rgb(75 85 99 / 1) !important;
  }

  .lg\:stroke-gray-600\/15 {
    stroke: rgb(75 85 99 / 0.15) !important;
  }

  .lg\:stroke-gray-600\/20 {
    stroke: rgb(75 85 99 / 0.2) !important;
  }

  .lg\:stroke-gray-600\/25 {
    stroke: rgb(75 85 99 / 0.25) !important;
  }

  .lg\:stroke-gray-600\/30 {
    stroke: rgb(75 85 99 / 0.3) !important;
  }

  .lg\:stroke-gray-600\/35 {
    stroke: rgb(75 85 99 / 0.35) !important;
  }

  .lg\:stroke-gray-600\/40 {
    stroke: rgb(75 85 99 / 0.4) !important;
  }

  .lg\:stroke-gray-600\/45 {
    stroke: rgb(75 85 99 / 0.45) !important;
  }

  .lg\:stroke-gray-600\/5 {
    stroke: rgb(75 85 99 / 0.05) !important;
  }

  .lg\:stroke-gray-600\/50 {
    stroke: rgb(75 85 99 / 0.5) !important;
  }

  .lg\:stroke-gray-600\/55 {
    stroke: rgb(75 85 99 / 0.55) !important;
  }

  .lg\:stroke-gray-600\/60 {
    stroke: rgb(75 85 99 / 0.6) !important;
  }

  .lg\:stroke-gray-600\/65 {
    stroke: rgb(75 85 99 / 0.65) !important;
  }

  .lg\:stroke-gray-600\/70 {
    stroke: rgb(75 85 99 / 0.7) !important;
  }

  .lg\:stroke-gray-600\/75 {
    stroke: rgb(75 85 99 / 0.75) !important;
  }

  .lg\:stroke-gray-600\/80 {
    stroke: rgb(75 85 99 / 0.8) !important;
  }

  .lg\:stroke-gray-600\/85 {
    stroke: rgb(75 85 99 / 0.85) !important;
  }

  .lg\:stroke-gray-600\/90 {
    stroke: rgb(75 85 99 / 0.9) !important;
  }

  .lg\:stroke-gray-600\/95 {
    stroke: rgb(75 85 99 / 0.95) !important;
  }

  .lg\:stroke-gray-700 {
    stroke: #374151 !important;
  }

  .lg\:stroke-gray-700\/0 {
    stroke: rgb(55 65 81 / 0) !important;
  }

  .lg\:stroke-gray-700\/10 {
    stroke: rgb(55 65 81 / 0.1) !important;
  }

  .lg\:stroke-gray-700\/100 {
    stroke: rgb(55 65 81 / 1) !important;
  }

  .lg\:stroke-gray-700\/15 {
    stroke: rgb(55 65 81 / 0.15) !important;
  }

  .lg\:stroke-gray-700\/20 {
    stroke: rgb(55 65 81 / 0.2) !important;
  }

  .lg\:stroke-gray-700\/25 {
    stroke: rgb(55 65 81 / 0.25) !important;
  }

  .lg\:stroke-gray-700\/30 {
    stroke: rgb(55 65 81 / 0.3) !important;
  }

  .lg\:stroke-gray-700\/35 {
    stroke: rgb(55 65 81 / 0.35) !important;
  }

  .lg\:stroke-gray-700\/40 {
    stroke: rgb(55 65 81 / 0.4) !important;
  }

  .lg\:stroke-gray-700\/45 {
    stroke: rgb(55 65 81 / 0.45) !important;
  }

  .lg\:stroke-gray-700\/5 {
    stroke: rgb(55 65 81 / 0.05) !important;
  }

  .lg\:stroke-gray-700\/50 {
    stroke: rgb(55 65 81 / 0.5) !important;
  }

  .lg\:stroke-gray-700\/55 {
    stroke: rgb(55 65 81 / 0.55) !important;
  }

  .lg\:stroke-gray-700\/60 {
    stroke: rgb(55 65 81 / 0.6) !important;
  }

  .lg\:stroke-gray-700\/65 {
    stroke: rgb(55 65 81 / 0.65) !important;
  }

  .lg\:stroke-gray-700\/70 {
    stroke: rgb(55 65 81 / 0.7) !important;
  }

  .lg\:stroke-gray-700\/75 {
    stroke: rgb(55 65 81 / 0.75) !important;
  }

  .lg\:stroke-gray-700\/80 {
    stroke: rgb(55 65 81 / 0.8) !important;
  }

  .lg\:stroke-gray-700\/85 {
    stroke: rgb(55 65 81 / 0.85) !important;
  }

  .lg\:stroke-gray-700\/90 {
    stroke: rgb(55 65 81 / 0.9) !important;
  }

  .lg\:stroke-gray-700\/95 {
    stroke: rgb(55 65 81 / 0.95) !important;
  }

  .lg\:stroke-gray-800 {
    stroke: #1f2937 !important;
  }

  .lg\:stroke-gray-800\/0 {
    stroke: rgb(31 41 55 / 0) !important;
  }

  .lg\:stroke-gray-800\/10 {
    stroke: rgb(31 41 55 / 0.1) !important;
  }

  .lg\:stroke-gray-800\/100 {
    stroke: rgb(31 41 55 / 1) !important;
  }

  .lg\:stroke-gray-800\/15 {
    stroke: rgb(31 41 55 / 0.15) !important;
  }

  .lg\:stroke-gray-800\/20 {
    stroke: rgb(31 41 55 / 0.2) !important;
  }

  .lg\:stroke-gray-800\/25 {
    stroke: rgb(31 41 55 / 0.25) !important;
  }

  .lg\:stroke-gray-800\/30 {
    stroke: rgb(31 41 55 / 0.3) !important;
  }

  .lg\:stroke-gray-800\/35 {
    stroke: rgb(31 41 55 / 0.35) !important;
  }

  .lg\:stroke-gray-800\/40 {
    stroke: rgb(31 41 55 / 0.4) !important;
  }

  .lg\:stroke-gray-800\/45 {
    stroke: rgb(31 41 55 / 0.45) !important;
  }

  .lg\:stroke-gray-800\/5 {
    stroke: rgb(31 41 55 / 0.05) !important;
  }

  .lg\:stroke-gray-800\/50 {
    stroke: rgb(31 41 55 / 0.5) !important;
  }

  .lg\:stroke-gray-800\/55 {
    stroke: rgb(31 41 55 / 0.55) !important;
  }

  .lg\:stroke-gray-800\/60 {
    stroke: rgb(31 41 55 / 0.6) !important;
  }

  .lg\:stroke-gray-800\/65 {
    stroke: rgb(31 41 55 / 0.65) !important;
  }

  .lg\:stroke-gray-800\/70 {
    stroke: rgb(31 41 55 / 0.7) !important;
  }

  .lg\:stroke-gray-800\/75 {
    stroke: rgb(31 41 55 / 0.75) !important;
  }

  .lg\:stroke-gray-800\/80 {
    stroke: rgb(31 41 55 / 0.8) !important;
  }

  .lg\:stroke-gray-800\/85 {
    stroke: rgb(31 41 55 / 0.85) !important;
  }

  .lg\:stroke-gray-800\/90 {
    stroke: rgb(31 41 55 / 0.9) !important;
  }

  .lg\:stroke-gray-800\/95 {
    stroke: rgb(31 41 55 / 0.95) !important;
  }

  .lg\:stroke-gray-900 {
    stroke: #111827 !important;
  }

  .lg\:stroke-gray-900\/0 {
    stroke: rgb(17 24 39 / 0) !important;
  }

  .lg\:stroke-gray-900\/10 {
    stroke: rgb(17 24 39 / 0.1) !important;
  }

  .lg\:stroke-gray-900\/100 {
    stroke: rgb(17 24 39 / 1) !important;
  }

  .lg\:stroke-gray-900\/15 {
    stroke: rgb(17 24 39 / 0.15) !important;
  }

  .lg\:stroke-gray-900\/20 {
    stroke: rgb(17 24 39 / 0.2) !important;
  }

  .lg\:stroke-gray-900\/25 {
    stroke: rgb(17 24 39 / 0.25) !important;
  }

  .lg\:stroke-gray-900\/30 {
    stroke: rgb(17 24 39 / 0.3) !important;
  }

  .lg\:stroke-gray-900\/35 {
    stroke: rgb(17 24 39 / 0.35) !important;
  }

  .lg\:stroke-gray-900\/40 {
    stroke: rgb(17 24 39 / 0.4) !important;
  }

  .lg\:stroke-gray-900\/45 {
    stroke: rgb(17 24 39 / 0.45) !important;
  }

  .lg\:stroke-gray-900\/5 {
    stroke: rgb(17 24 39 / 0.05) !important;
  }

  .lg\:stroke-gray-900\/50 {
    stroke: rgb(17 24 39 / 0.5) !important;
  }

  .lg\:stroke-gray-900\/55 {
    stroke: rgb(17 24 39 / 0.55) !important;
  }

  .lg\:stroke-gray-900\/60 {
    stroke: rgb(17 24 39 / 0.6) !important;
  }

  .lg\:stroke-gray-900\/65 {
    stroke: rgb(17 24 39 / 0.65) !important;
  }

  .lg\:stroke-gray-900\/70 {
    stroke: rgb(17 24 39 / 0.7) !important;
  }

  .lg\:stroke-gray-900\/75 {
    stroke: rgb(17 24 39 / 0.75) !important;
  }

  .lg\:stroke-gray-900\/80 {
    stroke: rgb(17 24 39 / 0.8) !important;
  }

  .lg\:stroke-gray-900\/85 {
    stroke: rgb(17 24 39 / 0.85) !important;
  }

  .lg\:stroke-gray-900\/90 {
    stroke: rgb(17 24 39 / 0.9) !important;
  }

  .lg\:stroke-gray-900\/95 {
    stroke: rgb(17 24 39 / 0.95) !important;
  }

  .lg\:stroke-gray-950 {
    stroke: #030712 !important;
  }

  .lg\:stroke-gray-950\/0 {
    stroke: rgb(3 7 18 / 0) !important;
  }

  .lg\:stroke-gray-950\/10 {
    stroke: rgb(3 7 18 / 0.1) !important;
  }

  .lg\:stroke-gray-950\/100 {
    stroke: rgb(3 7 18 / 1) !important;
  }

  .lg\:stroke-gray-950\/15 {
    stroke: rgb(3 7 18 / 0.15) !important;
  }

  .lg\:stroke-gray-950\/20 {
    stroke: rgb(3 7 18 / 0.2) !important;
  }

  .lg\:stroke-gray-950\/25 {
    stroke: rgb(3 7 18 / 0.25) !important;
  }

  .lg\:stroke-gray-950\/30 {
    stroke: rgb(3 7 18 / 0.3) !important;
  }

  .lg\:stroke-gray-950\/35 {
    stroke: rgb(3 7 18 / 0.35) !important;
  }

  .lg\:stroke-gray-950\/40 {
    stroke: rgb(3 7 18 / 0.4) !important;
  }

  .lg\:stroke-gray-950\/45 {
    stroke: rgb(3 7 18 / 0.45) !important;
  }

  .lg\:stroke-gray-950\/5 {
    stroke: rgb(3 7 18 / 0.05) !important;
  }

  .lg\:stroke-gray-950\/50 {
    stroke: rgb(3 7 18 / 0.5) !important;
  }

  .lg\:stroke-gray-950\/55 {
    stroke: rgb(3 7 18 / 0.55) !important;
  }

  .lg\:stroke-gray-950\/60 {
    stroke: rgb(3 7 18 / 0.6) !important;
  }

  .lg\:stroke-gray-950\/65 {
    stroke: rgb(3 7 18 / 0.65) !important;
  }

  .lg\:stroke-gray-950\/70 {
    stroke: rgb(3 7 18 / 0.7) !important;
  }

  .lg\:stroke-gray-950\/75 {
    stroke: rgb(3 7 18 / 0.75) !important;
  }

  .lg\:stroke-gray-950\/80 {
    stroke: rgb(3 7 18 / 0.8) !important;
  }

  .lg\:stroke-gray-950\/85 {
    stroke: rgb(3 7 18 / 0.85) !important;
  }

  .lg\:stroke-gray-950\/90 {
    stroke: rgb(3 7 18 / 0.9) !important;
  }

  .lg\:stroke-gray-950\/95 {
    stroke: rgb(3 7 18 / 0.95) !important;
  }

  .lg\:stroke-green-100 {
    stroke: #dcfce7 !important;
  }

  .lg\:stroke-green-100\/0 {
    stroke: rgb(220 252 231 / 0) !important;
  }

  .lg\:stroke-green-100\/10 {
    stroke: rgb(220 252 231 / 0.1) !important;
  }

  .lg\:stroke-green-100\/100 {
    stroke: rgb(220 252 231 / 1) !important;
  }

  .lg\:stroke-green-100\/15 {
    stroke: rgb(220 252 231 / 0.15) !important;
  }

  .lg\:stroke-green-100\/20 {
    stroke: rgb(220 252 231 / 0.2) !important;
  }

  .lg\:stroke-green-100\/25 {
    stroke: rgb(220 252 231 / 0.25) !important;
  }

  .lg\:stroke-green-100\/30 {
    stroke: rgb(220 252 231 / 0.3) !important;
  }

  .lg\:stroke-green-100\/35 {
    stroke: rgb(220 252 231 / 0.35) !important;
  }

  .lg\:stroke-green-100\/40 {
    stroke: rgb(220 252 231 / 0.4) !important;
  }

  .lg\:stroke-green-100\/45 {
    stroke: rgb(220 252 231 / 0.45) !important;
  }

  .lg\:stroke-green-100\/5 {
    stroke: rgb(220 252 231 / 0.05) !important;
  }

  .lg\:stroke-green-100\/50 {
    stroke: rgb(220 252 231 / 0.5) !important;
  }

  .lg\:stroke-green-100\/55 {
    stroke: rgb(220 252 231 / 0.55) !important;
  }

  .lg\:stroke-green-100\/60 {
    stroke: rgb(220 252 231 / 0.6) !important;
  }

  .lg\:stroke-green-100\/65 {
    stroke: rgb(220 252 231 / 0.65) !important;
  }

  .lg\:stroke-green-100\/70 {
    stroke: rgb(220 252 231 / 0.7) !important;
  }

  .lg\:stroke-green-100\/75 {
    stroke: rgb(220 252 231 / 0.75) !important;
  }

  .lg\:stroke-green-100\/80 {
    stroke: rgb(220 252 231 / 0.8) !important;
  }

  .lg\:stroke-green-100\/85 {
    stroke: rgb(220 252 231 / 0.85) !important;
  }

  .lg\:stroke-green-100\/90 {
    stroke: rgb(220 252 231 / 0.9) !important;
  }

  .lg\:stroke-green-100\/95 {
    stroke: rgb(220 252 231 / 0.95) !important;
  }

  .lg\:stroke-green-200 {
    stroke: #bbf7d0 !important;
  }

  .lg\:stroke-green-200\/0 {
    stroke: rgb(187 247 208 / 0) !important;
  }

  .lg\:stroke-green-200\/10 {
    stroke: rgb(187 247 208 / 0.1) !important;
  }

  .lg\:stroke-green-200\/100 {
    stroke: rgb(187 247 208 / 1) !important;
  }

  .lg\:stroke-green-200\/15 {
    stroke: rgb(187 247 208 / 0.15) !important;
  }

  .lg\:stroke-green-200\/20 {
    stroke: rgb(187 247 208 / 0.2) !important;
  }

  .lg\:stroke-green-200\/25 {
    stroke: rgb(187 247 208 / 0.25) !important;
  }

  .lg\:stroke-green-200\/30 {
    stroke: rgb(187 247 208 / 0.3) !important;
  }

  .lg\:stroke-green-200\/35 {
    stroke: rgb(187 247 208 / 0.35) !important;
  }

  .lg\:stroke-green-200\/40 {
    stroke: rgb(187 247 208 / 0.4) !important;
  }

  .lg\:stroke-green-200\/45 {
    stroke: rgb(187 247 208 / 0.45) !important;
  }

  .lg\:stroke-green-200\/5 {
    stroke: rgb(187 247 208 / 0.05) !important;
  }

  .lg\:stroke-green-200\/50 {
    stroke: rgb(187 247 208 / 0.5) !important;
  }

  .lg\:stroke-green-200\/55 {
    stroke: rgb(187 247 208 / 0.55) !important;
  }

  .lg\:stroke-green-200\/60 {
    stroke: rgb(187 247 208 / 0.6) !important;
  }

  .lg\:stroke-green-200\/65 {
    stroke: rgb(187 247 208 / 0.65) !important;
  }

  .lg\:stroke-green-200\/70 {
    stroke: rgb(187 247 208 / 0.7) !important;
  }

  .lg\:stroke-green-200\/75 {
    stroke: rgb(187 247 208 / 0.75) !important;
  }

  .lg\:stroke-green-200\/80 {
    stroke: rgb(187 247 208 / 0.8) !important;
  }

  .lg\:stroke-green-200\/85 {
    stroke: rgb(187 247 208 / 0.85) !important;
  }

  .lg\:stroke-green-200\/90 {
    stroke: rgb(187 247 208 / 0.9) !important;
  }

  .lg\:stroke-green-200\/95 {
    stroke: rgb(187 247 208 / 0.95) !important;
  }

  .lg\:stroke-green-300 {
    stroke: #86efac !important;
  }

  .lg\:stroke-green-300\/0 {
    stroke: rgb(134 239 172 / 0) !important;
  }

  .lg\:stroke-green-300\/10 {
    stroke: rgb(134 239 172 / 0.1) !important;
  }

  .lg\:stroke-green-300\/100 {
    stroke: rgb(134 239 172 / 1) !important;
  }

  .lg\:stroke-green-300\/15 {
    stroke: rgb(134 239 172 / 0.15) !important;
  }

  .lg\:stroke-green-300\/20 {
    stroke: rgb(134 239 172 / 0.2) !important;
  }

  .lg\:stroke-green-300\/25 {
    stroke: rgb(134 239 172 / 0.25) !important;
  }

  .lg\:stroke-green-300\/30 {
    stroke: rgb(134 239 172 / 0.3) !important;
  }

  .lg\:stroke-green-300\/35 {
    stroke: rgb(134 239 172 / 0.35) !important;
  }

  .lg\:stroke-green-300\/40 {
    stroke: rgb(134 239 172 / 0.4) !important;
  }

  .lg\:stroke-green-300\/45 {
    stroke: rgb(134 239 172 / 0.45) !important;
  }

  .lg\:stroke-green-300\/5 {
    stroke: rgb(134 239 172 / 0.05) !important;
  }

  .lg\:stroke-green-300\/50 {
    stroke: rgb(134 239 172 / 0.5) !important;
  }

  .lg\:stroke-green-300\/55 {
    stroke: rgb(134 239 172 / 0.55) !important;
  }

  .lg\:stroke-green-300\/60 {
    stroke: rgb(134 239 172 / 0.6) !important;
  }

  .lg\:stroke-green-300\/65 {
    stroke: rgb(134 239 172 / 0.65) !important;
  }

  .lg\:stroke-green-300\/70 {
    stroke: rgb(134 239 172 / 0.7) !important;
  }

  .lg\:stroke-green-300\/75 {
    stroke: rgb(134 239 172 / 0.75) !important;
  }

  .lg\:stroke-green-300\/80 {
    stroke: rgb(134 239 172 / 0.8) !important;
  }

  .lg\:stroke-green-300\/85 {
    stroke: rgb(134 239 172 / 0.85) !important;
  }

  .lg\:stroke-green-300\/90 {
    stroke: rgb(134 239 172 / 0.9) !important;
  }

  .lg\:stroke-green-300\/95 {
    stroke: rgb(134 239 172 / 0.95) !important;
  }

  .lg\:stroke-green-400 {
    stroke: #4ade80 !important;
  }

  .lg\:stroke-green-400\/0 {
    stroke: rgb(74 222 128 / 0) !important;
  }

  .lg\:stroke-green-400\/10 {
    stroke: rgb(74 222 128 / 0.1) !important;
  }

  .lg\:stroke-green-400\/100 {
    stroke: rgb(74 222 128 / 1) !important;
  }

  .lg\:stroke-green-400\/15 {
    stroke: rgb(74 222 128 / 0.15) !important;
  }

  .lg\:stroke-green-400\/20 {
    stroke: rgb(74 222 128 / 0.2) !important;
  }

  .lg\:stroke-green-400\/25 {
    stroke: rgb(74 222 128 / 0.25) !important;
  }

  .lg\:stroke-green-400\/30 {
    stroke: rgb(74 222 128 / 0.3) !important;
  }

  .lg\:stroke-green-400\/35 {
    stroke: rgb(74 222 128 / 0.35) !important;
  }

  .lg\:stroke-green-400\/40 {
    stroke: rgb(74 222 128 / 0.4) !important;
  }

  .lg\:stroke-green-400\/45 {
    stroke: rgb(74 222 128 / 0.45) !important;
  }

  .lg\:stroke-green-400\/5 {
    stroke: rgb(74 222 128 / 0.05) !important;
  }

  .lg\:stroke-green-400\/50 {
    stroke: rgb(74 222 128 / 0.5) !important;
  }

  .lg\:stroke-green-400\/55 {
    stroke: rgb(74 222 128 / 0.55) !important;
  }

  .lg\:stroke-green-400\/60 {
    stroke: rgb(74 222 128 / 0.6) !important;
  }

  .lg\:stroke-green-400\/65 {
    stroke: rgb(74 222 128 / 0.65) !important;
  }

  .lg\:stroke-green-400\/70 {
    stroke: rgb(74 222 128 / 0.7) !important;
  }

  .lg\:stroke-green-400\/75 {
    stroke: rgb(74 222 128 / 0.75) !important;
  }

  .lg\:stroke-green-400\/80 {
    stroke: rgb(74 222 128 / 0.8) !important;
  }

  .lg\:stroke-green-400\/85 {
    stroke: rgb(74 222 128 / 0.85) !important;
  }

  .lg\:stroke-green-400\/90 {
    stroke: rgb(74 222 128 / 0.9) !important;
  }

  .lg\:stroke-green-400\/95 {
    stroke: rgb(74 222 128 / 0.95) !important;
  }

  .lg\:stroke-green-50 {
    stroke: #f0fdf4 !important;
  }

  .lg\:stroke-green-50\/0 {
    stroke: rgb(240 253 244 / 0) !important;
  }

  .lg\:stroke-green-50\/10 {
    stroke: rgb(240 253 244 / 0.1) !important;
  }

  .lg\:stroke-green-50\/100 {
    stroke: rgb(240 253 244 / 1) !important;
  }

  .lg\:stroke-green-50\/15 {
    stroke: rgb(240 253 244 / 0.15) !important;
  }

  .lg\:stroke-green-50\/20 {
    stroke: rgb(240 253 244 / 0.2) !important;
  }

  .lg\:stroke-green-50\/25 {
    stroke: rgb(240 253 244 / 0.25) !important;
  }

  .lg\:stroke-green-50\/30 {
    stroke: rgb(240 253 244 / 0.3) !important;
  }

  .lg\:stroke-green-50\/35 {
    stroke: rgb(240 253 244 / 0.35) !important;
  }

  .lg\:stroke-green-50\/40 {
    stroke: rgb(240 253 244 / 0.4) !important;
  }

  .lg\:stroke-green-50\/45 {
    stroke: rgb(240 253 244 / 0.45) !important;
  }

  .lg\:stroke-green-50\/5 {
    stroke: rgb(240 253 244 / 0.05) !important;
  }

  .lg\:stroke-green-50\/50 {
    stroke: rgb(240 253 244 / 0.5) !important;
  }

  .lg\:stroke-green-50\/55 {
    stroke: rgb(240 253 244 / 0.55) !important;
  }

  .lg\:stroke-green-50\/60 {
    stroke: rgb(240 253 244 / 0.6) !important;
  }

  .lg\:stroke-green-50\/65 {
    stroke: rgb(240 253 244 / 0.65) !important;
  }

  .lg\:stroke-green-50\/70 {
    stroke: rgb(240 253 244 / 0.7) !important;
  }

  .lg\:stroke-green-50\/75 {
    stroke: rgb(240 253 244 / 0.75) !important;
  }

  .lg\:stroke-green-50\/80 {
    stroke: rgb(240 253 244 / 0.8) !important;
  }

  .lg\:stroke-green-50\/85 {
    stroke: rgb(240 253 244 / 0.85) !important;
  }

  .lg\:stroke-green-50\/90 {
    stroke: rgb(240 253 244 / 0.9) !important;
  }

  .lg\:stroke-green-50\/95 {
    stroke: rgb(240 253 244 / 0.95) !important;
  }

  .lg\:stroke-green-500 {
    stroke: #22c55e !important;
  }

  .lg\:stroke-green-500\/0 {
    stroke: rgb(34 197 94 / 0) !important;
  }

  .lg\:stroke-green-500\/10 {
    stroke: rgb(34 197 94 / 0.1) !important;
  }

  .lg\:stroke-green-500\/100 {
    stroke: rgb(34 197 94 / 1) !important;
  }

  .lg\:stroke-green-500\/15 {
    stroke: rgb(34 197 94 / 0.15) !important;
  }

  .lg\:stroke-green-500\/20 {
    stroke: rgb(34 197 94 / 0.2) !important;
  }

  .lg\:stroke-green-500\/25 {
    stroke: rgb(34 197 94 / 0.25) !important;
  }

  .lg\:stroke-green-500\/30 {
    stroke: rgb(34 197 94 / 0.3) !important;
  }

  .lg\:stroke-green-500\/35 {
    stroke: rgb(34 197 94 / 0.35) !important;
  }

  .lg\:stroke-green-500\/40 {
    stroke: rgb(34 197 94 / 0.4) !important;
  }

  .lg\:stroke-green-500\/45 {
    stroke: rgb(34 197 94 / 0.45) !important;
  }

  .lg\:stroke-green-500\/5 {
    stroke: rgb(34 197 94 / 0.05) !important;
  }

  .lg\:stroke-green-500\/50 {
    stroke: rgb(34 197 94 / 0.5) !important;
  }

  .lg\:stroke-green-500\/55 {
    stroke: rgb(34 197 94 / 0.55) !important;
  }

  .lg\:stroke-green-500\/60 {
    stroke: rgb(34 197 94 / 0.6) !important;
  }

  .lg\:stroke-green-500\/65 {
    stroke: rgb(34 197 94 / 0.65) !important;
  }

  .lg\:stroke-green-500\/70 {
    stroke: rgb(34 197 94 / 0.7) !important;
  }

  .lg\:stroke-green-500\/75 {
    stroke: rgb(34 197 94 / 0.75) !important;
  }

  .lg\:stroke-green-500\/80 {
    stroke: rgb(34 197 94 / 0.8) !important;
  }

  .lg\:stroke-green-500\/85 {
    stroke: rgb(34 197 94 / 0.85) !important;
  }

  .lg\:stroke-green-500\/90 {
    stroke: rgb(34 197 94 / 0.9) !important;
  }

  .lg\:stroke-green-500\/95 {
    stroke: rgb(34 197 94 / 0.95) !important;
  }

  .lg\:stroke-green-600 {
    stroke: #16a34a !important;
  }

  .lg\:stroke-green-600\/0 {
    stroke: rgb(22 163 74 / 0) !important;
  }

  .lg\:stroke-green-600\/10 {
    stroke: rgb(22 163 74 / 0.1) !important;
  }

  .lg\:stroke-green-600\/100 {
    stroke: rgb(22 163 74 / 1) !important;
  }

  .lg\:stroke-green-600\/15 {
    stroke: rgb(22 163 74 / 0.15) !important;
  }

  .lg\:stroke-green-600\/20 {
    stroke: rgb(22 163 74 / 0.2) !important;
  }

  .lg\:stroke-green-600\/25 {
    stroke: rgb(22 163 74 / 0.25) !important;
  }

  .lg\:stroke-green-600\/30 {
    stroke: rgb(22 163 74 / 0.3) !important;
  }

  .lg\:stroke-green-600\/35 {
    stroke: rgb(22 163 74 / 0.35) !important;
  }

  .lg\:stroke-green-600\/40 {
    stroke: rgb(22 163 74 / 0.4) !important;
  }

  .lg\:stroke-green-600\/45 {
    stroke: rgb(22 163 74 / 0.45) !important;
  }

  .lg\:stroke-green-600\/5 {
    stroke: rgb(22 163 74 / 0.05) !important;
  }

  .lg\:stroke-green-600\/50 {
    stroke: rgb(22 163 74 / 0.5) !important;
  }

  .lg\:stroke-green-600\/55 {
    stroke: rgb(22 163 74 / 0.55) !important;
  }

  .lg\:stroke-green-600\/60 {
    stroke: rgb(22 163 74 / 0.6) !important;
  }

  .lg\:stroke-green-600\/65 {
    stroke: rgb(22 163 74 / 0.65) !important;
  }

  .lg\:stroke-green-600\/70 {
    stroke: rgb(22 163 74 / 0.7) !important;
  }

  .lg\:stroke-green-600\/75 {
    stroke: rgb(22 163 74 / 0.75) !important;
  }

  .lg\:stroke-green-600\/80 {
    stroke: rgb(22 163 74 / 0.8) !important;
  }

  .lg\:stroke-green-600\/85 {
    stroke: rgb(22 163 74 / 0.85) !important;
  }

  .lg\:stroke-green-600\/90 {
    stroke: rgb(22 163 74 / 0.9) !important;
  }

  .lg\:stroke-green-600\/95 {
    stroke: rgb(22 163 74 / 0.95) !important;
  }

  .lg\:stroke-green-700 {
    stroke: #15803d !important;
  }

  .lg\:stroke-green-700\/0 {
    stroke: rgb(21 128 61 / 0) !important;
  }

  .lg\:stroke-green-700\/10 {
    stroke: rgb(21 128 61 / 0.1) !important;
  }

  .lg\:stroke-green-700\/100 {
    stroke: rgb(21 128 61 / 1) !important;
  }

  .lg\:stroke-green-700\/15 {
    stroke: rgb(21 128 61 / 0.15) !important;
  }

  .lg\:stroke-green-700\/20 {
    stroke: rgb(21 128 61 / 0.2) !important;
  }

  .lg\:stroke-green-700\/25 {
    stroke: rgb(21 128 61 / 0.25) !important;
  }

  .lg\:stroke-green-700\/30 {
    stroke: rgb(21 128 61 / 0.3) !important;
  }

  .lg\:stroke-green-700\/35 {
    stroke: rgb(21 128 61 / 0.35) !important;
  }

  .lg\:stroke-green-700\/40 {
    stroke: rgb(21 128 61 / 0.4) !important;
  }

  .lg\:stroke-green-700\/45 {
    stroke: rgb(21 128 61 / 0.45) !important;
  }

  .lg\:stroke-green-700\/5 {
    stroke: rgb(21 128 61 / 0.05) !important;
  }

  .lg\:stroke-green-700\/50 {
    stroke: rgb(21 128 61 / 0.5) !important;
  }

  .lg\:stroke-green-700\/55 {
    stroke: rgb(21 128 61 / 0.55) !important;
  }

  .lg\:stroke-green-700\/60 {
    stroke: rgb(21 128 61 / 0.6) !important;
  }

  .lg\:stroke-green-700\/65 {
    stroke: rgb(21 128 61 / 0.65) !important;
  }

  .lg\:stroke-green-700\/70 {
    stroke: rgb(21 128 61 / 0.7) !important;
  }

  .lg\:stroke-green-700\/75 {
    stroke: rgb(21 128 61 / 0.75) !important;
  }

  .lg\:stroke-green-700\/80 {
    stroke: rgb(21 128 61 / 0.8) !important;
  }

  .lg\:stroke-green-700\/85 {
    stroke: rgb(21 128 61 / 0.85) !important;
  }

  .lg\:stroke-green-700\/90 {
    stroke: rgb(21 128 61 / 0.9) !important;
  }

  .lg\:stroke-green-700\/95 {
    stroke: rgb(21 128 61 / 0.95) !important;
  }

  .lg\:stroke-green-800 {
    stroke: #166534 !important;
  }

  .lg\:stroke-green-800\/0 {
    stroke: rgb(22 101 52 / 0) !important;
  }

  .lg\:stroke-green-800\/10 {
    stroke: rgb(22 101 52 / 0.1) !important;
  }

  .lg\:stroke-green-800\/100 {
    stroke: rgb(22 101 52 / 1) !important;
  }

  .lg\:stroke-green-800\/15 {
    stroke: rgb(22 101 52 / 0.15) !important;
  }

  .lg\:stroke-green-800\/20 {
    stroke: rgb(22 101 52 / 0.2) !important;
  }

  .lg\:stroke-green-800\/25 {
    stroke: rgb(22 101 52 / 0.25) !important;
  }

  .lg\:stroke-green-800\/30 {
    stroke: rgb(22 101 52 / 0.3) !important;
  }

  .lg\:stroke-green-800\/35 {
    stroke: rgb(22 101 52 / 0.35) !important;
  }

  .lg\:stroke-green-800\/40 {
    stroke: rgb(22 101 52 / 0.4) !important;
  }

  .lg\:stroke-green-800\/45 {
    stroke: rgb(22 101 52 / 0.45) !important;
  }

  .lg\:stroke-green-800\/5 {
    stroke: rgb(22 101 52 / 0.05) !important;
  }

  .lg\:stroke-green-800\/50 {
    stroke: rgb(22 101 52 / 0.5) !important;
  }

  .lg\:stroke-green-800\/55 {
    stroke: rgb(22 101 52 / 0.55) !important;
  }

  .lg\:stroke-green-800\/60 {
    stroke: rgb(22 101 52 / 0.6) !important;
  }

  .lg\:stroke-green-800\/65 {
    stroke: rgb(22 101 52 / 0.65) !important;
  }

  .lg\:stroke-green-800\/70 {
    stroke: rgb(22 101 52 / 0.7) !important;
  }

  .lg\:stroke-green-800\/75 {
    stroke: rgb(22 101 52 / 0.75) !important;
  }

  .lg\:stroke-green-800\/80 {
    stroke: rgb(22 101 52 / 0.8) !important;
  }

  .lg\:stroke-green-800\/85 {
    stroke: rgb(22 101 52 / 0.85) !important;
  }

  .lg\:stroke-green-800\/90 {
    stroke: rgb(22 101 52 / 0.9) !important;
  }

  .lg\:stroke-green-800\/95 {
    stroke: rgb(22 101 52 / 0.95) !important;
  }

  .lg\:stroke-green-900 {
    stroke: #14532d !important;
  }

  .lg\:stroke-green-900\/0 {
    stroke: rgb(20 83 45 / 0) !important;
  }

  .lg\:stroke-green-900\/10 {
    stroke: rgb(20 83 45 / 0.1) !important;
  }

  .lg\:stroke-green-900\/100 {
    stroke: rgb(20 83 45 / 1) !important;
  }

  .lg\:stroke-green-900\/15 {
    stroke: rgb(20 83 45 / 0.15) !important;
  }

  .lg\:stroke-green-900\/20 {
    stroke: rgb(20 83 45 / 0.2) !important;
  }

  .lg\:stroke-green-900\/25 {
    stroke: rgb(20 83 45 / 0.25) !important;
  }

  .lg\:stroke-green-900\/30 {
    stroke: rgb(20 83 45 / 0.3) !important;
  }

  .lg\:stroke-green-900\/35 {
    stroke: rgb(20 83 45 / 0.35) !important;
  }

  .lg\:stroke-green-900\/40 {
    stroke: rgb(20 83 45 / 0.4) !important;
  }

  .lg\:stroke-green-900\/45 {
    stroke: rgb(20 83 45 / 0.45) !important;
  }

  .lg\:stroke-green-900\/5 {
    stroke: rgb(20 83 45 / 0.05) !important;
  }

  .lg\:stroke-green-900\/50 {
    stroke: rgb(20 83 45 / 0.5) !important;
  }

  .lg\:stroke-green-900\/55 {
    stroke: rgb(20 83 45 / 0.55) !important;
  }

  .lg\:stroke-green-900\/60 {
    stroke: rgb(20 83 45 / 0.6) !important;
  }

  .lg\:stroke-green-900\/65 {
    stroke: rgb(20 83 45 / 0.65) !important;
  }

  .lg\:stroke-green-900\/70 {
    stroke: rgb(20 83 45 / 0.7) !important;
  }

  .lg\:stroke-green-900\/75 {
    stroke: rgb(20 83 45 / 0.75) !important;
  }

  .lg\:stroke-green-900\/80 {
    stroke: rgb(20 83 45 / 0.8) !important;
  }

  .lg\:stroke-green-900\/85 {
    stroke: rgb(20 83 45 / 0.85) !important;
  }

  .lg\:stroke-green-900\/90 {
    stroke: rgb(20 83 45 / 0.9) !important;
  }

  .lg\:stroke-green-900\/95 {
    stroke: rgb(20 83 45 / 0.95) !important;
  }

  .lg\:stroke-green-950 {
    stroke: #052e16 !important;
  }

  .lg\:stroke-green-950\/0 {
    stroke: rgb(5 46 22 / 0) !important;
  }

  .lg\:stroke-green-950\/10 {
    stroke: rgb(5 46 22 / 0.1) !important;
  }

  .lg\:stroke-green-950\/100 {
    stroke: rgb(5 46 22 / 1) !important;
  }

  .lg\:stroke-green-950\/15 {
    stroke: rgb(5 46 22 / 0.15) !important;
  }

  .lg\:stroke-green-950\/20 {
    stroke: rgb(5 46 22 / 0.2) !important;
  }

  .lg\:stroke-green-950\/25 {
    stroke: rgb(5 46 22 / 0.25) !important;
  }

  .lg\:stroke-green-950\/30 {
    stroke: rgb(5 46 22 / 0.3) !important;
  }

  .lg\:stroke-green-950\/35 {
    stroke: rgb(5 46 22 / 0.35) !important;
  }

  .lg\:stroke-green-950\/40 {
    stroke: rgb(5 46 22 / 0.4) !important;
  }

  .lg\:stroke-green-950\/45 {
    stroke: rgb(5 46 22 / 0.45) !important;
  }

  .lg\:stroke-green-950\/5 {
    stroke: rgb(5 46 22 / 0.05) !important;
  }

  .lg\:stroke-green-950\/50 {
    stroke: rgb(5 46 22 / 0.5) !important;
  }

  .lg\:stroke-green-950\/55 {
    stroke: rgb(5 46 22 / 0.55) !important;
  }

  .lg\:stroke-green-950\/60 {
    stroke: rgb(5 46 22 / 0.6) !important;
  }

  .lg\:stroke-green-950\/65 {
    stroke: rgb(5 46 22 / 0.65) !important;
  }

  .lg\:stroke-green-950\/70 {
    stroke: rgb(5 46 22 / 0.7) !important;
  }

  .lg\:stroke-green-950\/75 {
    stroke: rgb(5 46 22 / 0.75) !important;
  }

  .lg\:stroke-green-950\/80 {
    stroke: rgb(5 46 22 / 0.8) !important;
  }

  .lg\:stroke-green-950\/85 {
    stroke: rgb(5 46 22 / 0.85) !important;
  }

  .lg\:stroke-green-950\/90 {
    stroke: rgb(5 46 22 / 0.9) !important;
  }

  .lg\:stroke-green-950\/95 {
    stroke: rgb(5 46 22 / 0.95) !important;
  }

  .lg\:stroke-grey {
    stroke: #838383 !important;
  }

  .lg\:stroke-grey\/0 {
    stroke: rgb(131 131 131 / 0) !important;
  }

  .lg\:stroke-grey\/10 {
    stroke: rgb(131 131 131 / 0.1) !important;
  }

  .lg\:stroke-grey\/100 {
    stroke: rgb(131 131 131 / 1) !important;
  }

  .lg\:stroke-grey\/15 {
    stroke: rgb(131 131 131 / 0.15) !important;
  }

  .lg\:stroke-grey\/20 {
    stroke: rgb(131 131 131 / 0.2) !important;
  }

  .lg\:stroke-grey\/25 {
    stroke: rgb(131 131 131 / 0.25) !important;
  }

  .lg\:stroke-grey\/30 {
    stroke: rgb(131 131 131 / 0.3) !important;
  }

  .lg\:stroke-grey\/35 {
    stroke: rgb(131 131 131 / 0.35) !important;
  }

  .lg\:stroke-grey\/40 {
    stroke: rgb(131 131 131 / 0.4) !important;
  }

  .lg\:stroke-grey\/45 {
    stroke: rgb(131 131 131 / 0.45) !important;
  }

  .lg\:stroke-grey\/5 {
    stroke: rgb(131 131 131 / 0.05) !important;
  }

  .lg\:stroke-grey\/50 {
    stroke: rgb(131 131 131 / 0.5) !important;
  }

  .lg\:stroke-grey\/55 {
    stroke: rgb(131 131 131 / 0.55) !important;
  }

  .lg\:stroke-grey\/60 {
    stroke: rgb(131 131 131 / 0.6) !important;
  }

  .lg\:stroke-grey\/65 {
    stroke: rgb(131 131 131 / 0.65) !important;
  }

  .lg\:stroke-grey\/70 {
    stroke: rgb(131 131 131 / 0.7) !important;
  }

  .lg\:stroke-grey\/75 {
    stroke: rgb(131 131 131 / 0.75) !important;
  }

  .lg\:stroke-grey\/80 {
    stroke: rgb(131 131 131 / 0.8) !important;
  }

  .lg\:stroke-grey\/85 {
    stroke: rgb(131 131 131 / 0.85) !important;
  }

  .lg\:stroke-grey\/90 {
    stroke: rgb(131 131 131 / 0.9) !important;
  }

  .lg\:stroke-grey\/95 {
    stroke: rgb(131 131 131 / 0.95) !important;
  }

  .lg\:stroke-grey_border {
    stroke: #979797 !important;
  }

  .lg\:stroke-grey_border\/0 {
    stroke: rgb(151 151 151 / 0) !important;
  }

  .lg\:stroke-grey_border\/10 {
    stroke: rgb(151 151 151 / 0.1) !important;
  }

  .lg\:stroke-grey_border\/100 {
    stroke: rgb(151 151 151 / 1) !important;
  }

  .lg\:stroke-grey_border\/15 {
    stroke: rgb(151 151 151 / 0.15) !important;
  }

  .lg\:stroke-grey_border\/20 {
    stroke: rgb(151 151 151 / 0.2) !important;
  }

  .lg\:stroke-grey_border\/25 {
    stroke: rgb(151 151 151 / 0.25) !important;
  }

  .lg\:stroke-grey_border\/30 {
    stroke: rgb(151 151 151 / 0.3) !important;
  }

  .lg\:stroke-grey_border\/35 {
    stroke: rgb(151 151 151 / 0.35) !important;
  }

  .lg\:stroke-grey_border\/40 {
    stroke: rgb(151 151 151 / 0.4) !important;
  }

  .lg\:stroke-grey_border\/45 {
    stroke: rgb(151 151 151 / 0.45) !important;
  }

  .lg\:stroke-grey_border\/5 {
    stroke: rgb(151 151 151 / 0.05) !important;
  }

  .lg\:stroke-grey_border\/50 {
    stroke: rgb(151 151 151 / 0.5) !important;
  }

  .lg\:stroke-grey_border\/55 {
    stroke: rgb(151 151 151 / 0.55) !important;
  }

  .lg\:stroke-grey_border\/60 {
    stroke: rgb(151 151 151 / 0.6) !important;
  }

  .lg\:stroke-grey_border\/65 {
    stroke: rgb(151 151 151 / 0.65) !important;
  }

  .lg\:stroke-grey_border\/70 {
    stroke: rgb(151 151 151 / 0.7) !important;
  }

  .lg\:stroke-grey_border\/75 {
    stroke: rgb(151 151 151 / 0.75) !important;
  }

  .lg\:stroke-grey_border\/80 {
    stroke: rgb(151 151 151 / 0.8) !important;
  }

  .lg\:stroke-grey_border\/85 {
    stroke: rgb(151 151 151 / 0.85) !important;
  }

  .lg\:stroke-grey_border\/90 {
    stroke: rgb(151 151 151 / 0.9) !important;
  }

  .lg\:stroke-grey_border\/95 {
    stroke: rgb(151 151 151 / 0.95) !important;
  }

  .lg\:stroke-indigo-100 {
    stroke: #e0e7ff !important;
  }

  .lg\:stroke-indigo-100\/0 {
    stroke: rgb(224 231 255 / 0) !important;
  }

  .lg\:stroke-indigo-100\/10 {
    stroke: rgb(224 231 255 / 0.1) !important;
  }

  .lg\:stroke-indigo-100\/100 {
    stroke: rgb(224 231 255 / 1) !important;
  }

  .lg\:stroke-indigo-100\/15 {
    stroke: rgb(224 231 255 / 0.15) !important;
  }

  .lg\:stroke-indigo-100\/20 {
    stroke: rgb(224 231 255 / 0.2) !important;
  }

  .lg\:stroke-indigo-100\/25 {
    stroke: rgb(224 231 255 / 0.25) !important;
  }

  .lg\:stroke-indigo-100\/30 {
    stroke: rgb(224 231 255 / 0.3) !important;
  }

  .lg\:stroke-indigo-100\/35 {
    stroke: rgb(224 231 255 / 0.35) !important;
  }

  .lg\:stroke-indigo-100\/40 {
    stroke: rgb(224 231 255 / 0.4) !important;
  }

  .lg\:stroke-indigo-100\/45 {
    stroke: rgb(224 231 255 / 0.45) !important;
  }

  .lg\:stroke-indigo-100\/5 {
    stroke: rgb(224 231 255 / 0.05) !important;
  }

  .lg\:stroke-indigo-100\/50 {
    stroke: rgb(224 231 255 / 0.5) !important;
  }

  .lg\:stroke-indigo-100\/55 {
    stroke: rgb(224 231 255 / 0.55) !important;
  }

  .lg\:stroke-indigo-100\/60 {
    stroke: rgb(224 231 255 / 0.6) !important;
  }

  .lg\:stroke-indigo-100\/65 {
    stroke: rgb(224 231 255 / 0.65) !important;
  }

  .lg\:stroke-indigo-100\/70 {
    stroke: rgb(224 231 255 / 0.7) !important;
  }

  .lg\:stroke-indigo-100\/75 {
    stroke: rgb(224 231 255 / 0.75) !important;
  }

  .lg\:stroke-indigo-100\/80 {
    stroke: rgb(224 231 255 / 0.8) !important;
  }

  .lg\:stroke-indigo-100\/85 {
    stroke: rgb(224 231 255 / 0.85) !important;
  }

  .lg\:stroke-indigo-100\/90 {
    stroke: rgb(224 231 255 / 0.9) !important;
  }

  .lg\:stroke-indigo-100\/95 {
    stroke: rgb(224 231 255 / 0.95) !important;
  }

  .lg\:stroke-indigo-200 {
    stroke: #c7d2fe !important;
  }

  .lg\:stroke-indigo-200\/0 {
    stroke: rgb(199 210 254 / 0) !important;
  }

  .lg\:stroke-indigo-200\/10 {
    stroke: rgb(199 210 254 / 0.1) !important;
  }

  .lg\:stroke-indigo-200\/100 {
    stroke: rgb(199 210 254 / 1) !important;
  }

  .lg\:stroke-indigo-200\/15 {
    stroke: rgb(199 210 254 / 0.15) !important;
  }

  .lg\:stroke-indigo-200\/20 {
    stroke: rgb(199 210 254 / 0.2) !important;
  }

  .lg\:stroke-indigo-200\/25 {
    stroke: rgb(199 210 254 / 0.25) !important;
  }

  .lg\:stroke-indigo-200\/30 {
    stroke: rgb(199 210 254 / 0.3) !important;
  }

  .lg\:stroke-indigo-200\/35 {
    stroke: rgb(199 210 254 / 0.35) !important;
  }

  .lg\:stroke-indigo-200\/40 {
    stroke: rgb(199 210 254 / 0.4) !important;
  }

  .lg\:stroke-indigo-200\/45 {
    stroke: rgb(199 210 254 / 0.45) !important;
  }

  .lg\:stroke-indigo-200\/5 {
    stroke: rgb(199 210 254 / 0.05) !important;
  }

  .lg\:stroke-indigo-200\/50 {
    stroke: rgb(199 210 254 / 0.5) !important;
  }

  .lg\:stroke-indigo-200\/55 {
    stroke: rgb(199 210 254 / 0.55) !important;
  }

  .lg\:stroke-indigo-200\/60 {
    stroke: rgb(199 210 254 / 0.6) !important;
  }

  .lg\:stroke-indigo-200\/65 {
    stroke: rgb(199 210 254 / 0.65) !important;
  }

  .lg\:stroke-indigo-200\/70 {
    stroke: rgb(199 210 254 / 0.7) !important;
  }

  .lg\:stroke-indigo-200\/75 {
    stroke: rgb(199 210 254 / 0.75) !important;
  }

  .lg\:stroke-indigo-200\/80 {
    stroke: rgb(199 210 254 / 0.8) !important;
  }

  .lg\:stroke-indigo-200\/85 {
    stroke: rgb(199 210 254 / 0.85) !important;
  }

  .lg\:stroke-indigo-200\/90 {
    stroke: rgb(199 210 254 / 0.9) !important;
  }

  .lg\:stroke-indigo-200\/95 {
    stroke: rgb(199 210 254 / 0.95) !important;
  }

  .lg\:stroke-indigo-300 {
    stroke: #a5b4fc !important;
  }

  .lg\:stroke-indigo-300\/0 {
    stroke: rgb(165 180 252 / 0) !important;
  }

  .lg\:stroke-indigo-300\/10 {
    stroke: rgb(165 180 252 / 0.1) !important;
  }

  .lg\:stroke-indigo-300\/100 {
    stroke: rgb(165 180 252 / 1) !important;
  }

  .lg\:stroke-indigo-300\/15 {
    stroke: rgb(165 180 252 / 0.15) !important;
  }

  .lg\:stroke-indigo-300\/20 {
    stroke: rgb(165 180 252 / 0.2) !important;
  }

  .lg\:stroke-indigo-300\/25 {
    stroke: rgb(165 180 252 / 0.25) !important;
  }

  .lg\:stroke-indigo-300\/30 {
    stroke: rgb(165 180 252 / 0.3) !important;
  }

  .lg\:stroke-indigo-300\/35 {
    stroke: rgb(165 180 252 / 0.35) !important;
  }

  .lg\:stroke-indigo-300\/40 {
    stroke: rgb(165 180 252 / 0.4) !important;
  }

  .lg\:stroke-indigo-300\/45 {
    stroke: rgb(165 180 252 / 0.45) !important;
  }

  .lg\:stroke-indigo-300\/5 {
    stroke: rgb(165 180 252 / 0.05) !important;
  }

  .lg\:stroke-indigo-300\/50 {
    stroke: rgb(165 180 252 / 0.5) !important;
  }

  .lg\:stroke-indigo-300\/55 {
    stroke: rgb(165 180 252 / 0.55) !important;
  }

  .lg\:stroke-indigo-300\/60 {
    stroke: rgb(165 180 252 / 0.6) !important;
  }

  .lg\:stroke-indigo-300\/65 {
    stroke: rgb(165 180 252 / 0.65) !important;
  }

  .lg\:stroke-indigo-300\/70 {
    stroke: rgb(165 180 252 / 0.7) !important;
  }

  .lg\:stroke-indigo-300\/75 {
    stroke: rgb(165 180 252 / 0.75) !important;
  }

  .lg\:stroke-indigo-300\/80 {
    stroke: rgb(165 180 252 / 0.8) !important;
  }

  .lg\:stroke-indigo-300\/85 {
    stroke: rgb(165 180 252 / 0.85) !important;
  }

  .lg\:stroke-indigo-300\/90 {
    stroke: rgb(165 180 252 / 0.9) !important;
  }

  .lg\:stroke-indigo-300\/95 {
    stroke: rgb(165 180 252 / 0.95) !important;
  }

  .lg\:stroke-indigo-400 {
    stroke: #818cf8 !important;
  }

  .lg\:stroke-indigo-400\/0 {
    stroke: rgb(129 140 248 / 0) !important;
  }

  .lg\:stroke-indigo-400\/10 {
    stroke: rgb(129 140 248 / 0.1) !important;
  }

  .lg\:stroke-indigo-400\/100 {
    stroke: rgb(129 140 248 / 1) !important;
  }

  .lg\:stroke-indigo-400\/15 {
    stroke: rgb(129 140 248 / 0.15) !important;
  }

  .lg\:stroke-indigo-400\/20 {
    stroke: rgb(129 140 248 / 0.2) !important;
  }

  .lg\:stroke-indigo-400\/25 {
    stroke: rgb(129 140 248 / 0.25) !important;
  }

  .lg\:stroke-indigo-400\/30 {
    stroke: rgb(129 140 248 / 0.3) !important;
  }

  .lg\:stroke-indigo-400\/35 {
    stroke: rgb(129 140 248 / 0.35) !important;
  }

  .lg\:stroke-indigo-400\/40 {
    stroke: rgb(129 140 248 / 0.4) !important;
  }

  .lg\:stroke-indigo-400\/45 {
    stroke: rgb(129 140 248 / 0.45) !important;
  }

  .lg\:stroke-indigo-400\/5 {
    stroke: rgb(129 140 248 / 0.05) !important;
  }

  .lg\:stroke-indigo-400\/50 {
    stroke: rgb(129 140 248 / 0.5) !important;
  }

  .lg\:stroke-indigo-400\/55 {
    stroke: rgb(129 140 248 / 0.55) !important;
  }

  .lg\:stroke-indigo-400\/60 {
    stroke: rgb(129 140 248 / 0.6) !important;
  }

  .lg\:stroke-indigo-400\/65 {
    stroke: rgb(129 140 248 / 0.65) !important;
  }

  .lg\:stroke-indigo-400\/70 {
    stroke: rgb(129 140 248 / 0.7) !important;
  }

  .lg\:stroke-indigo-400\/75 {
    stroke: rgb(129 140 248 / 0.75) !important;
  }

  .lg\:stroke-indigo-400\/80 {
    stroke: rgb(129 140 248 / 0.8) !important;
  }

  .lg\:stroke-indigo-400\/85 {
    stroke: rgb(129 140 248 / 0.85) !important;
  }

  .lg\:stroke-indigo-400\/90 {
    stroke: rgb(129 140 248 / 0.9) !important;
  }

  .lg\:stroke-indigo-400\/95 {
    stroke: rgb(129 140 248 / 0.95) !important;
  }

  .lg\:stroke-indigo-50 {
    stroke: #eef2ff !important;
  }

  .lg\:stroke-indigo-50\/0 {
    stroke: rgb(238 242 255 / 0) !important;
  }

  .lg\:stroke-indigo-50\/10 {
    stroke: rgb(238 242 255 / 0.1) !important;
  }

  .lg\:stroke-indigo-50\/100 {
    stroke: rgb(238 242 255 / 1) !important;
  }

  .lg\:stroke-indigo-50\/15 {
    stroke: rgb(238 242 255 / 0.15) !important;
  }

  .lg\:stroke-indigo-50\/20 {
    stroke: rgb(238 242 255 / 0.2) !important;
  }

  .lg\:stroke-indigo-50\/25 {
    stroke: rgb(238 242 255 / 0.25) !important;
  }

  .lg\:stroke-indigo-50\/30 {
    stroke: rgb(238 242 255 / 0.3) !important;
  }

  .lg\:stroke-indigo-50\/35 {
    stroke: rgb(238 242 255 / 0.35) !important;
  }

  .lg\:stroke-indigo-50\/40 {
    stroke: rgb(238 242 255 / 0.4) !important;
  }

  .lg\:stroke-indigo-50\/45 {
    stroke: rgb(238 242 255 / 0.45) !important;
  }

  .lg\:stroke-indigo-50\/5 {
    stroke: rgb(238 242 255 / 0.05) !important;
  }

  .lg\:stroke-indigo-50\/50 {
    stroke: rgb(238 242 255 / 0.5) !important;
  }

  .lg\:stroke-indigo-50\/55 {
    stroke: rgb(238 242 255 / 0.55) !important;
  }

  .lg\:stroke-indigo-50\/60 {
    stroke: rgb(238 242 255 / 0.6) !important;
  }

  .lg\:stroke-indigo-50\/65 {
    stroke: rgb(238 242 255 / 0.65) !important;
  }

  .lg\:stroke-indigo-50\/70 {
    stroke: rgb(238 242 255 / 0.7) !important;
  }

  .lg\:stroke-indigo-50\/75 {
    stroke: rgb(238 242 255 / 0.75) !important;
  }

  .lg\:stroke-indigo-50\/80 {
    stroke: rgb(238 242 255 / 0.8) !important;
  }

  .lg\:stroke-indigo-50\/85 {
    stroke: rgb(238 242 255 / 0.85) !important;
  }

  .lg\:stroke-indigo-50\/90 {
    stroke: rgb(238 242 255 / 0.9) !important;
  }

  .lg\:stroke-indigo-50\/95 {
    stroke: rgb(238 242 255 / 0.95) !important;
  }

  .lg\:stroke-indigo-500 {
    stroke: #6366f1 !important;
  }

  .lg\:stroke-indigo-500\/0 {
    stroke: rgb(99 102 241 / 0) !important;
  }

  .lg\:stroke-indigo-500\/10 {
    stroke: rgb(99 102 241 / 0.1) !important;
  }

  .lg\:stroke-indigo-500\/100 {
    stroke: rgb(99 102 241 / 1) !important;
  }

  .lg\:stroke-indigo-500\/15 {
    stroke: rgb(99 102 241 / 0.15) !important;
  }

  .lg\:stroke-indigo-500\/20 {
    stroke: rgb(99 102 241 / 0.2) !important;
  }

  .lg\:stroke-indigo-500\/25 {
    stroke: rgb(99 102 241 / 0.25) !important;
  }

  .lg\:stroke-indigo-500\/30 {
    stroke: rgb(99 102 241 / 0.3) !important;
  }

  .lg\:stroke-indigo-500\/35 {
    stroke: rgb(99 102 241 / 0.35) !important;
  }

  .lg\:stroke-indigo-500\/40 {
    stroke: rgb(99 102 241 / 0.4) !important;
  }

  .lg\:stroke-indigo-500\/45 {
    stroke: rgb(99 102 241 / 0.45) !important;
  }

  .lg\:stroke-indigo-500\/5 {
    stroke: rgb(99 102 241 / 0.05) !important;
  }

  .lg\:stroke-indigo-500\/50 {
    stroke: rgb(99 102 241 / 0.5) !important;
  }

  .lg\:stroke-indigo-500\/55 {
    stroke: rgb(99 102 241 / 0.55) !important;
  }

  .lg\:stroke-indigo-500\/60 {
    stroke: rgb(99 102 241 / 0.6) !important;
  }

  .lg\:stroke-indigo-500\/65 {
    stroke: rgb(99 102 241 / 0.65) !important;
  }

  .lg\:stroke-indigo-500\/70 {
    stroke: rgb(99 102 241 / 0.7) !important;
  }

  .lg\:stroke-indigo-500\/75 {
    stroke: rgb(99 102 241 / 0.75) !important;
  }

  .lg\:stroke-indigo-500\/80 {
    stroke: rgb(99 102 241 / 0.8) !important;
  }

  .lg\:stroke-indigo-500\/85 {
    stroke: rgb(99 102 241 / 0.85) !important;
  }

  .lg\:stroke-indigo-500\/90 {
    stroke: rgb(99 102 241 / 0.9) !important;
  }

  .lg\:stroke-indigo-500\/95 {
    stroke: rgb(99 102 241 / 0.95) !important;
  }

  .lg\:stroke-indigo-600 {
    stroke: #4f46e5 !important;
  }

  .lg\:stroke-indigo-600\/0 {
    stroke: rgb(79 70 229 / 0) !important;
  }

  .lg\:stroke-indigo-600\/10 {
    stroke: rgb(79 70 229 / 0.1) !important;
  }

  .lg\:stroke-indigo-600\/100 {
    stroke: rgb(79 70 229 / 1) !important;
  }

  .lg\:stroke-indigo-600\/15 {
    stroke: rgb(79 70 229 / 0.15) !important;
  }

  .lg\:stroke-indigo-600\/20 {
    stroke: rgb(79 70 229 / 0.2) !important;
  }

  .lg\:stroke-indigo-600\/25 {
    stroke: rgb(79 70 229 / 0.25) !important;
  }

  .lg\:stroke-indigo-600\/30 {
    stroke: rgb(79 70 229 / 0.3) !important;
  }

  .lg\:stroke-indigo-600\/35 {
    stroke: rgb(79 70 229 / 0.35) !important;
  }

  .lg\:stroke-indigo-600\/40 {
    stroke: rgb(79 70 229 / 0.4) !important;
  }

  .lg\:stroke-indigo-600\/45 {
    stroke: rgb(79 70 229 / 0.45) !important;
  }

  .lg\:stroke-indigo-600\/5 {
    stroke: rgb(79 70 229 / 0.05) !important;
  }

  .lg\:stroke-indigo-600\/50 {
    stroke: rgb(79 70 229 / 0.5) !important;
  }

  .lg\:stroke-indigo-600\/55 {
    stroke: rgb(79 70 229 / 0.55) !important;
  }

  .lg\:stroke-indigo-600\/60 {
    stroke: rgb(79 70 229 / 0.6) !important;
  }

  .lg\:stroke-indigo-600\/65 {
    stroke: rgb(79 70 229 / 0.65) !important;
  }

  .lg\:stroke-indigo-600\/70 {
    stroke: rgb(79 70 229 / 0.7) !important;
  }

  .lg\:stroke-indigo-600\/75 {
    stroke: rgb(79 70 229 / 0.75) !important;
  }

  .lg\:stroke-indigo-600\/80 {
    stroke: rgb(79 70 229 / 0.8) !important;
  }

  .lg\:stroke-indigo-600\/85 {
    stroke: rgb(79 70 229 / 0.85) !important;
  }

  .lg\:stroke-indigo-600\/90 {
    stroke: rgb(79 70 229 / 0.9) !important;
  }

  .lg\:stroke-indigo-600\/95 {
    stroke: rgb(79 70 229 / 0.95) !important;
  }

  .lg\:stroke-indigo-700 {
    stroke: #4338ca !important;
  }

  .lg\:stroke-indigo-700\/0 {
    stroke: rgb(67 56 202 / 0) !important;
  }

  .lg\:stroke-indigo-700\/10 {
    stroke: rgb(67 56 202 / 0.1) !important;
  }

  .lg\:stroke-indigo-700\/100 {
    stroke: rgb(67 56 202 / 1) !important;
  }

  .lg\:stroke-indigo-700\/15 {
    stroke: rgb(67 56 202 / 0.15) !important;
  }

  .lg\:stroke-indigo-700\/20 {
    stroke: rgb(67 56 202 / 0.2) !important;
  }

  .lg\:stroke-indigo-700\/25 {
    stroke: rgb(67 56 202 / 0.25) !important;
  }

  .lg\:stroke-indigo-700\/30 {
    stroke: rgb(67 56 202 / 0.3) !important;
  }

  .lg\:stroke-indigo-700\/35 {
    stroke: rgb(67 56 202 / 0.35) !important;
  }

  .lg\:stroke-indigo-700\/40 {
    stroke: rgb(67 56 202 / 0.4) !important;
  }

  .lg\:stroke-indigo-700\/45 {
    stroke: rgb(67 56 202 / 0.45) !important;
  }

  .lg\:stroke-indigo-700\/5 {
    stroke: rgb(67 56 202 / 0.05) !important;
  }

  .lg\:stroke-indigo-700\/50 {
    stroke: rgb(67 56 202 / 0.5) !important;
  }

  .lg\:stroke-indigo-700\/55 {
    stroke: rgb(67 56 202 / 0.55) !important;
  }

  .lg\:stroke-indigo-700\/60 {
    stroke: rgb(67 56 202 / 0.6) !important;
  }

  .lg\:stroke-indigo-700\/65 {
    stroke: rgb(67 56 202 / 0.65) !important;
  }

  .lg\:stroke-indigo-700\/70 {
    stroke: rgb(67 56 202 / 0.7) !important;
  }

  .lg\:stroke-indigo-700\/75 {
    stroke: rgb(67 56 202 / 0.75) !important;
  }

  .lg\:stroke-indigo-700\/80 {
    stroke: rgb(67 56 202 / 0.8) !important;
  }

  .lg\:stroke-indigo-700\/85 {
    stroke: rgb(67 56 202 / 0.85) !important;
  }

  .lg\:stroke-indigo-700\/90 {
    stroke: rgb(67 56 202 / 0.9) !important;
  }

  .lg\:stroke-indigo-700\/95 {
    stroke: rgb(67 56 202 / 0.95) !important;
  }

  .lg\:stroke-indigo-800 {
    stroke: #3730a3 !important;
  }

  .lg\:stroke-indigo-800\/0 {
    stroke: rgb(55 48 163 / 0) !important;
  }

  .lg\:stroke-indigo-800\/10 {
    stroke: rgb(55 48 163 / 0.1) !important;
  }

  .lg\:stroke-indigo-800\/100 {
    stroke: rgb(55 48 163 / 1) !important;
  }

  .lg\:stroke-indigo-800\/15 {
    stroke: rgb(55 48 163 / 0.15) !important;
  }

  .lg\:stroke-indigo-800\/20 {
    stroke: rgb(55 48 163 / 0.2) !important;
  }

  .lg\:stroke-indigo-800\/25 {
    stroke: rgb(55 48 163 / 0.25) !important;
  }

  .lg\:stroke-indigo-800\/30 {
    stroke: rgb(55 48 163 / 0.3) !important;
  }

  .lg\:stroke-indigo-800\/35 {
    stroke: rgb(55 48 163 / 0.35) !important;
  }

  .lg\:stroke-indigo-800\/40 {
    stroke: rgb(55 48 163 / 0.4) !important;
  }

  .lg\:stroke-indigo-800\/45 {
    stroke: rgb(55 48 163 / 0.45) !important;
  }

  .lg\:stroke-indigo-800\/5 {
    stroke: rgb(55 48 163 / 0.05) !important;
  }

  .lg\:stroke-indigo-800\/50 {
    stroke: rgb(55 48 163 / 0.5) !important;
  }

  .lg\:stroke-indigo-800\/55 {
    stroke: rgb(55 48 163 / 0.55) !important;
  }

  .lg\:stroke-indigo-800\/60 {
    stroke: rgb(55 48 163 / 0.6) !important;
  }

  .lg\:stroke-indigo-800\/65 {
    stroke: rgb(55 48 163 / 0.65) !important;
  }

  .lg\:stroke-indigo-800\/70 {
    stroke: rgb(55 48 163 / 0.7) !important;
  }

  .lg\:stroke-indigo-800\/75 {
    stroke: rgb(55 48 163 / 0.75) !important;
  }

  .lg\:stroke-indigo-800\/80 {
    stroke: rgb(55 48 163 / 0.8) !important;
  }

  .lg\:stroke-indigo-800\/85 {
    stroke: rgb(55 48 163 / 0.85) !important;
  }

  .lg\:stroke-indigo-800\/90 {
    stroke: rgb(55 48 163 / 0.9) !important;
  }

  .lg\:stroke-indigo-800\/95 {
    stroke: rgb(55 48 163 / 0.95) !important;
  }

  .lg\:stroke-indigo-900 {
    stroke: #312e81 !important;
  }

  .lg\:stroke-indigo-900\/0 {
    stroke: rgb(49 46 129 / 0) !important;
  }

  .lg\:stroke-indigo-900\/10 {
    stroke: rgb(49 46 129 / 0.1) !important;
  }

  .lg\:stroke-indigo-900\/100 {
    stroke: rgb(49 46 129 / 1) !important;
  }

  .lg\:stroke-indigo-900\/15 {
    stroke: rgb(49 46 129 / 0.15) !important;
  }

  .lg\:stroke-indigo-900\/20 {
    stroke: rgb(49 46 129 / 0.2) !important;
  }

  .lg\:stroke-indigo-900\/25 {
    stroke: rgb(49 46 129 / 0.25) !important;
  }

  .lg\:stroke-indigo-900\/30 {
    stroke: rgb(49 46 129 / 0.3) !important;
  }

  .lg\:stroke-indigo-900\/35 {
    stroke: rgb(49 46 129 / 0.35) !important;
  }

  .lg\:stroke-indigo-900\/40 {
    stroke: rgb(49 46 129 / 0.4) !important;
  }

  .lg\:stroke-indigo-900\/45 {
    stroke: rgb(49 46 129 / 0.45) !important;
  }

  .lg\:stroke-indigo-900\/5 {
    stroke: rgb(49 46 129 / 0.05) !important;
  }

  .lg\:stroke-indigo-900\/50 {
    stroke: rgb(49 46 129 / 0.5) !important;
  }

  .lg\:stroke-indigo-900\/55 {
    stroke: rgb(49 46 129 / 0.55) !important;
  }

  .lg\:stroke-indigo-900\/60 {
    stroke: rgb(49 46 129 / 0.6) !important;
  }

  .lg\:stroke-indigo-900\/65 {
    stroke: rgb(49 46 129 / 0.65) !important;
  }

  .lg\:stroke-indigo-900\/70 {
    stroke: rgb(49 46 129 / 0.7) !important;
  }

  .lg\:stroke-indigo-900\/75 {
    stroke: rgb(49 46 129 / 0.75) !important;
  }

  .lg\:stroke-indigo-900\/80 {
    stroke: rgb(49 46 129 / 0.8) !important;
  }

  .lg\:stroke-indigo-900\/85 {
    stroke: rgb(49 46 129 / 0.85) !important;
  }

  .lg\:stroke-indigo-900\/90 {
    stroke: rgb(49 46 129 / 0.9) !important;
  }

  .lg\:stroke-indigo-900\/95 {
    stroke: rgb(49 46 129 / 0.95) !important;
  }

  .lg\:stroke-indigo-950 {
    stroke: #1e1b4b !important;
  }

  .lg\:stroke-indigo-950\/0 {
    stroke: rgb(30 27 75 / 0) !important;
  }

  .lg\:stroke-indigo-950\/10 {
    stroke: rgb(30 27 75 / 0.1) !important;
  }

  .lg\:stroke-indigo-950\/100 {
    stroke: rgb(30 27 75 / 1) !important;
  }

  .lg\:stroke-indigo-950\/15 {
    stroke: rgb(30 27 75 / 0.15) !important;
  }

  .lg\:stroke-indigo-950\/20 {
    stroke: rgb(30 27 75 / 0.2) !important;
  }

  .lg\:stroke-indigo-950\/25 {
    stroke: rgb(30 27 75 / 0.25) !important;
  }

  .lg\:stroke-indigo-950\/30 {
    stroke: rgb(30 27 75 / 0.3) !important;
  }

  .lg\:stroke-indigo-950\/35 {
    stroke: rgb(30 27 75 / 0.35) !important;
  }

  .lg\:stroke-indigo-950\/40 {
    stroke: rgb(30 27 75 / 0.4) !important;
  }

  .lg\:stroke-indigo-950\/45 {
    stroke: rgb(30 27 75 / 0.45) !important;
  }

  .lg\:stroke-indigo-950\/5 {
    stroke: rgb(30 27 75 / 0.05) !important;
  }

  .lg\:stroke-indigo-950\/50 {
    stroke: rgb(30 27 75 / 0.5) !important;
  }

  .lg\:stroke-indigo-950\/55 {
    stroke: rgb(30 27 75 / 0.55) !important;
  }

  .lg\:stroke-indigo-950\/60 {
    stroke: rgb(30 27 75 / 0.6) !important;
  }

  .lg\:stroke-indigo-950\/65 {
    stroke: rgb(30 27 75 / 0.65) !important;
  }

  .lg\:stroke-indigo-950\/70 {
    stroke: rgb(30 27 75 / 0.7) !important;
  }

  .lg\:stroke-indigo-950\/75 {
    stroke: rgb(30 27 75 / 0.75) !important;
  }

  .lg\:stroke-indigo-950\/80 {
    stroke: rgb(30 27 75 / 0.8) !important;
  }

  .lg\:stroke-indigo-950\/85 {
    stroke: rgb(30 27 75 / 0.85) !important;
  }

  .lg\:stroke-indigo-950\/90 {
    stroke: rgb(30 27 75 / 0.9) !important;
  }

  .lg\:stroke-indigo-950\/95 {
    stroke: rgb(30 27 75 / 0.95) !important;
  }

  .lg\:stroke-inherit {
    stroke: inherit !important;
  }

  .lg\:stroke-light_grey {
    stroke: #d8d8d8 !important;
  }

  .lg\:stroke-light_grey\/0 {
    stroke: rgb(216 216 216 / 0) !important;
  }

  .lg\:stroke-light_grey\/10 {
    stroke: rgb(216 216 216 / 0.1) !important;
  }

  .lg\:stroke-light_grey\/100 {
    stroke: rgb(216 216 216 / 1) !important;
  }

  .lg\:stroke-light_grey\/15 {
    stroke: rgb(216 216 216 / 0.15) !important;
  }

  .lg\:stroke-light_grey\/20 {
    stroke: rgb(216 216 216 / 0.2) !important;
  }

  .lg\:stroke-light_grey\/25 {
    stroke: rgb(216 216 216 / 0.25) !important;
  }

  .lg\:stroke-light_grey\/30 {
    stroke: rgb(216 216 216 / 0.3) !important;
  }

  .lg\:stroke-light_grey\/35 {
    stroke: rgb(216 216 216 / 0.35) !important;
  }

  .lg\:stroke-light_grey\/40 {
    stroke: rgb(216 216 216 / 0.4) !important;
  }

  .lg\:stroke-light_grey\/45 {
    stroke: rgb(216 216 216 / 0.45) !important;
  }

  .lg\:stroke-light_grey\/5 {
    stroke: rgb(216 216 216 / 0.05) !important;
  }

  .lg\:stroke-light_grey\/50 {
    stroke: rgb(216 216 216 / 0.5) !important;
  }

  .lg\:stroke-light_grey\/55 {
    stroke: rgb(216 216 216 / 0.55) !important;
  }

  .lg\:stroke-light_grey\/60 {
    stroke: rgb(216 216 216 / 0.6) !important;
  }

  .lg\:stroke-light_grey\/65 {
    stroke: rgb(216 216 216 / 0.65) !important;
  }

  .lg\:stroke-light_grey\/70 {
    stroke: rgb(216 216 216 / 0.7) !important;
  }

  .lg\:stroke-light_grey\/75 {
    stroke: rgb(216 216 216 / 0.75) !important;
  }

  .lg\:stroke-light_grey\/80 {
    stroke: rgb(216 216 216 / 0.8) !important;
  }

  .lg\:stroke-light_grey\/85 {
    stroke: rgb(216 216 216 / 0.85) !important;
  }

  .lg\:stroke-light_grey\/90 {
    stroke: rgb(216 216 216 / 0.9) !important;
  }

  .lg\:stroke-light_grey\/95 {
    stroke: rgb(216 216 216 / 0.95) !important;
  }

  .lg\:stroke-lime-100 {
    stroke: #ecfccb !important;
  }

  .lg\:stroke-lime-100\/0 {
    stroke: rgb(236 252 203 / 0) !important;
  }

  .lg\:stroke-lime-100\/10 {
    stroke: rgb(236 252 203 / 0.1) !important;
  }

  .lg\:stroke-lime-100\/100 {
    stroke: rgb(236 252 203 / 1) !important;
  }

  .lg\:stroke-lime-100\/15 {
    stroke: rgb(236 252 203 / 0.15) !important;
  }

  .lg\:stroke-lime-100\/20 {
    stroke: rgb(236 252 203 / 0.2) !important;
  }

  .lg\:stroke-lime-100\/25 {
    stroke: rgb(236 252 203 / 0.25) !important;
  }

  .lg\:stroke-lime-100\/30 {
    stroke: rgb(236 252 203 / 0.3) !important;
  }

  .lg\:stroke-lime-100\/35 {
    stroke: rgb(236 252 203 / 0.35) !important;
  }

  .lg\:stroke-lime-100\/40 {
    stroke: rgb(236 252 203 / 0.4) !important;
  }

  .lg\:stroke-lime-100\/45 {
    stroke: rgb(236 252 203 / 0.45) !important;
  }

  .lg\:stroke-lime-100\/5 {
    stroke: rgb(236 252 203 / 0.05) !important;
  }

  .lg\:stroke-lime-100\/50 {
    stroke: rgb(236 252 203 / 0.5) !important;
  }

  .lg\:stroke-lime-100\/55 {
    stroke: rgb(236 252 203 / 0.55) !important;
  }

  .lg\:stroke-lime-100\/60 {
    stroke: rgb(236 252 203 / 0.6) !important;
  }

  .lg\:stroke-lime-100\/65 {
    stroke: rgb(236 252 203 / 0.65) !important;
  }

  .lg\:stroke-lime-100\/70 {
    stroke: rgb(236 252 203 / 0.7) !important;
  }

  .lg\:stroke-lime-100\/75 {
    stroke: rgb(236 252 203 / 0.75) !important;
  }

  .lg\:stroke-lime-100\/80 {
    stroke: rgb(236 252 203 / 0.8) !important;
  }

  .lg\:stroke-lime-100\/85 {
    stroke: rgb(236 252 203 / 0.85) !important;
  }

  .lg\:stroke-lime-100\/90 {
    stroke: rgb(236 252 203 / 0.9) !important;
  }

  .lg\:stroke-lime-100\/95 {
    stroke: rgb(236 252 203 / 0.95) !important;
  }

  .lg\:stroke-lime-200 {
    stroke: #d9f99d !important;
  }

  .lg\:stroke-lime-200\/0 {
    stroke: rgb(217 249 157 / 0) !important;
  }

  .lg\:stroke-lime-200\/10 {
    stroke: rgb(217 249 157 / 0.1) !important;
  }

  .lg\:stroke-lime-200\/100 {
    stroke: rgb(217 249 157 / 1) !important;
  }

  .lg\:stroke-lime-200\/15 {
    stroke: rgb(217 249 157 / 0.15) !important;
  }

  .lg\:stroke-lime-200\/20 {
    stroke: rgb(217 249 157 / 0.2) !important;
  }

  .lg\:stroke-lime-200\/25 {
    stroke: rgb(217 249 157 / 0.25) !important;
  }

  .lg\:stroke-lime-200\/30 {
    stroke: rgb(217 249 157 / 0.3) !important;
  }

  .lg\:stroke-lime-200\/35 {
    stroke: rgb(217 249 157 / 0.35) !important;
  }

  .lg\:stroke-lime-200\/40 {
    stroke: rgb(217 249 157 / 0.4) !important;
  }

  .lg\:stroke-lime-200\/45 {
    stroke: rgb(217 249 157 / 0.45) !important;
  }

  .lg\:stroke-lime-200\/5 {
    stroke: rgb(217 249 157 / 0.05) !important;
  }

  .lg\:stroke-lime-200\/50 {
    stroke: rgb(217 249 157 / 0.5) !important;
  }

  .lg\:stroke-lime-200\/55 {
    stroke: rgb(217 249 157 / 0.55) !important;
  }

  .lg\:stroke-lime-200\/60 {
    stroke: rgb(217 249 157 / 0.6) !important;
  }

  .lg\:stroke-lime-200\/65 {
    stroke: rgb(217 249 157 / 0.65) !important;
  }

  .lg\:stroke-lime-200\/70 {
    stroke: rgb(217 249 157 / 0.7) !important;
  }

  .lg\:stroke-lime-200\/75 {
    stroke: rgb(217 249 157 / 0.75) !important;
  }

  .lg\:stroke-lime-200\/80 {
    stroke: rgb(217 249 157 / 0.8) !important;
  }

  .lg\:stroke-lime-200\/85 {
    stroke: rgb(217 249 157 / 0.85) !important;
  }

  .lg\:stroke-lime-200\/90 {
    stroke: rgb(217 249 157 / 0.9) !important;
  }

  .lg\:stroke-lime-200\/95 {
    stroke: rgb(217 249 157 / 0.95) !important;
  }

  .lg\:stroke-lime-300 {
    stroke: #bef264 !important;
  }

  .lg\:stroke-lime-300\/0 {
    stroke: rgb(190 242 100 / 0) !important;
  }

  .lg\:stroke-lime-300\/10 {
    stroke: rgb(190 242 100 / 0.1) !important;
  }

  .lg\:stroke-lime-300\/100 {
    stroke: rgb(190 242 100 / 1) !important;
  }

  .lg\:stroke-lime-300\/15 {
    stroke: rgb(190 242 100 / 0.15) !important;
  }

  .lg\:stroke-lime-300\/20 {
    stroke: rgb(190 242 100 / 0.2) !important;
  }

  .lg\:stroke-lime-300\/25 {
    stroke: rgb(190 242 100 / 0.25) !important;
  }

  .lg\:stroke-lime-300\/30 {
    stroke: rgb(190 242 100 / 0.3) !important;
  }

  .lg\:stroke-lime-300\/35 {
    stroke: rgb(190 242 100 / 0.35) !important;
  }

  .lg\:stroke-lime-300\/40 {
    stroke: rgb(190 242 100 / 0.4) !important;
  }

  .lg\:stroke-lime-300\/45 {
    stroke: rgb(190 242 100 / 0.45) !important;
  }

  .lg\:stroke-lime-300\/5 {
    stroke: rgb(190 242 100 / 0.05) !important;
  }

  .lg\:stroke-lime-300\/50 {
    stroke: rgb(190 242 100 / 0.5) !important;
  }

  .lg\:stroke-lime-300\/55 {
    stroke: rgb(190 242 100 / 0.55) !important;
  }

  .lg\:stroke-lime-300\/60 {
    stroke: rgb(190 242 100 / 0.6) !important;
  }

  .lg\:stroke-lime-300\/65 {
    stroke: rgb(190 242 100 / 0.65) !important;
  }

  .lg\:stroke-lime-300\/70 {
    stroke: rgb(190 242 100 / 0.7) !important;
  }

  .lg\:stroke-lime-300\/75 {
    stroke: rgb(190 242 100 / 0.75) !important;
  }

  .lg\:stroke-lime-300\/80 {
    stroke: rgb(190 242 100 / 0.8) !important;
  }

  .lg\:stroke-lime-300\/85 {
    stroke: rgb(190 242 100 / 0.85) !important;
  }

  .lg\:stroke-lime-300\/90 {
    stroke: rgb(190 242 100 / 0.9) !important;
  }

  .lg\:stroke-lime-300\/95 {
    stroke: rgb(190 242 100 / 0.95) !important;
  }

  .lg\:stroke-lime-400 {
    stroke: #a3e635 !important;
  }

  .lg\:stroke-lime-400\/0 {
    stroke: rgb(163 230 53 / 0) !important;
  }

  .lg\:stroke-lime-400\/10 {
    stroke: rgb(163 230 53 / 0.1) !important;
  }

  .lg\:stroke-lime-400\/100 {
    stroke: rgb(163 230 53 / 1) !important;
  }

  .lg\:stroke-lime-400\/15 {
    stroke: rgb(163 230 53 / 0.15) !important;
  }

  .lg\:stroke-lime-400\/20 {
    stroke: rgb(163 230 53 / 0.2) !important;
  }

  .lg\:stroke-lime-400\/25 {
    stroke: rgb(163 230 53 / 0.25) !important;
  }

  .lg\:stroke-lime-400\/30 {
    stroke: rgb(163 230 53 / 0.3) !important;
  }

  .lg\:stroke-lime-400\/35 {
    stroke: rgb(163 230 53 / 0.35) !important;
  }

  .lg\:stroke-lime-400\/40 {
    stroke: rgb(163 230 53 / 0.4) !important;
  }

  .lg\:stroke-lime-400\/45 {
    stroke: rgb(163 230 53 / 0.45) !important;
  }

  .lg\:stroke-lime-400\/5 {
    stroke: rgb(163 230 53 / 0.05) !important;
  }

  .lg\:stroke-lime-400\/50 {
    stroke: rgb(163 230 53 / 0.5) !important;
  }

  .lg\:stroke-lime-400\/55 {
    stroke: rgb(163 230 53 / 0.55) !important;
  }

  .lg\:stroke-lime-400\/60 {
    stroke: rgb(163 230 53 / 0.6) !important;
  }

  .lg\:stroke-lime-400\/65 {
    stroke: rgb(163 230 53 / 0.65) !important;
  }

  .lg\:stroke-lime-400\/70 {
    stroke: rgb(163 230 53 / 0.7) !important;
  }

  .lg\:stroke-lime-400\/75 {
    stroke: rgb(163 230 53 / 0.75) !important;
  }

  .lg\:stroke-lime-400\/80 {
    stroke: rgb(163 230 53 / 0.8) !important;
  }

  .lg\:stroke-lime-400\/85 {
    stroke: rgb(163 230 53 / 0.85) !important;
  }

  .lg\:stroke-lime-400\/90 {
    stroke: rgb(163 230 53 / 0.9) !important;
  }

  .lg\:stroke-lime-400\/95 {
    stroke: rgb(163 230 53 / 0.95) !important;
  }

  .lg\:stroke-lime-50 {
    stroke: #f7fee7 !important;
  }

  .lg\:stroke-lime-50\/0 {
    stroke: rgb(247 254 231 / 0) !important;
  }

  .lg\:stroke-lime-50\/10 {
    stroke: rgb(247 254 231 / 0.1) !important;
  }

  .lg\:stroke-lime-50\/100 {
    stroke: rgb(247 254 231 / 1) !important;
  }

  .lg\:stroke-lime-50\/15 {
    stroke: rgb(247 254 231 / 0.15) !important;
  }

  .lg\:stroke-lime-50\/20 {
    stroke: rgb(247 254 231 / 0.2) !important;
  }

  .lg\:stroke-lime-50\/25 {
    stroke: rgb(247 254 231 / 0.25) !important;
  }

  .lg\:stroke-lime-50\/30 {
    stroke: rgb(247 254 231 / 0.3) !important;
  }

  .lg\:stroke-lime-50\/35 {
    stroke: rgb(247 254 231 / 0.35) !important;
  }

  .lg\:stroke-lime-50\/40 {
    stroke: rgb(247 254 231 / 0.4) !important;
  }

  .lg\:stroke-lime-50\/45 {
    stroke: rgb(247 254 231 / 0.45) !important;
  }

  .lg\:stroke-lime-50\/5 {
    stroke: rgb(247 254 231 / 0.05) !important;
  }

  .lg\:stroke-lime-50\/50 {
    stroke: rgb(247 254 231 / 0.5) !important;
  }

  .lg\:stroke-lime-50\/55 {
    stroke: rgb(247 254 231 / 0.55) !important;
  }

  .lg\:stroke-lime-50\/60 {
    stroke: rgb(247 254 231 / 0.6) !important;
  }

  .lg\:stroke-lime-50\/65 {
    stroke: rgb(247 254 231 / 0.65) !important;
  }

  .lg\:stroke-lime-50\/70 {
    stroke: rgb(247 254 231 / 0.7) !important;
  }

  .lg\:stroke-lime-50\/75 {
    stroke: rgb(247 254 231 / 0.75) !important;
  }

  .lg\:stroke-lime-50\/80 {
    stroke: rgb(247 254 231 / 0.8) !important;
  }

  .lg\:stroke-lime-50\/85 {
    stroke: rgb(247 254 231 / 0.85) !important;
  }

  .lg\:stroke-lime-50\/90 {
    stroke: rgb(247 254 231 / 0.9) !important;
  }

  .lg\:stroke-lime-50\/95 {
    stroke: rgb(247 254 231 / 0.95) !important;
  }

  .lg\:stroke-lime-500 {
    stroke: #84cc16 !important;
  }

  .lg\:stroke-lime-500\/0 {
    stroke: rgb(132 204 22 / 0) !important;
  }

  .lg\:stroke-lime-500\/10 {
    stroke: rgb(132 204 22 / 0.1) !important;
  }

  .lg\:stroke-lime-500\/100 {
    stroke: rgb(132 204 22 / 1) !important;
  }

  .lg\:stroke-lime-500\/15 {
    stroke: rgb(132 204 22 / 0.15) !important;
  }

  .lg\:stroke-lime-500\/20 {
    stroke: rgb(132 204 22 / 0.2) !important;
  }

  .lg\:stroke-lime-500\/25 {
    stroke: rgb(132 204 22 / 0.25) !important;
  }

  .lg\:stroke-lime-500\/30 {
    stroke: rgb(132 204 22 / 0.3) !important;
  }

  .lg\:stroke-lime-500\/35 {
    stroke: rgb(132 204 22 / 0.35) !important;
  }

  .lg\:stroke-lime-500\/40 {
    stroke: rgb(132 204 22 / 0.4) !important;
  }

  .lg\:stroke-lime-500\/45 {
    stroke: rgb(132 204 22 / 0.45) !important;
  }

  .lg\:stroke-lime-500\/5 {
    stroke: rgb(132 204 22 / 0.05) !important;
  }

  .lg\:stroke-lime-500\/50 {
    stroke: rgb(132 204 22 / 0.5) !important;
  }

  .lg\:stroke-lime-500\/55 {
    stroke: rgb(132 204 22 / 0.55) !important;
  }

  .lg\:stroke-lime-500\/60 {
    stroke: rgb(132 204 22 / 0.6) !important;
  }

  .lg\:stroke-lime-500\/65 {
    stroke: rgb(132 204 22 / 0.65) !important;
  }

  .lg\:stroke-lime-500\/70 {
    stroke: rgb(132 204 22 / 0.7) !important;
  }

  .lg\:stroke-lime-500\/75 {
    stroke: rgb(132 204 22 / 0.75) !important;
  }

  .lg\:stroke-lime-500\/80 {
    stroke: rgb(132 204 22 / 0.8) !important;
  }

  .lg\:stroke-lime-500\/85 {
    stroke: rgb(132 204 22 / 0.85) !important;
  }

  .lg\:stroke-lime-500\/90 {
    stroke: rgb(132 204 22 / 0.9) !important;
  }

  .lg\:stroke-lime-500\/95 {
    stroke: rgb(132 204 22 / 0.95) !important;
  }

  .lg\:stroke-lime-600 {
    stroke: #65a30d !important;
  }

  .lg\:stroke-lime-600\/0 {
    stroke: rgb(101 163 13 / 0) !important;
  }

  .lg\:stroke-lime-600\/10 {
    stroke: rgb(101 163 13 / 0.1) !important;
  }

  .lg\:stroke-lime-600\/100 {
    stroke: rgb(101 163 13 / 1) !important;
  }

  .lg\:stroke-lime-600\/15 {
    stroke: rgb(101 163 13 / 0.15) !important;
  }

  .lg\:stroke-lime-600\/20 {
    stroke: rgb(101 163 13 / 0.2) !important;
  }

  .lg\:stroke-lime-600\/25 {
    stroke: rgb(101 163 13 / 0.25) !important;
  }

  .lg\:stroke-lime-600\/30 {
    stroke: rgb(101 163 13 / 0.3) !important;
  }

  .lg\:stroke-lime-600\/35 {
    stroke: rgb(101 163 13 / 0.35) !important;
  }

  .lg\:stroke-lime-600\/40 {
    stroke: rgb(101 163 13 / 0.4) !important;
  }

  .lg\:stroke-lime-600\/45 {
    stroke: rgb(101 163 13 / 0.45) !important;
  }

  .lg\:stroke-lime-600\/5 {
    stroke: rgb(101 163 13 / 0.05) !important;
  }

  .lg\:stroke-lime-600\/50 {
    stroke: rgb(101 163 13 / 0.5) !important;
  }

  .lg\:stroke-lime-600\/55 {
    stroke: rgb(101 163 13 / 0.55) !important;
  }

  .lg\:stroke-lime-600\/60 {
    stroke: rgb(101 163 13 / 0.6) !important;
  }

  .lg\:stroke-lime-600\/65 {
    stroke: rgb(101 163 13 / 0.65) !important;
  }

  .lg\:stroke-lime-600\/70 {
    stroke: rgb(101 163 13 / 0.7) !important;
  }

  .lg\:stroke-lime-600\/75 {
    stroke: rgb(101 163 13 / 0.75) !important;
  }

  .lg\:stroke-lime-600\/80 {
    stroke: rgb(101 163 13 / 0.8) !important;
  }

  .lg\:stroke-lime-600\/85 {
    stroke: rgb(101 163 13 / 0.85) !important;
  }

  .lg\:stroke-lime-600\/90 {
    stroke: rgb(101 163 13 / 0.9) !important;
  }

  .lg\:stroke-lime-600\/95 {
    stroke: rgb(101 163 13 / 0.95) !important;
  }

  .lg\:stroke-lime-700 {
    stroke: #4d7c0f !important;
  }

  .lg\:stroke-lime-700\/0 {
    stroke: rgb(77 124 15 / 0) !important;
  }

  .lg\:stroke-lime-700\/10 {
    stroke: rgb(77 124 15 / 0.1) !important;
  }

  .lg\:stroke-lime-700\/100 {
    stroke: rgb(77 124 15 / 1) !important;
  }

  .lg\:stroke-lime-700\/15 {
    stroke: rgb(77 124 15 / 0.15) !important;
  }

  .lg\:stroke-lime-700\/20 {
    stroke: rgb(77 124 15 / 0.2) !important;
  }

  .lg\:stroke-lime-700\/25 {
    stroke: rgb(77 124 15 / 0.25) !important;
  }

  .lg\:stroke-lime-700\/30 {
    stroke: rgb(77 124 15 / 0.3) !important;
  }

  .lg\:stroke-lime-700\/35 {
    stroke: rgb(77 124 15 / 0.35) !important;
  }

  .lg\:stroke-lime-700\/40 {
    stroke: rgb(77 124 15 / 0.4) !important;
  }

  .lg\:stroke-lime-700\/45 {
    stroke: rgb(77 124 15 / 0.45) !important;
  }

  .lg\:stroke-lime-700\/5 {
    stroke: rgb(77 124 15 / 0.05) !important;
  }

  .lg\:stroke-lime-700\/50 {
    stroke: rgb(77 124 15 / 0.5) !important;
  }

  .lg\:stroke-lime-700\/55 {
    stroke: rgb(77 124 15 / 0.55) !important;
  }

  .lg\:stroke-lime-700\/60 {
    stroke: rgb(77 124 15 / 0.6) !important;
  }

  .lg\:stroke-lime-700\/65 {
    stroke: rgb(77 124 15 / 0.65) !important;
  }

  .lg\:stroke-lime-700\/70 {
    stroke: rgb(77 124 15 / 0.7) !important;
  }

  .lg\:stroke-lime-700\/75 {
    stroke: rgb(77 124 15 / 0.75) !important;
  }

  .lg\:stroke-lime-700\/80 {
    stroke: rgb(77 124 15 / 0.8) !important;
  }

  .lg\:stroke-lime-700\/85 {
    stroke: rgb(77 124 15 / 0.85) !important;
  }

  .lg\:stroke-lime-700\/90 {
    stroke: rgb(77 124 15 / 0.9) !important;
  }

  .lg\:stroke-lime-700\/95 {
    stroke: rgb(77 124 15 / 0.95) !important;
  }

  .lg\:stroke-lime-800 {
    stroke: #3f6212 !important;
  }

  .lg\:stroke-lime-800\/0 {
    stroke: rgb(63 98 18 / 0) !important;
  }

  .lg\:stroke-lime-800\/10 {
    stroke: rgb(63 98 18 / 0.1) !important;
  }

  .lg\:stroke-lime-800\/100 {
    stroke: rgb(63 98 18 / 1) !important;
  }

  .lg\:stroke-lime-800\/15 {
    stroke: rgb(63 98 18 / 0.15) !important;
  }

  .lg\:stroke-lime-800\/20 {
    stroke: rgb(63 98 18 / 0.2) !important;
  }

  .lg\:stroke-lime-800\/25 {
    stroke: rgb(63 98 18 / 0.25) !important;
  }

  .lg\:stroke-lime-800\/30 {
    stroke: rgb(63 98 18 / 0.3) !important;
  }

  .lg\:stroke-lime-800\/35 {
    stroke: rgb(63 98 18 / 0.35) !important;
  }

  .lg\:stroke-lime-800\/40 {
    stroke: rgb(63 98 18 / 0.4) !important;
  }

  .lg\:stroke-lime-800\/45 {
    stroke: rgb(63 98 18 / 0.45) !important;
  }

  .lg\:stroke-lime-800\/5 {
    stroke: rgb(63 98 18 / 0.05) !important;
  }

  .lg\:stroke-lime-800\/50 {
    stroke: rgb(63 98 18 / 0.5) !important;
  }

  .lg\:stroke-lime-800\/55 {
    stroke: rgb(63 98 18 / 0.55) !important;
  }

  .lg\:stroke-lime-800\/60 {
    stroke: rgb(63 98 18 / 0.6) !important;
  }

  .lg\:stroke-lime-800\/65 {
    stroke: rgb(63 98 18 / 0.65) !important;
  }

  .lg\:stroke-lime-800\/70 {
    stroke: rgb(63 98 18 / 0.7) !important;
  }

  .lg\:stroke-lime-800\/75 {
    stroke: rgb(63 98 18 / 0.75) !important;
  }

  .lg\:stroke-lime-800\/80 {
    stroke: rgb(63 98 18 / 0.8) !important;
  }

  .lg\:stroke-lime-800\/85 {
    stroke: rgb(63 98 18 / 0.85) !important;
  }

  .lg\:stroke-lime-800\/90 {
    stroke: rgb(63 98 18 / 0.9) !important;
  }

  .lg\:stroke-lime-800\/95 {
    stroke: rgb(63 98 18 / 0.95) !important;
  }

  .lg\:stroke-lime-900 {
    stroke: #365314 !important;
  }

  .lg\:stroke-lime-900\/0 {
    stroke: rgb(54 83 20 / 0) !important;
  }

  .lg\:stroke-lime-900\/10 {
    stroke: rgb(54 83 20 / 0.1) !important;
  }

  .lg\:stroke-lime-900\/100 {
    stroke: rgb(54 83 20 / 1) !important;
  }

  .lg\:stroke-lime-900\/15 {
    stroke: rgb(54 83 20 / 0.15) !important;
  }

  .lg\:stroke-lime-900\/20 {
    stroke: rgb(54 83 20 / 0.2) !important;
  }

  .lg\:stroke-lime-900\/25 {
    stroke: rgb(54 83 20 / 0.25) !important;
  }

  .lg\:stroke-lime-900\/30 {
    stroke: rgb(54 83 20 / 0.3) !important;
  }

  .lg\:stroke-lime-900\/35 {
    stroke: rgb(54 83 20 / 0.35) !important;
  }

  .lg\:stroke-lime-900\/40 {
    stroke: rgb(54 83 20 / 0.4) !important;
  }

  .lg\:stroke-lime-900\/45 {
    stroke: rgb(54 83 20 / 0.45) !important;
  }

  .lg\:stroke-lime-900\/5 {
    stroke: rgb(54 83 20 / 0.05) !important;
  }

  .lg\:stroke-lime-900\/50 {
    stroke: rgb(54 83 20 / 0.5) !important;
  }

  .lg\:stroke-lime-900\/55 {
    stroke: rgb(54 83 20 / 0.55) !important;
  }

  .lg\:stroke-lime-900\/60 {
    stroke: rgb(54 83 20 / 0.6) !important;
  }

  .lg\:stroke-lime-900\/65 {
    stroke: rgb(54 83 20 / 0.65) !important;
  }

  .lg\:stroke-lime-900\/70 {
    stroke: rgb(54 83 20 / 0.7) !important;
  }

  .lg\:stroke-lime-900\/75 {
    stroke: rgb(54 83 20 / 0.75) !important;
  }

  .lg\:stroke-lime-900\/80 {
    stroke: rgb(54 83 20 / 0.8) !important;
  }

  .lg\:stroke-lime-900\/85 {
    stroke: rgb(54 83 20 / 0.85) !important;
  }

  .lg\:stroke-lime-900\/90 {
    stroke: rgb(54 83 20 / 0.9) !important;
  }

  .lg\:stroke-lime-900\/95 {
    stroke: rgb(54 83 20 / 0.95) !important;
  }

  .lg\:stroke-lime-950 {
    stroke: #1a2e05 !important;
  }

  .lg\:stroke-lime-950\/0 {
    stroke: rgb(26 46 5 / 0) !important;
  }

  .lg\:stroke-lime-950\/10 {
    stroke: rgb(26 46 5 / 0.1) !important;
  }

  .lg\:stroke-lime-950\/100 {
    stroke: rgb(26 46 5 / 1) !important;
  }

  .lg\:stroke-lime-950\/15 {
    stroke: rgb(26 46 5 / 0.15) !important;
  }

  .lg\:stroke-lime-950\/20 {
    stroke: rgb(26 46 5 / 0.2) !important;
  }

  .lg\:stroke-lime-950\/25 {
    stroke: rgb(26 46 5 / 0.25) !important;
  }

  .lg\:stroke-lime-950\/30 {
    stroke: rgb(26 46 5 / 0.3) !important;
  }

  .lg\:stroke-lime-950\/35 {
    stroke: rgb(26 46 5 / 0.35) !important;
  }

  .lg\:stroke-lime-950\/40 {
    stroke: rgb(26 46 5 / 0.4) !important;
  }

  .lg\:stroke-lime-950\/45 {
    stroke: rgb(26 46 5 / 0.45) !important;
  }

  .lg\:stroke-lime-950\/5 {
    stroke: rgb(26 46 5 / 0.05) !important;
  }

  .lg\:stroke-lime-950\/50 {
    stroke: rgb(26 46 5 / 0.5) !important;
  }

  .lg\:stroke-lime-950\/55 {
    stroke: rgb(26 46 5 / 0.55) !important;
  }

  .lg\:stroke-lime-950\/60 {
    stroke: rgb(26 46 5 / 0.6) !important;
  }

  .lg\:stroke-lime-950\/65 {
    stroke: rgb(26 46 5 / 0.65) !important;
  }

  .lg\:stroke-lime-950\/70 {
    stroke: rgb(26 46 5 / 0.7) !important;
  }

  .lg\:stroke-lime-950\/75 {
    stroke: rgb(26 46 5 / 0.75) !important;
  }

  .lg\:stroke-lime-950\/80 {
    stroke: rgb(26 46 5 / 0.8) !important;
  }

  .lg\:stroke-lime-950\/85 {
    stroke: rgb(26 46 5 / 0.85) !important;
  }

  .lg\:stroke-lime-950\/90 {
    stroke: rgb(26 46 5 / 0.9) !important;
  }

  .lg\:stroke-lime-950\/95 {
    stroke: rgb(26 46 5 / 0.95) !important;
  }

  .lg\:stroke-neutral-100 {
    stroke: #f5f5f5 !important;
  }

  .lg\:stroke-neutral-100\/0 {
    stroke: rgb(245 245 245 / 0) !important;
  }

  .lg\:stroke-neutral-100\/10 {
    stroke: rgb(245 245 245 / 0.1) !important;
  }

  .lg\:stroke-neutral-100\/100 {
    stroke: rgb(245 245 245 / 1) !important;
  }

  .lg\:stroke-neutral-100\/15 {
    stroke: rgb(245 245 245 / 0.15) !important;
  }

  .lg\:stroke-neutral-100\/20 {
    stroke: rgb(245 245 245 / 0.2) !important;
  }

  .lg\:stroke-neutral-100\/25 {
    stroke: rgb(245 245 245 / 0.25) !important;
  }

  .lg\:stroke-neutral-100\/30 {
    stroke: rgb(245 245 245 / 0.3) !important;
  }

  .lg\:stroke-neutral-100\/35 {
    stroke: rgb(245 245 245 / 0.35) !important;
  }

  .lg\:stroke-neutral-100\/40 {
    stroke: rgb(245 245 245 / 0.4) !important;
  }

  .lg\:stroke-neutral-100\/45 {
    stroke: rgb(245 245 245 / 0.45) !important;
  }

  .lg\:stroke-neutral-100\/5 {
    stroke: rgb(245 245 245 / 0.05) !important;
  }

  .lg\:stroke-neutral-100\/50 {
    stroke: rgb(245 245 245 / 0.5) !important;
  }

  .lg\:stroke-neutral-100\/55 {
    stroke: rgb(245 245 245 / 0.55) !important;
  }

  .lg\:stroke-neutral-100\/60 {
    stroke: rgb(245 245 245 / 0.6) !important;
  }

  .lg\:stroke-neutral-100\/65 {
    stroke: rgb(245 245 245 / 0.65) !important;
  }

  .lg\:stroke-neutral-100\/70 {
    stroke: rgb(245 245 245 / 0.7) !important;
  }

  .lg\:stroke-neutral-100\/75 {
    stroke: rgb(245 245 245 / 0.75) !important;
  }

  .lg\:stroke-neutral-100\/80 {
    stroke: rgb(245 245 245 / 0.8) !important;
  }

  .lg\:stroke-neutral-100\/85 {
    stroke: rgb(245 245 245 / 0.85) !important;
  }

  .lg\:stroke-neutral-100\/90 {
    stroke: rgb(245 245 245 / 0.9) !important;
  }

  .lg\:stroke-neutral-100\/95 {
    stroke: rgb(245 245 245 / 0.95) !important;
  }

  .lg\:stroke-neutral-200 {
    stroke: #e5e5e5 !important;
  }

  .lg\:stroke-neutral-200\/0 {
    stroke: rgb(229 229 229 / 0) !important;
  }

  .lg\:stroke-neutral-200\/10 {
    stroke: rgb(229 229 229 / 0.1) !important;
  }

  .lg\:stroke-neutral-200\/100 {
    stroke: rgb(229 229 229 / 1) !important;
  }

  .lg\:stroke-neutral-200\/15 {
    stroke: rgb(229 229 229 / 0.15) !important;
  }

  .lg\:stroke-neutral-200\/20 {
    stroke: rgb(229 229 229 / 0.2) !important;
  }

  .lg\:stroke-neutral-200\/25 {
    stroke: rgb(229 229 229 / 0.25) !important;
  }

  .lg\:stroke-neutral-200\/30 {
    stroke: rgb(229 229 229 / 0.3) !important;
  }

  .lg\:stroke-neutral-200\/35 {
    stroke: rgb(229 229 229 / 0.35) !important;
  }

  .lg\:stroke-neutral-200\/40 {
    stroke: rgb(229 229 229 / 0.4) !important;
  }

  .lg\:stroke-neutral-200\/45 {
    stroke: rgb(229 229 229 / 0.45) !important;
  }

  .lg\:stroke-neutral-200\/5 {
    stroke: rgb(229 229 229 / 0.05) !important;
  }

  .lg\:stroke-neutral-200\/50 {
    stroke: rgb(229 229 229 / 0.5) !important;
  }

  .lg\:stroke-neutral-200\/55 {
    stroke: rgb(229 229 229 / 0.55) !important;
  }

  .lg\:stroke-neutral-200\/60 {
    stroke: rgb(229 229 229 / 0.6) !important;
  }

  .lg\:stroke-neutral-200\/65 {
    stroke: rgb(229 229 229 / 0.65) !important;
  }

  .lg\:stroke-neutral-200\/70 {
    stroke: rgb(229 229 229 / 0.7) !important;
  }

  .lg\:stroke-neutral-200\/75 {
    stroke: rgb(229 229 229 / 0.75) !important;
  }

  .lg\:stroke-neutral-200\/80 {
    stroke: rgb(229 229 229 / 0.8) !important;
  }

  .lg\:stroke-neutral-200\/85 {
    stroke: rgb(229 229 229 / 0.85) !important;
  }

  .lg\:stroke-neutral-200\/90 {
    stroke: rgb(229 229 229 / 0.9) !important;
  }

  .lg\:stroke-neutral-200\/95 {
    stroke: rgb(229 229 229 / 0.95) !important;
  }

  .lg\:stroke-neutral-300 {
    stroke: #d4d4d4 !important;
  }

  .lg\:stroke-neutral-300\/0 {
    stroke: rgb(212 212 212 / 0) !important;
  }

  .lg\:stroke-neutral-300\/10 {
    stroke: rgb(212 212 212 / 0.1) !important;
  }

  .lg\:stroke-neutral-300\/100 {
    stroke: rgb(212 212 212 / 1) !important;
  }

  .lg\:stroke-neutral-300\/15 {
    stroke: rgb(212 212 212 / 0.15) !important;
  }

  .lg\:stroke-neutral-300\/20 {
    stroke: rgb(212 212 212 / 0.2) !important;
  }

  .lg\:stroke-neutral-300\/25 {
    stroke: rgb(212 212 212 / 0.25) !important;
  }

  .lg\:stroke-neutral-300\/30 {
    stroke: rgb(212 212 212 / 0.3) !important;
  }

  .lg\:stroke-neutral-300\/35 {
    stroke: rgb(212 212 212 / 0.35) !important;
  }

  .lg\:stroke-neutral-300\/40 {
    stroke: rgb(212 212 212 / 0.4) !important;
  }

  .lg\:stroke-neutral-300\/45 {
    stroke: rgb(212 212 212 / 0.45) !important;
  }

  .lg\:stroke-neutral-300\/5 {
    stroke: rgb(212 212 212 / 0.05) !important;
  }

  .lg\:stroke-neutral-300\/50 {
    stroke: rgb(212 212 212 / 0.5) !important;
  }

  .lg\:stroke-neutral-300\/55 {
    stroke: rgb(212 212 212 / 0.55) !important;
  }

  .lg\:stroke-neutral-300\/60 {
    stroke: rgb(212 212 212 / 0.6) !important;
  }

  .lg\:stroke-neutral-300\/65 {
    stroke: rgb(212 212 212 / 0.65) !important;
  }

  .lg\:stroke-neutral-300\/70 {
    stroke: rgb(212 212 212 / 0.7) !important;
  }

  .lg\:stroke-neutral-300\/75 {
    stroke: rgb(212 212 212 / 0.75) !important;
  }

  .lg\:stroke-neutral-300\/80 {
    stroke: rgb(212 212 212 / 0.8) !important;
  }

  .lg\:stroke-neutral-300\/85 {
    stroke: rgb(212 212 212 / 0.85) !important;
  }

  .lg\:stroke-neutral-300\/90 {
    stroke: rgb(212 212 212 / 0.9) !important;
  }

  .lg\:stroke-neutral-300\/95 {
    stroke: rgb(212 212 212 / 0.95) !important;
  }

  .lg\:stroke-neutral-400 {
    stroke: #a3a3a3 !important;
  }

  .lg\:stroke-neutral-400\/0 {
    stroke: rgb(163 163 163 / 0) !important;
  }

  .lg\:stroke-neutral-400\/10 {
    stroke: rgb(163 163 163 / 0.1) !important;
  }

  .lg\:stroke-neutral-400\/100 {
    stroke: rgb(163 163 163 / 1) !important;
  }

  .lg\:stroke-neutral-400\/15 {
    stroke: rgb(163 163 163 / 0.15) !important;
  }

  .lg\:stroke-neutral-400\/20 {
    stroke: rgb(163 163 163 / 0.2) !important;
  }

  .lg\:stroke-neutral-400\/25 {
    stroke: rgb(163 163 163 / 0.25) !important;
  }

  .lg\:stroke-neutral-400\/30 {
    stroke: rgb(163 163 163 / 0.3) !important;
  }

  .lg\:stroke-neutral-400\/35 {
    stroke: rgb(163 163 163 / 0.35) !important;
  }

  .lg\:stroke-neutral-400\/40 {
    stroke: rgb(163 163 163 / 0.4) !important;
  }

  .lg\:stroke-neutral-400\/45 {
    stroke: rgb(163 163 163 / 0.45) !important;
  }

  .lg\:stroke-neutral-400\/5 {
    stroke: rgb(163 163 163 / 0.05) !important;
  }

  .lg\:stroke-neutral-400\/50 {
    stroke: rgb(163 163 163 / 0.5) !important;
  }

  .lg\:stroke-neutral-400\/55 {
    stroke: rgb(163 163 163 / 0.55) !important;
  }

  .lg\:stroke-neutral-400\/60 {
    stroke: rgb(163 163 163 / 0.6) !important;
  }

  .lg\:stroke-neutral-400\/65 {
    stroke: rgb(163 163 163 / 0.65) !important;
  }

  .lg\:stroke-neutral-400\/70 {
    stroke: rgb(163 163 163 / 0.7) !important;
  }

  .lg\:stroke-neutral-400\/75 {
    stroke: rgb(163 163 163 / 0.75) !important;
  }

  .lg\:stroke-neutral-400\/80 {
    stroke: rgb(163 163 163 / 0.8) !important;
  }

  .lg\:stroke-neutral-400\/85 {
    stroke: rgb(163 163 163 / 0.85) !important;
  }

  .lg\:stroke-neutral-400\/90 {
    stroke: rgb(163 163 163 / 0.9) !important;
  }

  .lg\:stroke-neutral-400\/95 {
    stroke: rgb(163 163 163 / 0.95) !important;
  }

  .lg\:stroke-neutral-50 {
    stroke: #fafafa !important;
  }

  .lg\:stroke-neutral-50\/0 {
    stroke: rgb(250 250 250 / 0) !important;
  }

  .lg\:stroke-neutral-50\/10 {
    stroke: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:stroke-neutral-50\/100 {
    stroke: rgb(250 250 250 / 1) !important;
  }

  .lg\:stroke-neutral-50\/15 {
    stroke: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:stroke-neutral-50\/20 {
    stroke: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:stroke-neutral-50\/25 {
    stroke: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:stroke-neutral-50\/30 {
    stroke: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:stroke-neutral-50\/35 {
    stroke: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:stroke-neutral-50\/40 {
    stroke: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:stroke-neutral-50\/45 {
    stroke: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:stroke-neutral-50\/5 {
    stroke: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:stroke-neutral-50\/50 {
    stroke: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:stroke-neutral-50\/55 {
    stroke: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:stroke-neutral-50\/60 {
    stroke: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:stroke-neutral-50\/65 {
    stroke: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:stroke-neutral-50\/70 {
    stroke: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:stroke-neutral-50\/75 {
    stroke: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:stroke-neutral-50\/80 {
    stroke: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:stroke-neutral-50\/85 {
    stroke: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:stroke-neutral-50\/90 {
    stroke: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:stroke-neutral-50\/95 {
    stroke: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:stroke-neutral-500 {
    stroke: #737373 !important;
  }

  .lg\:stroke-neutral-500\/0 {
    stroke: rgb(115 115 115 / 0) !important;
  }

  .lg\:stroke-neutral-500\/10 {
    stroke: rgb(115 115 115 / 0.1) !important;
  }

  .lg\:stroke-neutral-500\/100 {
    stroke: rgb(115 115 115 / 1) !important;
  }

  .lg\:stroke-neutral-500\/15 {
    stroke: rgb(115 115 115 / 0.15) !important;
  }

  .lg\:stroke-neutral-500\/20 {
    stroke: rgb(115 115 115 / 0.2) !important;
  }

  .lg\:stroke-neutral-500\/25 {
    stroke: rgb(115 115 115 / 0.25) !important;
  }

  .lg\:stroke-neutral-500\/30 {
    stroke: rgb(115 115 115 / 0.3) !important;
  }

  .lg\:stroke-neutral-500\/35 {
    stroke: rgb(115 115 115 / 0.35) !important;
  }

  .lg\:stroke-neutral-500\/40 {
    stroke: rgb(115 115 115 / 0.4) !important;
  }

  .lg\:stroke-neutral-500\/45 {
    stroke: rgb(115 115 115 / 0.45) !important;
  }

  .lg\:stroke-neutral-500\/5 {
    stroke: rgb(115 115 115 / 0.05) !important;
  }

  .lg\:stroke-neutral-500\/50 {
    stroke: rgb(115 115 115 / 0.5) !important;
  }

  .lg\:stroke-neutral-500\/55 {
    stroke: rgb(115 115 115 / 0.55) !important;
  }

  .lg\:stroke-neutral-500\/60 {
    stroke: rgb(115 115 115 / 0.6) !important;
  }

  .lg\:stroke-neutral-500\/65 {
    stroke: rgb(115 115 115 / 0.65) !important;
  }

  .lg\:stroke-neutral-500\/70 {
    stroke: rgb(115 115 115 / 0.7) !important;
  }

  .lg\:stroke-neutral-500\/75 {
    stroke: rgb(115 115 115 / 0.75) !important;
  }

  .lg\:stroke-neutral-500\/80 {
    stroke: rgb(115 115 115 / 0.8) !important;
  }

  .lg\:stroke-neutral-500\/85 {
    stroke: rgb(115 115 115 / 0.85) !important;
  }

  .lg\:stroke-neutral-500\/90 {
    stroke: rgb(115 115 115 / 0.9) !important;
  }

  .lg\:stroke-neutral-500\/95 {
    stroke: rgb(115 115 115 / 0.95) !important;
  }

  .lg\:stroke-neutral-600 {
    stroke: #525252 !important;
  }

  .lg\:stroke-neutral-600\/0 {
    stroke: rgb(82 82 82 / 0) !important;
  }

  .lg\:stroke-neutral-600\/10 {
    stroke: rgb(82 82 82 / 0.1) !important;
  }

  .lg\:stroke-neutral-600\/100 {
    stroke: rgb(82 82 82 / 1) !important;
  }

  .lg\:stroke-neutral-600\/15 {
    stroke: rgb(82 82 82 / 0.15) !important;
  }

  .lg\:stroke-neutral-600\/20 {
    stroke: rgb(82 82 82 / 0.2) !important;
  }

  .lg\:stroke-neutral-600\/25 {
    stroke: rgb(82 82 82 / 0.25) !important;
  }

  .lg\:stroke-neutral-600\/30 {
    stroke: rgb(82 82 82 / 0.3) !important;
  }

  .lg\:stroke-neutral-600\/35 {
    stroke: rgb(82 82 82 / 0.35) !important;
  }

  .lg\:stroke-neutral-600\/40 {
    stroke: rgb(82 82 82 / 0.4) !important;
  }

  .lg\:stroke-neutral-600\/45 {
    stroke: rgb(82 82 82 / 0.45) !important;
  }

  .lg\:stroke-neutral-600\/5 {
    stroke: rgb(82 82 82 / 0.05) !important;
  }

  .lg\:stroke-neutral-600\/50 {
    stroke: rgb(82 82 82 / 0.5) !important;
  }

  .lg\:stroke-neutral-600\/55 {
    stroke: rgb(82 82 82 / 0.55) !important;
  }

  .lg\:stroke-neutral-600\/60 {
    stroke: rgb(82 82 82 / 0.6) !important;
  }

  .lg\:stroke-neutral-600\/65 {
    stroke: rgb(82 82 82 / 0.65) !important;
  }

  .lg\:stroke-neutral-600\/70 {
    stroke: rgb(82 82 82 / 0.7) !important;
  }

  .lg\:stroke-neutral-600\/75 {
    stroke: rgb(82 82 82 / 0.75) !important;
  }

  .lg\:stroke-neutral-600\/80 {
    stroke: rgb(82 82 82 / 0.8) !important;
  }

  .lg\:stroke-neutral-600\/85 {
    stroke: rgb(82 82 82 / 0.85) !important;
  }

  .lg\:stroke-neutral-600\/90 {
    stroke: rgb(82 82 82 / 0.9) !important;
  }

  .lg\:stroke-neutral-600\/95 {
    stroke: rgb(82 82 82 / 0.95) !important;
  }

  .lg\:stroke-neutral-700 {
    stroke: #404040 !important;
  }

  .lg\:stroke-neutral-700\/0 {
    stroke: rgb(64 64 64 / 0) !important;
  }

  .lg\:stroke-neutral-700\/10 {
    stroke: rgb(64 64 64 / 0.1) !important;
  }

  .lg\:stroke-neutral-700\/100 {
    stroke: rgb(64 64 64 / 1) !important;
  }

  .lg\:stroke-neutral-700\/15 {
    stroke: rgb(64 64 64 / 0.15) !important;
  }

  .lg\:stroke-neutral-700\/20 {
    stroke: rgb(64 64 64 / 0.2) !important;
  }

  .lg\:stroke-neutral-700\/25 {
    stroke: rgb(64 64 64 / 0.25) !important;
  }

  .lg\:stroke-neutral-700\/30 {
    stroke: rgb(64 64 64 / 0.3) !important;
  }

  .lg\:stroke-neutral-700\/35 {
    stroke: rgb(64 64 64 / 0.35) !important;
  }

  .lg\:stroke-neutral-700\/40 {
    stroke: rgb(64 64 64 / 0.4) !important;
  }

  .lg\:stroke-neutral-700\/45 {
    stroke: rgb(64 64 64 / 0.45) !important;
  }

  .lg\:stroke-neutral-700\/5 {
    stroke: rgb(64 64 64 / 0.05) !important;
  }

  .lg\:stroke-neutral-700\/50 {
    stroke: rgb(64 64 64 / 0.5) !important;
  }

  .lg\:stroke-neutral-700\/55 {
    stroke: rgb(64 64 64 / 0.55) !important;
  }

  .lg\:stroke-neutral-700\/60 {
    stroke: rgb(64 64 64 / 0.6) !important;
  }

  .lg\:stroke-neutral-700\/65 {
    stroke: rgb(64 64 64 / 0.65) !important;
  }

  .lg\:stroke-neutral-700\/70 {
    stroke: rgb(64 64 64 / 0.7) !important;
  }

  .lg\:stroke-neutral-700\/75 {
    stroke: rgb(64 64 64 / 0.75) !important;
  }

  .lg\:stroke-neutral-700\/80 {
    stroke: rgb(64 64 64 / 0.8) !important;
  }

  .lg\:stroke-neutral-700\/85 {
    stroke: rgb(64 64 64 / 0.85) !important;
  }

  .lg\:stroke-neutral-700\/90 {
    stroke: rgb(64 64 64 / 0.9) !important;
  }

  .lg\:stroke-neutral-700\/95 {
    stroke: rgb(64 64 64 / 0.95) !important;
  }

  .lg\:stroke-neutral-800 {
    stroke: #262626 !important;
  }

  .lg\:stroke-neutral-800\/0 {
    stroke: rgb(38 38 38 / 0) !important;
  }

  .lg\:stroke-neutral-800\/10 {
    stroke: rgb(38 38 38 / 0.1) !important;
  }

  .lg\:stroke-neutral-800\/100 {
    stroke: rgb(38 38 38 / 1) !important;
  }

  .lg\:stroke-neutral-800\/15 {
    stroke: rgb(38 38 38 / 0.15) !important;
  }

  .lg\:stroke-neutral-800\/20 {
    stroke: rgb(38 38 38 / 0.2) !important;
  }

  .lg\:stroke-neutral-800\/25 {
    stroke: rgb(38 38 38 / 0.25) !important;
  }

  .lg\:stroke-neutral-800\/30 {
    stroke: rgb(38 38 38 / 0.3) !important;
  }

  .lg\:stroke-neutral-800\/35 {
    stroke: rgb(38 38 38 / 0.35) !important;
  }

  .lg\:stroke-neutral-800\/40 {
    stroke: rgb(38 38 38 / 0.4) !important;
  }

  .lg\:stroke-neutral-800\/45 {
    stroke: rgb(38 38 38 / 0.45) !important;
  }

  .lg\:stroke-neutral-800\/5 {
    stroke: rgb(38 38 38 / 0.05) !important;
  }

  .lg\:stroke-neutral-800\/50 {
    stroke: rgb(38 38 38 / 0.5) !important;
  }

  .lg\:stroke-neutral-800\/55 {
    stroke: rgb(38 38 38 / 0.55) !important;
  }

  .lg\:stroke-neutral-800\/60 {
    stroke: rgb(38 38 38 / 0.6) !important;
  }

  .lg\:stroke-neutral-800\/65 {
    stroke: rgb(38 38 38 / 0.65) !important;
  }

  .lg\:stroke-neutral-800\/70 {
    stroke: rgb(38 38 38 / 0.7) !important;
  }

  .lg\:stroke-neutral-800\/75 {
    stroke: rgb(38 38 38 / 0.75) !important;
  }

  .lg\:stroke-neutral-800\/80 {
    stroke: rgb(38 38 38 / 0.8) !important;
  }

  .lg\:stroke-neutral-800\/85 {
    stroke: rgb(38 38 38 / 0.85) !important;
  }

  .lg\:stroke-neutral-800\/90 {
    stroke: rgb(38 38 38 / 0.9) !important;
  }

  .lg\:stroke-neutral-800\/95 {
    stroke: rgb(38 38 38 / 0.95) !important;
  }

  .lg\:stroke-neutral-900 {
    stroke: #171717 !important;
  }

  .lg\:stroke-neutral-900\/0 {
    stroke: rgb(23 23 23 / 0) !important;
  }

  .lg\:stroke-neutral-900\/10 {
    stroke: rgb(23 23 23 / 0.1) !important;
  }

  .lg\:stroke-neutral-900\/100 {
    stroke: rgb(23 23 23 / 1) !important;
  }

  .lg\:stroke-neutral-900\/15 {
    stroke: rgb(23 23 23 / 0.15) !important;
  }

  .lg\:stroke-neutral-900\/20 {
    stroke: rgb(23 23 23 / 0.2) !important;
  }

  .lg\:stroke-neutral-900\/25 {
    stroke: rgb(23 23 23 / 0.25) !important;
  }

  .lg\:stroke-neutral-900\/30 {
    stroke: rgb(23 23 23 / 0.3) !important;
  }

  .lg\:stroke-neutral-900\/35 {
    stroke: rgb(23 23 23 / 0.35) !important;
  }

  .lg\:stroke-neutral-900\/40 {
    stroke: rgb(23 23 23 / 0.4) !important;
  }

  .lg\:stroke-neutral-900\/45 {
    stroke: rgb(23 23 23 / 0.45) !important;
  }

  .lg\:stroke-neutral-900\/5 {
    stroke: rgb(23 23 23 / 0.05) !important;
  }

  .lg\:stroke-neutral-900\/50 {
    stroke: rgb(23 23 23 / 0.5) !important;
  }

  .lg\:stroke-neutral-900\/55 {
    stroke: rgb(23 23 23 / 0.55) !important;
  }

  .lg\:stroke-neutral-900\/60 {
    stroke: rgb(23 23 23 / 0.6) !important;
  }

  .lg\:stroke-neutral-900\/65 {
    stroke: rgb(23 23 23 / 0.65) !important;
  }

  .lg\:stroke-neutral-900\/70 {
    stroke: rgb(23 23 23 / 0.7) !important;
  }

  .lg\:stroke-neutral-900\/75 {
    stroke: rgb(23 23 23 / 0.75) !important;
  }

  .lg\:stroke-neutral-900\/80 {
    stroke: rgb(23 23 23 / 0.8) !important;
  }

  .lg\:stroke-neutral-900\/85 {
    stroke: rgb(23 23 23 / 0.85) !important;
  }

  .lg\:stroke-neutral-900\/90 {
    stroke: rgb(23 23 23 / 0.9) !important;
  }

  .lg\:stroke-neutral-900\/95 {
    stroke: rgb(23 23 23 / 0.95) !important;
  }

  .lg\:stroke-neutral-950 {
    stroke: #0a0a0a !important;
  }

  .lg\:stroke-neutral-950\/0 {
    stroke: rgb(10 10 10 / 0) !important;
  }

  .lg\:stroke-neutral-950\/10 {
    stroke: rgb(10 10 10 / 0.1) !important;
  }

  .lg\:stroke-neutral-950\/100 {
    stroke: rgb(10 10 10 / 1) !important;
  }

  .lg\:stroke-neutral-950\/15 {
    stroke: rgb(10 10 10 / 0.15) !important;
  }

  .lg\:stroke-neutral-950\/20 {
    stroke: rgb(10 10 10 / 0.2) !important;
  }

  .lg\:stroke-neutral-950\/25 {
    stroke: rgb(10 10 10 / 0.25) !important;
  }

  .lg\:stroke-neutral-950\/30 {
    stroke: rgb(10 10 10 / 0.3) !important;
  }

  .lg\:stroke-neutral-950\/35 {
    stroke: rgb(10 10 10 / 0.35) !important;
  }

  .lg\:stroke-neutral-950\/40 {
    stroke: rgb(10 10 10 / 0.4) !important;
  }

  .lg\:stroke-neutral-950\/45 {
    stroke: rgb(10 10 10 / 0.45) !important;
  }

  .lg\:stroke-neutral-950\/5 {
    stroke: rgb(10 10 10 / 0.05) !important;
  }

  .lg\:stroke-neutral-950\/50 {
    stroke: rgb(10 10 10 / 0.5) !important;
  }

  .lg\:stroke-neutral-950\/55 {
    stroke: rgb(10 10 10 / 0.55) !important;
  }

  .lg\:stroke-neutral-950\/60 {
    stroke: rgb(10 10 10 / 0.6) !important;
  }

  .lg\:stroke-neutral-950\/65 {
    stroke: rgb(10 10 10 / 0.65) !important;
  }

  .lg\:stroke-neutral-950\/70 {
    stroke: rgb(10 10 10 / 0.7) !important;
  }

  .lg\:stroke-neutral-950\/75 {
    stroke: rgb(10 10 10 / 0.75) !important;
  }

  .lg\:stroke-neutral-950\/80 {
    stroke: rgb(10 10 10 / 0.8) !important;
  }

  .lg\:stroke-neutral-950\/85 {
    stroke: rgb(10 10 10 / 0.85) !important;
  }

  .lg\:stroke-neutral-950\/90 {
    stroke: rgb(10 10 10 / 0.9) !important;
  }

  .lg\:stroke-neutral-950\/95 {
    stroke: rgb(10 10 10 / 0.95) !important;
  }

  .lg\:stroke-none {
    stroke: none !important;
  }

  .lg\:stroke-orange-100 {
    stroke: #ffedd5 !important;
  }

  .lg\:stroke-orange-100\/0 {
    stroke: rgb(255 237 213 / 0) !important;
  }

  .lg\:stroke-orange-100\/10 {
    stroke: rgb(255 237 213 / 0.1) !important;
  }

  .lg\:stroke-orange-100\/100 {
    stroke: rgb(255 237 213 / 1) !important;
  }

  .lg\:stroke-orange-100\/15 {
    stroke: rgb(255 237 213 / 0.15) !important;
  }

  .lg\:stroke-orange-100\/20 {
    stroke: rgb(255 237 213 / 0.2) !important;
  }

  .lg\:stroke-orange-100\/25 {
    stroke: rgb(255 237 213 / 0.25) !important;
  }

  .lg\:stroke-orange-100\/30 {
    stroke: rgb(255 237 213 / 0.3) !important;
  }

  .lg\:stroke-orange-100\/35 {
    stroke: rgb(255 237 213 / 0.35) !important;
  }

  .lg\:stroke-orange-100\/40 {
    stroke: rgb(255 237 213 / 0.4) !important;
  }

  .lg\:stroke-orange-100\/45 {
    stroke: rgb(255 237 213 / 0.45) !important;
  }

  .lg\:stroke-orange-100\/5 {
    stroke: rgb(255 237 213 / 0.05) !important;
  }

  .lg\:stroke-orange-100\/50 {
    stroke: rgb(255 237 213 / 0.5) !important;
  }

  .lg\:stroke-orange-100\/55 {
    stroke: rgb(255 237 213 / 0.55) !important;
  }

  .lg\:stroke-orange-100\/60 {
    stroke: rgb(255 237 213 / 0.6) !important;
  }

  .lg\:stroke-orange-100\/65 {
    stroke: rgb(255 237 213 / 0.65) !important;
  }

  .lg\:stroke-orange-100\/70 {
    stroke: rgb(255 237 213 / 0.7) !important;
  }

  .lg\:stroke-orange-100\/75 {
    stroke: rgb(255 237 213 / 0.75) !important;
  }

  .lg\:stroke-orange-100\/80 {
    stroke: rgb(255 237 213 / 0.8) !important;
  }

  .lg\:stroke-orange-100\/85 {
    stroke: rgb(255 237 213 / 0.85) !important;
  }

  .lg\:stroke-orange-100\/90 {
    stroke: rgb(255 237 213 / 0.9) !important;
  }

  .lg\:stroke-orange-100\/95 {
    stroke: rgb(255 237 213 / 0.95) !important;
  }

  .lg\:stroke-orange-200 {
    stroke: #fed7aa !important;
  }

  .lg\:stroke-orange-200\/0 {
    stroke: rgb(254 215 170 / 0) !important;
  }

  .lg\:stroke-orange-200\/10 {
    stroke: rgb(254 215 170 / 0.1) !important;
  }

  .lg\:stroke-orange-200\/100 {
    stroke: rgb(254 215 170 / 1) !important;
  }

  .lg\:stroke-orange-200\/15 {
    stroke: rgb(254 215 170 / 0.15) !important;
  }

  .lg\:stroke-orange-200\/20 {
    stroke: rgb(254 215 170 / 0.2) !important;
  }

  .lg\:stroke-orange-200\/25 {
    stroke: rgb(254 215 170 / 0.25) !important;
  }

  .lg\:stroke-orange-200\/30 {
    stroke: rgb(254 215 170 / 0.3) !important;
  }

  .lg\:stroke-orange-200\/35 {
    stroke: rgb(254 215 170 / 0.35) !important;
  }

  .lg\:stroke-orange-200\/40 {
    stroke: rgb(254 215 170 / 0.4) !important;
  }

  .lg\:stroke-orange-200\/45 {
    stroke: rgb(254 215 170 / 0.45) !important;
  }

  .lg\:stroke-orange-200\/5 {
    stroke: rgb(254 215 170 / 0.05) !important;
  }

  .lg\:stroke-orange-200\/50 {
    stroke: rgb(254 215 170 / 0.5) !important;
  }

  .lg\:stroke-orange-200\/55 {
    stroke: rgb(254 215 170 / 0.55) !important;
  }

  .lg\:stroke-orange-200\/60 {
    stroke: rgb(254 215 170 / 0.6) !important;
  }

  .lg\:stroke-orange-200\/65 {
    stroke: rgb(254 215 170 / 0.65) !important;
  }

  .lg\:stroke-orange-200\/70 {
    stroke: rgb(254 215 170 / 0.7) !important;
  }

  .lg\:stroke-orange-200\/75 {
    stroke: rgb(254 215 170 / 0.75) !important;
  }

  .lg\:stroke-orange-200\/80 {
    stroke: rgb(254 215 170 / 0.8) !important;
  }

  .lg\:stroke-orange-200\/85 {
    stroke: rgb(254 215 170 / 0.85) !important;
  }

  .lg\:stroke-orange-200\/90 {
    stroke: rgb(254 215 170 / 0.9) !important;
  }

  .lg\:stroke-orange-200\/95 {
    stroke: rgb(254 215 170 / 0.95) !important;
  }

  .lg\:stroke-orange-300 {
    stroke: #fdba74 !important;
  }

  .lg\:stroke-orange-300\/0 {
    stroke: rgb(253 186 116 / 0) !important;
  }

  .lg\:stroke-orange-300\/10 {
    stroke: rgb(253 186 116 / 0.1) !important;
  }

  .lg\:stroke-orange-300\/100 {
    stroke: rgb(253 186 116 / 1) !important;
  }

  .lg\:stroke-orange-300\/15 {
    stroke: rgb(253 186 116 / 0.15) !important;
  }

  .lg\:stroke-orange-300\/20 {
    stroke: rgb(253 186 116 / 0.2) !important;
  }

  .lg\:stroke-orange-300\/25 {
    stroke: rgb(253 186 116 / 0.25) !important;
  }

  .lg\:stroke-orange-300\/30 {
    stroke: rgb(253 186 116 / 0.3) !important;
  }

  .lg\:stroke-orange-300\/35 {
    stroke: rgb(253 186 116 / 0.35) !important;
  }

  .lg\:stroke-orange-300\/40 {
    stroke: rgb(253 186 116 / 0.4) !important;
  }

  .lg\:stroke-orange-300\/45 {
    stroke: rgb(253 186 116 / 0.45) !important;
  }

  .lg\:stroke-orange-300\/5 {
    stroke: rgb(253 186 116 / 0.05) !important;
  }

  .lg\:stroke-orange-300\/50 {
    stroke: rgb(253 186 116 / 0.5) !important;
  }

  .lg\:stroke-orange-300\/55 {
    stroke: rgb(253 186 116 / 0.55) !important;
  }

  .lg\:stroke-orange-300\/60 {
    stroke: rgb(253 186 116 / 0.6) !important;
  }

  .lg\:stroke-orange-300\/65 {
    stroke: rgb(253 186 116 / 0.65) !important;
  }

  .lg\:stroke-orange-300\/70 {
    stroke: rgb(253 186 116 / 0.7) !important;
  }

  .lg\:stroke-orange-300\/75 {
    stroke: rgb(253 186 116 / 0.75) !important;
  }

  .lg\:stroke-orange-300\/80 {
    stroke: rgb(253 186 116 / 0.8) !important;
  }

  .lg\:stroke-orange-300\/85 {
    stroke: rgb(253 186 116 / 0.85) !important;
  }

  .lg\:stroke-orange-300\/90 {
    stroke: rgb(253 186 116 / 0.9) !important;
  }

  .lg\:stroke-orange-300\/95 {
    stroke: rgb(253 186 116 / 0.95) !important;
  }

  .lg\:stroke-orange-400 {
    stroke: #fb923c !important;
  }

  .lg\:stroke-orange-400\/0 {
    stroke: rgb(251 146 60 / 0) !important;
  }

  .lg\:stroke-orange-400\/10 {
    stroke: rgb(251 146 60 / 0.1) !important;
  }

  .lg\:stroke-orange-400\/100 {
    stroke: rgb(251 146 60 / 1) !important;
  }

  .lg\:stroke-orange-400\/15 {
    stroke: rgb(251 146 60 / 0.15) !important;
  }

  .lg\:stroke-orange-400\/20 {
    stroke: rgb(251 146 60 / 0.2) !important;
  }

  .lg\:stroke-orange-400\/25 {
    stroke: rgb(251 146 60 / 0.25) !important;
  }

  .lg\:stroke-orange-400\/30 {
    stroke: rgb(251 146 60 / 0.3) !important;
  }

  .lg\:stroke-orange-400\/35 {
    stroke: rgb(251 146 60 / 0.35) !important;
  }

  .lg\:stroke-orange-400\/40 {
    stroke: rgb(251 146 60 / 0.4) !important;
  }

  .lg\:stroke-orange-400\/45 {
    stroke: rgb(251 146 60 / 0.45) !important;
  }

  .lg\:stroke-orange-400\/5 {
    stroke: rgb(251 146 60 / 0.05) !important;
  }

  .lg\:stroke-orange-400\/50 {
    stroke: rgb(251 146 60 / 0.5) !important;
  }

  .lg\:stroke-orange-400\/55 {
    stroke: rgb(251 146 60 / 0.55) !important;
  }

  .lg\:stroke-orange-400\/60 {
    stroke: rgb(251 146 60 / 0.6) !important;
  }

  .lg\:stroke-orange-400\/65 {
    stroke: rgb(251 146 60 / 0.65) !important;
  }

  .lg\:stroke-orange-400\/70 {
    stroke: rgb(251 146 60 / 0.7) !important;
  }

  .lg\:stroke-orange-400\/75 {
    stroke: rgb(251 146 60 / 0.75) !important;
  }

  .lg\:stroke-orange-400\/80 {
    stroke: rgb(251 146 60 / 0.8) !important;
  }

  .lg\:stroke-orange-400\/85 {
    stroke: rgb(251 146 60 / 0.85) !important;
  }

  .lg\:stroke-orange-400\/90 {
    stroke: rgb(251 146 60 / 0.9) !important;
  }

  .lg\:stroke-orange-400\/95 {
    stroke: rgb(251 146 60 / 0.95) !important;
  }

  .lg\:stroke-orange-50 {
    stroke: #fff7ed !important;
  }

  .lg\:stroke-orange-50\/0 {
    stroke: rgb(255 247 237 / 0) !important;
  }

  .lg\:stroke-orange-50\/10 {
    stroke: rgb(255 247 237 / 0.1) !important;
  }

  .lg\:stroke-orange-50\/100 {
    stroke: rgb(255 247 237 / 1) !important;
  }

  .lg\:stroke-orange-50\/15 {
    stroke: rgb(255 247 237 / 0.15) !important;
  }

  .lg\:stroke-orange-50\/20 {
    stroke: rgb(255 247 237 / 0.2) !important;
  }

  .lg\:stroke-orange-50\/25 {
    stroke: rgb(255 247 237 / 0.25) !important;
  }

  .lg\:stroke-orange-50\/30 {
    stroke: rgb(255 247 237 / 0.3) !important;
  }

  .lg\:stroke-orange-50\/35 {
    stroke: rgb(255 247 237 / 0.35) !important;
  }

  .lg\:stroke-orange-50\/40 {
    stroke: rgb(255 247 237 / 0.4) !important;
  }

  .lg\:stroke-orange-50\/45 {
    stroke: rgb(255 247 237 / 0.45) !important;
  }

  .lg\:stroke-orange-50\/5 {
    stroke: rgb(255 247 237 / 0.05) !important;
  }

  .lg\:stroke-orange-50\/50 {
    stroke: rgb(255 247 237 / 0.5) !important;
  }

  .lg\:stroke-orange-50\/55 {
    stroke: rgb(255 247 237 / 0.55) !important;
  }

  .lg\:stroke-orange-50\/60 {
    stroke: rgb(255 247 237 / 0.6) !important;
  }

  .lg\:stroke-orange-50\/65 {
    stroke: rgb(255 247 237 / 0.65) !important;
  }

  .lg\:stroke-orange-50\/70 {
    stroke: rgb(255 247 237 / 0.7) !important;
  }

  .lg\:stroke-orange-50\/75 {
    stroke: rgb(255 247 237 / 0.75) !important;
  }

  .lg\:stroke-orange-50\/80 {
    stroke: rgb(255 247 237 / 0.8) !important;
  }

  .lg\:stroke-orange-50\/85 {
    stroke: rgb(255 247 237 / 0.85) !important;
  }

  .lg\:stroke-orange-50\/90 {
    stroke: rgb(255 247 237 / 0.9) !important;
  }

  .lg\:stroke-orange-50\/95 {
    stroke: rgb(255 247 237 / 0.95) !important;
  }

  .lg\:stroke-orange-500 {
    stroke: #f97316 !important;
  }

  .lg\:stroke-orange-500\/0 {
    stroke: rgb(249 115 22 / 0) !important;
  }

  .lg\:stroke-orange-500\/10 {
    stroke: rgb(249 115 22 / 0.1) !important;
  }

  .lg\:stroke-orange-500\/100 {
    stroke: rgb(249 115 22 / 1) !important;
  }

  .lg\:stroke-orange-500\/15 {
    stroke: rgb(249 115 22 / 0.15) !important;
  }

  .lg\:stroke-orange-500\/20 {
    stroke: rgb(249 115 22 / 0.2) !important;
  }

  .lg\:stroke-orange-500\/25 {
    stroke: rgb(249 115 22 / 0.25) !important;
  }

  .lg\:stroke-orange-500\/30 {
    stroke: rgb(249 115 22 / 0.3) !important;
  }

  .lg\:stroke-orange-500\/35 {
    stroke: rgb(249 115 22 / 0.35) !important;
  }

  .lg\:stroke-orange-500\/40 {
    stroke: rgb(249 115 22 / 0.4) !important;
  }

  .lg\:stroke-orange-500\/45 {
    stroke: rgb(249 115 22 / 0.45) !important;
  }

  .lg\:stroke-orange-500\/5 {
    stroke: rgb(249 115 22 / 0.05) !important;
  }

  .lg\:stroke-orange-500\/50 {
    stroke: rgb(249 115 22 / 0.5) !important;
  }

  .lg\:stroke-orange-500\/55 {
    stroke: rgb(249 115 22 / 0.55) !important;
  }

  .lg\:stroke-orange-500\/60 {
    stroke: rgb(249 115 22 / 0.6) !important;
  }

  .lg\:stroke-orange-500\/65 {
    stroke: rgb(249 115 22 / 0.65) !important;
  }

  .lg\:stroke-orange-500\/70 {
    stroke: rgb(249 115 22 / 0.7) !important;
  }

  .lg\:stroke-orange-500\/75 {
    stroke: rgb(249 115 22 / 0.75) !important;
  }

  .lg\:stroke-orange-500\/80 {
    stroke: rgb(249 115 22 / 0.8) !important;
  }

  .lg\:stroke-orange-500\/85 {
    stroke: rgb(249 115 22 / 0.85) !important;
  }

  .lg\:stroke-orange-500\/90 {
    stroke: rgb(249 115 22 / 0.9) !important;
  }

  .lg\:stroke-orange-500\/95 {
    stroke: rgb(249 115 22 / 0.95) !important;
  }

  .lg\:stroke-orange-600 {
    stroke: #ea580c !important;
  }

  .lg\:stroke-orange-600\/0 {
    stroke: rgb(234 88 12 / 0) !important;
  }

  .lg\:stroke-orange-600\/10 {
    stroke: rgb(234 88 12 / 0.1) !important;
  }

  .lg\:stroke-orange-600\/100 {
    stroke: rgb(234 88 12 / 1) !important;
  }

  .lg\:stroke-orange-600\/15 {
    stroke: rgb(234 88 12 / 0.15) !important;
  }

  .lg\:stroke-orange-600\/20 {
    stroke: rgb(234 88 12 / 0.2) !important;
  }

  .lg\:stroke-orange-600\/25 {
    stroke: rgb(234 88 12 / 0.25) !important;
  }

  .lg\:stroke-orange-600\/30 {
    stroke: rgb(234 88 12 / 0.3) !important;
  }

  .lg\:stroke-orange-600\/35 {
    stroke: rgb(234 88 12 / 0.35) !important;
  }

  .lg\:stroke-orange-600\/40 {
    stroke: rgb(234 88 12 / 0.4) !important;
  }

  .lg\:stroke-orange-600\/45 {
    stroke: rgb(234 88 12 / 0.45) !important;
  }

  .lg\:stroke-orange-600\/5 {
    stroke: rgb(234 88 12 / 0.05) !important;
  }

  .lg\:stroke-orange-600\/50 {
    stroke: rgb(234 88 12 / 0.5) !important;
  }

  .lg\:stroke-orange-600\/55 {
    stroke: rgb(234 88 12 / 0.55) !important;
  }

  .lg\:stroke-orange-600\/60 {
    stroke: rgb(234 88 12 / 0.6) !important;
  }

  .lg\:stroke-orange-600\/65 {
    stroke: rgb(234 88 12 / 0.65) !important;
  }

  .lg\:stroke-orange-600\/70 {
    stroke: rgb(234 88 12 / 0.7) !important;
  }

  .lg\:stroke-orange-600\/75 {
    stroke: rgb(234 88 12 / 0.75) !important;
  }

  .lg\:stroke-orange-600\/80 {
    stroke: rgb(234 88 12 / 0.8) !important;
  }

  .lg\:stroke-orange-600\/85 {
    stroke: rgb(234 88 12 / 0.85) !important;
  }

  .lg\:stroke-orange-600\/90 {
    stroke: rgb(234 88 12 / 0.9) !important;
  }

  .lg\:stroke-orange-600\/95 {
    stroke: rgb(234 88 12 / 0.95) !important;
  }

  .lg\:stroke-orange-700 {
    stroke: #c2410c !important;
  }

  .lg\:stroke-orange-700\/0 {
    stroke: rgb(194 65 12 / 0) !important;
  }

  .lg\:stroke-orange-700\/10 {
    stroke: rgb(194 65 12 / 0.1) !important;
  }

  .lg\:stroke-orange-700\/100 {
    stroke: rgb(194 65 12 / 1) !important;
  }

  .lg\:stroke-orange-700\/15 {
    stroke: rgb(194 65 12 / 0.15) !important;
  }

  .lg\:stroke-orange-700\/20 {
    stroke: rgb(194 65 12 / 0.2) !important;
  }

  .lg\:stroke-orange-700\/25 {
    stroke: rgb(194 65 12 / 0.25) !important;
  }

  .lg\:stroke-orange-700\/30 {
    stroke: rgb(194 65 12 / 0.3) !important;
  }

  .lg\:stroke-orange-700\/35 {
    stroke: rgb(194 65 12 / 0.35) !important;
  }

  .lg\:stroke-orange-700\/40 {
    stroke: rgb(194 65 12 / 0.4) !important;
  }

  .lg\:stroke-orange-700\/45 {
    stroke: rgb(194 65 12 / 0.45) !important;
  }

  .lg\:stroke-orange-700\/5 {
    stroke: rgb(194 65 12 / 0.05) !important;
  }

  .lg\:stroke-orange-700\/50 {
    stroke: rgb(194 65 12 / 0.5) !important;
  }

  .lg\:stroke-orange-700\/55 {
    stroke: rgb(194 65 12 / 0.55) !important;
  }

  .lg\:stroke-orange-700\/60 {
    stroke: rgb(194 65 12 / 0.6) !important;
  }

  .lg\:stroke-orange-700\/65 {
    stroke: rgb(194 65 12 / 0.65) !important;
  }

  .lg\:stroke-orange-700\/70 {
    stroke: rgb(194 65 12 / 0.7) !important;
  }

  .lg\:stroke-orange-700\/75 {
    stroke: rgb(194 65 12 / 0.75) !important;
  }

  .lg\:stroke-orange-700\/80 {
    stroke: rgb(194 65 12 / 0.8) !important;
  }

  .lg\:stroke-orange-700\/85 {
    stroke: rgb(194 65 12 / 0.85) !important;
  }

  .lg\:stroke-orange-700\/90 {
    stroke: rgb(194 65 12 / 0.9) !important;
  }

  .lg\:stroke-orange-700\/95 {
    stroke: rgb(194 65 12 / 0.95) !important;
  }

  .lg\:stroke-orange-800 {
    stroke: #9a3412 !important;
  }

  .lg\:stroke-orange-800\/0 {
    stroke: rgb(154 52 18 / 0) !important;
  }

  .lg\:stroke-orange-800\/10 {
    stroke: rgb(154 52 18 / 0.1) !important;
  }

  .lg\:stroke-orange-800\/100 {
    stroke: rgb(154 52 18 / 1) !important;
  }

  .lg\:stroke-orange-800\/15 {
    stroke: rgb(154 52 18 / 0.15) !important;
  }

  .lg\:stroke-orange-800\/20 {
    stroke: rgb(154 52 18 / 0.2) !important;
  }

  .lg\:stroke-orange-800\/25 {
    stroke: rgb(154 52 18 / 0.25) !important;
  }

  .lg\:stroke-orange-800\/30 {
    stroke: rgb(154 52 18 / 0.3) !important;
  }

  .lg\:stroke-orange-800\/35 {
    stroke: rgb(154 52 18 / 0.35) !important;
  }

  .lg\:stroke-orange-800\/40 {
    stroke: rgb(154 52 18 / 0.4) !important;
  }

  .lg\:stroke-orange-800\/45 {
    stroke: rgb(154 52 18 / 0.45) !important;
  }

  .lg\:stroke-orange-800\/5 {
    stroke: rgb(154 52 18 / 0.05) !important;
  }

  .lg\:stroke-orange-800\/50 {
    stroke: rgb(154 52 18 / 0.5) !important;
  }

  .lg\:stroke-orange-800\/55 {
    stroke: rgb(154 52 18 / 0.55) !important;
  }

  .lg\:stroke-orange-800\/60 {
    stroke: rgb(154 52 18 / 0.6) !important;
  }

  .lg\:stroke-orange-800\/65 {
    stroke: rgb(154 52 18 / 0.65) !important;
  }

  .lg\:stroke-orange-800\/70 {
    stroke: rgb(154 52 18 / 0.7) !important;
  }

  .lg\:stroke-orange-800\/75 {
    stroke: rgb(154 52 18 / 0.75) !important;
  }

  .lg\:stroke-orange-800\/80 {
    stroke: rgb(154 52 18 / 0.8) !important;
  }

  .lg\:stroke-orange-800\/85 {
    stroke: rgb(154 52 18 / 0.85) !important;
  }

  .lg\:stroke-orange-800\/90 {
    stroke: rgb(154 52 18 / 0.9) !important;
  }

  .lg\:stroke-orange-800\/95 {
    stroke: rgb(154 52 18 / 0.95) !important;
  }

  .lg\:stroke-orange-900 {
    stroke: #7c2d12 !important;
  }

  .lg\:stroke-orange-900\/0 {
    stroke: rgb(124 45 18 / 0) !important;
  }

  .lg\:stroke-orange-900\/10 {
    stroke: rgb(124 45 18 / 0.1) !important;
  }

  .lg\:stroke-orange-900\/100 {
    stroke: rgb(124 45 18 / 1) !important;
  }

  .lg\:stroke-orange-900\/15 {
    stroke: rgb(124 45 18 / 0.15) !important;
  }

  .lg\:stroke-orange-900\/20 {
    stroke: rgb(124 45 18 / 0.2) !important;
  }

  .lg\:stroke-orange-900\/25 {
    stroke: rgb(124 45 18 / 0.25) !important;
  }

  .lg\:stroke-orange-900\/30 {
    stroke: rgb(124 45 18 / 0.3) !important;
  }

  .lg\:stroke-orange-900\/35 {
    stroke: rgb(124 45 18 / 0.35) !important;
  }

  .lg\:stroke-orange-900\/40 {
    stroke: rgb(124 45 18 / 0.4) !important;
  }

  .lg\:stroke-orange-900\/45 {
    stroke: rgb(124 45 18 / 0.45) !important;
  }

  .lg\:stroke-orange-900\/5 {
    stroke: rgb(124 45 18 / 0.05) !important;
  }

  .lg\:stroke-orange-900\/50 {
    stroke: rgb(124 45 18 / 0.5) !important;
  }

  .lg\:stroke-orange-900\/55 {
    stroke: rgb(124 45 18 / 0.55) !important;
  }

  .lg\:stroke-orange-900\/60 {
    stroke: rgb(124 45 18 / 0.6) !important;
  }

  .lg\:stroke-orange-900\/65 {
    stroke: rgb(124 45 18 / 0.65) !important;
  }

  .lg\:stroke-orange-900\/70 {
    stroke: rgb(124 45 18 / 0.7) !important;
  }

  .lg\:stroke-orange-900\/75 {
    stroke: rgb(124 45 18 / 0.75) !important;
  }

  .lg\:stroke-orange-900\/80 {
    stroke: rgb(124 45 18 / 0.8) !important;
  }

  .lg\:stroke-orange-900\/85 {
    stroke: rgb(124 45 18 / 0.85) !important;
  }

  .lg\:stroke-orange-900\/90 {
    stroke: rgb(124 45 18 / 0.9) !important;
  }

  .lg\:stroke-orange-900\/95 {
    stroke: rgb(124 45 18 / 0.95) !important;
  }

  .lg\:stroke-orange-950 {
    stroke: #431407 !important;
  }

  .lg\:stroke-orange-950\/0 {
    stroke: rgb(67 20 7 / 0) !important;
  }

  .lg\:stroke-orange-950\/10 {
    stroke: rgb(67 20 7 / 0.1) !important;
  }

  .lg\:stroke-orange-950\/100 {
    stroke: rgb(67 20 7 / 1) !important;
  }

  .lg\:stroke-orange-950\/15 {
    stroke: rgb(67 20 7 / 0.15) !important;
  }

  .lg\:stroke-orange-950\/20 {
    stroke: rgb(67 20 7 / 0.2) !important;
  }

  .lg\:stroke-orange-950\/25 {
    stroke: rgb(67 20 7 / 0.25) !important;
  }

  .lg\:stroke-orange-950\/30 {
    stroke: rgb(67 20 7 / 0.3) !important;
  }

  .lg\:stroke-orange-950\/35 {
    stroke: rgb(67 20 7 / 0.35) !important;
  }

  .lg\:stroke-orange-950\/40 {
    stroke: rgb(67 20 7 / 0.4) !important;
  }

  .lg\:stroke-orange-950\/45 {
    stroke: rgb(67 20 7 / 0.45) !important;
  }

  .lg\:stroke-orange-950\/5 {
    stroke: rgb(67 20 7 / 0.05) !important;
  }

  .lg\:stroke-orange-950\/50 {
    stroke: rgb(67 20 7 / 0.5) !important;
  }

  .lg\:stroke-orange-950\/55 {
    stroke: rgb(67 20 7 / 0.55) !important;
  }

  .lg\:stroke-orange-950\/60 {
    stroke: rgb(67 20 7 / 0.6) !important;
  }

  .lg\:stroke-orange-950\/65 {
    stroke: rgb(67 20 7 / 0.65) !important;
  }

  .lg\:stroke-orange-950\/70 {
    stroke: rgb(67 20 7 / 0.7) !important;
  }

  .lg\:stroke-orange-950\/75 {
    stroke: rgb(67 20 7 / 0.75) !important;
  }

  .lg\:stroke-orange-950\/80 {
    stroke: rgb(67 20 7 / 0.8) !important;
  }

  .lg\:stroke-orange-950\/85 {
    stroke: rgb(67 20 7 / 0.85) !important;
  }

  .lg\:stroke-orange-950\/90 {
    stroke: rgb(67 20 7 / 0.9) !important;
  }

  .lg\:stroke-orange-950\/95 {
    stroke: rgb(67 20 7 / 0.95) !important;
  }

  .lg\:stroke-pink-100 {
    stroke: #fce7f3 !important;
  }

  .lg\:stroke-pink-100\/0 {
    stroke: rgb(252 231 243 / 0) !important;
  }

  .lg\:stroke-pink-100\/10 {
    stroke: rgb(252 231 243 / 0.1) !important;
  }

  .lg\:stroke-pink-100\/100 {
    stroke: rgb(252 231 243 / 1) !important;
  }

  .lg\:stroke-pink-100\/15 {
    stroke: rgb(252 231 243 / 0.15) !important;
  }

  .lg\:stroke-pink-100\/20 {
    stroke: rgb(252 231 243 / 0.2) !important;
  }

  .lg\:stroke-pink-100\/25 {
    stroke: rgb(252 231 243 / 0.25) !important;
  }

  .lg\:stroke-pink-100\/30 {
    stroke: rgb(252 231 243 / 0.3) !important;
  }

  .lg\:stroke-pink-100\/35 {
    stroke: rgb(252 231 243 / 0.35) !important;
  }

  .lg\:stroke-pink-100\/40 {
    stroke: rgb(252 231 243 / 0.4) !important;
  }

  .lg\:stroke-pink-100\/45 {
    stroke: rgb(252 231 243 / 0.45) !important;
  }

  .lg\:stroke-pink-100\/5 {
    stroke: rgb(252 231 243 / 0.05) !important;
  }

  .lg\:stroke-pink-100\/50 {
    stroke: rgb(252 231 243 / 0.5) !important;
  }

  .lg\:stroke-pink-100\/55 {
    stroke: rgb(252 231 243 / 0.55) !important;
  }

  .lg\:stroke-pink-100\/60 {
    stroke: rgb(252 231 243 / 0.6) !important;
  }

  .lg\:stroke-pink-100\/65 {
    stroke: rgb(252 231 243 / 0.65) !important;
  }

  .lg\:stroke-pink-100\/70 {
    stroke: rgb(252 231 243 / 0.7) !important;
  }

  .lg\:stroke-pink-100\/75 {
    stroke: rgb(252 231 243 / 0.75) !important;
  }

  .lg\:stroke-pink-100\/80 {
    stroke: rgb(252 231 243 / 0.8) !important;
  }

  .lg\:stroke-pink-100\/85 {
    stroke: rgb(252 231 243 / 0.85) !important;
  }

  .lg\:stroke-pink-100\/90 {
    stroke: rgb(252 231 243 / 0.9) !important;
  }

  .lg\:stroke-pink-100\/95 {
    stroke: rgb(252 231 243 / 0.95) !important;
  }

  .lg\:stroke-pink-200 {
    stroke: #fbcfe8 !important;
  }

  .lg\:stroke-pink-200\/0 {
    stroke: rgb(251 207 232 / 0) !important;
  }

  .lg\:stroke-pink-200\/10 {
    stroke: rgb(251 207 232 / 0.1) !important;
  }

  .lg\:stroke-pink-200\/100 {
    stroke: rgb(251 207 232 / 1) !important;
  }

  .lg\:stroke-pink-200\/15 {
    stroke: rgb(251 207 232 / 0.15) !important;
  }

  .lg\:stroke-pink-200\/20 {
    stroke: rgb(251 207 232 / 0.2) !important;
  }

  .lg\:stroke-pink-200\/25 {
    stroke: rgb(251 207 232 / 0.25) !important;
  }

  .lg\:stroke-pink-200\/30 {
    stroke: rgb(251 207 232 / 0.3) !important;
  }

  .lg\:stroke-pink-200\/35 {
    stroke: rgb(251 207 232 / 0.35) !important;
  }

  .lg\:stroke-pink-200\/40 {
    stroke: rgb(251 207 232 / 0.4) !important;
  }

  .lg\:stroke-pink-200\/45 {
    stroke: rgb(251 207 232 / 0.45) !important;
  }

  .lg\:stroke-pink-200\/5 {
    stroke: rgb(251 207 232 / 0.05) !important;
  }

  .lg\:stroke-pink-200\/50 {
    stroke: rgb(251 207 232 / 0.5) !important;
  }

  .lg\:stroke-pink-200\/55 {
    stroke: rgb(251 207 232 / 0.55) !important;
  }

  .lg\:stroke-pink-200\/60 {
    stroke: rgb(251 207 232 / 0.6) !important;
  }

  .lg\:stroke-pink-200\/65 {
    stroke: rgb(251 207 232 / 0.65) !important;
  }

  .lg\:stroke-pink-200\/70 {
    stroke: rgb(251 207 232 / 0.7) !important;
  }

  .lg\:stroke-pink-200\/75 {
    stroke: rgb(251 207 232 / 0.75) !important;
  }

  .lg\:stroke-pink-200\/80 {
    stroke: rgb(251 207 232 / 0.8) !important;
  }

  .lg\:stroke-pink-200\/85 {
    stroke: rgb(251 207 232 / 0.85) !important;
  }

  .lg\:stroke-pink-200\/90 {
    stroke: rgb(251 207 232 / 0.9) !important;
  }

  .lg\:stroke-pink-200\/95 {
    stroke: rgb(251 207 232 / 0.95) !important;
  }

  .lg\:stroke-pink-300 {
    stroke: #f9a8d4 !important;
  }

  .lg\:stroke-pink-300\/0 {
    stroke: rgb(249 168 212 / 0) !important;
  }

  .lg\:stroke-pink-300\/10 {
    stroke: rgb(249 168 212 / 0.1) !important;
  }

  .lg\:stroke-pink-300\/100 {
    stroke: rgb(249 168 212 / 1) !important;
  }

  .lg\:stroke-pink-300\/15 {
    stroke: rgb(249 168 212 / 0.15) !important;
  }

  .lg\:stroke-pink-300\/20 {
    stroke: rgb(249 168 212 / 0.2) !important;
  }

  .lg\:stroke-pink-300\/25 {
    stroke: rgb(249 168 212 / 0.25) !important;
  }

  .lg\:stroke-pink-300\/30 {
    stroke: rgb(249 168 212 / 0.3) !important;
  }

  .lg\:stroke-pink-300\/35 {
    stroke: rgb(249 168 212 / 0.35) !important;
  }

  .lg\:stroke-pink-300\/40 {
    stroke: rgb(249 168 212 / 0.4) !important;
  }

  .lg\:stroke-pink-300\/45 {
    stroke: rgb(249 168 212 / 0.45) !important;
  }

  .lg\:stroke-pink-300\/5 {
    stroke: rgb(249 168 212 / 0.05) !important;
  }

  .lg\:stroke-pink-300\/50 {
    stroke: rgb(249 168 212 / 0.5) !important;
  }

  .lg\:stroke-pink-300\/55 {
    stroke: rgb(249 168 212 / 0.55) !important;
  }

  .lg\:stroke-pink-300\/60 {
    stroke: rgb(249 168 212 / 0.6) !important;
  }

  .lg\:stroke-pink-300\/65 {
    stroke: rgb(249 168 212 / 0.65) !important;
  }

  .lg\:stroke-pink-300\/70 {
    stroke: rgb(249 168 212 / 0.7) !important;
  }

  .lg\:stroke-pink-300\/75 {
    stroke: rgb(249 168 212 / 0.75) !important;
  }

  .lg\:stroke-pink-300\/80 {
    stroke: rgb(249 168 212 / 0.8) !important;
  }

  .lg\:stroke-pink-300\/85 {
    stroke: rgb(249 168 212 / 0.85) !important;
  }

  .lg\:stroke-pink-300\/90 {
    stroke: rgb(249 168 212 / 0.9) !important;
  }

  .lg\:stroke-pink-300\/95 {
    stroke: rgb(249 168 212 / 0.95) !important;
  }

  .lg\:stroke-pink-400 {
    stroke: #f472b6 !important;
  }

  .lg\:stroke-pink-400\/0 {
    stroke: rgb(244 114 182 / 0) !important;
  }

  .lg\:stroke-pink-400\/10 {
    stroke: rgb(244 114 182 / 0.1) !important;
  }

  .lg\:stroke-pink-400\/100 {
    stroke: rgb(244 114 182 / 1) !important;
  }

  .lg\:stroke-pink-400\/15 {
    stroke: rgb(244 114 182 / 0.15) !important;
  }

  .lg\:stroke-pink-400\/20 {
    stroke: rgb(244 114 182 / 0.2) !important;
  }

  .lg\:stroke-pink-400\/25 {
    stroke: rgb(244 114 182 / 0.25) !important;
  }

  .lg\:stroke-pink-400\/30 {
    stroke: rgb(244 114 182 / 0.3) !important;
  }

  .lg\:stroke-pink-400\/35 {
    stroke: rgb(244 114 182 / 0.35) !important;
  }

  .lg\:stroke-pink-400\/40 {
    stroke: rgb(244 114 182 / 0.4) !important;
  }

  .lg\:stroke-pink-400\/45 {
    stroke: rgb(244 114 182 / 0.45) !important;
  }

  .lg\:stroke-pink-400\/5 {
    stroke: rgb(244 114 182 / 0.05) !important;
  }

  .lg\:stroke-pink-400\/50 {
    stroke: rgb(244 114 182 / 0.5) !important;
  }

  .lg\:stroke-pink-400\/55 {
    stroke: rgb(244 114 182 / 0.55) !important;
  }

  .lg\:stroke-pink-400\/60 {
    stroke: rgb(244 114 182 / 0.6) !important;
  }

  .lg\:stroke-pink-400\/65 {
    stroke: rgb(244 114 182 / 0.65) !important;
  }

  .lg\:stroke-pink-400\/70 {
    stroke: rgb(244 114 182 / 0.7) !important;
  }

  .lg\:stroke-pink-400\/75 {
    stroke: rgb(244 114 182 / 0.75) !important;
  }

  .lg\:stroke-pink-400\/80 {
    stroke: rgb(244 114 182 / 0.8) !important;
  }

  .lg\:stroke-pink-400\/85 {
    stroke: rgb(244 114 182 / 0.85) !important;
  }

  .lg\:stroke-pink-400\/90 {
    stroke: rgb(244 114 182 / 0.9) !important;
  }

  .lg\:stroke-pink-400\/95 {
    stroke: rgb(244 114 182 / 0.95) !important;
  }

  .lg\:stroke-pink-50 {
    stroke: #fdf2f8 !important;
  }

  .lg\:stroke-pink-50\/0 {
    stroke: rgb(253 242 248 / 0) !important;
  }

  .lg\:stroke-pink-50\/10 {
    stroke: rgb(253 242 248 / 0.1) !important;
  }

  .lg\:stroke-pink-50\/100 {
    stroke: rgb(253 242 248 / 1) !important;
  }

  .lg\:stroke-pink-50\/15 {
    stroke: rgb(253 242 248 / 0.15) !important;
  }

  .lg\:stroke-pink-50\/20 {
    stroke: rgb(253 242 248 / 0.2) !important;
  }

  .lg\:stroke-pink-50\/25 {
    stroke: rgb(253 242 248 / 0.25) !important;
  }

  .lg\:stroke-pink-50\/30 {
    stroke: rgb(253 242 248 / 0.3) !important;
  }

  .lg\:stroke-pink-50\/35 {
    stroke: rgb(253 242 248 / 0.35) !important;
  }

  .lg\:stroke-pink-50\/40 {
    stroke: rgb(253 242 248 / 0.4) !important;
  }

  .lg\:stroke-pink-50\/45 {
    stroke: rgb(253 242 248 / 0.45) !important;
  }

  .lg\:stroke-pink-50\/5 {
    stroke: rgb(253 242 248 / 0.05) !important;
  }

  .lg\:stroke-pink-50\/50 {
    stroke: rgb(253 242 248 / 0.5) !important;
  }

  .lg\:stroke-pink-50\/55 {
    stroke: rgb(253 242 248 / 0.55) !important;
  }

  .lg\:stroke-pink-50\/60 {
    stroke: rgb(253 242 248 / 0.6) !important;
  }

  .lg\:stroke-pink-50\/65 {
    stroke: rgb(253 242 248 / 0.65) !important;
  }

  .lg\:stroke-pink-50\/70 {
    stroke: rgb(253 242 248 / 0.7) !important;
  }

  .lg\:stroke-pink-50\/75 {
    stroke: rgb(253 242 248 / 0.75) !important;
  }

  .lg\:stroke-pink-50\/80 {
    stroke: rgb(253 242 248 / 0.8) !important;
  }

  .lg\:stroke-pink-50\/85 {
    stroke: rgb(253 242 248 / 0.85) !important;
  }

  .lg\:stroke-pink-50\/90 {
    stroke: rgb(253 242 248 / 0.9) !important;
  }

  .lg\:stroke-pink-50\/95 {
    stroke: rgb(253 242 248 / 0.95) !important;
  }

  .lg\:stroke-pink-500 {
    stroke: #ec4899 !important;
  }

  .lg\:stroke-pink-500\/0 {
    stroke: rgb(236 72 153 / 0) !important;
  }

  .lg\:stroke-pink-500\/10 {
    stroke: rgb(236 72 153 / 0.1) !important;
  }

  .lg\:stroke-pink-500\/100 {
    stroke: rgb(236 72 153 / 1) !important;
  }

  .lg\:stroke-pink-500\/15 {
    stroke: rgb(236 72 153 / 0.15) !important;
  }

  .lg\:stroke-pink-500\/20 {
    stroke: rgb(236 72 153 / 0.2) !important;
  }

  .lg\:stroke-pink-500\/25 {
    stroke: rgb(236 72 153 / 0.25) !important;
  }

  .lg\:stroke-pink-500\/30 {
    stroke: rgb(236 72 153 / 0.3) !important;
  }

  .lg\:stroke-pink-500\/35 {
    stroke: rgb(236 72 153 / 0.35) !important;
  }

  .lg\:stroke-pink-500\/40 {
    stroke: rgb(236 72 153 / 0.4) !important;
  }

  .lg\:stroke-pink-500\/45 {
    stroke: rgb(236 72 153 / 0.45) !important;
  }

  .lg\:stroke-pink-500\/5 {
    stroke: rgb(236 72 153 / 0.05) !important;
  }

  .lg\:stroke-pink-500\/50 {
    stroke: rgb(236 72 153 / 0.5) !important;
  }

  .lg\:stroke-pink-500\/55 {
    stroke: rgb(236 72 153 / 0.55) !important;
  }

  .lg\:stroke-pink-500\/60 {
    stroke: rgb(236 72 153 / 0.6) !important;
  }

  .lg\:stroke-pink-500\/65 {
    stroke: rgb(236 72 153 / 0.65) !important;
  }

  .lg\:stroke-pink-500\/70 {
    stroke: rgb(236 72 153 / 0.7) !important;
  }

  .lg\:stroke-pink-500\/75 {
    stroke: rgb(236 72 153 / 0.75) !important;
  }

  .lg\:stroke-pink-500\/80 {
    stroke: rgb(236 72 153 / 0.8) !important;
  }

  .lg\:stroke-pink-500\/85 {
    stroke: rgb(236 72 153 / 0.85) !important;
  }

  .lg\:stroke-pink-500\/90 {
    stroke: rgb(236 72 153 / 0.9) !important;
  }

  .lg\:stroke-pink-500\/95 {
    stroke: rgb(236 72 153 / 0.95) !important;
  }

  .lg\:stroke-pink-600 {
    stroke: #db2777 !important;
  }

  .lg\:stroke-pink-600\/0 {
    stroke: rgb(219 39 119 / 0) !important;
  }

  .lg\:stroke-pink-600\/10 {
    stroke: rgb(219 39 119 / 0.1) !important;
  }

  .lg\:stroke-pink-600\/100 {
    stroke: rgb(219 39 119 / 1) !important;
  }

  .lg\:stroke-pink-600\/15 {
    stroke: rgb(219 39 119 / 0.15) !important;
  }

  .lg\:stroke-pink-600\/20 {
    stroke: rgb(219 39 119 / 0.2) !important;
  }

  .lg\:stroke-pink-600\/25 {
    stroke: rgb(219 39 119 / 0.25) !important;
  }

  .lg\:stroke-pink-600\/30 {
    stroke: rgb(219 39 119 / 0.3) !important;
  }

  .lg\:stroke-pink-600\/35 {
    stroke: rgb(219 39 119 / 0.35) !important;
  }

  .lg\:stroke-pink-600\/40 {
    stroke: rgb(219 39 119 / 0.4) !important;
  }

  .lg\:stroke-pink-600\/45 {
    stroke: rgb(219 39 119 / 0.45) !important;
  }

  .lg\:stroke-pink-600\/5 {
    stroke: rgb(219 39 119 / 0.05) !important;
  }

  .lg\:stroke-pink-600\/50 {
    stroke: rgb(219 39 119 / 0.5) !important;
  }

  .lg\:stroke-pink-600\/55 {
    stroke: rgb(219 39 119 / 0.55) !important;
  }

  .lg\:stroke-pink-600\/60 {
    stroke: rgb(219 39 119 / 0.6) !important;
  }

  .lg\:stroke-pink-600\/65 {
    stroke: rgb(219 39 119 / 0.65) !important;
  }

  .lg\:stroke-pink-600\/70 {
    stroke: rgb(219 39 119 / 0.7) !important;
  }

  .lg\:stroke-pink-600\/75 {
    stroke: rgb(219 39 119 / 0.75) !important;
  }

  .lg\:stroke-pink-600\/80 {
    stroke: rgb(219 39 119 / 0.8) !important;
  }

  .lg\:stroke-pink-600\/85 {
    stroke: rgb(219 39 119 / 0.85) !important;
  }

  .lg\:stroke-pink-600\/90 {
    stroke: rgb(219 39 119 / 0.9) !important;
  }

  .lg\:stroke-pink-600\/95 {
    stroke: rgb(219 39 119 / 0.95) !important;
  }

  .lg\:stroke-pink-700 {
    stroke: #be185d !important;
  }

  .lg\:stroke-pink-700\/0 {
    stroke: rgb(190 24 93 / 0) !important;
  }

  .lg\:stroke-pink-700\/10 {
    stroke: rgb(190 24 93 / 0.1) !important;
  }

  .lg\:stroke-pink-700\/100 {
    stroke: rgb(190 24 93 / 1) !important;
  }

  .lg\:stroke-pink-700\/15 {
    stroke: rgb(190 24 93 / 0.15) !important;
  }

  .lg\:stroke-pink-700\/20 {
    stroke: rgb(190 24 93 / 0.2) !important;
  }

  .lg\:stroke-pink-700\/25 {
    stroke: rgb(190 24 93 / 0.25) !important;
  }

  .lg\:stroke-pink-700\/30 {
    stroke: rgb(190 24 93 / 0.3) !important;
  }

  .lg\:stroke-pink-700\/35 {
    stroke: rgb(190 24 93 / 0.35) !important;
  }

  .lg\:stroke-pink-700\/40 {
    stroke: rgb(190 24 93 / 0.4) !important;
  }

  .lg\:stroke-pink-700\/45 {
    stroke: rgb(190 24 93 / 0.45) !important;
  }

  .lg\:stroke-pink-700\/5 {
    stroke: rgb(190 24 93 / 0.05) !important;
  }

  .lg\:stroke-pink-700\/50 {
    stroke: rgb(190 24 93 / 0.5) !important;
  }

  .lg\:stroke-pink-700\/55 {
    stroke: rgb(190 24 93 / 0.55) !important;
  }

  .lg\:stroke-pink-700\/60 {
    stroke: rgb(190 24 93 / 0.6) !important;
  }

  .lg\:stroke-pink-700\/65 {
    stroke: rgb(190 24 93 / 0.65) !important;
  }

  .lg\:stroke-pink-700\/70 {
    stroke: rgb(190 24 93 / 0.7) !important;
  }

  .lg\:stroke-pink-700\/75 {
    stroke: rgb(190 24 93 / 0.75) !important;
  }

  .lg\:stroke-pink-700\/80 {
    stroke: rgb(190 24 93 / 0.8) !important;
  }

  .lg\:stroke-pink-700\/85 {
    stroke: rgb(190 24 93 / 0.85) !important;
  }

  .lg\:stroke-pink-700\/90 {
    stroke: rgb(190 24 93 / 0.9) !important;
  }

  .lg\:stroke-pink-700\/95 {
    stroke: rgb(190 24 93 / 0.95) !important;
  }

  .lg\:stroke-pink-800 {
    stroke: #9d174d !important;
  }

  .lg\:stroke-pink-800\/0 {
    stroke: rgb(157 23 77 / 0) !important;
  }

  .lg\:stroke-pink-800\/10 {
    stroke: rgb(157 23 77 / 0.1) !important;
  }

  .lg\:stroke-pink-800\/100 {
    stroke: rgb(157 23 77 / 1) !important;
  }

  .lg\:stroke-pink-800\/15 {
    stroke: rgb(157 23 77 / 0.15) !important;
  }

  .lg\:stroke-pink-800\/20 {
    stroke: rgb(157 23 77 / 0.2) !important;
  }

  .lg\:stroke-pink-800\/25 {
    stroke: rgb(157 23 77 / 0.25) !important;
  }

  .lg\:stroke-pink-800\/30 {
    stroke: rgb(157 23 77 / 0.3) !important;
  }

  .lg\:stroke-pink-800\/35 {
    stroke: rgb(157 23 77 / 0.35) !important;
  }

  .lg\:stroke-pink-800\/40 {
    stroke: rgb(157 23 77 / 0.4) !important;
  }

  .lg\:stroke-pink-800\/45 {
    stroke: rgb(157 23 77 / 0.45) !important;
  }

  .lg\:stroke-pink-800\/5 {
    stroke: rgb(157 23 77 / 0.05) !important;
  }

  .lg\:stroke-pink-800\/50 {
    stroke: rgb(157 23 77 / 0.5) !important;
  }

  .lg\:stroke-pink-800\/55 {
    stroke: rgb(157 23 77 / 0.55) !important;
  }

  .lg\:stroke-pink-800\/60 {
    stroke: rgb(157 23 77 / 0.6) !important;
  }

  .lg\:stroke-pink-800\/65 {
    stroke: rgb(157 23 77 / 0.65) !important;
  }

  .lg\:stroke-pink-800\/70 {
    stroke: rgb(157 23 77 / 0.7) !important;
  }

  .lg\:stroke-pink-800\/75 {
    stroke: rgb(157 23 77 / 0.75) !important;
  }

  .lg\:stroke-pink-800\/80 {
    stroke: rgb(157 23 77 / 0.8) !important;
  }

  .lg\:stroke-pink-800\/85 {
    stroke: rgb(157 23 77 / 0.85) !important;
  }

  .lg\:stroke-pink-800\/90 {
    stroke: rgb(157 23 77 / 0.9) !important;
  }

  .lg\:stroke-pink-800\/95 {
    stroke: rgb(157 23 77 / 0.95) !important;
  }

  .lg\:stroke-pink-900 {
    stroke: #831843 !important;
  }

  .lg\:stroke-pink-900\/0 {
    stroke: rgb(131 24 67 / 0) !important;
  }

  .lg\:stroke-pink-900\/10 {
    stroke: rgb(131 24 67 / 0.1) !important;
  }

  .lg\:stroke-pink-900\/100 {
    stroke: rgb(131 24 67 / 1) !important;
  }

  .lg\:stroke-pink-900\/15 {
    stroke: rgb(131 24 67 / 0.15) !important;
  }

  .lg\:stroke-pink-900\/20 {
    stroke: rgb(131 24 67 / 0.2) !important;
  }

  .lg\:stroke-pink-900\/25 {
    stroke: rgb(131 24 67 / 0.25) !important;
  }

  .lg\:stroke-pink-900\/30 {
    stroke: rgb(131 24 67 / 0.3) !important;
  }

  .lg\:stroke-pink-900\/35 {
    stroke: rgb(131 24 67 / 0.35) !important;
  }

  .lg\:stroke-pink-900\/40 {
    stroke: rgb(131 24 67 / 0.4) !important;
  }

  .lg\:stroke-pink-900\/45 {
    stroke: rgb(131 24 67 / 0.45) !important;
  }

  .lg\:stroke-pink-900\/5 {
    stroke: rgb(131 24 67 / 0.05) !important;
  }

  .lg\:stroke-pink-900\/50 {
    stroke: rgb(131 24 67 / 0.5) !important;
  }

  .lg\:stroke-pink-900\/55 {
    stroke: rgb(131 24 67 / 0.55) !important;
  }

  .lg\:stroke-pink-900\/60 {
    stroke: rgb(131 24 67 / 0.6) !important;
  }

  .lg\:stroke-pink-900\/65 {
    stroke: rgb(131 24 67 / 0.65) !important;
  }

  .lg\:stroke-pink-900\/70 {
    stroke: rgb(131 24 67 / 0.7) !important;
  }

  .lg\:stroke-pink-900\/75 {
    stroke: rgb(131 24 67 / 0.75) !important;
  }

  .lg\:stroke-pink-900\/80 {
    stroke: rgb(131 24 67 / 0.8) !important;
  }

  .lg\:stroke-pink-900\/85 {
    stroke: rgb(131 24 67 / 0.85) !important;
  }

  .lg\:stroke-pink-900\/90 {
    stroke: rgb(131 24 67 / 0.9) !important;
  }

  .lg\:stroke-pink-900\/95 {
    stroke: rgb(131 24 67 / 0.95) !important;
  }

  .lg\:stroke-pink-950 {
    stroke: #500724 !important;
  }

  .lg\:stroke-pink-950\/0 {
    stroke: rgb(80 7 36 / 0) !important;
  }

  .lg\:stroke-pink-950\/10 {
    stroke: rgb(80 7 36 / 0.1) !important;
  }

  .lg\:stroke-pink-950\/100 {
    stroke: rgb(80 7 36 / 1) !important;
  }

  .lg\:stroke-pink-950\/15 {
    stroke: rgb(80 7 36 / 0.15) !important;
  }

  .lg\:stroke-pink-950\/20 {
    stroke: rgb(80 7 36 / 0.2) !important;
  }

  .lg\:stroke-pink-950\/25 {
    stroke: rgb(80 7 36 / 0.25) !important;
  }

  .lg\:stroke-pink-950\/30 {
    stroke: rgb(80 7 36 / 0.3) !important;
  }

  .lg\:stroke-pink-950\/35 {
    stroke: rgb(80 7 36 / 0.35) !important;
  }

  .lg\:stroke-pink-950\/40 {
    stroke: rgb(80 7 36 / 0.4) !important;
  }

  .lg\:stroke-pink-950\/45 {
    stroke: rgb(80 7 36 / 0.45) !important;
  }

  .lg\:stroke-pink-950\/5 {
    stroke: rgb(80 7 36 / 0.05) !important;
  }

  .lg\:stroke-pink-950\/50 {
    stroke: rgb(80 7 36 / 0.5) !important;
  }

  .lg\:stroke-pink-950\/55 {
    stroke: rgb(80 7 36 / 0.55) !important;
  }

  .lg\:stroke-pink-950\/60 {
    stroke: rgb(80 7 36 / 0.6) !important;
  }

  .lg\:stroke-pink-950\/65 {
    stroke: rgb(80 7 36 / 0.65) !important;
  }

  .lg\:stroke-pink-950\/70 {
    stroke: rgb(80 7 36 / 0.7) !important;
  }

  .lg\:stroke-pink-950\/75 {
    stroke: rgb(80 7 36 / 0.75) !important;
  }

  .lg\:stroke-pink-950\/80 {
    stroke: rgb(80 7 36 / 0.8) !important;
  }

  .lg\:stroke-pink-950\/85 {
    stroke: rgb(80 7 36 / 0.85) !important;
  }

  .lg\:stroke-pink-950\/90 {
    stroke: rgb(80 7 36 / 0.9) !important;
  }

  .lg\:stroke-pink-950\/95 {
    stroke: rgb(80 7 36 / 0.95) !important;
  }

  .lg\:stroke-purple-100 {
    stroke: #f3e8ff !important;
  }

  .lg\:stroke-purple-100\/0 {
    stroke: rgb(243 232 255 / 0) !important;
  }

  .lg\:stroke-purple-100\/10 {
    stroke: rgb(243 232 255 / 0.1) !important;
  }

  .lg\:stroke-purple-100\/100 {
    stroke: rgb(243 232 255 / 1) !important;
  }

  .lg\:stroke-purple-100\/15 {
    stroke: rgb(243 232 255 / 0.15) !important;
  }

  .lg\:stroke-purple-100\/20 {
    stroke: rgb(243 232 255 / 0.2) !important;
  }

  .lg\:stroke-purple-100\/25 {
    stroke: rgb(243 232 255 / 0.25) !important;
  }

  .lg\:stroke-purple-100\/30 {
    stroke: rgb(243 232 255 / 0.3) !important;
  }

  .lg\:stroke-purple-100\/35 {
    stroke: rgb(243 232 255 / 0.35) !important;
  }

  .lg\:stroke-purple-100\/40 {
    stroke: rgb(243 232 255 / 0.4) !important;
  }

  .lg\:stroke-purple-100\/45 {
    stroke: rgb(243 232 255 / 0.45) !important;
  }

  .lg\:stroke-purple-100\/5 {
    stroke: rgb(243 232 255 / 0.05) !important;
  }

  .lg\:stroke-purple-100\/50 {
    stroke: rgb(243 232 255 / 0.5) !important;
  }

  .lg\:stroke-purple-100\/55 {
    stroke: rgb(243 232 255 / 0.55) !important;
  }

  .lg\:stroke-purple-100\/60 {
    stroke: rgb(243 232 255 / 0.6) !important;
  }

  .lg\:stroke-purple-100\/65 {
    stroke: rgb(243 232 255 / 0.65) !important;
  }

  .lg\:stroke-purple-100\/70 {
    stroke: rgb(243 232 255 / 0.7) !important;
  }

  .lg\:stroke-purple-100\/75 {
    stroke: rgb(243 232 255 / 0.75) !important;
  }

  .lg\:stroke-purple-100\/80 {
    stroke: rgb(243 232 255 / 0.8) !important;
  }

  .lg\:stroke-purple-100\/85 {
    stroke: rgb(243 232 255 / 0.85) !important;
  }

  .lg\:stroke-purple-100\/90 {
    stroke: rgb(243 232 255 / 0.9) !important;
  }

  .lg\:stroke-purple-100\/95 {
    stroke: rgb(243 232 255 / 0.95) !important;
  }

  .lg\:stroke-purple-200 {
    stroke: #e9d5ff !important;
  }

  .lg\:stroke-purple-200\/0 {
    stroke: rgb(233 213 255 / 0) !important;
  }

  .lg\:stroke-purple-200\/10 {
    stroke: rgb(233 213 255 / 0.1) !important;
  }

  .lg\:stroke-purple-200\/100 {
    stroke: rgb(233 213 255 / 1) !important;
  }

  .lg\:stroke-purple-200\/15 {
    stroke: rgb(233 213 255 / 0.15) !important;
  }

  .lg\:stroke-purple-200\/20 {
    stroke: rgb(233 213 255 / 0.2) !important;
  }

  .lg\:stroke-purple-200\/25 {
    stroke: rgb(233 213 255 / 0.25) !important;
  }

  .lg\:stroke-purple-200\/30 {
    stroke: rgb(233 213 255 / 0.3) !important;
  }

  .lg\:stroke-purple-200\/35 {
    stroke: rgb(233 213 255 / 0.35) !important;
  }

  .lg\:stroke-purple-200\/40 {
    stroke: rgb(233 213 255 / 0.4) !important;
  }

  .lg\:stroke-purple-200\/45 {
    stroke: rgb(233 213 255 / 0.45) !important;
  }

  .lg\:stroke-purple-200\/5 {
    stroke: rgb(233 213 255 / 0.05) !important;
  }

  .lg\:stroke-purple-200\/50 {
    stroke: rgb(233 213 255 / 0.5) !important;
  }

  .lg\:stroke-purple-200\/55 {
    stroke: rgb(233 213 255 / 0.55) !important;
  }

  .lg\:stroke-purple-200\/60 {
    stroke: rgb(233 213 255 / 0.6) !important;
  }

  .lg\:stroke-purple-200\/65 {
    stroke: rgb(233 213 255 / 0.65) !important;
  }

  .lg\:stroke-purple-200\/70 {
    stroke: rgb(233 213 255 / 0.7) !important;
  }

  .lg\:stroke-purple-200\/75 {
    stroke: rgb(233 213 255 / 0.75) !important;
  }

  .lg\:stroke-purple-200\/80 {
    stroke: rgb(233 213 255 / 0.8) !important;
  }

  .lg\:stroke-purple-200\/85 {
    stroke: rgb(233 213 255 / 0.85) !important;
  }

  .lg\:stroke-purple-200\/90 {
    stroke: rgb(233 213 255 / 0.9) !important;
  }

  .lg\:stroke-purple-200\/95 {
    stroke: rgb(233 213 255 / 0.95) !important;
  }

  .lg\:stroke-purple-300 {
    stroke: #d8b4fe !important;
  }

  .lg\:stroke-purple-300\/0 {
    stroke: rgb(216 180 254 / 0) !important;
  }

  .lg\:stroke-purple-300\/10 {
    stroke: rgb(216 180 254 / 0.1) !important;
  }

  .lg\:stroke-purple-300\/100 {
    stroke: rgb(216 180 254 / 1) !important;
  }

  .lg\:stroke-purple-300\/15 {
    stroke: rgb(216 180 254 / 0.15) !important;
  }

  .lg\:stroke-purple-300\/20 {
    stroke: rgb(216 180 254 / 0.2) !important;
  }

  .lg\:stroke-purple-300\/25 {
    stroke: rgb(216 180 254 / 0.25) !important;
  }

  .lg\:stroke-purple-300\/30 {
    stroke: rgb(216 180 254 / 0.3) !important;
  }

  .lg\:stroke-purple-300\/35 {
    stroke: rgb(216 180 254 / 0.35) !important;
  }

  .lg\:stroke-purple-300\/40 {
    stroke: rgb(216 180 254 / 0.4) !important;
  }

  .lg\:stroke-purple-300\/45 {
    stroke: rgb(216 180 254 / 0.45) !important;
  }

  .lg\:stroke-purple-300\/5 {
    stroke: rgb(216 180 254 / 0.05) !important;
  }

  .lg\:stroke-purple-300\/50 {
    stroke: rgb(216 180 254 / 0.5) !important;
  }

  .lg\:stroke-purple-300\/55 {
    stroke: rgb(216 180 254 / 0.55) !important;
  }

  .lg\:stroke-purple-300\/60 {
    stroke: rgb(216 180 254 / 0.6) !important;
  }

  .lg\:stroke-purple-300\/65 {
    stroke: rgb(216 180 254 / 0.65) !important;
  }

  .lg\:stroke-purple-300\/70 {
    stroke: rgb(216 180 254 / 0.7) !important;
  }

  .lg\:stroke-purple-300\/75 {
    stroke: rgb(216 180 254 / 0.75) !important;
  }

  .lg\:stroke-purple-300\/80 {
    stroke: rgb(216 180 254 / 0.8) !important;
  }

  .lg\:stroke-purple-300\/85 {
    stroke: rgb(216 180 254 / 0.85) !important;
  }

  .lg\:stroke-purple-300\/90 {
    stroke: rgb(216 180 254 / 0.9) !important;
  }

  .lg\:stroke-purple-300\/95 {
    stroke: rgb(216 180 254 / 0.95) !important;
  }

  .lg\:stroke-purple-400 {
    stroke: #c084fc !important;
  }

  .lg\:stroke-purple-400\/0 {
    stroke: rgb(192 132 252 / 0) !important;
  }

  .lg\:stroke-purple-400\/10 {
    stroke: rgb(192 132 252 / 0.1) !important;
  }

  .lg\:stroke-purple-400\/100 {
    stroke: rgb(192 132 252 / 1) !important;
  }

  .lg\:stroke-purple-400\/15 {
    stroke: rgb(192 132 252 / 0.15) !important;
  }

  .lg\:stroke-purple-400\/20 {
    stroke: rgb(192 132 252 / 0.2) !important;
  }

  .lg\:stroke-purple-400\/25 {
    stroke: rgb(192 132 252 / 0.25) !important;
  }

  .lg\:stroke-purple-400\/30 {
    stroke: rgb(192 132 252 / 0.3) !important;
  }

  .lg\:stroke-purple-400\/35 {
    stroke: rgb(192 132 252 / 0.35) !important;
  }

  .lg\:stroke-purple-400\/40 {
    stroke: rgb(192 132 252 / 0.4) !important;
  }

  .lg\:stroke-purple-400\/45 {
    stroke: rgb(192 132 252 / 0.45) !important;
  }

  .lg\:stroke-purple-400\/5 {
    stroke: rgb(192 132 252 / 0.05) !important;
  }

  .lg\:stroke-purple-400\/50 {
    stroke: rgb(192 132 252 / 0.5) !important;
  }

  .lg\:stroke-purple-400\/55 {
    stroke: rgb(192 132 252 / 0.55) !important;
  }

  .lg\:stroke-purple-400\/60 {
    stroke: rgb(192 132 252 / 0.6) !important;
  }

  .lg\:stroke-purple-400\/65 {
    stroke: rgb(192 132 252 / 0.65) !important;
  }

  .lg\:stroke-purple-400\/70 {
    stroke: rgb(192 132 252 / 0.7) !important;
  }

  .lg\:stroke-purple-400\/75 {
    stroke: rgb(192 132 252 / 0.75) !important;
  }

  .lg\:stroke-purple-400\/80 {
    stroke: rgb(192 132 252 / 0.8) !important;
  }

  .lg\:stroke-purple-400\/85 {
    stroke: rgb(192 132 252 / 0.85) !important;
  }

  .lg\:stroke-purple-400\/90 {
    stroke: rgb(192 132 252 / 0.9) !important;
  }

  .lg\:stroke-purple-400\/95 {
    stroke: rgb(192 132 252 / 0.95) !important;
  }

  .lg\:stroke-purple-50 {
    stroke: #faf5ff !important;
  }

  .lg\:stroke-purple-50\/0 {
    stroke: rgb(250 245 255 / 0) !important;
  }

  .lg\:stroke-purple-50\/10 {
    stroke: rgb(250 245 255 / 0.1) !important;
  }

  .lg\:stroke-purple-50\/100 {
    stroke: rgb(250 245 255 / 1) !important;
  }

  .lg\:stroke-purple-50\/15 {
    stroke: rgb(250 245 255 / 0.15) !important;
  }

  .lg\:stroke-purple-50\/20 {
    stroke: rgb(250 245 255 / 0.2) !important;
  }

  .lg\:stroke-purple-50\/25 {
    stroke: rgb(250 245 255 / 0.25) !important;
  }

  .lg\:stroke-purple-50\/30 {
    stroke: rgb(250 245 255 / 0.3) !important;
  }

  .lg\:stroke-purple-50\/35 {
    stroke: rgb(250 245 255 / 0.35) !important;
  }

  .lg\:stroke-purple-50\/40 {
    stroke: rgb(250 245 255 / 0.4) !important;
  }

  .lg\:stroke-purple-50\/45 {
    stroke: rgb(250 245 255 / 0.45) !important;
  }

  .lg\:stroke-purple-50\/5 {
    stroke: rgb(250 245 255 / 0.05) !important;
  }

  .lg\:stroke-purple-50\/50 {
    stroke: rgb(250 245 255 / 0.5) !important;
  }

  .lg\:stroke-purple-50\/55 {
    stroke: rgb(250 245 255 / 0.55) !important;
  }

  .lg\:stroke-purple-50\/60 {
    stroke: rgb(250 245 255 / 0.6) !important;
  }

  .lg\:stroke-purple-50\/65 {
    stroke: rgb(250 245 255 / 0.65) !important;
  }

  .lg\:stroke-purple-50\/70 {
    stroke: rgb(250 245 255 / 0.7) !important;
  }

  .lg\:stroke-purple-50\/75 {
    stroke: rgb(250 245 255 / 0.75) !important;
  }

  .lg\:stroke-purple-50\/80 {
    stroke: rgb(250 245 255 / 0.8) !important;
  }

  .lg\:stroke-purple-50\/85 {
    stroke: rgb(250 245 255 / 0.85) !important;
  }

  .lg\:stroke-purple-50\/90 {
    stroke: rgb(250 245 255 / 0.9) !important;
  }

  .lg\:stroke-purple-50\/95 {
    stroke: rgb(250 245 255 / 0.95) !important;
  }

  .lg\:stroke-purple-500 {
    stroke: #a855f7 !important;
  }

  .lg\:stroke-purple-500\/0 {
    stroke: rgb(168 85 247 / 0) !important;
  }

  .lg\:stroke-purple-500\/10 {
    stroke: rgb(168 85 247 / 0.1) !important;
  }

  .lg\:stroke-purple-500\/100 {
    stroke: rgb(168 85 247 / 1) !important;
  }

  .lg\:stroke-purple-500\/15 {
    stroke: rgb(168 85 247 / 0.15) !important;
  }

  .lg\:stroke-purple-500\/20 {
    stroke: rgb(168 85 247 / 0.2) !important;
  }

  .lg\:stroke-purple-500\/25 {
    stroke: rgb(168 85 247 / 0.25) !important;
  }

  .lg\:stroke-purple-500\/30 {
    stroke: rgb(168 85 247 / 0.3) !important;
  }

  .lg\:stroke-purple-500\/35 {
    stroke: rgb(168 85 247 / 0.35) !important;
  }

  .lg\:stroke-purple-500\/40 {
    stroke: rgb(168 85 247 / 0.4) !important;
  }

  .lg\:stroke-purple-500\/45 {
    stroke: rgb(168 85 247 / 0.45) !important;
  }

  .lg\:stroke-purple-500\/5 {
    stroke: rgb(168 85 247 / 0.05) !important;
  }

  .lg\:stroke-purple-500\/50 {
    stroke: rgb(168 85 247 / 0.5) !important;
  }

  .lg\:stroke-purple-500\/55 {
    stroke: rgb(168 85 247 / 0.55) !important;
  }

  .lg\:stroke-purple-500\/60 {
    stroke: rgb(168 85 247 / 0.6) !important;
  }

  .lg\:stroke-purple-500\/65 {
    stroke: rgb(168 85 247 / 0.65) !important;
  }

  .lg\:stroke-purple-500\/70 {
    stroke: rgb(168 85 247 / 0.7) !important;
  }

  .lg\:stroke-purple-500\/75 {
    stroke: rgb(168 85 247 / 0.75) !important;
  }

  .lg\:stroke-purple-500\/80 {
    stroke: rgb(168 85 247 / 0.8) !important;
  }

  .lg\:stroke-purple-500\/85 {
    stroke: rgb(168 85 247 / 0.85) !important;
  }

  .lg\:stroke-purple-500\/90 {
    stroke: rgb(168 85 247 / 0.9) !important;
  }

  .lg\:stroke-purple-500\/95 {
    stroke: rgb(168 85 247 / 0.95) !important;
  }

  .lg\:stroke-purple-600 {
    stroke: #9333ea !important;
  }

  .lg\:stroke-purple-600\/0 {
    stroke: rgb(147 51 234 / 0) !important;
  }

  .lg\:stroke-purple-600\/10 {
    stroke: rgb(147 51 234 / 0.1) !important;
  }

  .lg\:stroke-purple-600\/100 {
    stroke: rgb(147 51 234 / 1) !important;
  }

  .lg\:stroke-purple-600\/15 {
    stroke: rgb(147 51 234 / 0.15) !important;
  }

  .lg\:stroke-purple-600\/20 {
    stroke: rgb(147 51 234 / 0.2) !important;
  }

  .lg\:stroke-purple-600\/25 {
    stroke: rgb(147 51 234 / 0.25) !important;
  }

  .lg\:stroke-purple-600\/30 {
    stroke: rgb(147 51 234 / 0.3) !important;
  }

  .lg\:stroke-purple-600\/35 {
    stroke: rgb(147 51 234 / 0.35) !important;
  }

  .lg\:stroke-purple-600\/40 {
    stroke: rgb(147 51 234 / 0.4) !important;
  }

  .lg\:stroke-purple-600\/45 {
    stroke: rgb(147 51 234 / 0.45) !important;
  }

  .lg\:stroke-purple-600\/5 {
    stroke: rgb(147 51 234 / 0.05) !important;
  }

  .lg\:stroke-purple-600\/50 {
    stroke: rgb(147 51 234 / 0.5) !important;
  }

  .lg\:stroke-purple-600\/55 {
    stroke: rgb(147 51 234 / 0.55) !important;
  }

  .lg\:stroke-purple-600\/60 {
    stroke: rgb(147 51 234 / 0.6) !important;
  }

  .lg\:stroke-purple-600\/65 {
    stroke: rgb(147 51 234 / 0.65) !important;
  }

  .lg\:stroke-purple-600\/70 {
    stroke: rgb(147 51 234 / 0.7) !important;
  }

  .lg\:stroke-purple-600\/75 {
    stroke: rgb(147 51 234 / 0.75) !important;
  }

  .lg\:stroke-purple-600\/80 {
    stroke: rgb(147 51 234 / 0.8) !important;
  }

  .lg\:stroke-purple-600\/85 {
    stroke: rgb(147 51 234 / 0.85) !important;
  }

  .lg\:stroke-purple-600\/90 {
    stroke: rgb(147 51 234 / 0.9) !important;
  }

  .lg\:stroke-purple-600\/95 {
    stroke: rgb(147 51 234 / 0.95) !important;
  }

  .lg\:stroke-purple-700 {
    stroke: #7e22ce !important;
  }

  .lg\:stroke-purple-700\/0 {
    stroke: rgb(126 34 206 / 0) !important;
  }

  .lg\:stroke-purple-700\/10 {
    stroke: rgb(126 34 206 / 0.1) !important;
  }

  .lg\:stroke-purple-700\/100 {
    stroke: rgb(126 34 206 / 1) !important;
  }

  .lg\:stroke-purple-700\/15 {
    stroke: rgb(126 34 206 / 0.15) !important;
  }

  .lg\:stroke-purple-700\/20 {
    stroke: rgb(126 34 206 / 0.2) !important;
  }

  .lg\:stroke-purple-700\/25 {
    stroke: rgb(126 34 206 / 0.25) !important;
  }

  .lg\:stroke-purple-700\/30 {
    stroke: rgb(126 34 206 / 0.3) !important;
  }

  .lg\:stroke-purple-700\/35 {
    stroke: rgb(126 34 206 / 0.35) !important;
  }

  .lg\:stroke-purple-700\/40 {
    stroke: rgb(126 34 206 / 0.4) !important;
  }

  .lg\:stroke-purple-700\/45 {
    stroke: rgb(126 34 206 / 0.45) !important;
  }

  .lg\:stroke-purple-700\/5 {
    stroke: rgb(126 34 206 / 0.05) !important;
  }

  .lg\:stroke-purple-700\/50 {
    stroke: rgb(126 34 206 / 0.5) !important;
  }

  .lg\:stroke-purple-700\/55 {
    stroke: rgb(126 34 206 / 0.55) !important;
  }

  .lg\:stroke-purple-700\/60 {
    stroke: rgb(126 34 206 / 0.6) !important;
  }

  .lg\:stroke-purple-700\/65 {
    stroke: rgb(126 34 206 / 0.65) !important;
  }

  .lg\:stroke-purple-700\/70 {
    stroke: rgb(126 34 206 / 0.7) !important;
  }

  .lg\:stroke-purple-700\/75 {
    stroke: rgb(126 34 206 / 0.75) !important;
  }

  .lg\:stroke-purple-700\/80 {
    stroke: rgb(126 34 206 / 0.8) !important;
  }

  .lg\:stroke-purple-700\/85 {
    stroke: rgb(126 34 206 / 0.85) !important;
  }

  .lg\:stroke-purple-700\/90 {
    stroke: rgb(126 34 206 / 0.9) !important;
  }

  .lg\:stroke-purple-700\/95 {
    stroke: rgb(126 34 206 / 0.95) !important;
  }

  .lg\:stroke-purple-800 {
    stroke: #6b21a8 !important;
  }

  .lg\:stroke-purple-800\/0 {
    stroke: rgb(107 33 168 / 0) !important;
  }

  .lg\:stroke-purple-800\/10 {
    stroke: rgb(107 33 168 / 0.1) !important;
  }

  .lg\:stroke-purple-800\/100 {
    stroke: rgb(107 33 168 / 1) !important;
  }

  .lg\:stroke-purple-800\/15 {
    stroke: rgb(107 33 168 / 0.15) !important;
  }

  .lg\:stroke-purple-800\/20 {
    stroke: rgb(107 33 168 / 0.2) !important;
  }

  .lg\:stroke-purple-800\/25 {
    stroke: rgb(107 33 168 / 0.25) !important;
  }

  .lg\:stroke-purple-800\/30 {
    stroke: rgb(107 33 168 / 0.3) !important;
  }

  .lg\:stroke-purple-800\/35 {
    stroke: rgb(107 33 168 / 0.35) !important;
  }

  .lg\:stroke-purple-800\/40 {
    stroke: rgb(107 33 168 / 0.4) !important;
  }

  .lg\:stroke-purple-800\/45 {
    stroke: rgb(107 33 168 / 0.45) !important;
  }

  .lg\:stroke-purple-800\/5 {
    stroke: rgb(107 33 168 / 0.05) !important;
  }

  .lg\:stroke-purple-800\/50 {
    stroke: rgb(107 33 168 / 0.5) !important;
  }

  .lg\:stroke-purple-800\/55 {
    stroke: rgb(107 33 168 / 0.55) !important;
  }

  .lg\:stroke-purple-800\/60 {
    stroke: rgb(107 33 168 / 0.6) !important;
  }

  .lg\:stroke-purple-800\/65 {
    stroke: rgb(107 33 168 / 0.65) !important;
  }

  .lg\:stroke-purple-800\/70 {
    stroke: rgb(107 33 168 / 0.7) !important;
  }

  .lg\:stroke-purple-800\/75 {
    stroke: rgb(107 33 168 / 0.75) !important;
  }

  .lg\:stroke-purple-800\/80 {
    stroke: rgb(107 33 168 / 0.8) !important;
  }

  .lg\:stroke-purple-800\/85 {
    stroke: rgb(107 33 168 / 0.85) !important;
  }

  .lg\:stroke-purple-800\/90 {
    stroke: rgb(107 33 168 / 0.9) !important;
  }

  .lg\:stroke-purple-800\/95 {
    stroke: rgb(107 33 168 / 0.95) !important;
  }

  .lg\:stroke-purple-900 {
    stroke: #581c87 !important;
  }

  .lg\:stroke-purple-900\/0 {
    stroke: rgb(88 28 135 / 0) !important;
  }

  .lg\:stroke-purple-900\/10 {
    stroke: rgb(88 28 135 / 0.1) !important;
  }

  .lg\:stroke-purple-900\/100 {
    stroke: rgb(88 28 135 / 1) !important;
  }

  .lg\:stroke-purple-900\/15 {
    stroke: rgb(88 28 135 / 0.15) !important;
  }

  .lg\:stroke-purple-900\/20 {
    stroke: rgb(88 28 135 / 0.2) !important;
  }

  .lg\:stroke-purple-900\/25 {
    stroke: rgb(88 28 135 / 0.25) !important;
  }

  .lg\:stroke-purple-900\/30 {
    stroke: rgb(88 28 135 / 0.3) !important;
  }

  .lg\:stroke-purple-900\/35 {
    stroke: rgb(88 28 135 / 0.35) !important;
  }

  .lg\:stroke-purple-900\/40 {
    stroke: rgb(88 28 135 / 0.4) !important;
  }

  .lg\:stroke-purple-900\/45 {
    stroke: rgb(88 28 135 / 0.45) !important;
  }

  .lg\:stroke-purple-900\/5 {
    stroke: rgb(88 28 135 / 0.05) !important;
  }

  .lg\:stroke-purple-900\/50 {
    stroke: rgb(88 28 135 / 0.5) !important;
  }

  .lg\:stroke-purple-900\/55 {
    stroke: rgb(88 28 135 / 0.55) !important;
  }

  .lg\:stroke-purple-900\/60 {
    stroke: rgb(88 28 135 / 0.6) !important;
  }

  .lg\:stroke-purple-900\/65 {
    stroke: rgb(88 28 135 / 0.65) !important;
  }

  .lg\:stroke-purple-900\/70 {
    stroke: rgb(88 28 135 / 0.7) !important;
  }

  .lg\:stroke-purple-900\/75 {
    stroke: rgb(88 28 135 / 0.75) !important;
  }

  .lg\:stroke-purple-900\/80 {
    stroke: rgb(88 28 135 / 0.8) !important;
  }

  .lg\:stroke-purple-900\/85 {
    stroke: rgb(88 28 135 / 0.85) !important;
  }

  .lg\:stroke-purple-900\/90 {
    stroke: rgb(88 28 135 / 0.9) !important;
  }

  .lg\:stroke-purple-900\/95 {
    stroke: rgb(88 28 135 / 0.95) !important;
  }

  .lg\:stroke-purple-950 {
    stroke: #3b0764 !important;
  }

  .lg\:stroke-purple-950\/0 {
    stroke: rgb(59 7 100 / 0) !important;
  }

  .lg\:stroke-purple-950\/10 {
    stroke: rgb(59 7 100 / 0.1) !important;
  }

  .lg\:stroke-purple-950\/100 {
    stroke: rgb(59 7 100 / 1) !important;
  }

  .lg\:stroke-purple-950\/15 {
    stroke: rgb(59 7 100 / 0.15) !important;
  }

  .lg\:stroke-purple-950\/20 {
    stroke: rgb(59 7 100 / 0.2) !important;
  }

  .lg\:stroke-purple-950\/25 {
    stroke: rgb(59 7 100 / 0.25) !important;
  }

  .lg\:stroke-purple-950\/30 {
    stroke: rgb(59 7 100 / 0.3) !important;
  }

  .lg\:stroke-purple-950\/35 {
    stroke: rgb(59 7 100 / 0.35) !important;
  }

  .lg\:stroke-purple-950\/40 {
    stroke: rgb(59 7 100 / 0.4) !important;
  }

  .lg\:stroke-purple-950\/45 {
    stroke: rgb(59 7 100 / 0.45) !important;
  }

  .lg\:stroke-purple-950\/5 {
    stroke: rgb(59 7 100 / 0.05) !important;
  }

  .lg\:stroke-purple-950\/50 {
    stroke: rgb(59 7 100 / 0.5) !important;
  }

  .lg\:stroke-purple-950\/55 {
    stroke: rgb(59 7 100 / 0.55) !important;
  }

  .lg\:stroke-purple-950\/60 {
    stroke: rgb(59 7 100 / 0.6) !important;
  }

  .lg\:stroke-purple-950\/65 {
    stroke: rgb(59 7 100 / 0.65) !important;
  }

  .lg\:stroke-purple-950\/70 {
    stroke: rgb(59 7 100 / 0.7) !important;
  }

  .lg\:stroke-purple-950\/75 {
    stroke: rgb(59 7 100 / 0.75) !important;
  }

  .lg\:stroke-purple-950\/80 {
    stroke: rgb(59 7 100 / 0.8) !important;
  }

  .lg\:stroke-purple-950\/85 {
    stroke: rgb(59 7 100 / 0.85) !important;
  }

  .lg\:stroke-purple-950\/90 {
    stroke: rgb(59 7 100 / 0.9) !important;
  }

  .lg\:stroke-purple-950\/95 {
    stroke: rgb(59 7 100 / 0.95) !important;
  }

  .lg\:stroke-red-100 {
    stroke: #fee2e2 !important;
  }

  .lg\:stroke-red-100\/0 {
    stroke: rgb(254 226 226 / 0) !important;
  }

  .lg\:stroke-red-100\/10 {
    stroke: rgb(254 226 226 / 0.1) !important;
  }

  .lg\:stroke-red-100\/100 {
    stroke: rgb(254 226 226 / 1) !important;
  }

  .lg\:stroke-red-100\/15 {
    stroke: rgb(254 226 226 / 0.15) !important;
  }

  .lg\:stroke-red-100\/20 {
    stroke: rgb(254 226 226 / 0.2) !important;
  }

  .lg\:stroke-red-100\/25 {
    stroke: rgb(254 226 226 / 0.25) !important;
  }

  .lg\:stroke-red-100\/30 {
    stroke: rgb(254 226 226 / 0.3) !important;
  }

  .lg\:stroke-red-100\/35 {
    stroke: rgb(254 226 226 / 0.35) !important;
  }

  .lg\:stroke-red-100\/40 {
    stroke: rgb(254 226 226 / 0.4) !important;
  }

  .lg\:stroke-red-100\/45 {
    stroke: rgb(254 226 226 / 0.45) !important;
  }

  .lg\:stroke-red-100\/5 {
    stroke: rgb(254 226 226 / 0.05) !important;
  }

  .lg\:stroke-red-100\/50 {
    stroke: rgb(254 226 226 / 0.5) !important;
  }

  .lg\:stroke-red-100\/55 {
    stroke: rgb(254 226 226 / 0.55) !important;
  }

  .lg\:stroke-red-100\/60 {
    stroke: rgb(254 226 226 / 0.6) !important;
  }

  .lg\:stroke-red-100\/65 {
    stroke: rgb(254 226 226 / 0.65) !important;
  }

  .lg\:stroke-red-100\/70 {
    stroke: rgb(254 226 226 / 0.7) !important;
  }

  .lg\:stroke-red-100\/75 {
    stroke: rgb(254 226 226 / 0.75) !important;
  }

  .lg\:stroke-red-100\/80 {
    stroke: rgb(254 226 226 / 0.8) !important;
  }

  .lg\:stroke-red-100\/85 {
    stroke: rgb(254 226 226 / 0.85) !important;
  }

  .lg\:stroke-red-100\/90 {
    stroke: rgb(254 226 226 / 0.9) !important;
  }

  .lg\:stroke-red-100\/95 {
    stroke: rgb(254 226 226 / 0.95) !important;
  }

  .lg\:stroke-red-200 {
    stroke: #fecaca !important;
  }

  .lg\:stroke-red-200\/0 {
    stroke: rgb(254 202 202 / 0) !important;
  }

  .lg\:stroke-red-200\/10 {
    stroke: rgb(254 202 202 / 0.1) !important;
  }

  .lg\:stroke-red-200\/100 {
    stroke: rgb(254 202 202 / 1) !important;
  }

  .lg\:stroke-red-200\/15 {
    stroke: rgb(254 202 202 / 0.15) !important;
  }

  .lg\:stroke-red-200\/20 {
    stroke: rgb(254 202 202 / 0.2) !important;
  }

  .lg\:stroke-red-200\/25 {
    stroke: rgb(254 202 202 / 0.25) !important;
  }

  .lg\:stroke-red-200\/30 {
    stroke: rgb(254 202 202 / 0.3) !important;
  }

  .lg\:stroke-red-200\/35 {
    stroke: rgb(254 202 202 / 0.35) !important;
  }

  .lg\:stroke-red-200\/40 {
    stroke: rgb(254 202 202 / 0.4) !important;
  }

  .lg\:stroke-red-200\/45 {
    stroke: rgb(254 202 202 / 0.45) !important;
  }

  .lg\:stroke-red-200\/5 {
    stroke: rgb(254 202 202 / 0.05) !important;
  }

  .lg\:stroke-red-200\/50 {
    stroke: rgb(254 202 202 / 0.5) !important;
  }

  .lg\:stroke-red-200\/55 {
    stroke: rgb(254 202 202 / 0.55) !important;
  }

  .lg\:stroke-red-200\/60 {
    stroke: rgb(254 202 202 / 0.6) !important;
  }

  .lg\:stroke-red-200\/65 {
    stroke: rgb(254 202 202 / 0.65) !important;
  }

  .lg\:stroke-red-200\/70 {
    stroke: rgb(254 202 202 / 0.7) !important;
  }

  .lg\:stroke-red-200\/75 {
    stroke: rgb(254 202 202 / 0.75) !important;
  }

  .lg\:stroke-red-200\/80 {
    stroke: rgb(254 202 202 / 0.8) !important;
  }

  .lg\:stroke-red-200\/85 {
    stroke: rgb(254 202 202 / 0.85) !important;
  }

  .lg\:stroke-red-200\/90 {
    stroke: rgb(254 202 202 / 0.9) !important;
  }

  .lg\:stroke-red-200\/95 {
    stroke: rgb(254 202 202 / 0.95) !important;
  }

  .lg\:stroke-red-300 {
    stroke: #fca5a5 !important;
  }

  .lg\:stroke-red-300\/0 {
    stroke: rgb(252 165 165 / 0) !important;
  }

  .lg\:stroke-red-300\/10 {
    stroke: rgb(252 165 165 / 0.1) !important;
  }

  .lg\:stroke-red-300\/100 {
    stroke: rgb(252 165 165 / 1) !important;
  }

  .lg\:stroke-red-300\/15 {
    stroke: rgb(252 165 165 / 0.15) !important;
  }

  .lg\:stroke-red-300\/20 {
    stroke: rgb(252 165 165 / 0.2) !important;
  }

  .lg\:stroke-red-300\/25 {
    stroke: rgb(252 165 165 / 0.25) !important;
  }

  .lg\:stroke-red-300\/30 {
    stroke: rgb(252 165 165 / 0.3) !important;
  }

  .lg\:stroke-red-300\/35 {
    stroke: rgb(252 165 165 / 0.35) !important;
  }

  .lg\:stroke-red-300\/40 {
    stroke: rgb(252 165 165 / 0.4) !important;
  }

  .lg\:stroke-red-300\/45 {
    stroke: rgb(252 165 165 / 0.45) !important;
  }

  .lg\:stroke-red-300\/5 {
    stroke: rgb(252 165 165 / 0.05) !important;
  }

  .lg\:stroke-red-300\/50 {
    stroke: rgb(252 165 165 / 0.5) !important;
  }

  .lg\:stroke-red-300\/55 {
    stroke: rgb(252 165 165 / 0.55) !important;
  }

  .lg\:stroke-red-300\/60 {
    stroke: rgb(252 165 165 / 0.6) !important;
  }

  .lg\:stroke-red-300\/65 {
    stroke: rgb(252 165 165 / 0.65) !important;
  }

  .lg\:stroke-red-300\/70 {
    stroke: rgb(252 165 165 / 0.7) !important;
  }

  .lg\:stroke-red-300\/75 {
    stroke: rgb(252 165 165 / 0.75) !important;
  }

  .lg\:stroke-red-300\/80 {
    stroke: rgb(252 165 165 / 0.8) !important;
  }

  .lg\:stroke-red-300\/85 {
    stroke: rgb(252 165 165 / 0.85) !important;
  }

  .lg\:stroke-red-300\/90 {
    stroke: rgb(252 165 165 / 0.9) !important;
  }

  .lg\:stroke-red-300\/95 {
    stroke: rgb(252 165 165 / 0.95) !important;
  }

  .lg\:stroke-red-400 {
    stroke: #f87171 !important;
  }

  .lg\:stroke-red-400\/0 {
    stroke: rgb(248 113 113 / 0) !important;
  }

  .lg\:stroke-red-400\/10 {
    stroke: rgb(248 113 113 / 0.1) !important;
  }

  .lg\:stroke-red-400\/100 {
    stroke: rgb(248 113 113 / 1) !important;
  }

  .lg\:stroke-red-400\/15 {
    stroke: rgb(248 113 113 / 0.15) !important;
  }

  .lg\:stroke-red-400\/20 {
    stroke: rgb(248 113 113 / 0.2) !important;
  }

  .lg\:stroke-red-400\/25 {
    stroke: rgb(248 113 113 / 0.25) !important;
  }

  .lg\:stroke-red-400\/30 {
    stroke: rgb(248 113 113 / 0.3) !important;
  }

  .lg\:stroke-red-400\/35 {
    stroke: rgb(248 113 113 / 0.35) !important;
  }

  .lg\:stroke-red-400\/40 {
    stroke: rgb(248 113 113 / 0.4) !important;
  }

  .lg\:stroke-red-400\/45 {
    stroke: rgb(248 113 113 / 0.45) !important;
  }

  .lg\:stroke-red-400\/5 {
    stroke: rgb(248 113 113 / 0.05) !important;
  }

  .lg\:stroke-red-400\/50 {
    stroke: rgb(248 113 113 / 0.5) !important;
  }

  .lg\:stroke-red-400\/55 {
    stroke: rgb(248 113 113 / 0.55) !important;
  }

  .lg\:stroke-red-400\/60 {
    stroke: rgb(248 113 113 / 0.6) !important;
  }

  .lg\:stroke-red-400\/65 {
    stroke: rgb(248 113 113 / 0.65) !important;
  }

  .lg\:stroke-red-400\/70 {
    stroke: rgb(248 113 113 / 0.7) !important;
  }

  .lg\:stroke-red-400\/75 {
    stroke: rgb(248 113 113 / 0.75) !important;
  }

  .lg\:stroke-red-400\/80 {
    stroke: rgb(248 113 113 / 0.8) !important;
  }

  .lg\:stroke-red-400\/85 {
    stroke: rgb(248 113 113 / 0.85) !important;
  }

  .lg\:stroke-red-400\/90 {
    stroke: rgb(248 113 113 / 0.9) !important;
  }

  .lg\:stroke-red-400\/95 {
    stroke: rgb(248 113 113 / 0.95) !important;
  }

  .lg\:stroke-red-50 {
    stroke: #fef2f2 !important;
  }

  .lg\:stroke-red-50\/0 {
    stroke: rgb(254 242 242 / 0) !important;
  }

  .lg\:stroke-red-50\/10 {
    stroke: rgb(254 242 242 / 0.1) !important;
  }

  .lg\:stroke-red-50\/100 {
    stroke: rgb(254 242 242 / 1) !important;
  }

  .lg\:stroke-red-50\/15 {
    stroke: rgb(254 242 242 / 0.15) !important;
  }

  .lg\:stroke-red-50\/20 {
    stroke: rgb(254 242 242 / 0.2) !important;
  }

  .lg\:stroke-red-50\/25 {
    stroke: rgb(254 242 242 / 0.25) !important;
  }

  .lg\:stroke-red-50\/30 {
    stroke: rgb(254 242 242 / 0.3) !important;
  }

  .lg\:stroke-red-50\/35 {
    stroke: rgb(254 242 242 / 0.35) !important;
  }

  .lg\:stroke-red-50\/40 {
    stroke: rgb(254 242 242 / 0.4) !important;
  }

  .lg\:stroke-red-50\/45 {
    stroke: rgb(254 242 242 / 0.45) !important;
  }

  .lg\:stroke-red-50\/5 {
    stroke: rgb(254 242 242 / 0.05) !important;
  }

  .lg\:stroke-red-50\/50 {
    stroke: rgb(254 242 242 / 0.5) !important;
  }

  .lg\:stroke-red-50\/55 {
    stroke: rgb(254 242 242 / 0.55) !important;
  }

  .lg\:stroke-red-50\/60 {
    stroke: rgb(254 242 242 / 0.6) !important;
  }

  .lg\:stroke-red-50\/65 {
    stroke: rgb(254 242 242 / 0.65) !important;
  }

  .lg\:stroke-red-50\/70 {
    stroke: rgb(254 242 242 / 0.7) !important;
  }

  .lg\:stroke-red-50\/75 {
    stroke: rgb(254 242 242 / 0.75) !important;
  }

  .lg\:stroke-red-50\/80 {
    stroke: rgb(254 242 242 / 0.8) !important;
  }

  .lg\:stroke-red-50\/85 {
    stroke: rgb(254 242 242 / 0.85) !important;
  }

  .lg\:stroke-red-50\/90 {
    stroke: rgb(254 242 242 / 0.9) !important;
  }

  .lg\:stroke-red-50\/95 {
    stroke: rgb(254 242 242 / 0.95) !important;
  }

  .lg\:stroke-red-500 {
    stroke: #ef4444 !important;
  }

  .lg\:stroke-red-500\/0 {
    stroke: rgb(239 68 68 / 0) !important;
  }

  .lg\:stroke-red-500\/10 {
    stroke: rgb(239 68 68 / 0.1) !important;
  }

  .lg\:stroke-red-500\/100 {
    stroke: rgb(239 68 68 / 1) !important;
  }

  .lg\:stroke-red-500\/15 {
    stroke: rgb(239 68 68 / 0.15) !important;
  }

  .lg\:stroke-red-500\/20 {
    stroke: rgb(239 68 68 / 0.2) !important;
  }

  .lg\:stroke-red-500\/25 {
    stroke: rgb(239 68 68 / 0.25) !important;
  }

  .lg\:stroke-red-500\/30 {
    stroke: rgb(239 68 68 / 0.3) !important;
  }

  .lg\:stroke-red-500\/35 {
    stroke: rgb(239 68 68 / 0.35) !important;
  }

  .lg\:stroke-red-500\/40 {
    stroke: rgb(239 68 68 / 0.4) !important;
  }

  .lg\:stroke-red-500\/45 {
    stroke: rgb(239 68 68 / 0.45) !important;
  }

  .lg\:stroke-red-500\/5 {
    stroke: rgb(239 68 68 / 0.05) !important;
  }

  .lg\:stroke-red-500\/50 {
    stroke: rgb(239 68 68 / 0.5) !important;
  }

  .lg\:stroke-red-500\/55 {
    stroke: rgb(239 68 68 / 0.55) !important;
  }

  .lg\:stroke-red-500\/60 {
    stroke: rgb(239 68 68 / 0.6) !important;
  }

  .lg\:stroke-red-500\/65 {
    stroke: rgb(239 68 68 / 0.65) !important;
  }

  .lg\:stroke-red-500\/70 {
    stroke: rgb(239 68 68 / 0.7) !important;
  }

  .lg\:stroke-red-500\/75 {
    stroke: rgb(239 68 68 / 0.75) !important;
  }

  .lg\:stroke-red-500\/80 {
    stroke: rgb(239 68 68 / 0.8) !important;
  }

  .lg\:stroke-red-500\/85 {
    stroke: rgb(239 68 68 / 0.85) !important;
  }

  .lg\:stroke-red-500\/90 {
    stroke: rgb(239 68 68 / 0.9) !important;
  }

  .lg\:stroke-red-500\/95 {
    stroke: rgb(239 68 68 / 0.95) !important;
  }

  .lg\:stroke-red-600 {
    stroke: #dc2626 !important;
  }

  .lg\:stroke-red-600\/0 {
    stroke: rgb(220 38 38 / 0) !important;
  }

  .lg\:stroke-red-600\/10 {
    stroke: rgb(220 38 38 / 0.1) !important;
  }

  .lg\:stroke-red-600\/100 {
    stroke: rgb(220 38 38 / 1) !important;
  }

  .lg\:stroke-red-600\/15 {
    stroke: rgb(220 38 38 / 0.15) !important;
  }

  .lg\:stroke-red-600\/20 {
    stroke: rgb(220 38 38 / 0.2) !important;
  }

  .lg\:stroke-red-600\/25 {
    stroke: rgb(220 38 38 / 0.25) !important;
  }

  .lg\:stroke-red-600\/30 {
    stroke: rgb(220 38 38 / 0.3) !important;
  }

  .lg\:stroke-red-600\/35 {
    stroke: rgb(220 38 38 / 0.35) !important;
  }

  .lg\:stroke-red-600\/40 {
    stroke: rgb(220 38 38 / 0.4) !important;
  }

  .lg\:stroke-red-600\/45 {
    stroke: rgb(220 38 38 / 0.45) !important;
  }

  .lg\:stroke-red-600\/5 {
    stroke: rgb(220 38 38 / 0.05) !important;
  }

  .lg\:stroke-red-600\/50 {
    stroke: rgb(220 38 38 / 0.5) !important;
  }

  .lg\:stroke-red-600\/55 {
    stroke: rgb(220 38 38 / 0.55) !important;
  }

  .lg\:stroke-red-600\/60 {
    stroke: rgb(220 38 38 / 0.6) !important;
  }

  .lg\:stroke-red-600\/65 {
    stroke: rgb(220 38 38 / 0.65) !important;
  }

  .lg\:stroke-red-600\/70 {
    stroke: rgb(220 38 38 / 0.7) !important;
  }

  .lg\:stroke-red-600\/75 {
    stroke: rgb(220 38 38 / 0.75) !important;
  }

  .lg\:stroke-red-600\/80 {
    stroke: rgb(220 38 38 / 0.8) !important;
  }

  .lg\:stroke-red-600\/85 {
    stroke: rgb(220 38 38 / 0.85) !important;
  }

  .lg\:stroke-red-600\/90 {
    stroke: rgb(220 38 38 / 0.9) !important;
  }

  .lg\:stroke-red-600\/95 {
    stroke: rgb(220 38 38 / 0.95) !important;
  }

  .lg\:stroke-red-700 {
    stroke: #b91c1c !important;
  }

  .lg\:stroke-red-700\/0 {
    stroke: rgb(185 28 28 / 0) !important;
  }

  .lg\:stroke-red-700\/10 {
    stroke: rgb(185 28 28 / 0.1) !important;
  }

  .lg\:stroke-red-700\/100 {
    stroke: rgb(185 28 28 / 1) !important;
  }

  .lg\:stroke-red-700\/15 {
    stroke: rgb(185 28 28 / 0.15) !important;
  }

  .lg\:stroke-red-700\/20 {
    stroke: rgb(185 28 28 / 0.2) !important;
  }

  .lg\:stroke-red-700\/25 {
    stroke: rgb(185 28 28 / 0.25) !important;
  }

  .lg\:stroke-red-700\/30 {
    stroke: rgb(185 28 28 / 0.3) !important;
  }

  .lg\:stroke-red-700\/35 {
    stroke: rgb(185 28 28 / 0.35) !important;
  }

  .lg\:stroke-red-700\/40 {
    stroke: rgb(185 28 28 / 0.4) !important;
  }

  .lg\:stroke-red-700\/45 {
    stroke: rgb(185 28 28 / 0.45) !important;
  }

  .lg\:stroke-red-700\/5 {
    stroke: rgb(185 28 28 / 0.05) !important;
  }

  .lg\:stroke-red-700\/50 {
    stroke: rgb(185 28 28 / 0.5) !important;
  }

  .lg\:stroke-red-700\/55 {
    stroke: rgb(185 28 28 / 0.55) !important;
  }

  .lg\:stroke-red-700\/60 {
    stroke: rgb(185 28 28 / 0.6) !important;
  }

  .lg\:stroke-red-700\/65 {
    stroke: rgb(185 28 28 / 0.65) !important;
  }

  .lg\:stroke-red-700\/70 {
    stroke: rgb(185 28 28 / 0.7) !important;
  }

  .lg\:stroke-red-700\/75 {
    stroke: rgb(185 28 28 / 0.75) !important;
  }

  .lg\:stroke-red-700\/80 {
    stroke: rgb(185 28 28 / 0.8) !important;
  }

  .lg\:stroke-red-700\/85 {
    stroke: rgb(185 28 28 / 0.85) !important;
  }

  .lg\:stroke-red-700\/90 {
    stroke: rgb(185 28 28 / 0.9) !important;
  }

  .lg\:stroke-red-700\/95 {
    stroke: rgb(185 28 28 / 0.95) !important;
  }

  .lg\:stroke-red-800 {
    stroke: #991b1b !important;
  }

  .lg\:stroke-red-800\/0 {
    stroke: rgb(153 27 27 / 0) !important;
  }

  .lg\:stroke-red-800\/10 {
    stroke: rgb(153 27 27 / 0.1) !important;
  }

  .lg\:stroke-red-800\/100 {
    stroke: rgb(153 27 27 / 1) !important;
  }

  .lg\:stroke-red-800\/15 {
    stroke: rgb(153 27 27 / 0.15) !important;
  }

  .lg\:stroke-red-800\/20 {
    stroke: rgb(153 27 27 / 0.2) !important;
  }

  .lg\:stroke-red-800\/25 {
    stroke: rgb(153 27 27 / 0.25) !important;
  }

  .lg\:stroke-red-800\/30 {
    stroke: rgb(153 27 27 / 0.3) !important;
  }

  .lg\:stroke-red-800\/35 {
    stroke: rgb(153 27 27 / 0.35) !important;
  }

  .lg\:stroke-red-800\/40 {
    stroke: rgb(153 27 27 / 0.4) !important;
  }

  .lg\:stroke-red-800\/45 {
    stroke: rgb(153 27 27 / 0.45) !important;
  }

  .lg\:stroke-red-800\/5 {
    stroke: rgb(153 27 27 / 0.05) !important;
  }

  .lg\:stroke-red-800\/50 {
    stroke: rgb(153 27 27 / 0.5) !important;
  }

  .lg\:stroke-red-800\/55 {
    stroke: rgb(153 27 27 / 0.55) !important;
  }

  .lg\:stroke-red-800\/60 {
    stroke: rgb(153 27 27 / 0.6) !important;
  }

  .lg\:stroke-red-800\/65 {
    stroke: rgb(153 27 27 / 0.65) !important;
  }

  .lg\:stroke-red-800\/70 {
    stroke: rgb(153 27 27 / 0.7) !important;
  }

  .lg\:stroke-red-800\/75 {
    stroke: rgb(153 27 27 / 0.75) !important;
  }

  .lg\:stroke-red-800\/80 {
    stroke: rgb(153 27 27 / 0.8) !important;
  }

  .lg\:stroke-red-800\/85 {
    stroke: rgb(153 27 27 / 0.85) !important;
  }

  .lg\:stroke-red-800\/90 {
    stroke: rgb(153 27 27 / 0.9) !important;
  }

  .lg\:stroke-red-800\/95 {
    stroke: rgb(153 27 27 / 0.95) !important;
  }

  .lg\:stroke-red-900 {
    stroke: #7f1d1d !important;
  }

  .lg\:stroke-red-900\/0 {
    stroke: rgb(127 29 29 / 0) !important;
  }

  .lg\:stroke-red-900\/10 {
    stroke: rgb(127 29 29 / 0.1) !important;
  }

  .lg\:stroke-red-900\/100 {
    stroke: rgb(127 29 29 / 1) !important;
  }

  .lg\:stroke-red-900\/15 {
    stroke: rgb(127 29 29 / 0.15) !important;
  }

  .lg\:stroke-red-900\/20 {
    stroke: rgb(127 29 29 / 0.2) !important;
  }

  .lg\:stroke-red-900\/25 {
    stroke: rgb(127 29 29 / 0.25) !important;
  }

  .lg\:stroke-red-900\/30 {
    stroke: rgb(127 29 29 / 0.3) !important;
  }

  .lg\:stroke-red-900\/35 {
    stroke: rgb(127 29 29 / 0.35) !important;
  }

  .lg\:stroke-red-900\/40 {
    stroke: rgb(127 29 29 / 0.4) !important;
  }

  .lg\:stroke-red-900\/45 {
    stroke: rgb(127 29 29 / 0.45) !important;
  }

  .lg\:stroke-red-900\/5 {
    stroke: rgb(127 29 29 / 0.05) !important;
  }

  .lg\:stroke-red-900\/50 {
    stroke: rgb(127 29 29 / 0.5) !important;
  }

  .lg\:stroke-red-900\/55 {
    stroke: rgb(127 29 29 / 0.55) !important;
  }

  .lg\:stroke-red-900\/60 {
    stroke: rgb(127 29 29 / 0.6) !important;
  }

  .lg\:stroke-red-900\/65 {
    stroke: rgb(127 29 29 / 0.65) !important;
  }

  .lg\:stroke-red-900\/70 {
    stroke: rgb(127 29 29 / 0.7) !important;
  }

  .lg\:stroke-red-900\/75 {
    stroke: rgb(127 29 29 / 0.75) !important;
  }

  .lg\:stroke-red-900\/80 {
    stroke: rgb(127 29 29 / 0.8) !important;
  }

  .lg\:stroke-red-900\/85 {
    stroke: rgb(127 29 29 / 0.85) !important;
  }

  .lg\:stroke-red-900\/90 {
    stroke: rgb(127 29 29 / 0.9) !important;
  }

  .lg\:stroke-red-900\/95 {
    stroke: rgb(127 29 29 / 0.95) !important;
  }

  .lg\:stroke-red-950 {
    stroke: #450a0a !important;
  }

  .lg\:stroke-red-950\/0 {
    stroke: rgb(69 10 10 / 0) !important;
  }

  .lg\:stroke-red-950\/10 {
    stroke: rgb(69 10 10 / 0.1) !important;
  }

  .lg\:stroke-red-950\/100 {
    stroke: rgb(69 10 10 / 1) !important;
  }

  .lg\:stroke-red-950\/15 {
    stroke: rgb(69 10 10 / 0.15) !important;
  }

  .lg\:stroke-red-950\/20 {
    stroke: rgb(69 10 10 / 0.2) !important;
  }

  .lg\:stroke-red-950\/25 {
    stroke: rgb(69 10 10 / 0.25) !important;
  }

  .lg\:stroke-red-950\/30 {
    stroke: rgb(69 10 10 / 0.3) !important;
  }

  .lg\:stroke-red-950\/35 {
    stroke: rgb(69 10 10 / 0.35) !important;
  }

  .lg\:stroke-red-950\/40 {
    stroke: rgb(69 10 10 / 0.4) !important;
  }

  .lg\:stroke-red-950\/45 {
    stroke: rgb(69 10 10 / 0.45) !important;
  }

  .lg\:stroke-red-950\/5 {
    stroke: rgb(69 10 10 / 0.05) !important;
  }

  .lg\:stroke-red-950\/50 {
    stroke: rgb(69 10 10 / 0.5) !important;
  }

  .lg\:stroke-red-950\/55 {
    stroke: rgb(69 10 10 / 0.55) !important;
  }

  .lg\:stroke-red-950\/60 {
    stroke: rgb(69 10 10 / 0.6) !important;
  }

  .lg\:stroke-red-950\/65 {
    stroke: rgb(69 10 10 / 0.65) !important;
  }

  .lg\:stroke-red-950\/70 {
    stroke: rgb(69 10 10 / 0.7) !important;
  }

  .lg\:stroke-red-950\/75 {
    stroke: rgb(69 10 10 / 0.75) !important;
  }

  .lg\:stroke-red-950\/80 {
    stroke: rgb(69 10 10 / 0.8) !important;
  }

  .lg\:stroke-red-950\/85 {
    stroke: rgb(69 10 10 / 0.85) !important;
  }

  .lg\:stroke-red-950\/90 {
    stroke: rgb(69 10 10 / 0.9) !important;
  }

  .lg\:stroke-red-950\/95 {
    stroke: rgb(69 10 10 / 0.95) !important;
  }

  .lg\:stroke-rose-100 {
    stroke: #ffe4e6 !important;
  }

  .lg\:stroke-rose-100\/0 {
    stroke: rgb(255 228 230 / 0) !important;
  }

  .lg\:stroke-rose-100\/10 {
    stroke: rgb(255 228 230 / 0.1) !important;
  }

  .lg\:stroke-rose-100\/100 {
    stroke: rgb(255 228 230 / 1) !important;
  }

  .lg\:stroke-rose-100\/15 {
    stroke: rgb(255 228 230 / 0.15) !important;
  }

  .lg\:stroke-rose-100\/20 {
    stroke: rgb(255 228 230 / 0.2) !important;
  }

  .lg\:stroke-rose-100\/25 {
    stroke: rgb(255 228 230 / 0.25) !important;
  }

  .lg\:stroke-rose-100\/30 {
    stroke: rgb(255 228 230 / 0.3) !important;
  }

  .lg\:stroke-rose-100\/35 {
    stroke: rgb(255 228 230 / 0.35) !important;
  }

  .lg\:stroke-rose-100\/40 {
    stroke: rgb(255 228 230 / 0.4) !important;
  }

  .lg\:stroke-rose-100\/45 {
    stroke: rgb(255 228 230 / 0.45) !important;
  }

  .lg\:stroke-rose-100\/5 {
    stroke: rgb(255 228 230 / 0.05) !important;
  }

  .lg\:stroke-rose-100\/50 {
    stroke: rgb(255 228 230 / 0.5) !important;
  }

  .lg\:stroke-rose-100\/55 {
    stroke: rgb(255 228 230 / 0.55) !important;
  }

  .lg\:stroke-rose-100\/60 {
    stroke: rgb(255 228 230 / 0.6) !important;
  }

  .lg\:stroke-rose-100\/65 {
    stroke: rgb(255 228 230 / 0.65) !important;
  }

  .lg\:stroke-rose-100\/70 {
    stroke: rgb(255 228 230 / 0.7) !important;
  }

  .lg\:stroke-rose-100\/75 {
    stroke: rgb(255 228 230 / 0.75) !important;
  }

  .lg\:stroke-rose-100\/80 {
    stroke: rgb(255 228 230 / 0.8) !important;
  }

  .lg\:stroke-rose-100\/85 {
    stroke: rgb(255 228 230 / 0.85) !important;
  }

  .lg\:stroke-rose-100\/90 {
    stroke: rgb(255 228 230 / 0.9) !important;
  }

  .lg\:stroke-rose-100\/95 {
    stroke: rgb(255 228 230 / 0.95) !important;
  }

  .lg\:stroke-rose-200 {
    stroke: #fecdd3 !important;
  }

  .lg\:stroke-rose-200\/0 {
    stroke: rgb(254 205 211 / 0) !important;
  }

  .lg\:stroke-rose-200\/10 {
    stroke: rgb(254 205 211 / 0.1) !important;
  }

  .lg\:stroke-rose-200\/100 {
    stroke: rgb(254 205 211 / 1) !important;
  }

  .lg\:stroke-rose-200\/15 {
    stroke: rgb(254 205 211 / 0.15) !important;
  }

  .lg\:stroke-rose-200\/20 {
    stroke: rgb(254 205 211 / 0.2) !important;
  }

  .lg\:stroke-rose-200\/25 {
    stroke: rgb(254 205 211 / 0.25) !important;
  }

  .lg\:stroke-rose-200\/30 {
    stroke: rgb(254 205 211 / 0.3) !important;
  }

  .lg\:stroke-rose-200\/35 {
    stroke: rgb(254 205 211 / 0.35) !important;
  }

  .lg\:stroke-rose-200\/40 {
    stroke: rgb(254 205 211 / 0.4) !important;
  }

  .lg\:stroke-rose-200\/45 {
    stroke: rgb(254 205 211 / 0.45) !important;
  }

  .lg\:stroke-rose-200\/5 {
    stroke: rgb(254 205 211 / 0.05) !important;
  }

  .lg\:stroke-rose-200\/50 {
    stroke: rgb(254 205 211 / 0.5) !important;
  }

  .lg\:stroke-rose-200\/55 {
    stroke: rgb(254 205 211 / 0.55) !important;
  }

  .lg\:stroke-rose-200\/60 {
    stroke: rgb(254 205 211 / 0.6) !important;
  }

  .lg\:stroke-rose-200\/65 {
    stroke: rgb(254 205 211 / 0.65) !important;
  }

  .lg\:stroke-rose-200\/70 {
    stroke: rgb(254 205 211 / 0.7) !important;
  }

  .lg\:stroke-rose-200\/75 {
    stroke: rgb(254 205 211 / 0.75) !important;
  }

  .lg\:stroke-rose-200\/80 {
    stroke: rgb(254 205 211 / 0.8) !important;
  }

  .lg\:stroke-rose-200\/85 {
    stroke: rgb(254 205 211 / 0.85) !important;
  }

  .lg\:stroke-rose-200\/90 {
    stroke: rgb(254 205 211 / 0.9) !important;
  }

  .lg\:stroke-rose-200\/95 {
    stroke: rgb(254 205 211 / 0.95) !important;
  }

  .lg\:stroke-rose-300 {
    stroke: #fda4af !important;
  }

  .lg\:stroke-rose-300\/0 {
    stroke: rgb(253 164 175 / 0) !important;
  }

  .lg\:stroke-rose-300\/10 {
    stroke: rgb(253 164 175 / 0.1) !important;
  }

  .lg\:stroke-rose-300\/100 {
    stroke: rgb(253 164 175 / 1) !important;
  }

  .lg\:stroke-rose-300\/15 {
    stroke: rgb(253 164 175 / 0.15) !important;
  }

  .lg\:stroke-rose-300\/20 {
    stroke: rgb(253 164 175 / 0.2) !important;
  }

  .lg\:stroke-rose-300\/25 {
    stroke: rgb(253 164 175 / 0.25) !important;
  }

  .lg\:stroke-rose-300\/30 {
    stroke: rgb(253 164 175 / 0.3) !important;
  }

  .lg\:stroke-rose-300\/35 {
    stroke: rgb(253 164 175 / 0.35) !important;
  }

  .lg\:stroke-rose-300\/40 {
    stroke: rgb(253 164 175 / 0.4) !important;
  }

  .lg\:stroke-rose-300\/45 {
    stroke: rgb(253 164 175 / 0.45) !important;
  }

  .lg\:stroke-rose-300\/5 {
    stroke: rgb(253 164 175 / 0.05) !important;
  }

  .lg\:stroke-rose-300\/50 {
    stroke: rgb(253 164 175 / 0.5) !important;
  }

  .lg\:stroke-rose-300\/55 {
    stroke: rgb(253 164 175 / 0.55) !important;
  }

  .lg\:stroke-rose-300\/60 {
    stroke: rgb(253 164 175 / 0.6) !important;
  }

  .lg\:stroke-rose-300\/65 {
    stroke: rgb(253 164 175 / 0.65) !important;
  }

  .lg\:stroke-rose-300\/70 {
    stroke: rgb(253 164 175 / 0.7) !important;
  }

  .lg\:stroke-rose-300\/75 {
    stroke: rgb(253 164 175 / 0.75) !important;
  }

  .lg\:stroke-rose-300\/80 {
    stroke: rgb(253 164 175 / 0.8) !important;
  }

  .lg\:stroke-rose-300\/85 {
    stroke: rgb(253 164 175 / 0.85) !important;
  }

  .lg\:stroke-rose-300\/90 {
    stroke: rgb(253 164 175 / 0.9) !important;
  }

  .lg\:stroke-rose-300\/95 {
    stroke: rgb(253 164 175 / 0.95) !important;
  }

  .lg\:stroke-rose-400 {
    stroke: #fb7185 !important;
  }

  .lg\:stroke-rose-400\/0 {
    stroke: rgb(251 113 133 / 0) !important;
  }

  .lg\:stroke-rose-400\/10 {
    stroke: rgb(251 113 133 / 0.1) !important;
  }

  .lg\:stroke-rose-400\/100 {
    stroke: rgb(251 113 133 / 1) !important;
  }

  .lg\:stroke-rose-400\/15 {
    stroke: rgb(251 113 133 / 0.15) !important;
  }

  .lg\:stroke-rose-400\/20 {
    stroke: rgb(251 113 133 / 0.2) !important;
  }

  .lg\:stroke-rose-400\/25 {
    stroke: rgb(251 113 133 / 0.25) !important;
  }

  .lg\:stroke-rose-400\/30 {
    stroke: rgb(251 113 133 / 0.3) !important;
  }

  .lg\:stroke-rose-400\/35 {
    stroke: rgb(251 113 133 / 0.35) !important;
  }

  .lg\:stroke-rose-400\/40 {
    stroke: rgb(251 113 133 / 0.4) !important;
  }

  .lg\:stroke-rose-400\/45 {
    stroke: rgb(251 113 133 / 0.45) !important;
  }

  .lg\:stroke-rose-400\/5 {
    stroke: rgb(251 113 133 / 0.05) !important;
  }

  .lg\:stroke-rose-400\/50 {
    stroke: rgb(251 113 133 / 0.5) !important;
  }

  .lg\:stroke-rose-400\/55 {
    stroke: rgb(251 113 133 / 0.55) !important;
  }

  .lg\:stroke-rose-400\/60 {
    stroke: rgb(251 113 133 / 0.6) !important;
  }

  .lg\:stroke-rose-400\/65 {
    stroke: rgb(251 113 133 / 0.65) !important;
  }

  .lg\:stroke-rose-400\/70 {
    stroke: rgb(251 113 133 / 0.7) !important;
  }

  .lg\:stroke-rose-400\/75 {
    stroke: rgb(251 113 133 / 0.75) !important;
  }

  .lg\:stroke-rose-400\/80 {
    stroke: rgb(251 113 133 / 0.8) !important;
  }

  .lg\:stroke-rose-400\/85 {
    stroke: rgb(251 113 133 / 0.85) !important;
  }

  .lg\:stroke-rose-400\/90 {
    stroke: rgb(251 113 133 / 0.9) !important;
  }

  .lg\:stroke-rose-400\/95 {
    stroke: rgb(251 113 133 / 0.95) !important;
  }

  .lg\:stroke-rose-50 {
    stroke: #fff1f2 !important;
  }

  .lg\:stroke-rose-50\/0 {
    stroke: rgb(255 241 242 / 0) !important;
  }

  .lg\:stroke-rose-50\/10 {
    stroke: rgb(255 241 242 / 0.1) !important;
  }

  .lg\:stroke-rose-50\/100 {
    stroke: rgb(255 241 242 / 1) !important;
  }

  .lg\:stroke-rose-50\/15 {
    stroke: rgb(255 241 242 / 0.15) !important;
  }

  .lg\:stroke-rose-50\/20 {
    stroke: rgb(255 241 242 / 0.2) !important;
  }

  .lg\:stroke-rose-50\/25 {
    stroke: rgb(255 241 242 / 0.25) !important;
  }

  .lg\:stroke-rose-50\/30 {
    stroke: rgb(255 241 242 / 0.3) !important;
  }

  .lg\:stroke-rose-50\/35 {
    stroke: rgb(255 241 242 / 0.35) !important;
  }

  .lg\:stroke-rose-50\/40 {
    stroke: rgb(255 241 242 / 0.4) !important;
  }

  .lg\:stroke-rose-50\/45 {
    stroke: rgb(255 241 242 / 0.45) !important;
  }

  .lg\:stroke-rose-50\/5 {
    stroke: rgb(255 241 242 / 0.05) !important;
  }

  .lg\:stroke-rose-50\/50 {
    stroke: rgb(255 241 242 / 0.5) !important;
  }

  .lg\:stroke-rose-50\/55 {
    stroke: rgb(255 241 242 / 0.55) !important;
  }

  .lg\:stroke-rose-50\/60 {
    stroke: rgb(255 241 242 / 0.6) !important;
  }

  .lg\:stroke-rose-50\/65 {
    stroke: rgb(255 241 242 / 0.65) !important;
  }

  .lg\:stroke-rose-50\/70 {
    stroke: rgb(255 241 242 / 0.7) !important;
  }

  .lg\:stroke-rose-50\/75 {
    stroke: rgb(255 241 242 / 0.75) !important;
  }

  .lg\:stroke-rose-50\/80 {
    stroke: rgb(255 241 242 / 0.8) !important;
  }

  .lg\:stroke-rose-50\/85 {
    stroke: rgb(255 241 242 / 0.85) !important;
  }

  .lg\:stroke-rose-50\/90 {
    stroke: rgb(255 241 242 / 0.9) !important;
  }

  .lg\:stroke-rose-50\/95 {
    stroke: rgb(255 241 242 / 0.95) !important;
  }

  .lg\:stroke-rose-500 {
    stroke: #f43f5e !important;
  }

  .lg\:stroke-rose-500\/0 {
    stroke: rgb(244 63 94 / 0) !important;
  }

  .lg\:stroke-rose-500\/10 {
    stroke: rgb(244 63 94 / 0.1) !important;
  }

  .lg\:stroke-rose-500\/100 {
    stroke: rgb(244 63 94 / 1) !important;
  }

  .lg\:stroke-rose-500\/15 {
    stroke: rgb(244 63 94 / 0.15) !important;
  }

  .lg\:stroke-rose-500\/20 {
    stroke: rgb(244 63 94 / 0.2) !important;
  }

  .lg\:stroke-rose-500\/25 {
    stroke: rgb(244 63 94 / 0.25) !important;
  }

  .lg\:stroke-rose-500\/30 {
    stroke: rgb(244 63 94 / 0.3) !important;
  }

  .lg\:stroke-rose-500\/35 {
    stroke: rgb(244 63 94 / 0.35) !important;
  }

  .lg\:stroke-rose-500\/40 {
    stroke: rgb(244 63 94 / 0.4) !important;
  }

  .lg\:stroke-rose-500\/45 {
    stroke: rgb(244 63 94 / 0.45) !important;
  }

  .lg\:stroke-rose-500\/5 {
    stroke: rgb(244 63 94 / 0.05) !important;
  }

  .lg\:stroke-rose-500\/50 {
    stroke: rgb(244 63 94 / 0.5) !important;
  }

  .lg\:stroke-rose-500\/55 {
    stroke: rgb(244 63 94 / 0.55) !important;
  }

  .lg\:stroke-rose-500\/60 {
    stroke: rgb(244 63 94 / 0.6) !important;
  }

  .lg\:stroke-rose-500\/65 {
    stroke: rgb(244 63 94 / 0.65) !important;
  }

  .lg\:stroke-rose-500\/70 {
    stroke: rgb(244 63 94 / 0.7) !important;
  }

  .lg\:stroke-rose-500\/75 {
    stroke: rgb(244 63 94 / 0.75) !important;
  }

  .lg\:stroke-rose-500\/80 {
    stroke: rgb(244 63 94 / 0.8) !important;
  }

  .lg\:stroke-rose-500\/85 {
    stroke: rgb(244 63 94 / 0.85) !important;
  }

  .lg\:stroke-rose-500\/90 {
    stroke: rgb(244 63 94 / 0.9) !important;
  }

  .lg\:stroke-rose-500\/95 {
    stroke: rgb(244 63 94 / 0.95) !important;
  }

  .lg\:stroke-rose-600 {
    stroke: #e11d48 !important;
  }

  .lg\:stroke-rose-600\/0 {
    stroke: rgb(225 29 72 / 0) !important;
  }

  .lg\:stroke-rose-600\/10 {
    stroke: rgb(225 29 72 / 0.1) !important;
  }

  .lg\:stroke-rose-600\/100 {
    stroke: rgb(225 29 72 / 1) !important;
  }

  .lg\:stroke-rose-600\/15 {
    stroke: rgb(225 29 72 / 0.15) !important;
  }

  .lg\:stroke-rose-600\/20 {
    stroke: rgb(225 29 72 / 0.2) !important;
  }

  .lg\:stroke-rose-600\/25 {
    stroke: rgb(225 29 72 / 0.25) !important;
  }

  .lg\:stroke-rose-600\/30 {
    stroke: rgb(225 29 72 / 0.3) !important;
  }

  .lg\:stroke-rose-600\/35 {
    stroke: rgb(225 29 72 / 0.35) !important;
  }

  .lg\:stroke-rose-600\/40 {
    stroke: rgb(225 29 72 / 0.4) !important;
  }

  .lg\:stroke-rose-600\/45 {
    stroke: rgb(225 29 72 / 0.45) !important;
  }

  .lg\:stroke-rose-600\/5 {
    stroke: rgb(225 29 72 / 0.05) !important;
  }

  .lg\:stroke-rose-600\/50 {
    stroke: rgb(225 29 72 / 0.5) !important;
  }

  .lg\:stroke-rose-600\/55 {
    stroke: rgb(225 29 72 / 0.55) !important;
  }

  .lg\:stroke-rose-600\/60 {
    stroke: rgb(225 29 72 / 0.6) !important;
  }

  .lg\:stroke-rose-600\/65 {
    stroke: rgb(225 29 72 / 0.65) !important;
  }

  .lg\:stroke-rose-600\/70 {
    stroke: rgb(225 29 72 / 0.7) !important;
  }

  .lg\:stroke-rose-600\/75 {
    stroke: rgb(225 29 72 / 0.75) !important;
  }

  .lg\:stroke-rose-600\/80 {
    stroke: rgb(225 29 72 / 0.8) !important;
  }

  .lg\:stroke-rose-600\/85 {
    stroke: rgb(225 29 72 / 0.85) !important;
  }

  .lg\:stroke-rose-600\/90 {
    stroke: rgb(225 29 72 / 0.9) !important;
  }

  .lg\:stroke-rose-600\/95 {
    stroke: rgb(225 29 72 / 0.95) !important;
  }

  .lg\:stroke-rose-700 {
    stroke: #be123c !important;
  }

  .lg\:stroke-rose-700\/0 {
    stroke: rgb(190 18 60 / 0) !important;
  }

  .lg\:stroke-rose-700\/10 {
    stroke: rgb(190 18 60 / 0.1) !important;
  }

  .lg\:stroke-rose-700\/100 {
    stroke: rgb(190 18 60 / 1) !important;
  }

  .lg\:stroke-rose-700\/15 {
    stroke: rgb(190 18 60 / 0.15) !important;
  }

  .lg\:stroke-rose-700\/20 {
    stroke: rgb(190 18 60 / 0.2) !important;
  }

  .lg\:stroke-rose-700\/25 {
    stroke: rgb(190 18 60 / 0.25) !important;
  }

  .lg\:stroke-rose-700\/30 {
    stroke: rgb(190 18 60 / 0.3) !important;
  }

  .lg\:stroke-rose-700\/35 {
    stroke: rgb(190 18 60 / 0.35) !important;
  }

  .lg\:stroke-rose-700\/40 {
    stroke: rgb(190 18 60 / 0.4) !important;
  }

  .lg\:stroke-rose-700\/45 {
    stroke: rgb(190 18 60 / 0.45) !important;
  }

  .lg\:stroke-rose-700\/5 {
    stroke: rgb(190 18 60 / 0.05) !important;
  }

  .lg\:stroke-rose-700\/50 {
    stroke: rgb(190 18 60 / 0.5) !important;
  }

  .lg\:stroke-rose-700\/55 {
    stroke: rgb(190 18 60 / 0.55) !important;
  }

  .lg\:stroke-rose-700\/60 {
    stroke: rgb(190 18 60 / 0.6) !important;
  }

  .lg\:stroke-rose-700\/65 {
    stroke: rgb(190 18 60 / 0.65) !important;
  }

  .lg\:stroke-rose-700\/70 {
    stroke: rgb(190 18 60 / 0.7) !important;
  }

  .lg\:stroke-rose-700\/75 {
    stroke: rgb(190 18 60 / 0.75) !important;
  }

  .lg\:stroke-rose-700\/80 {
    stroke: rgb(190 18 60 / 0.8) !important;
  }

  .lg\:stroke-rose-700\/85 {
    stroke: rgb(190 18 60 / 0.85) !important;
  }

  .lg\:stroke-rose-700\/90 {
    stroke: rgb(190 18 60 / 0.9) !important;
  }

  .lg\:stroke-rose-700\/95 {
    stroke: rgb(190 18 60 / 0.95) !important;
  }

  .lg\:stroke-rose-800 {
    stroke: #9f1239 !important;
  }

  .lg\:stroke-rose-800\/0 {
    stroke: rgb(159 18 57 / 0) !important;
  }

  .lg\:stroke-rose-800\/10 {
    stroke: rgb(159 18 57 / 0.1) !important;
  }

  .lg\:stroke-rose-800\/100 {
    stroke: rgb(159 18 57 / 1) !important;
  }

  .lg\:stroke-rose-800\/15 {
    stroke: rgb(159 18 57 / 0.15) !important;
  }

  .lg\:stroke-rose-800\/20 {
    stroke: rgb(159 18 57 / 0.2) !important;
  }

  .lg\:stroke-rose-800\/25 {
    stroke: rgb(159 18 57 / 0.25) !important;
  }

  .lg\:stroke-rose-800\/30 {
    stroke: rgb(159 18 57 / 0.3) !important;
  }

  .lg\:stroke-rose-800\/35 {
    stroke: rgb(159 18 57 / 0.35) !important;
  }

  .lg\:stroke-rose-800\/40 {
    stroke: rgb(159 18 57 / 0.4) !important;
  }

  .lg\:stroke-rose-800\/45 {
    stroke: rgb(159 18 57 / 0.45) !important;
  }

  .lg\:stroke-rose-800\/5 {
    stroke: rgb(159 18 57 / 0.05) !important;
  }

  .lg\:stroke-rose-800\/50 {
    stroke: rgb(159 18 57 / 0.5) !important;
  }

  .lg\:stroke-rose-800\/55 {
    stroke: rgb(159 18 57 / 0.55) !important;
  }

  .lg\:stroke-rose-800\/60 {
    stroke: rgb(159 18 57 / 0.6) !important;
  }

  .lg\:stroke-rose-800\/65 {
    stroke: rgb(159 18 57 / 0.65) !important;
  }

  .lg\:stroke-rose-800\/70 {
    stroke: rgb(159 18 57 / 0.7) !important;
  }

  .lg\:stroke-rose-800\/75 {
    stroke: rgb(159 18 57 / 0.75) !important;
  }

  .lg\:stroke-rose-800\/80 {
    stroke: rgb(159 18 57 / 0.8) !important;
  }

  .lg\:stroke-rose-800\/85 {
    stroke: rgb(159 18 57 / 0.85) !important;
  }

  .lg\:stroke-rose-800\/90 {
    stroke: rgb(159 18 57 / 0.9) !important;
  }

  .lg\:stroke-rose-800\/95 {
    stroke: rgb(159 18 57 / 0.95) !important;
  }

  .lg\:stroke-rose-900 {
    stroke: #881337 !important;
  }

  .lg\:stroke-rose-900\/0 {
    stroke: rgb(136 19 55 / 0) !important;
  }

  .lg\:stroke-rose-900\/10 {
    stroke: rgb(136 19 55 / 0.1) !important;
  }

  .lg\:stroke-rose-900\/100 {
    stroke: rgb(136 19 55 / 1) !important;
  }

  .lg\:stroke-rose-900\/15 {
    stroke: rgb(136 19 55 / 0.15) !important;
  }

  .lg\:stroke-rose-900\/20 {
    stroke: rgb(136 19 55 / 0.2) !important;
  }

  .lg\:stroke-rose-900\/25 {
    stroke: rgb(136 19 55 / 0.25) !important;
  }

  .lg\:stroke-rose-900\/30 {
    stroke: rgb(136 19 55 / 0.3) !important;
  }

  .lg\:stroke-rose-900\/35 {
    stroke: rgb(136 19 55 / 0.35) !important;
  }

  .lg\:stroke-rose-900\/40 {
    stroke: rgb(136 19 55 / 0.4) !important;
  }

  .lg\:stroke-rose-900\/45 {
    stroke: rgb(136 19 55 / 0.45) !important;
  }

  .lg\:stroke-rose-900\/5 {
    stroke: rgb(136 19 55 / 0.05) !important;
  }

  .lg\:stroke-rose-900\/50 {
    stroke: rgb(136 19 55 / 0.5) !important;
  }

  .lg\:stroke-rose-900\/55 {
    stroke: rgb(136 19 55 / 0.55) !important;
  }

  .lg\:stroke-rose-900\/60 {
    stroke: rgb(136 19 55 / 0.6) !important;
  }

  .lg\:stroke-rose-900\/65 {
    stroke: rgb(136 19 55 / 0.65) !important;
  }

  .lg\:stroke-rose-900\/70 {
    stroke: rgb(136 19 55 / 0.7) !important;
  }

  .lg\:stroke-rose-900\/75 {
    stroke: rgb(136 19 55 / 0.75) !important;
  }

  .lg\:stroke-rose-900\/80 {
    stroke: rgb(136 19 55 / 0.8) !important;
  }

  .lg\:stroke-rose-900\/85 {
    stroke: rgb(136 19 55 / 0.85) !important;
  }

  .lg\:stroke-rose-900\/90 {
    stroke: rgb(136 19 55 / 0.9) !important;
  }

  .lg\:stroke-rose-900\/95 {
    stroke: rgb(136 19 55 / 0.95) !important;
  }

  .lg\:stroke-rose-950 {
    stroke: #4c0519 !important;
  }

  .lg\:stroke-rose-950\/0 {
    stroke: rgb(76 5 25 / 0) !important;
  }

  .lg\:stroke-rose-950\/10 {
    stroke: rgb(76 5 25 / 0.1) !important;
  }

  .lg\:stroke-rose-950\/100 {
    stroke: rgb(76 5 25 / 1) !important;
  }

  .lg\:stroke-rose-950\/15 {
    stroke: rgb(76 5 25 / 0.15) !important;
  }

  .lg\:stroke-rose-950\/20 {
    stroke: rgb(76 5 25 / 0.2) !important;
  }

  .lg\:stroke-rose-950\/25 {
    stroke: rgb(76 5 25 / 0.25) !important;
  }

  .lg\:stroke-rose-950\/30 {
    stroke: rgb(76 5 25 / 0.3) !important;
  }

  .lg\:stroke-rose-950\/35 {
    stroke: rgb(76 5 25 / 0.35) !important;
  }

  .lg\:stroke-rose-950\/40 {
    stroke: rgb(76 5 25 / 0.4) !important;
  }

  .lg\:stroke-rose-950\/45 {
    stroke: rgb(76 5 25 / 0.45) !important;
  }

  .lg\:stroke-rose-950\/5 {
    stroke: rgb(76 5 25 / 0.05) !important;
  }

  .lg\:stroke-rose-950\/50 {
    stroke: rgb(76 5 25 / 0.5) !important;
  }

  .lg\:stroke-rose-950\/55 {
    stroke: rgb(76 5 25 / 0.55) !important;
  }

  .lg\:stroke-rose-950\/60 {
    stroke: rgb(76 5 25 / 0.6) !important;
  }

  .lg\:stroke-rose-950\/65 {
    stroke: rgb(76 5 25 / 0.65) !important;
  }

  .lg\:stroke-rose-950\/70 {
    stroke: rgb(76 5 25 / 0.7) !important;
  }

  .lg\:stroke-rose-950\/75 {
    stroke: rgb(76 5 25 / 0.75) !important;
  }

  .lg\:stroke-rose-950\/80 {
    stroke: rgb(76 5 25 / 0.8) !important;
  }

  .lg\:stroke-rose-950\/85 {
    stroke: rgb(76 5 25 / 0.85) !important;
  }

  .lg\:stroke-rose-950\/90 {
    stroke: rgb(76 5 25 / 0.9) !important;
  }

  .lg\:stroke-rose-950\/95 {
    stroke: rgb(76 5 25 / 0.95) !important;
  }

  .lg\:stroke-secondary {
    stroke: #000 !important;
  }

  .lg\:stroke-secondary\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .lg\:stroke-secondary\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:stroke-secondary\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .lg\:stroke-secondary\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:stroke-secondary\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:stroke-secondary\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:stroke-secondary\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:stroke-secondary\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:stroke-secondary\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:stroke-secondary\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:stroke-secondary\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:stroke-secondary\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:stroke-secondary\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:stroke-secondary\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:stroke-secondary\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:stroke-secondary\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:stroke-secondary\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:stroke-secondary\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:stroke-secondary\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:stroke-secondary\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:stroke-secondary\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:stroke-sky-100 {
    stroke: #e0f2fe !important;
  }

  .lg\:stroke-sky-100\/0 {
    stroke: rgb(224 242 254 / 0) !important;
  }

  .lg\:stroke-sky-100\/10 {
    stroke: rgb(224 242 254 / 0.1) !important;
  }

  .lg\:stroke-sky-100\/100 {
    stroke: rgb(224 242 254 / 1) !important;
  }

  .lg\:stroke-sky-100\/15 {
    stroke: rgb(224 242 254 / 0.15) !important;
  }

  .lg\:stroke-sky-100\/20 {
    stroke: rgb(224 242 254 / 0.2) !important;
  }

  .lg\:stroke-sky-100\/25 {
    stroke: rgb(224 242 254 / 0.25) !important;
  }

  .lg\:stroke-sky-100\/30 {
    stroke: rgb(224 242 254 / 0.3) !important;
  }

  .lg\:stroke-sky-100\/35 {
    stroke: rgb(224 242 254 / 0.35) !important;
  }

  .lg\:stroke-sky-100\/40 {
    stroke: rgb(224 242 254 / 0.4) !important;
  }

  .lg\:stroke-sky-100\/45 {
    stroke: rgb(224 242 254 / 0.45) !important;
  }

  .lg\:stroke-sky-100\/5 {
    stroke: rgb(224 242 254 / 0.05) !important;
  }

  .lg\:stroke-sky-100\/50 {
    stroke: rgb(224 242 254 / 0.5) !important;
  }

  .lg\:stroke-sky-100\/55 {
    stroke: rgb(224 242 254 / 0.55) !important;
  }

  .lg\:stroke-sky-100\/60 {
    stroke: rgb(224 242 254 / 0.6) !important;
  }

  .lg\:stroke-sky-100\/65 {
    stroke: rgb(224 242 254 / 0.65) !important;
  }

  .lg\:stroke-sky-100\/70 {
    stroke: rgb(224 242 254 / 0.7) !important;
  }

  .lg\:stroke-sky-100\/75 {
    stroke: rgb(224 242 254 / 0.75) !important;
  }

  .lg\:stroke-sky-100\/80 {
    stroke: rgb(224 242 254 / 0.8) !important;
  }

  .lg\:stroke-sky-100\/85 {
    stroke: rgb(224 242 254 / 0.85) !important;
  }

  .lg\:stroke-sky-100\/90 {
    stroke: rgb(224 242 254 / 0.9) !important;
  }

  .lg\:stroke-sky-100\/95 {
    stroke: rgb(224 242 254 / 0.95) !important;
  }

  .lg\:stroke-sky-200 {
    stroke: #bae6fd !important;
  }

  .lg\:stroke-sky-200\/0 {
    stroke: rgb(186 230 253 / 0) !important;
  }

  .lg\:stroke-sky-200\/10 {
    stroke: rgb(186 230 253 / 0.1) !important;
  }

  .lg\:stroke-sky-200\/100 {
    stroke: rgb(186 230 253 / 1) !important;
  }

  .lg\:stroke-sky-200\/15 {
    stroke: rgb(186 230 253 / 0.15) !important;
  }

  .lg\:stroke-sky-200\/20 {
    stroke: rgb(186 230 253 / 0.2) !important;
  }

  .lg\:stroke-sky-200\/25 {
    stroke: rgb(186 230 253 / 0.25) !important;
  }

  .lg\:stroke-sky-200\/30 {
    stroke: rgb(186 230 253 / 0.3) !important;
  }

  .lg\:stroke-sky-200\/35 {
    stroke: rgb(186 230 253 / 0.35) !important;
  }

  .lg\:stroke-sky-200\/40 {
    stroke: rgb(186 230 253 / 0.4) !important;
  }

  .lg\:stroke-sky-200\/45 {
    stroke: rgb(186 230 253 / 0.45) !important;
  }

  .lg\:stroke-sky-200\/5 {
    stroke: rgb(186 230 253 / 0.05) !important;
  }

  .lg\:stroke-sky-200\/50 {
    stroke: rgb(186 230 253 / 0.5) !important;
  }

  .lg\:stroke-sky-200\/55 {
    stroke: rgb(186 230 253 / 0.55) !important;
  }

  .lg\:stroke-sky-200\/60 {
    stroke: rgb(186 230 253 / 0.6) !important;
  }

  .lg\:stroke-sky-200\/65 {
    stroke: rgb(186 230 253 / 0.65) !important;
  }

  .lg\:stroke-sky-200\/70 {
    stroke: rgb(186 230 253 / 0.7) !important;
  }

  .lg\:stroke-sky-200\/75 {
    stroke: rgb(186 230 253 / 0.75) !important;
  }

  .lg\:stroke-sky-200\/80 {
    stroke: rgb(186 230 253 / 0.8) !important;
  }

  .lg\:stroke-sky-200\/85 {
    stroke: rgb(186 230 253 / 0.85) !important;
  }

  .lg\:stroke-sky-200\/90 {
    stroke: rgb(186 230 253 / 0.9) !important;
  }

  .lg\:stroke-sky-200\/95 {
    stroke: rgb(186 230 253 / 0.95) !important;
  }

  .lg\:stroke-sky-300 {
    stroke: #7dd3fc !important;
  }

  .lg\:stroke-sky-300\/0 {
    stroke: rgb(125 211 252 / 0) !important;
  }

  .lg\:stroke-sky-300\/10 {
    stroke: rgb(125 211 252 / 0.1) !important;
  }

  .lg\:stroke-sky-300\/100 {
    stroke: rgb(125 211 252 / 1) !important;
  }

  .lg\:stroke-sky-300\/15 {
    stroke: rgb(125 211 252 / 0.15) !important;
  }

  .lg\:stroke-sky-300\/20 {
    stroke: rgb(125 211 252 / 0.2) !important;
  }

  .lg\:stroke-sky-300\/25 {
    stroke: rgb(125 211 252 / 0.25) !important;
  }

  .lg\:stroke-sky-300\/30 {
    stroke: rgb(125 211 252 / 0.3) !important;
  }

  .lg\:stroke-sky-300\/35 {
    stroke: rgb(125 211 252 / 0.35) !important;
  }

  .lg\:stroke-sky-300\/40 {
    stroke: rgb(125 211 252 / 0.4) !important;
  }

  .lg\:stroke-sky-300\/45 {
    stroke: rgb(125 211 252 / 0.45) !important;
  }

  .lg\:stroke-sky-300\/5 {
    stroke: rgb(125 211 252 / 0.05) !important;
  }

  .lg\:stroke-sky-300\/50 {
    stroke: rgb(125 211 252 / 0.5) !important;
  }

  .lg\:stroke-sky-300\/55 {
    stroke: rgb(125 211 252 / 0.55) !important;
  }

  .lg\:stroke-sky-300\/60 {
    stroke: rgb(125 211 252 / 0.6) !important;
  }

  .lg\:stroke-sky-300\/65 {
    stroke: rgb(125 211 252 / 0.65) !important;
  }

  .lg\:stroke-sky-300\/70 {
    stroke: rgb(125 211 252 / 0.7) !important;
  }

  .lg\:stroke-sky-300\/75 {
    stroke: rgb(125 211 252 / 0.75) !important;
  }

  .lg\:stroke-sky-300\/80 {
    stroke: rgb(125 211 252 / 0.8) !important;
  }

  .lg\:stroke-sky-300\/85 {
    stroke: rgb(125 211 252 / 0.85) !important;
  }

  .lg\:stroke-sky-300\/90 {
    stroke: rgb(125 211 252 / 0.9) !important;
  }

  .lg\:stroke-sky-300\/95 {
    stroke: rgb(125 211 252 / 0.95) !important;
  }

  .lg\:stroke-sky-400 {
    stroke: #38bdf8 !important;
  }

  .lg\:stroke-sky-400\/0 {
    stroke: rgb(56 189 248 / 0) !important;
  }

  .lg\:stroke-sky-400\/10 {
    stroke: rgb(56 189 248 / 0.1) !important;
  }

  .lg\:stroke-sky-400\/100 {
    stroke: rgb(56 189 248 / 1) !important;
  }

  .lg\:stroke-sky-400\/15 {
    stroke: rgb(56 189 248 / 0.15) !important;
  }

  .lg\:stroke-sky-400\/20 {
    stroke: rgb(56 189 248 / 0.2) !important;
  }

  .lg\:stroke-sky-400\/25 {
    stroke: rgb(56 189 248 / 0.25) !important;
  }

  .lg\:stroke-sky-400\/30 {
    stroke: rgb(56 189 248 / 0.3) !important;
  }

  .lg\:stroke-sky-400\/35 {
    stroke: rgb(56 189 248 / 0.35) !important;
  }

  .lg\:stroke-sky-400\/40 {
    stroke: rgb(56 189 248 / 0.4) !important;
  }

  .lg\:stroke-sky-400\/45 {
    stroke: rgb(56 189 248 / 0.45) !important;
  }

  .lg\:stroke-sky-400\/5 {
    stroke: rgb(56 189 248 / 0.05) !important;
  }

  .lg\:stroke-sky-400\/50 {
    stroke: rgb(56 189 248 / 0.5) !important;
  }

  .lg\:stroke-sky-400\/55 {
    stroke: rgb(56 189 248 / 0.55) !important;
  }

  .lg\:stroke-sky-400\/60 {
    stroke: rgb(56 189 248 / 0.6) !important;
  }

  .lg\:stroke-sky-400\/65 {
    stroke: rgb(56 189 248 / 0.65) !important;
  }

  .lg\:stroke-sky-400\/70 {
    stroke: rgb(56 189 248 / 0.7) !important;
  }

  .lg\:stroke-sky-400\/75 {
    stroke: rgb(56 189 248 / 0.75) !important;
  }

  .lg\:stroke-sky-400\/80 {
    stroke: rgb(56 189 248 / 0.8) !important;
  }

  .lg\:stroke-sky-400\/85 {
    stroke: rgb(56 189 248 / 0.85) !important;
  }

  .lg\:stroke-sky-400\/90 {
    stroke: rgb(56 189 248 / 0.9) !important;
  }

  .lg\:stroke-sky-400\/95 {
    stroke: rgb(56 189 248 / 0.95) !important;
  }

  .lg\:stroke-sky-50 {
    stroke: #f0f9ff !important;
  }

  .lg\:stroke-sky-50\/0 {
    stroke: rgb(240 249 255 / 0) !important;
  }

  .lg\:stroke-sky-50\/10 {
    stroke: rgb(240 249 255 / 0.1) !important;
  }

  .lg\:stroke-sky-50\/100 {
    stroke: rgb(240 249 255 / 1) !important;
  }

  .lg\:stroke-sky-50\/15 {
    stroke: rgb(240 249 255 / 0.15) !important;
  }

  .lg\:stroke-sky-50\/20 {
    stroke: rgb(240 249 255 / 0.2) !important;
  }

  .lg\:stroke-sky-50\/25 {
    stroke: rgb(240 249 255 / 0.25) !important;
  }

  .lg\:stroke-sky-50\/30 {
    stroke: rgb(240 249 255 / 0.3) !important;
  }

  .lg\:stroke-sky-50\/35 {
    stroke: rgb(240 249 255 / 0.35) !important;
  }

  .lg\:stroke-sky-50\/40 {
    stroke: rgb(240 249 255 / 0.4) !important;
  }

  .lg\:stroke-sky-50\/45 {
    stroke: rgb(240 249 255 / 0.45) !important;
  }

  .lg\:stroke-sky-50\/5 {
    stroke: rgb(240 249 255 / 0.05) !important;
  }

  .lg\:stroke-sky-50\/50 {
    stroke: rgb(240 249 255 / 0.5) !important;
  }

  .lg\:stroke-sky-50\/55 {
    stroke: rgb(240 249 255 / 0.55) !important;
  }

  .lg\:stroke-sky-50\/60 {
    stroke: rgb(240 249 255 / 0.6) !important;
  }

  .lg\:stroke-sky-50\/65 {
    stroke: rgb(240 249 255 / 0.65) !important;
  }

  .lg\:stroke-sky-50\/70 {
    stroke: rgb(240 249 255 / 0.7) !important;
  }

  .lg\:stroke-sky-50\/75 {
    stroke: rgb(240 249 255 / 0.75) !important;
  }

  .lg\:stroke-sky-50\/80 {
    stroke: rgb(240 249 255 / 0.8) !important;
  }

  .lg\:stroke-sky-50\/85 {
    stroke: rgb(240 249 255 / 0.85) !important;
  }

  .lg\:stroke-sky-50\/90 {
    stroke: rgb(240 249 255 / 0.9) !important;
  }

  .lg\:stroke-sky-50\/95 {
    stroke: rgb(240 249 255 / 0.95) !important;
  }

  .lg\:stroke-sky-500 {
    stroke: #0ea5e9 !important;
  }

  .lg\:stroke-sky-500\/0 {
    stroke: rgb(14 165 233 / 0) !important;
  }

  .lg\:stroke-sky-500\/10 {
    stroke: rgb(14 165 233 / 0.1) !important;
  }

  .lg\:stroke-sky-500\/100 {
    stroke: rgb(14 165 233 / 1) !important;
  }

  .lg\:stroke-sky-500\/15 {
    stroke: rgb(14 165 233 / 0.15) !important;
  }

  .lg\:stroke-sky-500\/20 {
    stroke: rgb(14 165 233 / 0.2) !important;
  }

  .lg\:stroke-sky-500\/25 {
    stroke: rgb(14 165 233 / 0.25) !important;
  }

  .lg\:stroke-sky-500\/30 {
    stroke: rgb(14 165 233 / 0.3) !important;
  }

  .lg\:stroke-sky-500\/35 {
    stroke: rgb(14 165 233 / 0.35) !important;
  }

  .lg\:stroke-sky-500\/40 {
    stroke: rgb(14 165 233 / 0.4) !important;
  }

  .lg\:stroke-sky-500\/45 {
    stroke: rgb(14 165 233 / 0.45) !important;
  }

  .lg\:stroke-sky-500\/5 {
    stroke: rgb(14 165 233 / 0.05) !important;
  }

  .lg\:stroke-sky-500\/50 {
    stroke: rgb(14 165 233 / 0.5) !important;
  }

  .lg\:stroke-sky-500\/55 {
    stroke: rgb(14 165 233 / 0.55) !important;
  }

  .lg\:stroke-sky-500\/60 {
    stroke: rgb(14 165 233 / 0.6) !important;
  }

  .lg\:stroke-sky-500\/65 {
    stroke: rgb(14 165 233 / 0.65) !important;
  }

  .lg\:stroke-sky-500\/70 {
    stroke: rgb(14 165 233 / 0.7) !important;
  }

  .lg\:stroke-sky-500\/75 {
    stroke: rgb(14 165 233 / 0.75) !important;
  }

  .lg\:stroke-sky-500\/80 {
    stroke: rgb(14 165 233 / 0.8) !important;
  }

  .lg\:stroke-sky-500\/85 {
    stroke: rgb(14 165 233 / 0.85) !important;
  }

  .lg\:stroke-sky-500\/90 {
    stroke: rgb(14 165 233 / 0.9) !important;
  }

  .lg\:stroke-sky-500\/95 {
    stroke: rgb(14 165 233 / 0.95) !important;
  }

  .lg\:stroke-sky-600 {
    stroke: #0284c7 !important;
  }

  .lg\:stroke-sky-600\/0 {
    stroke: rgb(2 132 199 / 0) !important;
  }

  .lg\:stroke-sky-600\/10 {
    stroke: rgb(2 132 199 / 0.1) !important;
  }

  .lg\:stroke-sky-600\/100 {
    stroke: rgb(2 132 199 / 1) !important;
  }

  .lg\:stroke-sky-600\/15 {
    stroke: rgb(2 132 199 / 0.15) !important;
  }

  .lg\:stroke-sky-600\/20 {
    stroke: rgb(2 132 199 / 0.2) !important;
  }

  .lg\:stroke-sky-600\/25 {
    stroke: rgb(2 132 199 / 0.25) !important;
  }

  .lg\:stroke-sky-600\/30 {
    stroke: rgb(2 132 199 / 0.3) !important;
  }

  .lg\:stroke-sky-600\/35 {
    stroke: rgb(2 132 199 / 0.35) !important;
  }

  .lg\:stroke-sky-600\/40 {
    stroke: rgb(2 132 199 / 0.4) !important;
  }

  .lg\:stroke-sky-600\/45 {
    stroke: rgb(2 132 199 / 0.45) !important;
  }

  .lg\:stroke-sky-600\/5 {
    stroke: rgb(2 132 199 / 0.05) !important;
  }

  .lg\:stroke-sky-600\/50 {
    stroke: rgb(2 132 199 / 0.5) !important;
  }

  .lg\:stroke-sky-600\/55 {
    stroke: rgb(2 132 199 / 0.55) !important;
  }

  .lg\:stroke-sky-600\/60 {
    stroke: rgb(2 132 199 / 0.6) !important;
  }

  .lg\:stroke-sky-600\/65 {
    stroke: rgb(2 132 199 / 0.65) !important;
  }

  .lg\:stroke-sky-600\/70 {
    stroke: rgb(2 132 199 / 0.7) !important;
  }

  .lg\:stroke-sky-600\/75 {
    stroke: rgb(2 132 199 / 0.75) !important;
  }

  .lg\:stroke-sky-600\/80 {
    stroke: rgb(2 132 199 / 0.8) !important;
  }

  .lg\:stroke-sky-600\/85 {
    stroke: rgb(2 132 199 / 0.85) !important;
  }

  .lg\:stroke-sky-600\/90 {
    stroke: rgb(2 132 199 / 0.9) !important;
  }

  .lg\:stroke-sky-600\/95 {
    stroke: rgb(2 132 199 / 0.95) !important;
  }

  .lg\:stroke-sky-700 {
    stroke: #0369a1 !important;
  }

  .lg\:stroke-sky-700\/0 {
    stroke: rgb(3 105 161 / 0) !important;
  }

  .lg\:stroke-sky-700\/10 {
    stroke: rgb(3 105 161 / 0.1) !important;
  }

  .lg\:stroke-sky-700\/100 {
    stroke: rgb(3 105 161 / 1) !important;
  }

  .lg\:stroke-sky-700\/15 {
    stroke: rgb(3 105 161 / 0.15) !important;
  }

  .lg\:stroke-sky-700\/20 {
    stroke: rgb(3 105 161 / 0.2) !important;
  }

  .lg\:stroke-sky-700\/25 {
    stroke: rgb(3 105 161 / 0.25) !important;
  }

  .lg\:stroke-sky-700\/30 {
    stroke: rgb(3 105 161 / 0.3) !important;
  }

  .lg\:stroke-sky-700\/35 {
    stroke: rgb(3 105 161 / 0.35) !important;
  }

  .lg\:stroke-sky-700\/40 {
    stroke: rgb(3 105 161 / 0.4) !important;
  }

  .lg\:stroke-sky-700\/45 {
    stroke: rgb(3 105 161 / 0.45) !important;
  }

  .lg\:stroke-sky-700\/5 {
    stroke: rgb(3 105 161 / 0.05) !important;
  }

  .lg\:stroke-sky-700\/50 {
    stroke: rgb(3 105 161 / 0.5) !important;
  }

  .lg\:stroke-sky-700\/55 {
    stroke: rgb(3 105 161 / 0.55) !important;
  }

  .lg\:stroke-sky-700\/60 {
    stroke: rgb(3 105 161 / 0.6) !important;
  }

  .lg\:stroke-sky-700\/65 {
    stroke: rgb(3 105 161 / 0.65) !important;
  }

  .lg\:stroke-sky-700\/70 {
    stroke: rgb(3 105 161 / 0.7) !important;
  }

  .lg\:stroke-sky-700\/75 {
    stroke: rgb(3 105 161 / 0.75) !important;
  }

  .lg\:stroke-sky-700\/80 {
    stroke: rgb(3 105 161 / 0.8) !important;
  }

  .lg\:stroke-sky-700\/85 {
    stroke: rgb(3 105 161 / 0.85) !important;
  }

  .lg\:stroke-sky-700\/90 {
    stroke: rgb(3 105 161 / 0.9) !important;
  }

  .lg\:stroke-sky-700\/95 {
    stroke: rgb(3 105 161 / 0.95) !important;
  }

  .lg\:stroke-sky-800 {
    stroke: #075985 !important;
  }

  .lg\:stroke-sky-800\/0 {
    stroke: rgb(7 89 133 / 0) !important;
  }

  .lg\:stroke-sky-800\/10 {
    stroke: rgb(7 89 133 / 0.1) !important;
  }

  .lg\:stroke-sky-800\/100 {
    stroke: rgb(7 89 133 / 1) !important;
  }

  .lg\:stroke-sky-800\/15 {
    stroke: rgb(7 89 133 / 0.15) !important;
  }

  .lg\:stroke-sky-800\/20 {
    stroke: rgb(7 89 133 / 0.2) !important;
  }

  .lg\:stroke-sky-800\/25 {
    stroke: rgb(7 89 133 / 0.25) !important;
  }

  .lg\:stroke-sky-800\/30 {
    stroke: rgb(7 89 133 / 0.3) !important;
  }

  .lg\:stroke-sky-800\/35 {
    stroke: rgb(7 89 133 / 0.35) !important;
  }

  .lg\:stroke-sky-800\/40 {
    stroke: rgb(7 89 133 / 0.4) !important;
  }

  .lg\:stroke-sky-800\/45 {
    stroke: rgb(7 89 133 / 0.45) !important;
  }

  .lg\:stroke-sky-800\/5 {
    stroke: rgb(7 89 133 / 0.05) !important;
  }

  .lg\:stroke-sky-800\/50 {
    stroke: rgb(7 89 133 / 0.5) !important;
  }

  .lg\:stroke-sky-800\/55 {
    stroke: rgb(7 89 133 / 0.55) !important;
  }

  .lg\:stroke-sky-800\/60 {
    stroke: rgb(7 89 133 / 0.6) !important;
  }

  .lg\:stroke-sky-800\/65 {
    stroke: rgb(7 89 133 / 0.65) !important;
  }

  .lg\:stroke-sky-800\/70 {
    stroke: rgb(7 89 133 / 0.7) !important;
  }

  .lg\:stroke-sky-800\/75 {
    stroke: rgb(7 89 133 / 0.75) !important;
  }

  .lg\:stroke-sky-800\/80 {
    stroke: rgb(7 89 133 / 0.8) !important;
  }

  .lg\:stroke-sky-800\/85 {
    stroke: rgb(7 89 133 / 0.85) !important;
  }

  .lg\:stroke-sky-800\/90 {
    stroke: rgb(7 89 133 / 0.9) !important;
  }

  .lg\:stroke-sky-800\/95 {
    stroke: rgb(7 89 133 / 0.95) !important;
  }

  .lg\:stroke-sky-900 {
    stroke: #0c4a6e !important;
  }

  .lg\:stroke-sky-900\/0 {
    stroke: rgb(12 74 110 / 0) !important;
  }

  .lg\:stroke-sky-900\/10 {
    stroke: rgb(12 74 110 / 0.1) !important;
  }

  .lg\:stroke-sky-900\/100 {
    stroke: rgb(12 74 110 / 1) !important;
  }

  .lg\:stroke-sky-900\/15 {
    stroke: rgb(12 74 110 / 0.15) !important;
  }

  .lg\:stroke-sky-900\/20 {
    stroke: rgb(12 74 110 / 0.2) !important;
  }

  .lg\:stroke-sky-900\/25 {
    stroke: rgb(12 74 110 / 0.25) !important;
  }

  .lg\:stroke-sky-900\/30 {
    stroke: rgb(12 74 110 / 0.3) !important;
  }

  .lg\:stroke-sky-900\/35 {
    stroke: rgb(12 74 110 / 0.35) !important;
  }

  .lg\:stroke-sky-900\/40 {
    stroke: rgb(12 74 110 / 0.4) !important;
  }

  .lg\:stroke-sky-900\/45 {
    stroke: rgb(12 74 110 / 0.45) !important;
  }

  .lg\:stroke-sky-900\/5 {
    stroke: rgb(12 74 110 / 0.05) !important;
  }

  .lg\:stroke-sky-900\/50 {
    stroke: rgb(12 74 110 / 0.5) !important;
  }

  .lg\:stroke-sky-900\/55 {
    stroke: rgb(12 74 110 / 0.55) !important;
  }

  .lg\:stroke-sky-900\/60 {
    stroke: rgb(12 74 110 / 0.6) !important;
  }

  .lg\:stroke-sky-900\/65 {
    stroke: rgb(12 74 110 / 0.65) !important;
  }

  .lg\:stroke-sky-900\/70 {
    stroke: rgb(12 74 110 / 0.7) !important;
  }

  .lg\:stroke-sky-900\/75 {
    stroke: rgb(12 74 110 / 0.75) !important;
  }

  .lg\:stroke-sky-900\/80 {
    stroke: rgb(12 74 110 / 0.8) !important;
  }

  .lg\:stroke-sky-900\/85 {
    stroke: rgb(12 74 110 / 0.85) !important;
  }

  .lg\:stroke-sky-900\/90 {
    stroke: rgb(12 74 110 / 0.9) !important;
  }

  .lg\:stroke-sky-900\/95 {
    stroke: rgb(12 74 110 / 0.95) !important;
  }

  .lg\:stroke-sky-950 {
    stroke: #082f49 !important;
  }

  .lg\:stroke-sky-950\/0 {
    stroke: rgb(8 47 73 / 0) !important;
  }

  .lg\:stroke-sky-950\/10 {
    stroke: rgb(8 47 73 / 0.1) !important;
  }

  .lg\:stroke-sky-950\/100 {
    stroke: rgb(8 47 73 / 1) !important;
  }

  .lg\:stroke-sky-950\/15 {
    stroke: rgb(8 47 73 / 0.15) !important;
  }

  .lg\:stroke-sky-950\/20 {
    stroke: rgb(8 47 73 / 0.2) !important;
  }

  .lg\:stroke-sky-950\/25 {
    stroke: rgb(8 47 73 / 0.25) !important;
  }

  .lg\:stroke-sky-950\/30 {
    stroke: rgb(8 47 73 / 0.3) !important;
  }

  .lg\:stroke-sky-950\/35 {
    stroke: rgb(8 47 73 / 0.35) !important;
  }

  .lg\:stroke-sky-950\/40 {
    stroke: rgb(8 47 73 / 0.4) !important;
  }

  .lg\:stroke-sky-950\/45 {
    stroke: rgb(8 47 73 / 0.45) !important;
  }

  .lg\:stroke-sky-950\/5 {
    stroke: rgb(8 47 73 / 0.05) !important;
  }

  .lg\:stroke-sky-950\/50 {
    stroke: rgb(8 47 73 / 0.5) !important;
  }

  .lg\:stroke-sky-950\/55 {
    stroke: rgb(8 47 73 / 0.55) !important;
  }

  .lg\:stroke-sky-950\/60 {
    stroke: rgb(8 47 73 / 0.6) !important;
  }

  .lg\:stroke-sky-950\/65 {
    stroke: rgb(8 47 73 / 0.65) !important;
  }

  .lg\:stroke-sky-950\/70 {
    stroke: rgb(8 47 73 / 0.7) !important;
  }

  .lg\:stroke-sky-950\/75 {
    stroke: rgb(8 47 73 / 0.75) !important;
  }

  .lg\:stroke-sky-950\/80 {
    stroke: rgb(8 47 73 / 0.8) !important;
  }

  .lg\:stroke-sky-950\/85 {
    stroke: rgb(8 47 73 / 0.85) !important;
  }

  .lg\:stroke-sky-950\/90 {
    stroke: rgb(8 47 73 / 0.9) !important;
  }

  .lg\:stroke-sky-950\/95 {
    stroke: rgb(8 47 73 / 0.95) !important;
  }

  .lg\:stroke-slate-100 {
    stroke: #f1f5f9 !important;
  }

  .lg\:stroke-slate-100\/0 {
    stroke: rgb(241 245 249 / 0) !important;
  }

  .lg\:stroke-slate-100\/10 {
    stroke: rgb(241 245 249 / 0.1) !important;
  }

  .lg\:stroke-slate-100\/100 {
    stroke: rgb(241 245 249 / 1) !important;
  }

  .lg\:stroke-slate-100\/15 {
    stroke: rgb(241 245 249 / 0.15) !important;
  }

  .lg\:stroke-slate-100\/20 {
    stroke: rgb(241 245 249 / 0.2) !important;
  }

  .lg\:stroke-slate-100\/25 {
    stroke: rgb(241 245 249 / 0.25) !important;
  }

  .lg\:stroke-slate-100\/30 {
    stroke: rgb(241 245 249 / 0.3) !important;
  }

  .lg\:stroke-slate-100\/35 {
    stroke: rgb(241 245 249 / 0.35) !important;
  }

  .lg\:stroke-slate-100\/40 {
    stroke: rgb(241 245 249 / 0.4) !important;
  }

  .lg\:stroke-slate-100\/45 {
    stroke: rgb(241 245 249 / 0.45) !important;
  }

  .lg\:stroke-slate-100\/5 {
    stroke: rgb(241 245 249 / 0.05) !important;
  }

  .lg\:stroke-slate-100\/50 {
    stroke: rgb(241 245 249 / 0.5) !important;
  }

  .lg\:stroke-slate-100\/55 {
    stroke: rgb(241 245 249 / 0.55) !important;
  }

  .lg\:stroke-slate-100\/60 {
    stroke: rgb(241 245 249 / 0.6) !important;
  }

  .lg\:stroke-slate-100\/65 {
    stroke: rgb(241 245 249 / 0.65) !important;
  }

  .lg\:stroke-slate-100\/70 {
    stroke: rgb(241 245 249 / 0.7) !important;
  }

  .lg\:stroke-slate-100\/75 {
    stroke: rgb(241 245 249 / 0.75) !important;
  }

  .lg\:stroke-slate-100\/80 {
    stroke: rgb(241 245 249 / 0.8) !important;
  }

  .lg\:stroke-slate-100\/85 {
    stroke: rgb(241 245 249 / 0.85) !important;
  }

  .lg\:stroke-slate-100\/90 {
    stroke: rgb(241 245 249 / 0.9) !important;
  }

  .lg\:stroke-slate-100\/95 {
    stroke: rgb(241 245 249 / 0.95) !important;
  }

  .lg\:stroke-slate-200 {
    stroke: #e2e8f0 !important;
  }

  .lg\:stroke-slate-200\/0 {
    stroke: rgb(226 232 240 / 0) !important;
  }

  .lg\:stroke-slate-200\/10 {
    stroke: rgb(226 232 240 / 0.1) !important;
  }

  .lg\:stroke-slate-200\/100 {
    stroke: rgb(226 232 240 / 1) !important;
  }

  .lg\:stroke-slate-200\/15 {
    stroke: rgb(226 232 240 / 0.15) !important;
  }

  .lg\:stroke-slate-200\/20 {
    stroke: rgb(226 232 240 / 0.2) !important;
  }

  .lg\:stroke-slate-200\/25 {
    stroke: rgb(226 232 240 / 0.25) !important;
  }

  .lg\:stroke-slate-200\/30 {
    stroke: rgb(226 232 240 / 0.3) !important;
  }

  .lg\:stroke-slate-200\/35 {
    stroke: rgb(226 232 240 / 0.35) !important;
  }

  .lg\:stroke-slate-200\/40 {
    stroke: rgb(226 232 240 / 0.4) !important;
  }

  .lg\:stroke-slate-200\/45 {
    stroke: rgb(226 232 240 / 0.45) !important;
  }

  .lg\:stroke-slate-200\/5 {
    stroke: rgb(226 232 240 / 0.05) !important;
  }

  .lg\:stroke-slate-200\/50 {
    stroke: rgb(226 232 240 / 0.5) !important;
  }

  .lg\:stroke-slate-200\/55 {
    stroke: rgb(226 232 240 / 0.55) !important;
  }

  .lg\:stroke-slate-200\/60 {
    stroke: rgb(226 232 240 / 0.6) !important;
  }

  .lg\:stroke-slate-200\/65 {
    stroke: rgb(226 232 240 / 0.65) !important;
  }

  .lg\:stroke-slate-200\/70 {
    stroke: rgb(226 232 240 / 0.7) !important;
  }

  .lg\:stroke-slate-200\/75 {
    stroke: rgb(226 232 240 / 0.75) !important;
  }

  .lg\:stroke-slate-200\/80 {
    stroke: rgb(226 232 240 / 0.8) !important;
  }

  .lg\:stroke-slate-200\/85 {
    stroke: rgb(226 232 240 / 0.85) !important;
  }

  .lg\:stroke-slate-200\/90 {
    stroke: rgb(226 232 240 / 0.9) !important;
  }

  .lg\:stroke-slate-200\/95 {
    stroke: rgb(226 232 240 / 0.95) !important;
  }

  .lg\:stroke-slate-300 {
    stroke: #cbd5e1 !important;
  }

  .lg\:stroke-slate-300\/0 {
    stroke: rgb(203 213 225 / 0) !important;
  }

  .lg\:stroke-slate-300\/10 {
    stroke: rgb(203 213 225 / 0.1) !important;
  }

  .lg\:stroke-slate-300\/100 {
    stroke: rgb(203 213 225 / 1) !important;
  }

  .lg\:stroke-slate-300\/15 {
    stroke: rgb(203 213 225 / 0.15) !important;
  }

  .lg\:stroke-slate-300\/20 {
    stroke: rgb(203 213 225 / 0.2) !important;
  }

  .lg\:stroke-slate-300\/25 {
    stroke: rgb(203 213 225 / 0.25) !important;
  }

  .lg\:stroke-slate-300\/30 {
    stroke: rgb(203 213 225 / 0.3) !important;
  }

  .lg\:stroke-slate-300\/35 {
    stroke: rgb(203 213 225 / 0.35) !important;
  }

  .lg\:stroke-slate-300\/40 {
    stroke: rgb(203 213 225 / 0.4) !important;
  }

  .lg\:stroke-slate-300\/45 {
    stroke: rgb(203 213 225 / 0.45) !important;
  }

  .lg\:stroke-slate-300\/5 {
    stroke: rgb(203 213 225 / 0.05) !important;
  }

  .lg\:stroke-slate-300\/50 {
    stroke: rgb(203 213 225 / 0.5) !important;
  }

  .lg\:stroke-slate-300\/55 {
    stroke: rgb(203 213 225 / 0.55) !important;
  }

  .lg\:stroke-slate-300\/60 {
    stroke: rgb(203 213 225 / 0.6) !important;
  }

  .lg\:stroke-slate-300\/65 {
    stroke: rgb(203 213 225 / 0.65) !important;
  }

  .lg\:stroke-slate-300\/70 {
    stroke: rgb(203 213 225 / 0.7) !important;
  }

  .lg\:stroke-slate-300\/75 {
    stroke: rgb(203 213 225 / 0.75) !important;
  }

  .lg\:stroke-slate-300\/80 {
    stroke: rgb(203 213 225 / 0.8) !important;
  }

  .lg\:stroke-slate-300\/85 {
    stroke: rgb(203 213 225 / 0.85) !important;
  }

  .lg\:stroke-slate-300\/90 {
    stroke: rgb(203 213 225 / 0.9) !important;
  }

  .lg\:stroke-slate-300\/95 {
    stroke: rgb(203 213 225 / 0.95) !important;
  }

  .lg\:stroke-slate-400 {
    stroke: #94a3b8 !important;
  }

  .lg\:stroke-slate-400\/0 {
    stroke: rgb(148 163 184 / 0) !important;
  }

  .lg\:stroke-slate-400\/10 {
    stroke: rgb(148 163 184 / 0.1) !important;
  }

  .lg\:stroke-slate-400\/100 {
    stroke: rgb(148 163 184 / 1) !important;
  }

  .lg\:stroke-slate-400\/15 {
    stroke: rgb(148 163 184 / 0.15) !important;
  }

  .lg\:stroke-slate-400\/20 {
    stroke: rgb(148 163 184 / 0.2) !important;
  }

  .lg\:stroke-slate-400\/25 {
    stroke: rgb(148 163 184 / 0.25) !important;
  }

  .lg\:stroke-slate-400\/30 {
    stroke: rgb(148 163 184 / 0.3) !important;
  }

  .lg\:stroke-slate-400\/35 {
    stroke: rgb(148 163 184 / 0.35) !important;
  }

  .lg\:stroke-slate-400\/40 {
    stroke: rgb(148 163 184 / 0.4) !important;
  }

  .lg\:stroke-slate-400\/45 {
    stroke: rgb(148 163 184 / 0.45) !important;
  }

  .lg\:stroke-slate-400\/5 {
    stroke: rgb(148 163 184 / 0.05) !important;
  }

  .lg\:stroke-slate-400\/50 {
    stroke: rgb(148 163 184 / 0.5) !important;
  }

  .lg\:stroke-slate-400\/55 {
    stroke: rgb(148 163 184 / 0.55) !important;
  }

  .lg\:stroke-slate-400\/60 {
    stroke: rgb(148 163 184 / 0.6) !important;
  }

  .lg\:stroke-slate-400\/65 {
    stroke: rgb(148 163 184 / 0.65) !important;
  }

  .lg\:stroke-slate-400\/70 {
    stroke: rgb(148 163 184 / 0.7) !important;
  }

  .lg\:stroke-slate-400\/75 {
    stroke: rgb(148 163 184 / 0.75) !important;
  }

  .lg\:stroke-slate-400\/80 {
    stroke: rgb(148 163 184 / 0.8) !important;
  }

  .lg\:stroke-slate-400\/85 {
    stroke: rgb(148 163 184 / 0.85) !important;
  }

  .lg\:stroke-slate-400\/90 {
    stroke: rgb(148 163 184 / 0.9) !important;
  }

  .lg\:stroke-slate-400\/95 {
    stroke: rgb(148 163 184 / 0.95) !important;
  }

  .lg\:stroke-slate-50 {
    stroke: #f8fafc !important;
  }

  .lg\:stroke-slate-50\/0 {
    stroke: rgb(248 250 252 / 0) !important;
  }

  .lg\:stroke-slate-50\/10 {
    stroke: rgb(248 250 252 / 0.1) !important;
  }

  .lg\:stroke-slate-50\/100 {
    stroke: rgb(248 250 252 / 1) !important;
  }

  .lg\:stroke-slate-50\/15 {
    stroke: rgb(248 250 252 / 0.15) !important;
  }

  .lg\:stroke-slate-50\/20 {
    stroke: rgb(248 250 252 / 0.2) !important;
  }

  .lg\:stroke-slate-50\/25 {
    stroke: rgb(248 250 252 / 0.25) !important;
  }

  .lg\:stroke-slate-50\/30 {
    stroke: rgb(248 250 252 / 0.3) !important;
  }

  .lg\:stroke-slate-50\/35 {
    stroke: rgb(248 250 252 / 0.35) !important;
  }

  .lg\:stroke-slate-50\/40 {
    stroke: rgb(248 250 252 / 0.4) !important;
  }

  .lg\:stroke-slate-50\/45 {
    stroke: rgb(248 250 252 / 0.45) !important;
  }

  .lg\:stroke-slate-50\/5 {
    stroke: rgb(248 250 252 / 0.05) !important;
  }

  .lg\:stroke-slate-50\/50 {
    stroke: rgb(248 250 252 / 0.5) !important;
  }

  .lg\:stroke-slate-50\/55 {
    stroke: rgb(248 250 252 / 0.55) !important;
  }

  .lg\:stroke-slate-50\/60 {
    stroke: rgb(248 250 252 / 0.6) !important;
  }

  .lg\:stroke-slate-50\/65 {
    stroke: rgb(248 250 252 / 0.65) !important;
  }

  .lg\:stroke-slate-50\/70 {
    stroke: rgb(248 250 252 / 0.7) !important;
  }

  .lg\:stroke-slate-50\/75 {
    stroke: rgb(248 250 252 / 0.75) !important;
  }

  .lg\:stroke-slate-50\/80 {
    stroke: rgb(248 250 252 / 0.8) !important;
  }

  .lg\:stroke-slate-50\/85 {
    stroke: rgb(248 250 252 / 0.85) !important;
  }

  .lg\:stroke-slate-50\/90 {
    stroke: rgb(248 250 252 / 0.9) !important;
  }

  .lg\:stroke-slate-50\/95 {
    stroke: rgb(248 250 252 / 0.95) !important;
  }

  .lg\:stroke-slate-500 {
    stroke: #64748b !important;
  }

  .lg\:stroke-slate-500\/0 {
    stroke: rgb(100 116 139 / 0) !important;
  }

  .lg\:stroke-slate-500\/10 {
    stroke: rgb(100 116 139 / 0.1) !important;
  }

  .lg\:stroke-slate-500\/100 {
    stroke: rgb(100 116 139 / 1) !important;
  }

  .lg\:stroke-slate-500\/15 {
    stroke: rgb(100 116 139 / 0.15) !important;
  }

  .lg\:stroke-slate-500\/20 {
    stroke: rgb(100 116 139 / 0.2) !important;
  }

  .lg\:stroke-slate-500\/25 {
    stroke: rgb(100 116 139 / 0.25) !important;
  }

  .lg\:stroke-slate-500\/30 {
    stroke: rgb(100 116 139 / 0.3) !important;
  }

  .lg\:stroke-slate-500\/35 {
    stroke: rgb(100 116 139 / 0.35) !important;
  }

  .lg\:stroke-slate-500\/40 {
    stroke: rgb(100 116 139 / 0.4) !important;
  }

  .lg\:stroke-slate-500\/45 {
    stroke: rgb(100 116 139 / 0.45) !important;
  }

  .lg\:stroke-slate-500\/5 {
    stroke: rgb(100 116 139 / 0.05) !important;
  }

  .lg\:stroke-slate-500\/50 {
    stroke: rgb(100 116 139 / 0.5) !important;
  }

  .lg\:stroke-slate-500\/55 {
    stroke: rgb(100 116 139 / 0.55) !important;
  }

  .lg\:stroke-slate-500\/60 {
    stroke: rgb(100 116 139 / 0.6) !important;
  }

  .lg\:stroke-slate-500\/65 {
    stroke: rgb(100 116 139 / 0.65) !important;
  }

  .lg\:stroke-slate-500\/70 {
    stroke: rgb(100 116 139 / 0.7) !important;
  }

  .lg\:stroke-slate-500\/75 {
    stroke: rgb(100 116 139 / 0.75) !important;
  }

  .lg\:stroke-slate-500\/80 {
    stroke: rgb(100 116 139 / 0.8) !important;
  }

  .lg\:stroke-slate-500\/85 {
    stroke: rgb(100 116 139 / 0.85) !important;
  }

  .lg\:stroke-slate-500\/90 {
    stroke: rgb(100 116 139 / 0.9) !important;
  }

  .lg\:stroke-slate-500\/95 {
    stroke: rgb(100 116 139 / 0.95) !important;
  }

  .lg\:stroke-slate-600 {
    stroke: #475569 !important;
  }

  .lg\:stroke-slate-600\/0 {
    stroke: rgb(71 85 105 / 0) !important;
  }

  .lg\:stroke-slate-600\/10 {
    stroke: rgb(71 85 105 / 0.1) !important;
  }

  .lg\:stroke-slate-600\/100 {
    stroke: rgb(71 85 105 / 1) !important;
  }

  .lg\:stroke-slate-600\/15 {
    stroke: rgb(71 85 105 / 0.15) !important;
  }

  .lg\:stroke-slate-600\/20 {
    stroke: rgb(71 85 105 / 0.2) !important;
  }

  .lg\:stroke-slate-600\/25 {
    stroke: rgb(71 85 105 / 0.25) !important;
  }

  .lg\:stroke-slate-600\/30 {
    stroke: rgb(71 85 105 / 0.3) !important;
  }

  .lg\:stroke-slate-600\/35 {
    stroke: rgb(71 85 105 / 0.35) !important;
  }

  .lg\:stroke-slate-600\/40 {
    stroke: rgb(71 85 105 / 0.4) !important;
  }

  .lg\:stroke-slate-600\/45 {
    stroke: rgb(71 85 105 / 0.45) !important;
  }

  .lg\:stroke-slate-600\/5 {
    stroke: rgb(71 85 105 / 0.05) !important;
  }

  .lg\:stroke-slate-600\/50 {
    stroke: rgb(71 85 105 / 0.5) !important;
  }

  .lg\:stroke-slate-600\/55 {
    stroke: rgb(71 85 105 / 0.55) !important;
  }

  .lg\:stroke-slate-600\/60 {
    stroke: rgb(71 85 105 / 0.6) !important;
  }

  .lg\:stroke-slate-600\/65 {
    stroke: rgb(71 85 105 / 0.65) !important;
  }

  .lg\:stroke-slate-600\/70 {
    stroke: rgb(71 85 105 / 0.7) !important;
  }

  .lg\:stroke-slate-600\/75 {
    stroke: rgb(71 85 105 / 0.75) !important;
  }

  .lg\:stroke-slate-600\/80 {
    stroke: rgb(71 85 105 / 0.8) !important;
  }

  .lg\:stroke-slate-600\/85 {
    stroke: rgb(71 85 105 / 0.85) !important;
  }

  .lg\:stroke-slate-600\/90 {
    stroke: rgb(71 85 105 / 0.9) !important;
  }

  .lg\:stroke-slate-600\/95 {
    stroke: rgb(71 85 105 / 0.95) !important;
  }

  .lg\:stroke-slate-700 {
    stroke: #334155 !important;
  }

  .lg\:stroke-slate-700\/0 {
    stroke: rgb(51 65 85 / 0) !important;
  }

  .lg\:stroke-slate-700\/10 {
    stroke: rgb(51 65 85 / 0.1) !important;
  }

  .lg\:stroke-slate-700\/100 {
    stroke: rgb(51 65 85 / 1) !important;
  }

  .lg\:stroke-slate-700\/15 {
    stroke: rgb(51 65 85 / 0.15) !important;
  }

  .lg\:stroke-slate-700\/20 {
    stroke: rgb(51 65 85 / 0.2) !important;
  }

  .lg\:stroke-slate-700\/25 {
    stroke: rgb(51 65 85 / 0.25) !important;
  }

  .lg\:stroke-slate-700\/30 {
    stroke: rgb(51 65 85 / 0.3) !important;
  }

  .lg\:stroke-slate-700\/35 {
    stroke: rgb(51 65 85 / 0.35) !important;
  }

  .lg\:stroke-slate-700\/40 {
    stroke: rgb(51 65 85 / 0.4) !important;
  }

  .lg\:stroke-slate-700\/45 {
    stroke: rgb(51 65 85 / 0.45) !important;
  }

  .lg\:stroke-slate-700\/5 {
    stroke: rgb(51 65 85 / 0.05) !important;
  }

  .lg\:stroke-slate-700\/50 {
    stroke: rgb(51 65 85 / 0.5) !important;
  }

  .lg\:stroke-slate-700\/55 {
    stroke: rgb(51 65 85 / 0.55) !important;
  }

  .lg\:stroke-slate-700\/60 {
    stroke: rgb(51 65 85 / 0.6) !important;
  }

  .lg\:stroke-slate-700\/65 {
    stroke: rgb(51 65 85 / 0.65) !important;
  }

  .lg\:stroke-slate-700\/70 {
    stroke: rgb(51 65 85 / 0.7) !important;
  }

  .lg\:stroke-slate-700\/75 {
    stroke: rgb(51 65 85 / 0.75) !important;
  }

  .lg\:stroke-slate-700\/80 {
    stroke: rgb(51 65 85 / 0.8) !important;
  }

  .lg\:stroke-slate-700\/85 {
    stroke: rgb(51 65 85 / 0.85) !important;
  }

  .lg\:stroke-slate-700\/90 {
    stroke: rgb(51 65 85 / 0.9) !important;
  }

  .lg\:stroke-slate-700\/95 {
    stroke: rgb(51 65 85 / 0.95) !important;
  }

  .lg\:stroke-slate-800 {
    stroke: #1e293b !important;
  }

  .lg\:stroke-slate-800\/0 {
    stroke: rgb(30 41 59 / 0) !important;
  }

  .lg\:stroke-slate-800\/10 {
    stroke: rgb(30 41 59 / 0.1) !important;
  }

  .lg\:stroke-slate-800\/100 {
    stroke: rgb(30 41 59 / 1) !important;
  }

  .lg\:stroke-slate-800\/15 {
    stroke: rgb(30 41 59 / 0.15) !important;
  }

  .lg\:stroke-slate-800\/20 {
    stroke: rgb(30 41 59 / 0.2) !important;
  }

  .lg\:stroke-slate-800\/25 {
    stroke: rgb(30 41 59 / 0.25) !important;
  }

  .lg\:stroke-slate-800\/30 {
    stroke: rgb(30 41 59 / 0.3) !important;
  }

  .lg\:stroke-slate-800\/35 {
    stroke: rgb(30 41 59 / 0.35) !important;
  }

  .lg\:stroke-slate-800\/40 {
    stroke: rgb(30 41 59 / 0.4) !important;
  }

  .lg\:stroke-slate-800\/45 {
    stroke: rgb(30 41 59 / 0.45) !important;
  }

  .lg\:stroke-slate-800\/5 {
    stroke: rgb(30 41 59 / 0.05) !important;
  }

  .lg\:stroke-slate-800\/50 {
    stroke: rgb(30 41 59 / 0.5) !important;
  }

  .lg\:stroke-slate-800\/55 {
    stroke: rgb(30 41 59 / 0.55) !important;
  }

  .lg\:stroke-slate-800\/60 {
    stroke: rgb(30 41 59 / 0.6) !important;
  }

  .lg\:stroke-slate-800\/65 {
    stroke: rgb(30 41 59 / 0.65) !important;
  }

  .lg\:stroke-slate-800\/70 {
    stroke: rgb(30 41 59 / 0.7) !important;
  }

  .lg\:stroke-slate-800\/75 {
    stroke: rgb(30 41 59 / 0.75) !important;
  }

  .lg\:stroke-slate-800\/80 {
    stroke: rgb(30 41 59 / 0.8) !important;
  }

  .lg\:stroke-slate-800\/85 {
    stroke: rgb(30 41 59 / 0.85) !important;
  }

  .lg\:stroke-slate-800\/90 {
    stroke: rgb(30 41 59 / 0.9) !important;
  }

  .lg\:stroke-slate-800\/95 {
    stroke: rgb(30 41 59 / 0.95) !important;
  }

  .lg\:stroke-slate-900 {
    stroke: #0f172a !important;
  }

  .lg\:stroke-slate-900\/0 {
    stroke: rgb(15 23 42 / 0) !important;
  }

  .lg\:stroke-slate-900\/10 {
    stroke: rgb(15 23 42 / 0.1) !important;
  }

  .lg\:stroke-slate-900\/100 {
    stroke: rgb(15 23 42 / 1) !important;
  }

  .lg\:stroke-slate-900\/15 {
    stroke: rgb(15 23 42 / 0.15) !important;
  }

  .lg\:stroke-slate-900\/20 {
    stroke: rgb(15 23 42 / 0.2) !important;
  }

  .lg\:stroke-slate-900\/25 {
    stroke: rgb(15 23 42 / 0.25) !important;
  }

  .lg\:stroke-slate-900\/30 {
    stroke: rgb(15 23 42 / 0.3) !important;
  }

  .lg\:stroke-slate-900\/35 {
    stroke: rgb(15 23 42 / 0.35) !important;
  }

  .lg\:stroke-slate-900\/40 {
    stroke: rgb(15 23 42 / 0.4) !important;
  }

  .lg\:stroke-slate-900\/45 {
    stroke: rgb(15 23 42 / 0.45) !important;
  }

  .lg\:stroke-slate-900\/5 {
    stroke: rgb(15 23 42 / 0.05) !important;
  }

  .lg\:stroke-slate-900\/50 {
    stroke: rgb(15 23 42 / 0.5) !important;
  }

  .lg\:stroke-slate-900\/55 {
    stroke: rgb(15 23 42 / 0.55) !important;
  }

  .lg\:stroke-slate-900\/60 {
    stroke: rgb(15 23 42 / 0.6) !important;
  }

  .lg\:stroke-slate-900\/65 {
    stroke: rgb(15 23 42 / 0.65) !important;
  }

  .lg\:stroke-slate-900\/70 {
    stroke: rgb(15 23 42 / 0.7) !important;
  }

  .lg\:stroke-slate-900\/75 {
    stroke: rgb(15 23 42 / 0.75) !important;
  }

  .lg\:stroke-slate-900\/80 {
    stroke: rgb(15 23 42 / 0.8) !important;
  }

  .lg\:stroke-slate-900\/85 {
    stroke: rgb(15 23 42 / 0.85) !important;
  }

  .lg\:stroke-slate-900\/90 {
    stroke: rgb(15 23 42 / 0.9) !important;
  }

  .lg\:stroke-slate-900\/95 {
    stroke: rgb(15 23 42 / 0.95) !important;
  }

  .lg\:stroke-slate-950 {
    stroke: #020617 !important;
  }

  .lg\:stroke-slate-950\/0 {
    stroke: rgb(2 6 23 / 0) !important;
  }

  .lg\:stroke-slate-950\/10 {
    stroke: rgb(2 6 23 / 0.1) !important;
  }

  .lg\:stroke-slate-950\/100 {
    stroke: rgb(2 6 23 / 1) !important;
  }

  .lg\:stroke-slate-950\/15 {
    stroke: rgb(2 6 23 / 0.15) !important;
  }

  .lg\:stroke-slate-950\/20 {
    stroke: rgb(2 6 23 / 0.2) !important;
  }

  .lg\:stroke-slate-950\/25 {
    stroke: rgb(2 6 23 / 0.25) !important;
  }

  .lg\:stroke-slate-950\/30 {
    stroke: rgb(2 6 23 / 0.3) !important;
  }

  .lg\:stroke-slate-950\/35 {
    stroke: rgb(2 6 23 / 0.35) !important;
  }

  .lg\:stroke-slate-950\/40 {
    stroke: rgb(2 6 23 / 0.4) !important;
  }

  .lg\:stroke-slate-950\/45 {
    stroke: rgb(2 6 23 / 0.45) !important;
  }

  .lg\:stroke-slate-950\/5 {
    stroke: rgb(2 6 23 / 0.05) !important;
  }

  .lg\:stroke-slate-950\/50 {
    stroke: rgb(2 6 23 / 0.5) !important;
  }

  .lg\:stroke-slate-950\/55 {
    stroke: rgb(2 6 23 / 0.55) !important;
  }

  .lg\:stroke-slate-950\/60 {
    stroke: rgb(2 6 23 / 0.6) !important;
  }

  .lg\:stroke-slate-950\/65 {
    stroke: rgb(2 6 23 / 0.65) !important;
  }

  .lg\:stroke-slate-950\/70 {
    stroke: rgb(2 6 23 / 0.7) !important;
  }

  .lg\:stroke-slate-950\/75 {
    stroke: rgb(2 6 23 / 0.75) !important;
  }

  .lg\:stroke-slate-950\/80 {
    stroke: rgb(2 6 23 / 0.8) !important;
  }

  .lg\:stroke-slate-950\/85 {
    stroke: rgb(2 6 23 / 0.85) !important;
  }

  .lg\:stroke-slate-950\/90 {
    stroke: rgb(2 6 23 / 0.9) !important;
  }

  .lg\:stroke-slate-950\/95 {
    stroke: rgb(2 6 23 / 0.95) !important;
  }

  .lg\:stroke-stone-100 {
    stroke: #f5f5f4 !important;
  }

  .lg\:stroke-stone-100\/0 {
    stroke: rgb(245 245 244 / 0) !important;
  }

  .lg\:stroke-stone-100\/10 {
    stroke: rgb(245 245 244 / 0.1) !important;
  }

  .lg\:stroke-stone-100\/100 {
    stroke: rgb(245 245 244 / 1) !important;
  }

  .lg\:stroke-stone-100\/15 {
    stroke: rgb(245 245 244 / 0.15) !important;
  }

  .lg\:stroke-stone-100\/20 {
    stroke: rgb(245 245 244 / 0.2) !important;
  }

  .lg\:stroke-stone-100\/25 {
    stroke: rgb(245 245 244 / 0.25) !important;
  }

  .lg\:stroke-stone-100\/30 {
    stroke: rgb(245 245 244 / 0.3) !important;
  }

  .lg\:stroke-stone-100\/35 {
    stroke: rgb(245 245 244 / 0.35) !important;
  }

  .lg\:stroke-stone-100\/40 {
    stroke: rgb(245 245 244 / 0.4) !important;
  }

  .lg\:stroke-stone-100\/45 {
    stroke: rgb(245 245 244 / 0.45) !important;
  }

  .lg\:stroke-stone-100\/5 {
    stroke: rgb(245 245 244 / 0.05) !important;
  }

  .lg\:stroke-stone-100\/50 {
    stroke: rgb(245 245 244 / 0.5) !important;
  }

  .lg\:stroke-stone-100\/55 {
    stroke: rgb(245 245 244 / 0.55) !important;
  }

  .lg\:stroke-stone-100\/60 {
    stroke: rgb(245 245 244 / 0.6) !important;
  }

  .lg\:stroke-stone-100\/65 {
    stroke: rgb(245 245 244 / 0.65) !important;
  }

  .lg\:stroke-stone-100\/70 {
    stroke: rgb(245 245 244 / 0.7) !important;
  }

  .lg\:stroke-stone-100\/75 {
    stroke: rgb(245 245 244 / 0.75) !important;
  }

  .lg\:stroke-stone-100\/80 {
    stroke: rgb(245 245 244 / 0.8) !important;
  }

  .lg\:stroke-stone-100\/85 {
    stroke: rgb(245 245 244 / 0.85) !important;
  }

  .lg\:stroke-stone-100\/90 {
    stroke: rgb(245 245 244 / 0.9) !important;
  }

  .lg\:stroke-stone-100\/95 {
    stroke: rgb(245 245 244 / 0.95) !important;
  }

  .lg\:stroke-stone-200 {
    stroke: #e7e5e4 !important;
  }

  .lg\:stroke-stone-200\/0 {
    stroke: rgb(231 229 228 / 0) !important;
  }

  .lg\:stroke-stone-200\/10 {
    stroke: rgb(231 229 228 / 0.1) !important;
  }

  .lg\:stroke-stone-200\/100 {
    stroke: rgb(231 229 228 / 1) !important;
  }

  .lg\:stroke-stone-200\/15 {
    stroke: rgb(231 229 228 / 0.15) !important;
  }

  .lg\:stroke-stone-200\/20 {
    stroke: rgb(231 229 228 / 0.2) !important;
  }

  .lg\:stroke-stone-200\/25 {
    stroke: rgb(231 229 228 / 0.25) !important;
  }

  .lg\:stroke-stone-200\/30 {
    stroke: rgb(231 229 228 / 0.3) !important;
  }

  .lg\:stroke-stone-200\/35 {
    stroke: rgb(231 229 228 / 0.35) !important;
  }

  .lg\:stroke-stone-200\/40 {
    stroke: rgb(231 229 228 / 0.4) !important;
  }

  .lg\:stroke-stone-200\/45 {
    stroke: rgb(231 229 228 / 0.45) !important;
  }

  .lg\:stroke-stone-200\/5 {
    stroke: rgb(231 229 228 / 0.05) !important;
  }

  .lg\:stroke-stone-200\/50 {
    stroke: rgb(231 229 228 / 0.5) !important;
  }

  .lg\:stroke-stone-200\/55 {
    stroke: rgb(231 229 228 / 0.55) !important;
  }

  .lg\:stroke-stone-200\/60 {
    stroke: rgb(231 229 228 / 0.6) !important;
  }

  .lg\:stroke-stone-200\/65 {
    stroke: rgb(231 229 228 / 0.65) !important;
  }

  .lg\:stroke-stone-200\/70 {
    stroke: rgb(231 229 228 / 0.7) !important;
  }

  .lg\:stroke-stone-200\/75 {
    stroke: rgb(231 229 228 / 0.75) !important;
  }

  .lg\:stroke-stone-200\/80 {
    stroke: rgb(231 229 228 / 0.8) !important;
  }

  .lg\:stroke-stone-200\/85 {
    stroke: rgb(231 229 228 / 0.85) !important;
  }

  .lg\:stroke-stone-200\/90 {
    stroke: rgb(231 229 228 / 0.9) !important;
  }

  .lg\:stroke-stone-200\/95 {
    stroke: rgb(231 229 228 / 0.95) !important;
  }

  .lg\:stroke-stone-300 {
    stroke: #d6d3d1 !important;
  }

  .lg\:stroke-stone-300\/0 {
    stroke: rgb(214 211 209 / 0) !important;
  }

  .lg\:stroke-stone-300\/10 {
    stroke: rgb(214 211 209 / 0.1) !important;
  }

  .lg\:stroke-stone-300\/100 {
    stroke: rgb(214 211 209 / 1) !important;
  }

  .lg\:stroke-stone-300\/15 {
    stroke: rgb(214 211 209 / 0.15) !important;
  }

  .lg\:stroke-stone-300\/20 {
    stroke: rgb(214 211 209 / 0.2) !important;
  }

  .lg\:stroke-stone-300\/25 {
    stroke: rgb(214 211 209 / 0.25) !important;
  }

  .lg\:stroke-stone-300\/30 {
    stroke: rgb(214 211 209 / 0.3) !important;
  }

  .lg\:stroke-stone-300\/35 {
    stroke: rgb(214 211 209 / 0.35) !important;
  }

  .lg\:stroke-stone-300\/40 {
    stroke: rgb(214 211 209 / 0.4) !important;
  }

  .lg\:stroke-stone-300\/45 {
    stroke: rgb(214 211 209 / 0.45) !important;
  }

  .lg\:stroke-stone-300\/5 {
    stroke: rgb(214 211 209 / 0.05) !important;
  }

  .lg\:stroke-stone-300\/50 {
    stroke: rgb(214 211 209 / 0.5) !important;
  }

  .lg\:stroke-stone-300\/55 {
    stroke: rgb(214 211 209 / 0.55) !important;
  }

  .lg\:stroke-stone-300\/60 {
    stroke: rgb(214 211 209 / 0.6) !important;
  }

  .lg\:stroke-stone-300\/65 {
    stroke: rgb(214 211 209 / 0.65) !important;
  }

  .lg\:stroke-stone-300\/70 {
    stroke: rgb(214 211 209 / 0.7) !important;
  }

  .lg\:stroke-stone-300\/75 {
    stroke: rgb(214 211 209 / 0.75) !important;
  }

  .lg\:stroke-stone-300\/80 {
    stroke: rgb(214 211 209 / 0.8) !important;
  }

  .lg\:stroke-stone-300\/85 {
    stroke: rgb(214 211 209 / 0.85) !important;
  }

  .lg\:stroke-stone-300\/90 {
    stroke: rgb(214 211 209 / 0.9) !important;
  }

  .lg\:stroke-stone-300\/95 {
    stroke: rgb(214 211 209 / 0.95) !important;
  }

  .lg\:stroke-stone-400 {
    stroke: #a8a29e !important;
  }

  .lg\:stroke-stone-400\/0 {
    stroke: rgb(168 162 158 / 0) !important;
  }

  .lg\:stroke-stone-400\/10 {
    stroke: rgb(168 162 158 / 0.1) !important;
  }

  .lg\:stroke-stone-400\/100 {
    stroke: rgb(168 162 158 / 1) !important;
  }

  .lg\:stroke-stone-400\/15 {
    stroke: rgb(168 162 158 / 0.15) !important;
  }

  .lg\:stroke-stone-400\/20 {
    stroke: rgb(168 162 158 / 0.2) !important;
  }

  .lg\:stroke-stone-400\/25 {
    stroke: rgb(168 162 158 / 0.25) !important;
  }

  .lg\:stroke-stone-400\/30 {
    stroke: rgb(168 162 158 / 0.3) !important;
  }

  .lg\:stroke-stone-400\/35 {
    stroke: rgb(168 162 158 / 0.35) !important;
  }

  .lg\:stroke-stone-400\/40 {
    stroke: rgb(168 162 158 / 0.4) !important;
  }

  .lg\:stroke-stone-400\/45 {
    stroke: rgb(168 162 158 / 0.45) !important;
  }

  .lg\:stroke-stone-400\/5 {
    stroke: rgb(168 162 158 / 0.05) !important;
  }

  .lg\:stroke-stone-400\/50 {
    stroke: rgb(168 162 158 / 0.5) !important;
  }

  .lg\:stroke-stone-400\/55 {
    stroke: rgb(168 162 158 / 0.55) !important;
  }

  .lg\:stroke-stone-400\/60 {
    stroke: rgb(168 162 158 / 0.6) !important;
  }

  .lg\:stroke-stone-400\/65 {
    stroke: rgb(168 162 158 / 0.65) !important;
  }

  .lg\:stroke-stone-400\/70 {
    stroke: rgb(168 162 158 / 0.7) !important;
  }

  .lg\:stroke-stone-400\/75 {
    stroke: rgb(168 162 158 / 0.75) !important;
  }

  .lg\:stroke-stone-400\/80 {
    stroke: rgb(168 162 158 / 0.8) !important;
  }

  .lg\:stroke-stone-400\/85 {
    stroke: rgb(168 162 158 / 0.85) !important;
  }

  .lg\:stroke-stone-400\/90 {
    stroke: rgb(168 162 158 / 0.9) !important;
  }

  .lg\:stroke-stone-400\/95 {
    stroke: rgb(168 162 158 / 0.95) !important;
  }

  .lg\:stroke-stone-50 {
    stroke: #fafaf9 !important;
  }

  .lg\:stroke-stone-50\/0 {
    stroke: rgb(250 250 249 / 0) !important;
  }

  .lg\:stroke-stone-50\/10 {
    stroke: rgb(250 250 249 / 0.1) !important;
  }

  .lg\:stroke-stone-50\/100 {
    stroke: rgb(250 250 249 / 1) !important;
  }

  .lg\:stroke-stone-50\/15 {
    stroke: rgb(250 250 249 / 0.15) !important;
  }

  .lg\:stroke-stone-50\/20 {
    stroke: rgb(250 250 249 / 0.2) !important;
  }

  .lg\:stroke-stone-50\/25 {
    stroke: rgb(250 250 249 / 0.25) !important;
  }

  .lg\:stroke-stone-50\/30 {
    stroke: rgb(250 250 249 / 0.3) !important;
  }

  .lg\:stroke-stone-50\/35 {
    stroke: rgb(250 250 249 / 0.35) !important;
  }

  .lg\:stroke-stone-50\/40 {
    stroke: rgb(250 250 249 / 0.4) !important;
  }

  .lg\:stroke-stone-50\/45 {
    stroke: rgb(250 250 249 / 0.45) !important;
  }

  .lg\:stroke-stone-50\/5 {
    stroke: rgb(250 250 249 / 0.05) !important;
  }

  .lg\:stroke-stone-50\/50 {
    stroke: rgb(250 250 249 / 0.5) !important;
  }

  .lg\:stroke-stone-50\/55 {
    stroke: rgb(250 250 249 / 0.55) !important;
  }

  .lg\:stroke-stone-50\/60 {
    stroke: rgb(250 250 249 / 0.6) !important;
  }

  .lg\:stroke-stone-50\/65 {
    stroke: rgb(250 250 249 / 0.65) !important;
  }

  .lg\:stroke-stone-50\/70 {
    stroke: rgb(250 250 249 / 0.7) !important;
  }

  .lg\:stroke-stone-50\/75 {
    stroke: rgb(250 250 249 / 0.75) !important;
  }

  .lg\:stroke-stone-50\/80 {
    stroke: rgb(250 250 249 / 0.8) !important;
  }

  .lg\:stroke-stone-50\/85 {
    stroke: rgb(250 250 249 / 0.85) !important;
  }

  .lg\:stroke-stone-50\/90 {
    stroke: rgb(250 250 249 / 0.9) !important;
  }

  .lg\:stroke-stone-50\/95 {
    stroke: rgb(250 250 249 / 0.95) !important;
  }

  .lg\:stroke-stone-500 {
    stroke: #78716c !important;
  }

  .lg\:stroke-stone-500\/0 {
    stroke: rgb(120 113 108 / 0) !important;
  }

  .lg\:stroke-stone-500\/10 {
    stroke: rgb(120 113 108 / 0.1) !important;
  }

  .lg\:stroke-stone-500\/100 {
    stroke: rgb(120 113 108 / 1) !important;
  }

  .lg\:stroke-stone-500\/15 {
    stroke: rgb(120 113 108 / 0.15) !important;
  }

  .lg\:stroke-stone-500\/20 {
    stroke: rgb(120 113 108 / 0.2) !important;
  }

  .lg\:stroke-stone-500\/25 {
    stroke: rgb(120 113 108 / 0.25) !important;
  }

  .lg\:stroke-stone-500\/30 {
    stroke: rgb(120 113 108 / 0.3) !important;
  }

  .lg\:stroke-stone-500\/35 {
    stroke: rgb(120 113 108 / 0.35) !important;
  }

  .lg\:stroke-stone-500\/40 {
    stroke: rgb(120 113 108 / 0.4) !important;
  }

  .lg\:stroke-stone-500\/45 {
    stroke: rgb(120 113 108 / 0.45) !important;
  }

  .lg\:stroke-stone-500\/5 {
    stroke: rgb(120 113 108 / 0.05) !important;
  }

  .lg\:stroke-stone-500\/50 {
    stroke: rgb(120 113 108 / 0.5) !important;
  }

  .lg\:stroke-stone-500\/55 {
    stroke: rgb(120 113 108 / 0.55) !important;
  }

  .lg\:stroke-stone-500\/60 {
    stroke: rgb(120 113 108 / 0.6) !important;
  }

  .lg\:stroke-stone-500\/65 {
    stroke: rgb(120 113 108 / 0.65) !important;
  }

  .lg\:stroke-stone-500\/70 {
    stroke: rgb(120 113 108 / 0.7) !important;
  }

  .lg\:stroke-stone-500\/75 {
    stroke: rgb(120 113 108 / 0.75) !important;
  }

  .lg\:stroke-stone-500\/80 {
    stroke: rgb(120 113 108 / 0.8) !important;
  }

  .lg\:stroke-stone-500\/85 {
    stroke: rgb(120 113 108 / 0.85) !important;
  }

  .lg\:stroke-stone-500\/90 {
    stroke: rgb(120 113 108 / 0.9) !important;
  }

  .lg\:stroke-stone-500\/95 {
    stroke: rgb(120 113 108 / 0.95) !important;
  }

  .lg\:stroke-stone-600 {
    stroke: #57534e !important;
  }

  .lg\:stroke-stone-600\/0 {
    stroke: rgb(87 83 78 / 0) !important;
  }

  .lg\:stroke-stone-600\/10 {
    stroke: rgb(87 83 78 / 0.1) !important;
  }

  .lg\:stroke-stone-600\/100 {
    stroke: rgb(87 83 78 / 1) !important;
  }

  .lg\:stroke-stone-600\/15 {
    stroke: rgb(87 83 78 / 0.15) !important;
  }

  .lg\:stroke-stone-600\/20 {
    stroke: rgb(87 83 78 / 0.2) !important;
  }

  .lg\:stroke-stone-600\/25 {
    stroke: rgb(87 83 78 / 0.25) !important;
  }

  .lg\:stroke-stone-600\/30 {
    stroke: rgb(87 83 78 / 0.3) !important;
  }

  .lg\:stroke-stone-600\/35 {
    stroke: rgb(87 83 78 / 0.35) !important;
  }

  .lg\:stroke-stone-600\/40 {
    stroke: rgb(87 83 78 / 0.4) !important;
  }

  .lg\:stroke-stone-600\/45 {
    stroke: rgb(87 83 78 / 0.45) !important;
  }

  .lg\:stroke-stone-600\/5 {
    stroke: rgb(87 83 78 / 0.05) !important;
  }

  .lg\:stroke-stone-600\/50 {
    stroke: rgb(87 83 78 / 0.5) !important;
  }

  .lg\:stroke-stone-600\/55 {
    stroke: rgb(87 83 78 / 0.55) !important;
  }

  .lg\:stroke-stone-600\/60 {
    stroke: rgb(87 83 78 / 0.6) !important;
  }

  .lg\:stroke-stone-600\/65 {
    stroke: rgb(87 83 78 / 0.65) !important;
  }

  .lg\:stroke-stone-600\/70 {
    stroke: rgb(87 83 78 / 0.7) !important;
  }

  .lg\:stroke-stone-600\/75 {
    stroke: rgb(87 83 78 / 0.75) !important;
  }

  .lg\:stroke-stone-600\/80 {
    stroke: rgb(87 83 78 / 0.8) !important;
  }

  .lg\:stroke-stone-600\/85 {
    stroke: rgb(87 83 78 / 0.85) !important;
  }

  .lg\:stroke-stone-600\/90 {
    stroke: rgb(87 83 78 / 0.9) !important;
  }

  .lg\:stroke-stone-600\/95 {
    stroke: rgb(87 83 78 / 0.95) !important;
  }

  .lg\:stroke-stone-700 {
    stroke: #44403c !important;
  }

  .lg\:stroke-stone-700\/0 {
    stroke: rgb(68 64 60 / 0) !important;
  }

  .lg\:stroke-stone-700\/10 {
    stroke: rgb(68 64 60 / 0.1) !important;
  }

  .lg\:stroke-stone-700\/100 {
    stroke: rgb(68 64 60 / 1) !important;
  }

  .lg\:stroke-stone-700\/15 {
    stroke: rgb(68 64 60 / 0.15) !important;
  }

  .lg\:stroke-stone-700\/20 {
    stroke: rgb(68 64 60 / 0.2) !important;
  }

  .lg\:stroke-stone-700\/25 {
    stroke: rgb(68 64 60 / 0.25) !important;
  }

  .lg\:stroke-stone-700\/30 {
    stroke: rgb(68 64 60 / 0.3) !important;
  }

  .lg\:stroke-stone-700\/35 {
    stroke: rgb(68 64 60 / 0.35) !important;
  }

  .lg\:stroke-stone-700\/40 {
    stroke: rgb(68 64 60 / 0.4) !important;
  }

  .lg\:stroke-stone-700\/45 {
    stroke: rgb(68 64 60 / 0.45) !important;
  }

  .lg\:stroke-stone-700\/5 {
    stroke: rgb(68 64 60 / 0.05) !important;
  }

  .lg\:stroke-stone-700\/50 {
    stroke: rgb(68 64 60 / 0.5) !important;
  }

  .lg\:stroke-stone-700\/55 {
    stroke: rgb(68 64 60 / 0.55) !important;
  }

  .lg\:stroke-stone-700\/60 {
    stroke: rgb(68 64 60 / 0.6) !important;
  }

  .lg\:stroke-stone-700\/65 {
    stroke: rgb(68 64 60 / 0.65) !important;
  }

  .lg\:stroke-stone-700\/70 {
    stroke: rgb(68 64 60 / 0.7) !important;
  }

  .lg\:stroke-stone-700\/75 {
    stroke: rgb(68 64 60 / 0.75) !important;
  }

  .lg\:stroke-stone-700\/80 {
    stroke: rgb(68 64 60 / 0.8) !important;
  }

  .lg\:stroke-stone-700\/85 {
    stroke: rgb(68 64 60 / 0.85) !important;
  }

  .lg\:stroke-stone-700\/90 {
    stroke: rgb(68 64 60 / 0.9) !important;
  }

  .lg\:stroke-stone-700\/95 {
    stroke: rgb(68 64 60 / 0.95) !important;
  }

  .lg\:stroke-stone-800 {
    stroke: #292524 !important;
  }

  .lg\:stroke-stone-800\/0 {
    stroke: rgb(41 37 36 / 0) !important;
  }

  .lg\:stroke-stone-800\/10 {
    stroke: rgb(41 37 36 / 0.1) !important;
  }

  .lg\:stroke-stone-800\/100 {
    stroke: rgb(41 37 36 / 1) !important;
  }

  .lg\:stroke-stone-800\/15 {
    stroke: rgb(41 37 36 / 0.15) !important;
  }

  .lg\:stroke-stone-800\/20 {
    stroke: rgb(41 37 36 / 0.2) !important;
  }

  .lg\:stroke-stone-800\/25 {
    stroke: rgb(41 37 36 / 0.25) !important;
  }

  .lg\:stroke-stone-800\/30 {
    stroke: rgb(41 37 36 / 0.3) !important;
  }

  .lg\:stroke-stone-800\/35 {
    stroke: rgb(41 37 36 / 0.35) !important;
  }

  .lg\:stroke-stone-800\/40 {
    stroke: rgb(41 37 36 / 0.4) !important;
  }

  .lg\:stroke-stone-800\/45 {
    stroke: rgb(41 37 36 / 0.45) !important;
  }

  .lg\:stroke-stone-800\/5 {
    stroke: rgb(41 37 36 / 0.05) !important;
  }

  .lg\:stroke-stone-800\/50 {
    stroke: rgb(41 37 36 / 0.5) !important;
  }

  .lg\:stroke-stone-800\/55 {
    stroke: rgb(41 37 36 / 0.55) !important;
  }

  .lg\:stroke-stone-800\/60 {
    stroke: rgb(41 37 36 / 0.6) !important;
  }

  .lg\:stroke-stone-800\/65 {
    stroke: rgb(41 37 36 / 0.65) !important;
  }

  .lg\:stroke-stone-800\/70 {
    stroke: rgb(41 37 36 / 0.7) !important;
  }

  .lg\:stroke-stone-800\/75 {
    stroke: rgb(41 37 36 / 0.75) !important;
  }

  .lg\:stroke-stone-800\/80 {
    stroke: rgb(41 37 36 / 0.8) !important;
  }

  .lg\:stroke-stone-800\/85 {
    stroke: rgb(41 37 36 / 0.85) !important;
  }

  .lg\:stroke-stone-800\/90 {
    stroke: rgb(41 37 36 / 0.9) !important;
  }

  .lg\:stroke-stone-800\/95 {
    stroke: rgb(41 37 36 / 0.95) !important;
  }

  .lg\:stroke-stone-900 {
    stroke: #1c1917 !important;
  }

  .lg\:stroke-stone-900\/0 {
    stroke: rgb(28 25 23 / 0) !important;
  }

  .lg\:stroke-stone-900\/10 {
    stroke: rgb(28 25 23 / 0.1) !important;
  }

  .lg\:stroke-stone-900\/100 {
    stroke: rgb(28 25 23 / 1) !important;
  }

  .lg\:stroke-stone-900\/15 {
    stroke: rgb(28 25 23 / 0.15) !important;
  }

  .lg\:stroke-stone-900\/20 {
    stroke: rgb(28 25 23 / 0.2) !important;
  }

  .lg\:stroke-stone-900\/25 {
    stroke: rgb(28 25 23 / 0.25) !important;
  }

  .lg\:stroke-stone-900\/30 {
    stroke: rgb(28 25 23 / 0.3) !important;
  }

  .lg\:stroke-stone-900\/35 {
    stroke: rgb(28 25 23 / 0.35) !important;
  }

  .lg\:stroke-stone-900\/40 {
    stroke: rgb(28 25 23 / 0.4) !important;
  }

  .lg\:stroke-stone-900\/45 {
    stroke: rgb(28 25 23 / 0.45) !important;
  }

  .lg\:stroke-stone-900\/5 {
    stroke: rgb(28 25 23 / 0.05) !important;
  }

  .lg\:stroke-stone-900\/50 {
    stroke: rgb(28 25 23 / 0.5) !important;
  }

  .lg\:stroke-stone-900\/55 {
    stroke: rgb(28 25 23 / 0.55) !important;
  }

  .lg\:stroke-stone-900\/60 {
    stroke: rgb(28 25 23 / 0.6) !important;
  }

  .lg\:stroke-stone-900\/65 {
    stroke: rgb(28 25 23 / 0.65) !important;
  }

  .lg\:stroke-stone-900\/70 {
    stroke: rgb(28 25 23 / 0.7) !important;
  }

  .lg\:stroke-stone-900\/75 {
    stroke: rgb(28 25 23 / 0.75) !important;
  }

  .lg\:stroke-stone-900\/80 {
    stroke: rgb(28 25 23 / 0.8) !important;
  }

  .lg\:stroke-stone-900\/85 {
    stroke: rgb(28 25 23 / 0.85) !important;
  }

  .lg\:stroke-stone-900\/90 {
    stroke: rgb(28 25 23 / 0.9) !important;
  }

  .lg\:stroke-stone-900\/95 {
    stroke: rgb(28 25 23 / 0.95) !important;
  }

  .lg\:stroke-stone-950 {
    stroke: #0c0a09 !important;
  }

  .lg\:stroke-stone-950\/0 {
    stroke: rgb(12 10 9 / 0) !important;
  }

  .lg\:stroke-stone-950\/10 {
    stroke: rgb(12 10 9 / 0.1) !important;
  }

  .lg\:stroke-stone-950\/100 {
    stroke: rgb(12 10 9 / 1) !important;
  }

  .lg\:stroke-stone-950\/15 {
    stroke: rgb(12 10 9 / 0.15) !important;
  }

  .lg\:stroke-stone-950\/20 {
    stroke: rgb(12 10 9 / 0.2) !important;
  }

  .lg\:stroke-stone-950\/25 {
    stroke: rgb(12 10 9 / 0.25) !important;
  }

  .lg\:stroke-stone-950\/30 {
    stroke: rgb(12 10 9 / 0.3) !important;
  }

  .lg\:stroke-stone-950\/35 {
    stroke: rgb(12 10 9 / 0.35) !important;
  }

  .lg\:stroke-stone-950\/40 {
    stroke: rgb(12 10 9 / 0.4) !important;
  }

  .lg\:stroke-stone-950\/45 {
    stroke: rgb(12 10 9 / 0.45) !important;
  }

  .lg\:stroke-stone-950\/5 {
    stroke: rgb(12 10 9 / 0.05) !important;
  }

  .lg\:stroke-stone-950\/50 {
    stroke: rgb(12 10 9 / 0.5) !important;
  }

  .lg\:stroke-stone-950\/55 {
    stroke: rgb(12 10 9 / 0.55) !important;
  }

  .lg\:stroke-stone-950\/60 {
    stroke: rgb(12 10 9 / 0.6) !important;
  }

  .lg\:stroke-stone-950\/65 {
    stroke: rgb(12 10 9 / 0.65) !important;
  }

  .lg\:stroke-stone-950\/70 {
    stroke: rgb(12 10 9 / 0.7) !important;
  }

  .lg\:stroke-stone-950\/75 {
    stroke: rgb(12 10 9 / 0.75) !important;
  }

  .lg\:stroke-stone-950\/80 {
    stroke: rgb(12 10 9 / 0.8) !important;
  }

  .lg\:stroke-stone-950\/85 {
    stroke: rgb(12 10 9 / 0.85) !important;
  }

  .lg\:stroke-stone-950\/90 {
    stroke: rgb(12 10 9 / 0.9) !important;
  }

  .lg\:stroke-stone-950\/95 {
    stroke: rgb(12 10 9 / 0.95) !important;
  }

  .lg\:stroke-teal-100 {
    stroke: #ccfbf1 !important;
  }

  .lg\:stroke-teal-100\/0 {
    stroke: rgb(204 251 241 / 0) !important;
  }

  .lg\:stroke-teal-100\/10 {
    stroke: rgb(204 251 241 / 0.1) !important;
  }

  .lg\:stroke-teal-100\/100 {
    stroke: rgb(204 251 241 / 1) !important;
  }

  .lg\:stroke-teal-100\/15 {
    stroke: rgb(204 251 241 / 0.15) !important;
  }

  .lg\:stroke-teal-100\/20 {
    stroke: rgb(204 251 241 / 0.2) !important;
  }

  .lg\:stroke-teal-100\/25 {
    stroke: rgb(204 251 241 / 0.25) !important;
  }

  .lg\:stroke-teal-100\/30 {
    stroke: rgb(204 251 241 / 0.3) !important;
  }

  .lg\:stroke-teal-100\/35 {
    stroke: rgb(204 251 241 / 0.35) !important;
  }

  .lg\:stroke-teal-100\/40 {
    stroke: rgb(204 251 241 / 0.4) !important;
  }

  .lg\:stroke-teal-100\/45 {
    stroke: rgb(204 251 241 / 0.45) !important;
  }

  .lg\:stroke-teal-100\/5 {
    stroke: rgb(204 251 241 / 0.05) !important;
  }

  .lg\:stroke-teal-100\/50 {
    stroke: rgb(204 251 241 / 0.5) !important;
  }

  .lg\:stroke-teal-100\/55 {
    stroke: rgb(204 251 241 / 0.55) !important;
  }

  .lg\:stroke-teal-100\/60 {
    stroke: rgb(204 251 241 / 0.6) !important;
  }

  .lg\:stroke-teal-100\/65 {
    stroke: rgb(204 251 241 / 0.65) !important;
  }

  .lg\:stroke-teal-100\/70 {
    stroke: rgb(204 251 241 / 0.7) !important;
  }

  .lg\:stroke-teal-100\/75 {
    stroke: rgb(204 251 241 / 0.75) !important;
  }

  .lg\:stroke-teal-100\/80 {
    stroke: rgb(204 251 241 / 0.8) !important;
  }

  .lg\:stroke-teal-100\/85 {
    stroke: rgb(204 251 241 / 0.85) !important;
  }

  .lg\:stroke-teal-100\/90 {
    stroke: rgb(204 251 241 / 0.9) !important;
  }

  .lg\:stroke-teal-100\/95 {
    stroke: rgb(204 251 241 / 0.95) !important;
  }

  .lg\:stroke-teal-200 {
    stroke: #99f6e4 !important;
  }

  .lg\:stroke-teal-200\/0 {
    stroke: rgb(153 246 228 / 0) !important;
  }

  .lg\:stroke-teal-200\/10 {
    stroke: rgb(153 246 228 / 0.1) !important;
  }

  .lg\:stroke-teal-200\/100 {
    stroke: rgb(153 246 228 / 1) !important;
  }

  .lg\:stroke-teal-200\/15 {
    stroke: rgb(153 246 228 / 0.15) !important;
  }

  .lg\:stroke-teal-200\/20 {
    stroke: rgb(153 246 228 / 0.2) !important;
  }

  .lg\:stroke-teal-200\/25 {
    stroke: rgb(153 246 228 / 0.25) !important;
  }

  .lg\:stroke-teal-200\/30 {
    stroke: rgb(153 246 228 / 0.3) !important;
  }

  .lg\:stroke-teal-200\/35 {
    stroke: rgb(153 246 228 / 0.35) !important;
  }

  .lg\:stroke-teal-200\/40 {
    stroke: rgb(153 246 228 / 0.4) !important;
  }

  .lg\:stroke-teal-200\/45 {
    stroke: rgb(153 246 228 / 0.45) !important;
  }

  .lg\:stroke-teal-200\/5 {
    stroke: rgb(153 246 228 / 0.05) !important;
  }

  .lg\:stroke-teal-200\/50 {
    stroke: rgb(153 246 228 / 0.5) !important;
  }

  .lg\:stroke-teal-200\/55 {
    stroke: rgb(153 246 228 / 0.55) !important;
  }

  .lg\:stroke-teal-200\/60 {
    stroke: rgb(153 246 228 / 0.6) !important;
  }

  .lg\:stroke-teal-200\/65 {
    stroke: rgb(153 246 228 / 0.65) !important;
  }

  .lg\:stroke-teal-200\/70 {
    stroke: rgb(153 246 228 / 0.7) !important;
  }

  .lg\:stroke-teal-200\/75 {
    stroke: rgb(153 246 228 / 0.75) !important;
  }

  .lg\:stroke-teal-200\/80 {
    stroke: rgb(153 246 228 / 0.8) !important;
  }

  .lg\:stroke-teal-200\/85 {
    stroke: rgb(153 246 228 / 0.85) !important;
  }

  .lg\:stroke-teal-200\/90 {
    stroke: rgb(153 246 228 / 0.9) !important;
  }

  .lg\:stroke-teal-200\/95 {
    stroke: rgb(153 246 228 / 0.95) !important;
  }

  .lg\:stroke-teal-300 {
    stroke: #5eead4 !important;
  }

  .lg\:stroke-teal-300\/0 {
    stroke: rgb(94 234 212 / 0) !important;
  }

  .lg\:stroke-teal-300\/10 {
    stroke: rgb(94 234 212 / 0.1) !important;
  }

  .lg\:stroke-teal-300\/100 {
    stroke: rgb(94 234 212 / 1) !important;
  }

  .lg\:stroke-teal-300\/15 {
    stroke: rgb(94 234 212 / 0.15) !important;
  }

  .lg\:stroke-teal-300\/20 {
    stroke: rgb(94 234 212 / 0.2) !important;
  }

  .lg\:stroke-teal-300\/25 {
    stroke: rgb(94 234 212 / 0.25) !important;
  }

  .lg\:stroke-teal-300\/30 {
    stroke: rgb(94 234 212 / 0.3) !important;
  }

  .lg\:stroke-teal-300\/35 {
    stroke: rgb(94 234 212 / 0.35) !important;
  }

  .lg\:stroke-teal-300\/40 {
    stroke: rgb(94 234 212 / 0.4) !important;
  }

  .lg\:stroke-teal-300\/45 {
    stroke: rgb(94 234 212 / 0.45) !important;
  }

  .lg\:stroke-teal-300\/5 {
    stroke: rgb(94 234 212 / 0.05) !important;
  }

  .lg\:stroke-teal-300\/50 {
    stroke: rgb(94 234 212 / 0.5) !important;
  }

  .lg\:stroke-teal-300\/55 {
    stroke: rgb(94 234 212 / 0.55) !important;
  }

  .lg\:stroke-teal-300\/60 {
    stroke: rgb(94 234 212 / 0.6) !important;
  }

  .lg\:stroke-teal-300\/65 {
    stroke: rgb(94 234 212 / 0.65) !important;
  }

  .lg\:stroke-teal-300\/70 {
    stroke: rgb(94 234 212 / 0.7) !important;
  }

  .lg\:stroke-teal-300\/75 {
    stroke: rgb(94 234 212 / 0.75) !important;
  }

  .lg\:stroke-teal-300\/80 {
    stroke: rgb(94 234 212 / 0.8) !important;
  }

  .lg\:stroke-teal-300\/85 {
    stroke: rgb(94 234 212 / 0.85) !important;
  }

  .lg\:stroke-teal-300\/90 {
    stroke: rgb(94 234 212 / 0.9) !important;
  }

  .lg\:stroke-teal-300\/95 {
    stroke: rgb(94 234 212 / 0.95) !important;
  }

  .lg\:stroke-teal-400 {
    stroke: #2dd4bf !important;
  }

  .lg\:stroke-teal-400\/0 {
    stroke: rgb(45 212 191 / 0) !important;
  }

  .lg\:stroke-teal-400\/10 {
    stroke: rgb(45 212 191 / 0.1) !important;
  }

  .lg\:stroke-teal-400\/100 {
    stroke: rgb(45 212 191 / 1) !important;
  }

  .lg\:stroke-teal-400\/15 {
    stroke: rgb(45 212 191 / 0.15) !important;
  }

  .lg\:stroke-teal-400\/20 {
    stroke: rgb(45 212 191 / 0.2) !important;
  }

  .lg\:stroke-teal-400\/25 {
    stroke: rgb(45 212 191 / 0.25) !important;
  }

  .lg\:stroke-teal-400\/30 {
    stroke: rgb(45 212 191 / 0.3) !important;
  }

  .lg\:stroke-teal-400\/35 {
    stroke: rgb(45 212 191 / 0.35) !important;
  }

  .lg\:stroke-teal-400\/40 {
    stroke: rgb(45 212 191 / 0.4) !important;
  }

  .lg\:stroke-teal-400\/45 {
    stroke: rgb(45 212 191 / 0.45) !important;
  }

  .lg\:stroke-teal-400\/5 {
    stroke: rgb(45 212 191 / 0.05) !important;
  }

  .lg\:stroke-teal-400\/50 {
    stroke: rgb(45 212 191 / 0.5) !important;
  }

  .lg\:stroke-teal-400\/55 {
    stroke: rgb(45 212 191 / 0.55) !important;
  }

  .lg\:stroke-teal-400\/60 {
    stroke: rgb(45 212 191 / 0.6) !important;
  }

  .lg\:stroke-teal-400\/65 {
    stroke: rgb(45 212 191 / 0.65) !important;
  }

  .lg\:stroke-teal-400\/70 {
    stroke: rgb(45 212 191 / 0.7) !important;
  }

  .lg\:stroke-teal-400\/75 {
    stroke: rgb(45 212 191 / 0.75) !important;
  }

  .lg\:stroke-teal-400\/80 {
    stroke: rgb(45 212 191 / 0.8) !important;
  }

  .lg\:stroke-teal-400\/85 {
    stroke: rgb(45 212 191 / 0.85) !important;
  }

  .lg\:stroke-teal-400\/90 {
    stroke: rgb(45 212 191 / 0.9) !important;
  }

  .lg\:stroke-teal-400\/95 {
    stroke: rgb(45 212 191 / 0.95) !important;
  }

  .lg\:stroke-teal-50 {
    stroke: #f0fdfa !important;
  }

  .lg\:stroke-teal-50\/0 {
    stroke: rgb(240 253 250 / 0) !important;
  }

  .lg\:stroke-teal-50\/10 {
    stroke: rgb(240 253 250 / 0.1) !important;
  }

  .lg\:stroke-teal-50\/100 {
    stroke: rgb(240 253 250 / 1) !important;
  }

  .lg\:stroke-teal-50\/15 {
    stroke: rgb(240 253 250 / 0.15) !important;
  }

  .lg\:stroke-teal-50\/20 {
    stroke: rgb(240 253 250 / 0.2) !important;
  }

  .lg\:stroke-teal-50\/25 {
    stroke: rgb(240 253 250 / 0.25) !important;
  }

  .lg\:stroke-teal-50\/30 {
    stroke: rgb(240 253 250 / 0.3) !important;
  }

  .lg\:stroke-teal-50\/35 {
    stroke: rgb(240 253 250 / 0.35) !important;
  }

  .lg\:stroke-teal-50\/40 {
    stroke: rgb(240 253 250 / 0.4) !important;
  }

  .lg\:stroke-teal-50\/45 {
    stroke: rgb(240 253 250 / 0.45) !important;
  }

  .lg\:stroke-teal-50\/5 {
    stroke: rgb(240 253 250 / 0.05) !important;
  }

  .lg\:stroke-teal-50\/50 {
    stroke: rgb(240 253 250 / 0.5) !important;
  }

  .lg\:stroke-teal-50\/55 {
    stroke: rgb(240 253 250 / 0.55) !important;
  }

  .lg\:stroke-teal-50\/60 {
    stroke: rgb(240 253 250 / 0.6) !important;
  }

  .lg\:stroke-teal-50\/65 {
    stroke: rgb(240 253 250 / 0.65) !important;
  }

  .lg\:stroke-teal-50\/70 {
    stroke: rgb(240 253 250 / 0.7) !important;
  }

  .lg\:stroke-teal-50\/75 {
    stroke: rgb(240 253 250 / 0.75) !important;
  }

  .lg\:stroke-teal-50\/80 {
    stroke: rgb(240 253 250 / 0.8) !important;
  }

  .lg\:stroke-teal-50\/85 {
    stroke: rgb(240 253 250 / 0.85) !important;
  }

  .lg\:stroke-teal-50\/90 {
    stroke: rgb(240 253 250 / 0.9) !important;
  }

  .lg\:stroke-teal-50\/95 {
    stroke: rgb(240 253 250 / 0.95) !important;
  }

  .lg\:stroke-teal-500 {
    stroke: #14b8a6 !important;
  }

  .lg\:stroke-teal-500\/0 {
    stroke: rgb(20 184 166 / 0) !important;
  }

  .lg\:stroke-teal-500\/10 {
    stroke: rgb(20 184 166 / 0.1) !important;
  }

  .lg\:stroke-teal-500\/100 {
    stroke: rgb(20 184 166 / 1) !important;
  }

  .lg\:stroke-teal-500\/15 {
    stroke: rgb(20 184 166 / 0.15) !important;
  }

  .lg\:stroke-teal-500\/20 {
    stroke: rgb(20 184 166 / 0.2) !important;
  }

  .lg\:stroke-teal-500\/25 {
    stroke: rgb(20 184 166 / 0.25) !important;
  }

  .lg\:stroke-teal-500\/30 {
    stroke: rgb(20 184 166 / 0.3) !important;
  }

  .lg\:stroke-teal-500\/35 {
    stroke: rgb(20 184 166 / 0.35) !important;
  }

  .lg\:stroke-teal-500\/40 {
    stroke: rgb(20 184 166 / 0.4) !important;
  }

  .lg\:stroke-teal-500\/45 {
    stroke: rgb(20 184 166 / 0.45) !important;
  }

  .lg\:stroke-teal-500\/5 {
    stroke: rgb(20 184 166 / 0.05) !important;
  }

  .lg\:stroke-teal-500\/50 {
    stroke: rgb(20 184 166 / 0.5) !important;
  }

  .lg\:stroke-teal-500\/55 {
    stroke: rgb(20 184 166 / 0.55) !important;
  }

  .lg\:stroke-teal-500\/60 {
    stroke: rgb(20 184 166 / 0.6) !important;
  }

  .lg\:stroke-teal-500\/65 {
    stroke: rgb(20 184 166 / 0.65) !important;
  }

  .lg\:stroke-teal-500\/70 {
    stroke: rgb(20 184 166 / 0.7) !important;
  }

  .lg\:stroke-teal-500\/75 {
    stroke: rgb(20 184 166 / 0.75) !important;
  }

  .lg\:stroke-teal-500\/80 {
    stroke: rgb(20 184 166 / 0.8) !important;
  }

  .lg\:stroke-teal-500\/85 {
    stroke: rgb(20 184 166 / 0.85) !important;
  }

  .lg\:stroke-teal-500\/90 {
    stroke: rgb(20 184 166 / 0.9) !important;
  }

  .lg\:stroke-teal-500\/95 {
    stroke: rgb(20 184 166 / 0.95) !important;
  }

  .lg\:stroke-teal-600 {
    stroke: #0d9488 !important;
  }

  .lg\:stroke-teal-600\/0 {
    stroke: rgb(13 148 136 / 0) !important;
  }

  .lg\:stroke-teal-600\/10 {
    stroke: rgb(13 148 136 / 0.1) !important;
  }

  .lg\:stroke-teal-600\/100 {
    stroke: rgb(13 148 136 / 1) !important;
  }

  .lg\:stroke-teal-600\/15 {
    stroke: rgb(13 148 136 / 0.15) !important;
  }

  .lg\:stroke-teal-600\/20 {
    stroke: rgb(13 148 136 / 0.2) !important;
  }

  .lg\:stroke-teal-600\/25 {
    stroke: rgb(13 148 136 / 0.25) !important;
  }

  .lg\:stroke-teal-600\/30 {
    stroke: rgb(13 148 136 / 0.3) !important;
  }

  .lg\:stroke-teal-600\/35 {
    stroke: rgb(13 148 136 / 0.35) !important;
  }

  .lg\:stroke-teal-600\/40 {
    stroke: rgb(13 148 136 / 0.4) !important;
  }

  .lg\:stroke-teal-600\/45 {
    stroke: rgb(13 148 136 / 0.45) !important;
  }

  .lg\:stroke-teal-600\/5 {
    stroke: rgb(13 148 136 / 0.05) !important;
  }

  .lg\:stroke-teal-600\/50 {
    stroke: rgb(13 148 136 / 0.5) !important;
  }

  .lg\:stroke-teal-600\/55 {
    stroke: rgb(13 148 136 / 0.55) !important;
  }

  .lg\:stroke-teal-600\/60 {
    stroke: rgb(13 148 136 / 0.6) !important;
  }

  .lg\:stroke-teal-600\/65 {
    stroke: rgb(13 148 136 / 0.65) !important;
  }

  .lg\:stroke-teal-600\/70 {
    stroke: rgb(13 148 136 / 0.7) !important;
  }

  .lg\:stroke-teal-600\/75 {
    stroke: rgb(13 148 136 / 0.75) !important;
  }

  .lg\:stroke-teal-600\/80 {
    stroke: rgb(13 148 136 / 0.8) !important;
  }

  .lg\:stroke-teal-600\/85 {
    stroke: rgb(13 148 136 / 0.85) !important;
  }

  .lg\:stroke-teal-600\/90 {
    stroke: rgb(13 148 136 / 0.9) !important;
  }

  .lg\:stroke-teal-600\/95 {
    stroke: rgb(13 148 136 / 0.95) !important;
  }

  .lg\:stroke-teal-700 {
    stroke: #0f766e !important;
  }

  .lg\:stroke-teal-700\/0 {
    stroke: rgb(15 118 110 / 0) !important;
  }

  .lg\:stroke-teal-700\/10 {
    stroke: rgb(15 118 110 / 0.1) !important;
  }

  .lg\:stroke-teal-700\/100 {
    stroke: rgb(15 118 110 / 1) !important;
  }

  .lg\:stroke-teal-700\/15 {
    stroke: rgb(15 118 110 / 0.15) !important;
  }

  .lg\:stroke-teal-700\/20 {
    stroke: rgb(15 118 110 / 0.2) !important;
  }

  .lg\:stroke-teal-700\/25 {
    stroke: rgb(15 118 110 / 0.25) !important;
  }

  .lg\:stroke-teal-700\/30 {
    stroke: rgb(15 118 110 / 0.3) !important;
  }

  .lg\:stroke-teal-700\/35 {
    stroke: rgb(15 118 110 / 0.35) !important;
  }

  .lg\:stroke-teal-700\/40 {
    stroke: rgb(15 118 110 / 0.4) !important;
  }

  .lg\:stroke-teal-700\/45 {
    stroke: rgb(15 118 110 / 0.45) !important;
  }

  .lg\:stroke-teal-700\/5 {
    stroke: rgb(15 118 110 / 0.05) !important;
  }

  .lg\:stroke-teal-700\/50 {
    stroke: rgb(15 118 110 / 0.5) !important;
  }

  .lg\:stroke-teal-700\/55 {
    stroke: rgb(15 118 110 / 0.55) !important;
  }

  .lg\:stroke-teal-700\/60 {
    stroke: rgb(15 118 110 / 0.6) !important;
  }

  .lg\:stroke-teal-700\/65 {
    stroke: rgb(15 118 110 / 0.65) !important;
  }

  .lg\:stroke-teal-700\/70 {
    stroke: rgb(15 118 110 / 0.7) !important;
  }

  .lg\:stroke-teal-700\/75 {
    stroke: rgb(15 118 110 / 0.75) !important;
  }

  .lg\:stroke-teal-700\/80 {
    stroke: rgb(15 118 110 / 0.8) !important;
  }

  .lg\:stroke-teal-700\/85 {
    stroke: rgb(15 118 110 / 0.85) !important;
  }

  .lg\:stroke-teal-700\/90 {
    stroke: rgb(15 118 110 / 0.9) !important;
  }

  .lg\:stroke-teal-700\/95 {
    stroke: rgb(15 118 110 / 0.95) !important;
  }

  .lg\:stroke-teal-800 {
    stroke: #115e59 !important;
  }

  .lg\:stroke-teal-800\/0 {
    stroke: rgb(17 94 89 / 0) !important;
  }

  .lg\:stroke-teal-800\/10 {
    stroke: rgb(17 94 89 / 0.1) !important;
  }

  .lg\:stroke-teal-800\/100 {
    stroke: rgb(17 94 89 / 1) !important;
  }

  .lg\:stroke-teal-800\/15 {
    stroke: rgb(17 94 89 / 0.15) !important;
  }

  .lg\:stroke-teal-800\/20 {
    stroke: rgb(17 94 89 / 0.2) !important;
  }

  .lg\:stroke-teal-800\/25 {
    stroke: rgb(17 94 89 / 0.25) !important;
  }

  .lg\:stroke-teal-800\/30 {
    stroke: rgb(17 94 89 / 0.3) !important;
  }

  .lg\:stroke-teal-800\/35 {
    stroke: rgb(17 94 89 / 0.35) !important;
  }

  .lg\:stroke-teal-800\/40 {
    stroke: rgb(17 94 89 / 0.4) !important;
  }

  .lg\:stroke-teal-800\/45 {
    stroke: rgb(17 94 89 / 0.45) !important;
  }

  .lg\:stroke-teal-800\/5 {
    stroke: rgb(17 94 89 / 0.05) !important;
  }

  .lg\:stroke-teal-800\/50 {
    stroke: rgb(17 94 89 / 0.5) !important;
  }

  .lg\:stroke-teal-800\/55 {
    stroke: rgb(17 94 89 / 0.55) !important;
  }

  .lg\:stroke-teal-800\/60 {
    stroke: rgb(17 94 89 / 0.6) !important;
  }

  .lg\:stroke-teal-800\/65 {
    stroke: rgb(17 94 89 / 0.65) !important;
  }

  .lg\:stroke-teal-800\/70 {
    stroke: rgb(17 94 89 / 0.7) !important;
  }

  .lg\:stroke-teal-800\/75 {
    stroke: rgb(17 94 89 / 0.75) !important;
  }

  .lg\:stroke-teal-800\/80 {
    stroke: rgb(17 94 89 / 0.8) !important;
  }

  .lg\:stroke-teal-800\/85 {
    stroke: rgb(17 94 89 / 0.85) !important;
  }

  .lg\:stroke-teal-800\/90 {
    stroke: rgb(17 94 89 / 0.9) !important;
  }

  .lg\:stroke-teal-800\/95 {
    stroke: rgb(17 94 89 / 0.95) !important;
  }

  .lg\:stroke-teal-900 {
    stroke: #134e4a !important;
  }

  .lg\:stroke-teal-900\/0 {
    stroke: rgb(19 78 74 / 0) !important;
  }

  .lg\:stroke-teal-900\/10 {
    stroke: rgb(19 78 74 / 0.1) !important;
  }

  .lg\:stroke-teal-900\/100 {
    stroke: rgb(19 78 74 / 1) !important;
  }

  .lg\:stroke-teal-900\/15 {
    stroke: rgb(19 78 74 / 0.15) !important;
  }

  .lg\:stroke-teal-900\/20 {
    stroke: rgb(19 78 74 / 0.2) !important;
  }

  .lg\:stroke-teal-900\/25 {
    stroke: rgb(19 78 74 / 0.25) !important;
  }

  .lg\:stroke-teal-900\/30 {
    stroke: rgb(19 78 74 / 0.3) !important;
  }

  .lg\:stroke-teal-900\/35 {
    stroke: rgb(19 78 74 / 0.35) !important;
  }

  .lg\:stroke-teal-900\/40 {
    stroke: rgb(19 78 74 / 0.4) !important;
  }

  .lg\:stroke-teal-900\/45 {
    stroke: rgb(19 78 74 / 0.45) !important;
  }

  .lg\:stroke-teal-900\/5 {
    stroke: rgb(19 78 74 / 0.05) !important;
  }

  .lg\:stroke-teal-900\/50 {
    stroke: rgb(19 78 74 / 0.5) !important;
  }

  .lg\:stroke-teal-900\/55 {
    stroke: rgb(19 78 74 / 0.55) !important;
  }

  .lg\:stroke-teal-900\/60 {
    stroke: rgb(19 78 74 / 0.6) !important;
  }

  .lg\:stroke-teal-900\/65 {
    stroke: rgb(19 78 74 / 0.65) !important;
  }

  .lg\:stroke-teal-900\/70 {
    stroke: rgb(19 78 74 / 0.7) !important;
  }

  .lg\:stroke-teal-900\/75 {
    stroke: rgb(19 78 74 / 0.75) !important;
  }

  .lg\:stroke-teal-900\/80 {
    stroke: rgb(19 78 74 / 0.8) !important;
  }

  .lg\:stroke-teal-900\/85 {
    stroke: rgb(19 78 74 / 0.85) !important;
  }

  .lg\:stroke-teal-900\/90 {
    stroke: rgb(19 78 74 / 0.9) !important;
  }

  .lg\:stroke-teal-900\/95 {
    stroke: rgb(19 78 74 / 0.95) !important;
  }

  .lg\:stroke-teal-950 {
    stroke: #042f2e !important;
  }

  .lg\:stroke-teal-950\/0 {
    stroke: rgb(4 47 46 / 0) !important;
  }

  .lg\:stroke-teal-950\/10 {
    stroke: rgb(4 47 46 / 0.1) !important;
  }

  .lg\:stroke-teal-950\/100 {
    stroke: rgb(4 47 46 / 1) !important;
  }

  .lg\:stroke-teal-950\/15 {
    stroke: rgb(4 47 46 / 0.15) !important;
  }

  .lg\:stroke-teal-950\/20 {
    stroke: rgb(4 47 46 / 0.2) !important;
  }

  .lg\:stroke-teal-950\/25 {
    stroke: rgb(4 47 46 / 0.25) !important;
  }

  .lg\:stroke-teal-950\/30 {
    stroke: rgb(4 47 46 / 0.3) !important;
  }

  .lg\:stroke-teal-950\/35 {
    stroke: rgb(4 47 46 / 0.35) !important;
  }

  .lg\:stroke-teal-950\/40 {
    stroke: rgb(4 47 46 / 0.4) !important;
  }

  .lg\:stroke-teal-950\/45 {
    stroke: rgb(4 47 46 / 0.45) !important;
  }

  .lg\:stroke-teal-950\/5 {
    stroke: rgb(4 47 46 / 0.05) !important;
  }

  .lg\:stroke-teal-950\/50 {
    stroke: rgb(4 47 46 / 0.5) !important;
  }

  .lg\:stroke-teal-950\/55 {
    stroke: rgb(4 47 46 / 0.55) !important;
  }

  .lg\:stroke-teal-950\/60 {
    stroke: rgb(4 47 46 / 0.6) !important;
  }

  .lg\:stroke-teal-950\/65 {
    stroke: rgb(4 47 46 / 0.65) !important;
  }

  .lg\:stroke-teal-950\/70 {
    stroke: rgb(4 47 46 / 0.7) !important;
  }

  .lg\:stroke-teal-950\/75 {
    stroke: rgb(4 47 46 / 0.75) !important;
  }

  .lg\:stroke-teal-950\/80 {
    stroke: rgb(4 47 46 / 0.8) !important;
  }

  .lg\:stroke-teal-950\/85 {
    stroke: rgb(4 47 46 / 0.85) !important;
  }

  .lg\:stroke-teal-950\/90 {
    stroke: rgb(4 47 46 / 0.9) !important;
  }

  .lg\:stroke-teal-950\/95 {
    stroke: rgb(4 47 46 / 0.95) !important;
  }

  .lg\:stroke-theme_color {
    stroke: #509885 !important;
  }

  .lg\:stroke-theme_color\/0 {
    stroke: rgb(80 152 133 / 0) !important;
  }

  .lg\:stroke-theme_color\/10 {
    stroke: rgb(80 152 133 / 0.1) !important;
  }

  .lg\:stroke-theme_color\/100 {
    stroke: rgb(80 152 133 / 1) !important;
  }

  .lg\:stroke-theme_color\/15 {
    stroke: rgb(80 152 133 / 0.15) !important;
  }

  .lg\:stroke-theme_color\/20 {
    stroke: rgb(80 152 133 / 0.2) !important;
  }

  .lg\:stroke-theme_color\/25 {
    stroke: rgb(80 152 133 / 0.25) !important;
  }

  .lg\:stroke-theme_color\/30 {
    stroke: rgb(80 152 133 / 0.3) !important;
  }

  .lg\:stroke-theme_color\/35 {
    stroke: rgb(80 152 133 / 0.35) !important;
  }

  .lg\:stroke-theme_color\/40 {
    stroke: rgb(80 152 133 / 0.4) !important;
  }

  .lg\:stroke-theme_color\/45 {
    stroke: rgb(80 152 133 / 0.45) !important;
  }

  .lg\:stroke-theme_color\/5 {
    stroke: rgb(80 152 133 / 0.05) !important;
  }

  .lg\:stroke-theme_color\/50 {
    stroke: rgb(80 152 133 / 0.5) !important;
  }

  .lg\:stroke-theme_color\/55 {
    stroke: rgb(80 152 133 / 0.55) !important;
  }

  .lg\:stroke-theme_color\/60 {
    stroke: rgb(80 152 133 / 0.6) !important;
  }

  .lg\:stroke-theme_color\/65 {
    stroke: rgb(80 152 133 / 0.65) !important;
  }

  .lg\:stroke-theme_color\/70 {
    stroke: rgb(80 152 133 / 0.7) !important;
  }

  .lg\:stroke-theme_color\/75 {
    stroke: rgb(80 152 133 / 0.75) !important;
  }

  .lg\:stroke-theme_color\/80 {
    stroke: rgb(80 152 133 / 0.8) !important;
  }

  .lg\:stroke-theme_color\/85 {
    stroke: rgb(80 152 133 / 0.85) !important;
  }

  .lg\:stroke-theme_color\/90 {
    stroke: rgb(80 152 133 / 0.9) !important;
  }

  .lg\:stroke-theme_color\/95 {
    stroke: rgb(80 152 133 / 0.95) !important;
  }

  .lg\:stroke-transparent {
    stroke: transparent !important;
  }

  .lg\:stroke-transparent\/0 {
    stroke: rgb(0 0 0 / 0) !important;
  }

  .lg\:stroke-transparent\/10 {
    stroke: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:stroke-transparent\/100 {
    stroke: rgb(0 0 0 / 1) !important;
  }

  .lg\:stroke-transparent\/15 {
    stroke: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:stroke-transparent\/20 {
    stroke: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:stroke-transparent\/25 {
    stroke: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:stroke-transparent\/30 {
    stroke: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:stroke-transparent\/35 {
    stroke: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:stroke-transparent\/40 {
    stroke: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:stroke-transparent\/45 {
    stroke: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:stroke-transparent\/5 {
    stroke: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:stroke-transparent\/50 {
    stroke: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:stroke-transparent\/55 {
    stroke: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:stroke-transparent\/60 {
    stroke: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:stroke-transparent\/65 {
    stroke: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:stroke-transparent\/70 {
    stroke: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:stroke-transparent\/75 {
    stroke: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:stroke-transparent\/80 {
    stroke: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:stroke-transparent\/85 {
    stroke: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:stroke-transparent\/90 {
    stroke: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:stroke-transparent\/95 {
    stroke: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:stroke-violet-100 {
    stroke: #ede9fe !important;
  }

  .lg\:stroke-violet-100\/0 {
    stroke: rgb(237 233 254 / 0) !important;
  }

  .lg\:stroke-violet-100\/10 {
    stroke: rgb(237 233 254 / 0.1) !important;
  }

  .lg\:stroke-violet-100\/100 {
    stroke: rgb(237 233 254 / 1) !important;
  }

  .lg\:stroke-violet-100\/15 {
    stroke: rgb(237 233 254 / 0.15) !important;
  }

  .lg\:stroke-violet-100\/20 {
    stroke: rgb(237 233 254 / 0.2) !important;
  }

  .lg\:stroke-violet-100\/25 {
    stroke: rgb(237 233 254 / 0.25) !important;
  }

  .lg\:stroke-violet-100\/30 {
    stroke: rgb(237 233 254 / 0.3) !important;
  }

  .lg\:stroke-violet-100\/35 {
    stroke: rgb(237 233 254 / 0.35) !important;
  }

  .lg\:stroke-violet-100\/40 {
    stroke: rgb(237 233 254 / 0.4) !important;
  }

  .lg\:stroke-violet-100\/45 {
    stroke: rgb(237 233 254 / 0.45) !important;
  }

  .lg\:stroke-violet-100\/5 {
    stroke: rgb(237 233 254 / 0.05) !important;
  }

  .lg\:stroke-violet-100\/50 {
    stroke: rgb(237 233 254 / 0.5) !important;
  }

  .lg\:stroke-violet-100\/55 {
    stroke: rgb(237 233 254 / 0.55) !important;
  }

  .lg\:stroke-violet-100\/60 {
    stroke: rgb(237 233 254 / 0.6) !important;
  }

  .lg\:stroke-violet-100\/65 {
    stroke: rgb(237 233 254 / 0.65) !important;
  }

  .lg\:stroke-violet-100\/70 {
    stroke: rgb(237 233 254 / 0.7) !important;
  }

  .lg\:stroke-violet-100\/75 {
    stroke: rgb(237 233 254 / 0.75) !important;
  }

  .lg\:stroke-violet-100\/80 {
    stroke: rgb(237 233 254 / 0.8) !important;
  }

  .lg\:stroke-violet-100\/85 {
    stroke: rgb(237 233 254 / 0.85) !important;
  }

  .lg\:stroke-violet-100\/90 {
    stroke: rgb(237 233 254 / 0.9) !important;
  }

  .lg\:stroke-violet-100\/95 {
    stroke: rgb(237 233 254 / 0.95) !important;
  }

  .lg\:stroke-violet-200 {
    stroke: #ddd6fe !important;
  }

  .lg\:stroke-violet-200\/0 {
    stroke: rgb(221 214 254 / 0) !important;
  }

  .lg\:stroke-violet-200\/10 {
    stroke: rgb(221 214 254 / 0.1) !important;
  }

  .lg\:stroke-violet-200\/100 {
    stroke: rgb(221 214 254 / 1) !important;
  }

  .lg\:stroke-violet-200\/15 {
    stroke: rgb(221 214 254 / 0.15) !important;
  }

  .lg\:stroke-violet-200\/20 {
    stroke: rgb(221 214 254 / 0.2) !important;
  }

  .lg\:stroke-violet-200\/25 {
    stroke: rgb(221 214 254 / 0.25) !important;
  }

  .lg\:stroke-violet-200\/30 {
    stroke: rgb(221 214 254 / 0.3) !important;
  }

  .lg\:stroke-violet-200\/35 {
    stroke: rgb(221 214 254 / 0.35) !important;
  }

  .lg\:stroke-violet-200\/40 {
    stroke: rgb(221 214 254 / 0.4) !important;
  }

  .lg\:stroke-violet-200\/45 {
    stroke: rgb(221 214 254 / 0.45) !important;
  }

  .lg\:stroke-violet-200\/5 {
    stroke: rgb(221 214 254 / 0.05) !important;
  }

  .lg\:stroke-violet-200\/50 {
    stroke: rgb(221 214 254 / 0.5) !important;
  }

  .lg\:stroke-violet-200\/55 {
    stroke: rgb(221 214 254 / 0.55) !important;
  }

  .lg\:stroke-violet-200\/60 {
    stroke: rgb(221 214 254 / 0.6) !important;
  }

  .lg\:stroke-violet-200\/65 {
    stroke: rgb(221 214 254 / 0.65) !important;
  }

  .lg\:stroke-violet-200\/70 {
    stroke: rgb(221 214 254 / 0.7) !important;
  }

  .lg\:stroke-violet-200\/75 {
    stroke: rgb(221 214 254 / 0.75) !important;
  }

  .lg\:stroke-violet-200\/80 {
    stroke: rgb(221 214 254 / 0.8) !important;
  }

  .lg\:stroke-violet-200\/85 {
    stroke: rgb(221 214 254 / 0.85) !important;
  }

  .lg\:stroke-violet-200\/90 {
    stroke: rgb(221 214 254 / 0.9) !important;
  }

  .lg\:stroke-violet-200\/95 {
    stroke: rgb(221 214 254 / 0.95) !important;
  }

  .lg\:stroke-violet-300 {
    stroke: #c4b5fd !important;
  }

  .lg\:stroke-violet-300\/0 {
    stroke: rgb(196 181 253 / 0) !important;
  }

  .lg\:stroke-violet-300\/10 {
    stroke: rgb(196 181 253 / 0.1) !important;
  }

  .lg\:stroke-violet-300\/100 {
    stroke: rgb(196 181 253 / 1) !important;
  }

  .lg\:stroke-violet-300\/15 {
    stroke: rgb(196 181 253 / 0.15) !important;
  }

  .lg\:stroke-violet-300\/20 {
    stroke: rgb(196 181 253 / 0.2) !important;
  }

  .lg\:stroke-violet-300\/25 {
    stroke: rgb(196 181 253 / 0.25) !important;
  }

  .lg\:stroke-violet-300\/30 {
    stroke: rgb(196 181 253 / 0.3) !important;
  }

  .lg\:stroke-violet-300\/35 {
    stroke: rgb(196 181 253 / 0.35) !important;
  }

  .lg\:stroke-violet-300\/40 {
    stroke: rgb(196 181 253 / 0.4) !important;
  }

  .lg\:stroke-violet-300\/45 {
    stroke: rgb(196 181 253 / 0.45) !important;
  }

  .lg\:stroke-violet-300\/5 {
    stroke: rgb(196 181 253 / 0.05) !important;
  }

  .lg\:stroke-violet-300\/50 {
    stroke: rgb(196 181 253 / 0.5) !important;
  }

  .lg\:stroke-violet-300\/55 {
    stroke: rgb(196 181 253 / 0.55) !important;
  }

  .lg\:stroke-violet-300\/60 {
    stroke: rgb(196 181 253 / 0.6) !important;
  }

  .lg\:stroke-violet-300\/65 {
    stroke: rgb(196 181 253 / 0.65) !important;
  }

  .lg\:stroke-violet-300\/70 {
    stroke: rgb(196 181 253 / 0.7) !important;
  }

  .lg\:stroke-violet-300\/75 {
    stroke: rgb(196 181 253 / 0.75) !important;
  }

  .lg\:stroke-violet-300\/80 {
    stroke: rgb(196 181 253 / 0.8) !important;
  }

  .lg\:stroke-violet-300\/85 {
    stroke: rgb(196 181 253 / 0.85) !important;
  }

  .lg\:stroke-violet-300\/90 {
    stroke: rgb(196 181 253 / 0.9) !important;
  }

  .lg\:stroke-violet-300\/95 {
    stroke: rgb(196 181 253 / 0.95) !important;
  }

  .lg\:stroke-violet-400 {
    stroke: #a78bfa !important;
  }

  .lg\:stroke-violet-400\/0 {
    stroke: rgb(167 139 250 / 0) !important;
  }

  .lg\:stroke-violet-400\/10 {
    stroke: rgb(167 139 250 / 0.1) !important;
  }

  .lg\:stroke-violet-400\/100 {
    stroke: rgb(167 139 250 / 1) !important;
  }

  .lg\:stroke-violet-400\/15 {
    stroke: rgb(167 139 250 / 0.15) !important;
  }

  .lg\:stroke-violet-400\/20 {
    stroke: rgb(167 139 250 / 0.2) !important;
  }

  .lg\:stroke-violet-400\/25 {
    stroke: rgb(167 139 250 / 0.25) !important;
  }

  .lg\:stroke-violet-400\/30 {
    stroke: rgb(167 139 250 / 0.3) !important;
  }

  .lg\:stroke-violet-400\/35 {
    stroke: rgb(167 139 250 / 0.35) !important;
  }

  .lg\:stroke-violet-400\/40 {
    stroke: rgb(167 139 250 / 0.4) !important;
  }

  .lg\:stroke-violet-400\/45 {
    stroke: rgb(167 139 250 / 0.45) !important;
  }

  .lg\:stroke-violet-400\/5 {
    stroke: rgb(167 139 250 / 0.05) !important;
  }

  .lg\:stroke-violet-400\/50 {
    stroke: rgb(167 139 250 / 0.5) !important;
  }

  .lg\:stroke-violet-400\/55 {
    stroke: rgb(167 139 250 / 0.55) !important;
  }

  .lg\:stroke-violet-400\/60 {
    stroke: rgb(167 139 250 / 0.6) !important;
  }

  .lg\:stroke-violet-400\/65 {
    stroke: rgb(167 139 250 / 0.65) !important;
  }

  .lg\:stroke-violet-400\/70 {
    stroke: rgb(167 139 250 / 0.7) !important;
  }

  .lg\:stroke-violet-400\/75 {
    stroke: rgb(167 139 250 / 0.75) !important;
  }

  .lg\:stroke-violet-400\/80 {
    stroke: rgb(167 139 250 / 0.8) !important;
  }

  .lg\:stroke-violet-400\/85 {
    stroke: rgb(167 139 250 / 0.85) !important;
  }

  .lg\:stroke-violet-400\/90 {
    stroke: rgb(167 139 250 / 0.9) !important;
  }

  .lg\:stroke-violet-400\/95 {
    stroke: rgb(167 139 250 / 0.95) !important;
  }

  .lg\:stroke-violet-50 {
    stroke: #f5f3ff !important;
  }

  .lg\:stroke-violet-50\/0 {
    stroke: rgb(245 243 255 / 0) !important;
  }

  .lg\:stroke-violet-50\/10 {
    stroke: rgb(245 243 255 / 0.1) !important;
  }

  .lg\:stroke-violet-50\/100 {
    stroke: rgb(245 243 255 / 1) !important;
  }

  .lg\:stroke-violet-50\/15 {
    stroke: rgb(245 243 255 / 0.15) !important;
  }

  .lg\:stroke-violet-50\/20 {
    stroke: rgb(245 243 255 / 0.2) !important;
  }

  .lg\:stroke-violet-50\/25 {
    stroke: rgb(245 243 255 / 0.25) !important;
  }

  .lg\:stroke-violet-50\/30 {
    stroke: rgb(245 243 255 / 0.3) !important;
  }

  .lg\:stroke-violet-50\/35 {
    stroke: rgb(245 243 255 / 0.35) !important;
  }

  .lg\:stroke-violet-50\/40 {
    stroke: rgb(245 243 255 / 0.4) !important;
  }

  .lg\:stroke-violet-50\/45 {
    stroke: rgb(245 243 255 / 0.45) !important;
  }

  .lg\:stroke-violet-50\/5 {
    stroke: rgb(245 243 255 / 0.05) !important;
  }

  .lg\:stroke-violet-50\/50 {
    stroke: rgb(245 243 255 / 0.5) !important;
  }

  .lg\:stroke-violet-50\/55 {
    stroke: rgb(245 243 255 / 0.55) !important;
  }

  .lg\:stroke-violet-50\/60 {
    stroke: rgb(245 243 255 / 0.6) !important;
  }

  .lg\:stroke-violet-50\/65 {
    stroke: rgb(245 243 255 / 0.65) !important;
  }

  .lg\:stroke-violet-50\/70 {
    stroke: rgb(245 243 255 / 0.7) !important;
  }

  .lg\:stroke-violet-50\/75 {
    stroke: rgb(245 243 255 / 0.75) !important;
  }

  .lg\:stroke-violet-50\/80 {
    stroke: rgb(245 243 255 / 0.8) !important;
  }

  .lg\:stroke-violet-50\/85 {
    stroke: rgb(245 243 255 / 0.85) !important;
  }

  .lg\:stroke-violet-50\/90 {
    stroke: rgb(245 243 255 / 0.9) !important;
  }

  .lg\:stroke-violet-50\/95 {
    stroke: rgb(245 243 255 / 0.95) !important;
  }

  .lg\:stroke-violet-500 {
    stroke: #8b5cf6 !important;
  }

  .lg\:stroke-violet-500\/0 {
    stroke: rgb(139 92 246 / 0) !important;
  }

  .lg\:stroke-violet-500\/10 {
    stroke: rgb(139 92 246 / 0.1) !important;
  }

  .lg\:stroke-violet-500\/100 {
    stroke: rgb(139 92 246 / 1) !important;
  }

  .lg\:stroke-violet-500\/15 {
    stroke: rgb(139 92 246 / 0.15) !important;
  }

  .lg\:stroke-violet-500\/20 {
    stroke: rgb(139 92 246 / 0.2) !important;
  }

  .lg\:stroke-violet-500\/25 {
    stroke: rgb(139 92 246 / 0.25) !important;
  }

  .lg\:stroke-violet-500\/30 {
    stroke: rgb(139 92 246 / 0.3) !important;
  }

  .lg\:stroke-violet-500\/35 {
    stroke: rgb(139 92 246 / 0.35) !important;
  }

  .lg\:stroke-violet-500\/40 {
    stroke: rgb(139 92 246 / 0.4) !important;
  }

  .lg\:stroke-violet-500\/45 {
    stroke: rgb(139 92 246 / 0.45) !important;
  }

  .lg\:stroke-violet-500\/5 {
    stroke: rgb(139 92 246 / 0.05) !important;
  }

  .lg\:stroke-violet-500\/50 {
    stroke: rgb(139 92 246 / 0.5) !important;
  }

  .lg\:stroke-violet-500\/55 {
    stroke: rgb(139 92 246 / 0.55) !important;
  }

  .lg\:stroke-violet-500\/60 {
    stroke: rgb(139 92 246 / 0.6) !important;
  }

  .lg\:stroke-violet-500\/65 {
    stroke: rgb(139 92 246 / 0.65) !important;
  }

  .lg\:stroke-violet-500\/70 {
    stroke: rgb(139 92 246 / 0.7) !important;
  }

  .lg\:stroke-violet-500\/75 {
    stroke: rgb(139 92 246 / 0.75) !important;
  }

  .lg\:stroke-violet-500\/80 {
    stroke: rgb(139 92 246 / 0.8) !important;
  }

  .lg\:stroke-violet-500\/85 {
    stroke: rgb(139 92 246 / 0.85) !important;
  }

  .lg\:stroke-violet-500\/90 {
    stroke: rgb(139 92 246 / 0.9) !important;
  }

  .lg\:stroke-violet-500\/95 {
    stroke: rgb(139 92 246 / 0.95) !important;
  }

  .lg\:stroke-violet-600 {
    stroke: #7c3aed !important;
  }

  .lg\:stroke-violet-600\/0 {
    stroke: rgb(124 58 237 / 0) !important;
  }

  .lg\:stroke-violet-600\/10 {
    stroke: rgb(124 58 237 / 0.1) !important;
  }

  .lg\:stroke-violet-600\/100 {
    stroke: rgb(124 58 237 / 1) !important;
  }

  .lg\:stroke-violet-600\/15 {
    stroke: rgb(124 58 237 / 0.15) !important;
  }

  .lg\:stroke-violet-600\/20 {
    stroke: rgb(124 58 237 / 0.2) !important;
  }

  .lg\:stroke-violet-600\/25 {
    stroke: rgb(124 58 237 / 0.25) !important;
  }

  .lg\:stroke-violet-600\/30 {
    stroke: rgb(124 58 237 / 0.3) !important;
  }

  .lg\:stroke-violet-600\/35 {
    stroke: rgb(124 58 237 / 0.35) !important;
  }

  .lg\:stroke-violet-600\/40 {
    stroke: rgb(124 58 237 / 0.4) !important;
  }

  .lg\:stroke-violet-600\/45 {
    stroke: rgb(124 58 237 / 0.45) !important;
  }

  .lg\:stroke-violet-600\/5 {
    stroke: rgb(124 58 237 / 0.05) !important;
  }

  .lg\:stroke-violet-600\/50 {
    stroke: rgb(124 58 237 / 0.5) !important;
  }

  .lg\:stroke-violet-600\/55 {
    stroke: rgb(124 58 237 / 0.55) !important;
  }

  .lg\:stroke-violet-600\/60 {
    stroke: rgb(124 58 237 / 0.6) !important;
  }

  .lg\:stroke-violet-600\/65 {
    stroke: rgb(124 58 237 / 0.65) !important;
  }

  .lg\:stroke-violet-600\/70 {
    stroke: rgb(124 58 237 / 0.7) !important;
  }

  .lg\:stroke-violet-600\/75 {
    stroke: rgb(124 58 237 / 0.75) !important;
  }

  .lg\:stroke-violet-600\/80 {
    stroke: rgb(124 58 237 / 0.8) !important;
  }

  .lg\:stroke-violet-600\/85 {
    stroke: rgb(124 58 237 / 0.85) !important;
  }

  .lg\:stroke-violet-600\/90 {
    stroke: rgb(124 58 237 / 0.9) !important;
  }

  .lg\:stroke-violet-600\/95 {
    stroke: rgb(124 58 237 / 0.95) !important;
  }

  .lg\:stroke-violet-700 {
    stroke: #6d28d9 !important;
  }

  .lg\:stroke-violet-700\/0 {
    stroke: rgb(109 40 217 / 0) !important;
  }

  .lg\:stroke-violet-700\/10 {
    stroke: rgb(109 40 217 / 0.1) !important;
  }

  .lg\:stroke-violet-700\/100 {
    stroke: rgb(109 40 217 / 1) !important;
  }

  .lg\:stroke-violet-700\/15 {
    stroke: rgb(109 40 217 / 0.15) !important;
  }

  .lg\:stroke-violet-700\/20 {
    stroke: rgb(109 40 217 / 0.2) !important;
  }

  .lg\:stroke-violet-700\/25 {
    stroke: rgb(109 40 217 / 0.25) !important;
  }

  .lg\:stroke-violet-700\/30 {
    stroke: rgb(109 40 217 / 0.3) !important;
  }

  .lg\:stroke-violet-700\/35 {
    stroke: rgb(109 40 217 / 0.35) !important;
  }

  .lg\:stroke-violet-700\/40 {
    stroke: rgb(109 40 217 / 0.4) !important;
  }

  .lg\:stroke-violet-700\/45 {
    stroke: rgb(109 40 217 / 0.45) !important;
  }

  .lg\:stroke-violet-700\/5 {
    stroke: rgb(109 40 217 / 0.05) !important;
  }

  .lg\:stroke-violet-700\/50 {
    stroke: rgb(109 40 217 / 0.5) !important;
  }

  .lg\:stroke-violet-700\/55 {
    stroke: rgb(109 40 217 / 0.55) !important;
  }

  .lg\:stroke-violet-700\/60 {
    stroke: rgb(109 40 217 / 0.6) !important;
  }

  .lg\:stroke-violet-700\/65 {
    stroke: rgb(109 40 217 / 0.65) !important;
  }

  .lg\:stroke-violet-700\/70 {
    stroke: rgb(109 40 217 / 0.7) !important;
  }

  .lg\:stroke-violet-700\/75 {
    stroke: rgb(109 40 217 / 0.75) !important;
  }

  .lg\:stroke-violet-700\/80 {
    stroke: rgb(109 40 217 / 0.8) !important;
  }

  .lg\:stroke-violet-700\/85 {
    stroke: rgb(109 40 217 / 0.85) !important;
  }

  .lg\:stroke-violet-700\/90 {
    stroke: rgb(109 40 217 / 0.9) !important;
  }

  .lg\:stroke-violet-700\/95 {
    stroke: rgb(109 40 217 / 0.95) !important;
  }

  .lg\:stroke-violet-800 {
    stroke: #5b21b6 !important;
  }

  .lg\:stroke-violet-800\/0 {
    stroke: rgb(91 33 182 / 0) !important;
  }

  .lg\:stroke-violet-800\/10 {
    stroke: rgb(91 33 182 / 0.1) !important;
  }

  .lg\:stroke-violet-800\/100 {
    stroke: rgb(91 33 182 / 1) !important;
  }

  .lg\:stroke-violet-800\/15 {
    stroke: rgb(91 33 182 / 0.15) !important;
  }

  .lg\:stroke-violet-800\/20 {
    stroke: rgb(91 33 182 / 0.2) !important;
  }

  .lg\:stroke-violet-800\/25 {
    stroke: rgb(91 33 182 / 0.25) !important;
  }

  .lg\:stroke-violet-800\/30 {
    stroke: rgb(91 33 182 / 0.3) !important;
  }

  .lg\:stroke-violet-800\/35 {
    stroke: rgb(91 33 182 / 0.35) !important;
  }

  .lg\:stroke-violet-800\/40 {
    stroke: rgb(91 33 182 / 0.4) !important;
  }

  .lg\:stroke-violet-800\/45 {
    stroke: rgb(91 33 182 / 0.45) !important;
  }

  .lg\:stroke-violet-800\/5 {
    stroke: rgb(91 33 182 / 0.05) !important;
  }

  .lg\:stroke-violet-800\/50 {
    stroke: rgb(91 33 182 / 0.5) !important;
  }

  .lg\:stroke-violet-800\/55 {
    stroke: rgb(91 33 182 / 0.55) !important;
  }

  .lg\:stroke-violet-800\/60 {
    stroke: rgb(91 33 182 / 0.6) !important;
  }

  .lg\:stroke-violet-800\/65 {
    stroke: rgb(91 33 182 / 0.65) !important;
  }

  .lg\:stroke-violet-800\/70 {
    stroke: rgb(91 33 182 / 0.7) !important;
  }

  .lg\:stroke-violet-800\/75 {
    stroke: rgb(91 33 182 / 0.75) !important;
  }

  .lg\:stroke-violet-800\/80 {
    stroke: rgb(91 33 182 / 0.8) !important;
  }

  .lg\:stroke-violet-800\/85 {
    stroke: rgb(91 33 182 / 0.85) !important;
  }

  .lg\:stroke-violet-800\/90 {
    stroke: rgb(91 33 182 / 0.9) !important;
  }

  .lg\:stroke-violet-800\/95 {
    stroke: rgb(91 33 182 / 0.95) !important;
  }

  .lg\:stroke-violet-900 {
    stroke: #4c1d95 !important;
  }

  .lg\:stroke-violet-900\/0 {
    stroke: rgb(76 29 149 / 0) !important;
  }

  .lg\:stroke-violet-900\/10 {
    stroke: rgb(76 29 149 / 0.1) !important;
  }

  .lg\:stroke-violet-900\/100 {
    stroke: rgb(76 29 149 / 1) !important;
  }

  .lg\:stroke-violet-900\/15 {
    stroke: rgb(76 29 149 / 0.15) !important;
  }

  .lg\:stroke-violet-900\/20 {
    stroke: rgb(76 29 149 / 0.2) !important;
  }

  .lg\:stroke-violet-900\/25 {
    stroke: rgb(76 29 149 / 0.25) !important;
  }

  .lg\:stroke-violet-900\/30 {
    stroke: rgb(76 29 149 / 0.3) !important;
  }

  .lg\:stroke-violet-900\/35 {
    stroke: rgb(76 29 149 / 0.35) !important;
  }

  .lg\:stroke-violet-900\/40 {
    stroke: rgb(76 29 149 / 0.4) !important;
  }

  .lg\:stroke-violet-900\/45 {
    stroke: rgb(76 29 149 / 0.45) !important;
  }

  .lg\:stroke-violet-900\/5 {
    stroke: rgb(76 29 149 / 0.05) !important;
  }

  .lg\:stroke-violet-900\/50 {
    stroke: rgb(76 29 149 / 0.5) !important;
  }

  .lg\:stroke-violet-900\/55 {
    stroke: rgb(76 29 149 / 0.55) !important;
  }

  .lg\:stroke-violet-900\/60 {
    stroke: rgb(76 29 149 / 0.6) !important;
  }

  .lg\:stroke-violet-900\/65 {
    stroke: rgb(76 29 149 / 0.65) !important;
  }

  .lg\:stroke-violet-900\/70 {
    stroke: rgb(76 29 149 / 0.7) !important;
  }

  .lg\:stroke-violet-900\/75 {
    stroke: rgb(76 29 149 / 0.75) !important;
  }

  .lg\:stroke-violet-900\/80 {
    stroke: rgb(76 29 149 / 0.8) !important;
  }

  .lg\:stroke-violet-900\/85 {
    stroke: rgb(76 29 149 / 0.85) !important;
  }

  .lg\:stroke-violet-900\/90 {
    stroke: rgb(76 29 149 / 0.9) !important;
  }

  .lg\:stroke-violet-900\/95 {
    stroke: rgb(76 29 149 / 0.95) !important;
  }

  .lg\:stroke-violet-950 {
    stroke: #2e1065 !important;
  }

  .lg\:stroke-violet-950\/0 {
    stroke: rgb(46 16 101 / 0) !important;
  }

  .lg\:stroke-violet-950\/10 {
    stroke: rgb(46 16 101 / 0.1) !important;
  }

  .lg\:stroke-violet-950\/100 {
    stroke: rgb(46 16 101 / 1) !important;
  }

  .lg\:stroke-violet-950\/15 {
    stroke: rgb(46 16 101 / 0.15) !important;
  }

  .lg\:stroke-violet-950\/20 {
    stroke: rgb(46 16 101 / 0.2) !important;
  }

  .lg\:stroke-violet-950\/25 {
    stroke: rgb(46 16 101 / 0.25) !important;
  }

  .lg\:stroke-violet-950\/30 {
    stroke: rgb(46 16 101 / 0.3) !important;
  }

  .lg\:stroke-violet-950\/35 {
    stroke: rgb(46 16 101 / 0.35) !important;
  }

  .lg\:stroke-violet-950\/40 {
    stroke: rgb(46 16 101 / 0.4) !important;
  }

  .lg\:stroke-violet-950\/45 {
    stroke: rgb(46 16 101 / 0.45) !important;
  }

  .lg\:stroke-violet-950\/5 {
    stroke: rgb(46 16 101 / 0.05) !important;
  }

  .lg\:stroke-violet-950\/50 {
    stroke: rgb(46 16 101 / 0.5) !important;
  }

  .lg\:stroke-violet-950\/55 {
    stroke: rgb(46 16 101 / 0.55) !important;
  }

  .lg\:stroke-violet-950\/60 {
    stroke: rgb(46 16 101 / 0.6) !important;
  }

  .lg\:stroke-violet-950\/65 {
    stroke: rgb(46 16 101 / 0.65) !important;
  }

  .lg\:stroke-violet-950\/70 {
    stroke: rgb(46 16 101 / 0.7) !important;
  }

  .lg\:stroke-violet-950\/75 {
    stroke: rgb(46 16 101 / 0.75) !important;
  }

  .lg\:stroke-violet-950\/80 {
    stroke: rgb(46 16 101 / 0.8) !important;
  }

  .lg\:stroke-violet-950\/85 {
    stroke: rgb(46 16 101 / 0.85) !important;
  }

  .lg\:stroke-violet-950\/90 {
    stroke: rgb(46 16 101 / 0.9) !important;
  }

  .lg\:stroke-violet-950\/95 {
    stroke: rgb(46 16 101 / 0.95) !important;
  }

  .lg\:stroke-white {
    stroke: #fff !important;
  }

  .lg\:stroke-white\/0 {
    stroke: rgb(255 255 255 / 0) !important;
  }

  .lg\:stroke-white\/10 {
    stroke: rgb(255 255 255 / 0.1) !important;
  }

  .lg\:stroke-white\/100 {
    stroke: rgb(255 255 255 / 1) !important;
  }

  .lg\:stroke-white\/15 {
    stroke: rgb(255 255 255 / 0.15) !important;
  }

  .lg\:stroke-white\/20 {
    stroke: rgb(255 255 255 / 0.2) !important;
  }

  .lg\:stroke-white\/25 {
    stroke: rgb(255 255 255 / 0.25) !important;
  }

  .lg\:stroke-white\/30 {
    stroke: rgb(255 255 255 / 0.3) !important;
  }

  .lg\:stroke-white\/35 {
    stroke: rgb(255 255 255 / 0.35) !important;
  }

  .lg\:stroke-white\/40 {
    stroke: rgb(255 255 255 / 0.4) !important;
  }

  .lg\:stroke-white\/45 {
    stroke: rgb(255 255 255 / 0.45) !important;
  }

  .lg\:stroke-white\/5 {
    stroke: rgb(255 255 255 / 0.05) !important;
  }

  .lg\:stroke-white\/50 {
    stroke: rgb(255 255 255 / 0.5) !important;
  }

  .lg\:stroke-white\/55 {
    stroke: rgb(255 255 255 / 0.55) !important;
  }

  .lg\:stroke-white\/60 {
    stroke: rgb(255 255 255 / 0.6) !important;
  }

  .lg\:stroke-white\/65 {
    stroke: rgb(255 255 255 / 0.65) !important;
  }

  .lg\:stroke-white\/70 {
    stroke: rgb(255 255 255 / 0.7) !important;
  }

  .lg\:stroke-white\/75 {
    stroke: rgb(255 255 255 / 0.75) !important;
  }

  .lg\:stroke-white\/80 {
    stroke: rgb(255 255 255 / 0.8) !important;
  }

  .lg\:stroke-white\/85 {
    stroke: rgb(255 255 255 / 0.85) !important;
  }

  .lg\:stroke-white\/90 {
    stroke: rgb(255 255 255 / 0.9) !important;
  }

  .lg\:stroke-white\/95 {
    stroke: rgb(255 255 255 / 0.95) !important;
  }

  .lg\:stroke-yellow-100 {
    stroke: #fef9c3 !important;
  }

  .lg\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0) !important;
  }

  .lg\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1) !important;
  }

  .lg\:stroke-yellow-100\/15 {
    stroke: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:stroke-yellow-100\/35 {
    stroke: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:stroke-yellow-100\/55 {
    stroke: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:stroke-yellow-100\/85 {
    stroke: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:stroke-yellow-200 {
    stroke: #fef08a !important;
  }

  .lg\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0) !important;
  }

  .lg\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1) !important;
  }

  .lg\:stroke-yellow-200\/15 {
    stroke: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:stroke-yellow-200\/35 {
    stroke: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:stroke-yellow-200\/55 {
    stroke: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:stroke-yellow-200\/85 {
    stroke: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:stroke-yellow-300 {
    stroke: #fde047 !important;
  }

  .lg\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0) !important;
  }

  .lg\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1) !important;
  }

  .lg\:stroke-yellow-300\/15 {
    stroke: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:stroke-yellow-300\/35 {
    stroke: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:stroke-yellow-300\/45 {
    stroke: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:stroke-yellow-300\/55 {
    stroke: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:stroke-yellow-300\/65 {
    stroke: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:stroke-yellow-300\/85 {
    stroke: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:stroke-yellow-400 {
    stroke: #facc15 !important;
  }

  .lg\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0) !important;
  }

  .lg\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1) !important;
  }

  .lg\:stroke-yellow-400\/15 {
    stroke: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:stroke-yellow-400\/35 {
    stroke: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:stroke-yellow-400\/55 {
    stroke: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:stroke-yellow-400\/85 {
    stroke: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:stroke-yellow-50 {
    stroke: #fefce8 !important;
  }

  .lg\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0) !important;
  }

  .lg\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1) !important;
  }

  .lg\:stroke-yellow-50\/15 {
    stroke: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:stroke-yellow-50\/35 {
    stroke: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:stroke-yellow-50\/45 {
    stroke: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:stroke-yellow-50\/55 {
    stroke: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:stroke-yellow-50\/65 {
    stroke: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:stroke-yellow-50\/85 {
    stroke: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:stroke-yellow-500 {
    stroke: #eab308 !important;
  }

  .lg\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0) !important;
  }

  .lg\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1) !important;
  }

  .lg\:stroke-yellow-500\/15 {
    stroke: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:stroke-yellow-500\/35 {
    stroke: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:stroke-yellow-500\/45 {
    stroke: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:stroke-yellow-500\/55 {
    stroke: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:stroke-yellow-500\/65 {
    stroke: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:stroke-yellow-500\/85 {
    stroke: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:stroke-yellow-600 {
    stroke: #ca8a04 !important;
  }

  .lg\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0) !important;
  }

  .lg\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1) !important;
  }

  .lg\:stroke-yellow-600\/15 {
    stroke: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:stroke-yellow-600\/35 {
    stroke: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:stroke-yellow-600\/45 {
    stroke: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:stroke-yellow-600\/55 {
    stroke: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:stroke-yellow-600\/65 {
    stroke: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:stroke-yellow-600\/85 {
    stroke: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:stroke-yellow-700 {
    stroke: #a16207 !important;
  }

  .lg\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0) !important;
  }

  .lg\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1) !important;
  }

  .lg\:stroke-yellow-700\/15 {
    stroke: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:stroke-yellow-700\/35 {
    stroke: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:stroke-yellow-700\/45 {
    stroke: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:stroke-yellow-700\/55 {
    stroke: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:stroke-yellow-700\/65 {
    stroke: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:stroke-yellow-700\/85 {
    stroke: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:stroke-yellow-800 {
    stroke: #854d0e !important;
  }

  .lg\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0) !important;
  }

  .lg\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1) !important;
  }

  .lg\:stroke-yellow-800\/15 {
    stroke: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:stroke-yellow-800\/35 {
    stroke: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:stroke-yellow-800\/55 {
    stroke: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:stroke-yellow-800\/85 {
    stroke: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:stroke-yellow-900 {
    stroke: #713f12 !important;
  }

  .lg\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0) !important;
  }

  .lg\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1) !important;
  }

  .lg\:stroke-yellow-900\/15 {
    stroke: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:stroke-yellow-900\/35 {
    stroke: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:stroke-yellow-900\/45 {
    stroke: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:stroke-yellow-900\/55 {
    stroke: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:stroke-yellow-900\/65 {
    stroke: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:stroke-yellow-900\/85 {
    stroke: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:stroke-yellow-950 {
    stroke: #422006 !important;
  }

  .lg\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0) !important;
  }

  .lg\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1) !important;
  }

  .lg\:stroke-yellow-950\/15 {
    stroke: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:stroke-yellow-950\/35 {
    stroke: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:stroke-yellow-950\/45 {
    stroke: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:stroke-yellow-950\/55 {
    stroke: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:stroke-yellow-950\/65 {
    stroke: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:stroke-yellow-950\/85 {
    stroke: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:stroke-zinc-100 {
    stroke: #f4f4f5 !important;
  }

  .lg\:stroke-zinc-100\/0 {
    stroke: rgb(244 244 245 / 0) !important;
  }

  .lg\:stroke-zinc-100\/10 {
    stroke: rgb(244 244 245 / 0.1) !important;
  }

  .lg\:stroke-zinc-100\/100 {
    stroke: rgb(244 244 245 / 1) !important;
  }

  .lg\:stroke-zinc-100\/15 {
    stroke: rgb(244 244 245 / 0.15) !important;
  }

  .lg\:stroke-zinc-100\/20 {
    stroke: rgb(244 244 245 / 0.2) !important;
  }

  .lg\:stroke-zinc-100\/25 {
    stroke: rgb(244 244 245 / 0.25) !important;
  }

  .lg\:stroke-zinc-100\/30 {
    stroke: rgb(244 244 245 / 0.3) !important;
  }

  .lg\:stroke-zinc-100\/35 {
    stroke: rgb(244 244 245 / 0.35) !important;
  }

  .lg\:stroke-zinc-100\/40 {
    stroke: rgb(244 244 245 / 0.4) !important;
  }

  .lg\:stroke-zinc-100\/45 {
    stroke: rgb(244 244 245 / 0.45) !important;
  }

  .lg\:stroke-zinc-100\/5 {
    stroke: rgb(244 244 245 / 0.05) !important;
  }

  .lg\:stroke-zinc-100\/50 {
    stroke: rgb(244 244 245 / 0.5) !important;
  }

  .lg\:stroke-zinc-100\/55 {
    stroke: rgb(244 244 245 / 0.55) !important;
  }

  .lg\:stroke-zinc-100\/60 {
    stroke: rgb(244 244 245 / 0.6) !important;
  }

  .lg\:stroke-zinc-100\/65 {
    stroke: rgb(244 244 245 / 0.65) !important;
  }

  .lg\:stroke-zinc-100\/70 {
    stroke: rgb(244 244 245 / 0.7) !important;
  }

  .lg\:stroke-zinc-100\/75 {
    stroke: rgb(244 244 245 / 0.75) !important;
  }

  .lg\:stroke-zinc-100\/80 {
    stroke: rgb(244 244 245 / 0.8) !important;
  }

  .lg\:stroke-zinc-100\/85 {
    stroke: rgb(244 244 245 / 0.85) !important;
  }

  .lg\:stroke-zinc-100\/90 {
    stroke: rgb(244 244 245 / 0.9) !important;
  }

  .lg\:stroke-zinc-100\/95 {
    stroke: rgb(244 244 245 / 0.95) !important;
  }

  .lg\:stroke-zinc-200 {
    stroke: #e4e4e7 !important;
  }

  .lg\:stroke-zinc-200\/0 {
    stroke: rgb(228 228 231 / 0) !important;
  }

  .lg\:stroke-zinc-200\/10 {
    stroke: rgb(228 228 231 / 0.1) !important;
  }

  .lg\:stroke-zinc-200\/100 {
    stroke: rgb(228 228 231 / 1) !important;
  }

  .lg\:stroke-zinc-200\/15 {
    stroke: rgb(228 228 231 / 0.15) !important;
  }

  .lg\:stroke-zinc-200\/20 {
    stroke: rgb(228 228 231 / 0.2) !important;
  }

  .lg\:stroke-zinc-200\/25 {
    stroke: rgb(228 228 231 / 0.25) !important;
  }

  .lg\:stroke-zinc-200\/30 {
    stroke: rgb(228 228 231 / 0.3) !important;
  }

  .lg\:stroke-zinc-200\/35 {
    stroke: rgb(228 228 231 / 0.35) !important;
  }

  .lg\:stroke-zinc-200\/40 {
    stroke: rgb(228 228 231 / 0.4) !important;
  }

  .lg\:stroke-zinc-200\/45 {
    stroke: rgb(228 228 231 / 0.45) !important;
  }

  .lg\:stroke-zinc-200\/5 {
    stroke: rgb(228 228 231 / 0.05) !important;
  }

  .lg\:stroke-zinc-200\/50 {
    stroke: rgb(228 228 231 / 0.5) !important;
  }

  .lg\:stroke-zinc-200\/55 {
    stroke: rgb(228 228 231 / 0.55) !important;
  }

  .lg\:stroke-zinc-200\/60 {
    stroke: rgb(228 228 231 / 0.6) !important;
  }

  .lg\:stroke-zinc-200\/65 {
    stroke: rgb(228 228 231 / 0.65) !important;
  }

  .lg\:stroke-zinc-200\/70 {
    stroke: rgb(228 228 231 / 0.7) !important;
  }

  .lg\:stroke-zinc-200\/75 {
    stroke: rgb(228 228 231 / 0.75) !important;
  }

  .lg\:stroke-zinc-200\/80 {
    stroke: rgb(228 228 231 / 0.8) !important;
  }

  .lg\:stroke-zinc-200\/85 {
    stroke: rgb(228 228 231 / 0.85) !important;
  }

  .lg\:stroke-zinc-200\/90 {
    stroke: rgb(228 228 231 / 0.9) !important;
  }

  .lg\:stroke-zinc-200\/95 {
    stroke: rgb(228 228 231 / 0.95) !important;
  }

  .lg\:stroke-zinc-300 {
    stroke: #d4d4d8 !important;
  }

  .lg\:stroke-zinc-300\/0 {
    stroke: rgb(212 212 216 / 0) !important;
  }

  .lg\:stroke-zinc-300\/10 {
    stroke: rgb(212 212 216 / 0.1) !important;
  }

  .lg\:stroke-zinc-300\/100 {
    stroke: rgb(212 212 216 / 1) !important;
  }

  .lg\:stroke-zinc-300\/15 {
    stroke: rgb(212 212 216 / 0.15) !important;
  }

  .lg\:stroke-zinc-300\/20 {
    stroke: rgb(212 212 216 / 0.2) !important;
  }

  .lg\:stroke-zinc-300\/25 {
    stroke: rgb(212 212 216 / 0.25) !important;
  }

  .lg\:stroke-zinc-300\/30 {
    stroke: rgb(212 212 216 / 0.3) !important;
  }

  .lg\:stroke-zinc-300\/35 {
    stroke: rgb(212 212 216 / 0.35) !important;
  }

  .lg\:stroke-zinc-300\/40 {
    stroke: rgb(212 212 216 / 0.4) !important;
  }

  .lg\:stroke-zinc-300\/45 {
    stroke: rgb(212 212 216 / 0.45) !important;
  }

  .lg\:stroke-zinc-300\/5 {
    stroke: rgb(212 212 216 / 0.05) !important;
  }

  .lg\:stroke-zinc-300\/50 {
    stroke: rgb(212 212 216 / 0.5) !important;
  }

  .lg\:stroke-zinc-300\/55 {
    stroke: rgb(212 212 216 / 0.55) !important;
  }

  .lg\:stroke-zinc-300\/60 {
    stroke: rgb(212 212 216 / 0.6) !important;
  }

  .lg\:stroke-zinc-300\/65 {
    stroke: rgb(212 212 216 / 0.65) !important;
  }

  .lg\:stroke-zinc-300\/70 {
    stroke: rgb(212 212 216 / 0.7) !important;
  }

  .lg\:stroke-zinc-300\/75 {
    stroke: rgb(212 212 216 / 0.75) !important;
  }

  .lg\:stroke-zinc-300\/80 {
    stroke: rgb(212 212 216 / 0.8) !important;
  }

  .lg\:stroke-zinc-300\/85 {
    stroke: rgb(212 212 216 / 0.85) !important;
  }

  .lg\:stroke-zinc-300\/90 {
    stroke: rgb(212 212 216 / 0.9) !important;
  }

  .lg\:stroke-zinc-300\/95 {
    stroke: rgb(212 212 216 / 0.95) !important;
  }

  .lg\:stroke-zinc-400 {
    stroke: #a1a1aa !important;
  }

  .lg\:stroke-zinc-400\/0 {
    stroke: rgb(161 161 170 / 0) !important;
  }

  .lg\:stroke-zinc-400\/10 {
    stroke: rgb(161 161 170 / 0.1) !important;
  }

  .lg\:stroke-zinc-400\/100 {
    stroke: rgb(161 161 170 / 1) !important;
  }

  .lg\:stroke-zinc-400\/15 {
    stroke: rgb(161 161 170 / 0.15) !important;
  }

  .lg\:stroke-zinc-400\/20 {
    stroke: rgb(161 161 170 / 0.2) !important;
  }

  .lg\:stroke-zinc-400\/25 {
    stroke: rgb(161 161 170 / 0.25) !important;
  }

  .lg\:stroke-zinc-400\/30 {
    stroke: rgb(161 161 170 / 0.3) !important;
  }

  .lg\:stroke-zinc-400\/35 {
    stroke: rgb(161 161 170 / 0.35) !important;
  }

  .lg\:stroke-zinc-400\/40 {
    stroke: rgb(161 161 170 / 0.4) !important;
  }

  .lg\:stroke-zinc-400\/45 {
    stroke: rgb(161 161 170 / 0.45) !important;
  }

  .lg\:stroke-zinc-400\/5 {
    stroke: rgb(161 161 170 / 0.05) !important;
  }

  .lg\:stroke-zinc-400\/50 {
    stroke: rgb(161 161 170 / 0.5) !important;
  }

  .lg\:stroke-zinc-400\/55 {
    stroke: rgb(161 161 170 / 0.55) !important;
  }

  .lg\:stroke-zinc-400\/60 {
    stroke: rgb(161 161 170 / 0.6) !important;
  }

  .lg\:stroke-zinc-400\/65 {
    stroke: rgb(161 161 170 / 0.65) !important;
  }

  .lg\:stroke-zinc-400\/70 {
    stroke: rgb(161 161 170 / 0.7) !important;
  }

  .lg\:stroke-zinc-400\/75 {
    stroke: rgb(161 161 170 / 0.75) !important;
  }

  .lg\:stroke-zinc-400\/80 {
    stroke: rgb(161 161 170 / 0.8) !important;
  }

  .lg\:stroke-zinc-400\/85 {
    stroke: rgb(161 161 170 / 0.85) !important;
  }

  .lg\:stroke-zinc-400\/90 {
    stroke: rgb(161 161 170 / 0.9) !important;
  }

  .lg\:stroke-zinc-400\/95 {
    stroke: rgb(161 161 170 / 0.95) !important;
  }

  .lg\:stroke-zinc-50 {
    stroke: #fafafa !important;
  }

  .lg\:stroke-zinc-50\/0 {
    stroke: rgb(250 250 250 / 0) !important;
  }

  .lg\:stroke-zinc-50\/10 {
    stroke: rgb(250 250 250 / 0.1) !important;
  }

  .lg\:stroke-zinc-50\/100 {
    stroke: rgb(250 250 250 / 1) !important;
  }

  .lg\:stroke-zinc-50\/15 {
    stroke: rgb(250 250 250 / 0.15) !important;
  }

  .lg\:stroke-zinc-50\/20 {
    stroke: rgb(250 250 250 / 0.2) !important;
  }

  .lg\:stroke-zinc-50\/25 {
    stroke: rgb(250 250 250 / 0.25) !important;
  }

  .lg\:stroke-zinc-50\/30 {
    stroke: rgb(250 250 250 / 0.3) !important;
  }

  .lg\:stroke-zinc-50\/35 {
    stroke: rgb(250 250 250 / 0.35) !important;
  }

  .lg\:stroke-zinc-50\/40 {
    stroke: rgb(250 250 250 / 0.4) !important;
  }

  .lg\:stroke-zinc-50\/45 {
    stroke: rgb(250 250 250 / 0.45) !important;
  }

  .lg\:stroke-zinc-50\/5 {
    stroke: rgb(250 250 250 / 0.05) !important;
  }

  .lg\:stroke-zinc-50\/50 {
    stroke: rgb(250 250 250 / 0.5) !important;
  }

  .lg\:stroke-zinc-50\/55 {
    stroke: rgb(250 250 250 / 0.55) !important;
  }

  .lg\:stroke-zinc-50\/60 {
    stroke: rgb(250 250 250 / 0.6) !important;
  }

  .lg\:stroke-zinc-50\/65 {
    stroke: rgb(250 250 250 / 0.65) !important;
  }

  .lg\:stroke-zinc-50\/70 {
    stroke: rgb(250 250 250 / 0.7) !important;
  }

  .lg\:stroke-zinc-50\/75 {
    stroke: rgb(250 250 250 / 0.75) !important;
  }

  .lg\:stroke-zinc-50\/80 {
    stroke: rgb(250 250 250 / 0.8) !important;
  }

  .lg\:stroke-zinc-50\/85 {
    stroke: rgb(250 250 250 / 0.85) !important;
  }

  .lg\:stroke-zinc-50\/90 {
    stroke: rgb(250 250 250 / 0.9) !important;
  }

  .lg\:stroke-zinc-50\/95 {
    stroke: rgb(250 250 250 / 0.95) !important;
  }

  .lg\:stroke-zinc-500 {
    stroke: #71717a !important;
  }

  .lg\:stroke-zinc-500\/0 {
    stroke: rgb(113 113 122 / 0) !important;
  }

  .lg\:stroke-zinc-500\/10 {
    stroke: rgb(113 113 122 / 0.1) !important;
  }

  .lg\:stroke-zinc-500\/100 {
    stroke: rgb(113 113 122 / 1) !important;
  }

  .lg\:stroke-zinc-500\/15 {
    stroke: rgb(113 113 122 / 0.15) !important;
  }

  .lg\:stroke-zinc-500\/20 {
    stroke: rgb(113 113 122 / 0.2) !important;
  }

  .lg\:stroke-zinc-500\/25 {
    stroke: rgb(113 113 122 / 0.25) !important;
  }

  .lg\:stroke-zinc-500\/30 {
    stroke: rgb(113 113 122 / 0.3) !important;
  }

  .lg\:stroke-zinc-500\/35 {
    stroke: rgb(113 113 122 / 0.35) !important;
  }

  .lg\:stroke-zinc-500\/40 {
    stroke: rgb(113 113 122 / 0.4) !important;
  }

  .lg\:stroke-zinc-500\/45 {
    stroke: rgb(113 113 122 / 0.45) !important;
  }

  .lg\:stroke-zinc-500\/5 {
    stroke: rgb(113 113 122 / 0.05) !important;
  }

  .lg\:stroke-zinc-500\/50 {
    stroke: rgb(113 113 122 / 0.5) !important;
  }

  .lg\:stroke-zinc-500\/55 {
    stroke: rgb(113 113 122 / 0.55) !important;
  }

  .lg\:stroke-zinc-500\/60 {
    stroke: rgb(113 113 122 / 0.6) !important;
  }

  .lg\:stroke-zinc-500\/65 {
    stroke: rgb(113 113 122 / 0.65) !important;
  }

  .lg\:stroke-zinc-500\/70 {
    stroke: rgb(113 113 122 / 0.7) !important;
  }

  .lg\:stroke-zinc-500\/75 {
    stroke: rgb(113 113 122 / 0.75) !important;
  }

  .lg\:stroke-zinc-500\/80 {
    stroke: rgb(113 113 122 / 0.8) !important;
  }

  .lg\:stroke-zinc-500\/85 {
    stroke: rgb(113 113 122 / 0.85) !important;
  }

  .lg\:stroke-zinc-500\/90 {
    stroke: rgb(113 113 122 / 0.9) !important;
  }

  .lg\:stroke-zinc-500\/95 {
    stroke: rgb(113 113 122 / 0.95) !important;
  }

  .lg\:stroke-zinc-600 {
    stroke: #52525b !important;
  }

  .lg\:stroke-zinc-600\/0 {
    stroke: rgb(82 82 91 / 0) !important;
  }

  .lg\:stroke-zinc-600\/10 {
    stroke: rgb(82 82 91 / 0.1) !important;
  }

  .lg\:stroke-zinc-600\/100 {
    stroke: rgb(82 82 91 / 1) !important;
  }

  .lg\:stroke-zinc-600\/15 {
    stroke: rgb(82 82 91 / 0.15) !important;
  }

  .lg\:stroke-zinc-600\/20 {
    stroke: rgb(82 82 91 / 0.2) !important;
  }

  .lg\:stroke-zinc-600\/25 {
    stroke: rgb(82 82 91 / 0.25) !important;
  }

  .lg\:stroke-zinc-600\/30 {
    stroke: rgb(82 82 91 / 0.3) !important;
  }

  .lg\:stroke-zinc-600\/35 {
    stroke: rgb(82 82 91 / 0.35) !important;
  }

  .lg\:stroke-zinc-600\/40 {
    stroke: rgb(82 82 91 / 0.4) !important;
  }

  .lg\:stroke-zinc-600\/45 {
    stroke: rgb(82 82 91 / 0.45) !important;
  }

  .lg\:stroke-zinc-600\/5 {
    stroke: rgb(82 82 91 / 0.05) !important;
  }

  .lg\:stroke-zinc-600\/50 {
    stroke: rgb(82 82 91 / 0.5) !important;
  }

  .lg\:stroke-zinc-600\/55 {
    stroke: rgb(82 82 91 / 0.55) !important;
  }

  .lg\:stroke-zinc-600\/60 {
    stroke: rgb(82 82 91 / 0.6) !important;
  }

  .lg\:stroke-zinc-600\/65 {
    stroke: rgb(82 82 91 / 0.65) !important;
  }

  .lg\:stroke-zinc-600\/70 {
    stroke: rgb(82 82 91 / 0.7) !important;
  }

  .lg\:stroke-zinc-600\/75 {
    stroke: rgb(82 82 91 / 0.75) !important;
  }

  .lg\:stroke-zinc-600\/80 {
    stroke: rgb(82 82 91 / 0.8) !important;
  }

  .lg\:stroke-zinc-600\/85 {
    stroke: rgb(82 82 91 / 0.85) !important;
  }

  .lg\:stroke-zinc-600\/90 {
    stroke: rgb(82 82 91 / 0.9) !important;
  }

  .lg\:stroke-zinc-600\/95 {
    stroke: rgb(82 82 91 / 0.95) !important;
  }

  .lg\:stroke-zinc-700 {
    stroke: #3f3f46 !important;
  }

  .lg\:stroke-zinc-700\/0 {
    stroke: rgb(63 63 70 / 0) !important;
  }

  .lg\:stroke-zinc-700\/10 {
    stroke: rgb(63 63 70 / 0.1) !important;
  }

  .lg\:stroke-zinc-700\/100 {
    stroke: rgb(63 63 70 / 1) !important;
  }

  .lg\:stroke-zinc-700\/15 {
    stroke: rgb(63 63 70 / 0.15) !important;
  }

  .lg\:stroke-zinc-700\/20 {
    stroke: rgb(63 63 70 / 0.2) !important;
  }

  .lg\:stroke-zinc-700\/25 {
    stroke: rgb(63 63 70 / 0.25) !important;
  }

  .lg\:stroke-zinc-700\/30 {
    stroke: rgb(63 63 70 / 0.3) !important;
  }

  .lg\:stroke-zinc-700\/35 {
    stroke: rgb(63 63 70 / 0.35) !important;
  }

  .lg\:stroke-zinc-700\/40 {
    stroke: rgb(63 63 70 / 0.4) !important;
  }

  .lg\:stroke-zinc-700\/45 {
    stroke: rgb(63 63 70 / 0.45) !important;
  }

  .lg\:stroke-zinc-700\/5 {
    stroke: rgb(63 63 70 / 0.05) !important;
  }

  .lg\:stroke-zinc-700\/50 {
    stroke: rgb(63 63 70 / 0.5) !important;
  }

  .lg\:stroke-zinc-700\/55 {
    stroke: rgb(63 63 70 / 0.55) !important;
  }

  .lg\:stroke-zinc-700\/60 {
    stroke: rgb(63 63 70 / 0.6) !important;
  }

  .lg\:stroke-zinc-700\/65 {
    stroke: rgb(63 63 70 / 0.65) !important;
  }

  .lg\:stroke-zinc-700\/70 {
    stroke: rgb(63 63 70 / 0.7) !important;
  }

  .lg\:stroke-zinc-700\/75 {
    stroke: rgb(63 63 70 / 0.75) !important;
  }

  .lg\:stroke-zinc-700\/80 {
    stroke: rgb(63 63 70 / 0.8) !important;
  }

  .lg\:stroke-zinc-700\/85 {
    stroke: rgb(63 63 70 / 0.85) !important;
  }

  .lg\:stroke-zinc-700\/90 {
    stroke: rgb(63 63 70 / 0.9) !important;
  }

  .lg\:stroke-zinc-700\/95 {
    stroke: rgb(63 63 70 / 0.95) !important;
  }

  .lg\:stroke-zinc-800 {
    stroke: #27272a !important;
  }

  .lg\:stroke-zinc-800\/0 {
    stroke: rgb(39 39 42 / 0) !important;
  }

  .lg\:stroke-zinc-800\/10 {
    stroke: rgb(39 39 42 / 0.1) !important;
  }

  .lg\:stroke-zinc-800\/100 {
    stroke: rgb(39 39 42 / 1) !important;
  }

  .lg\:stroke-zinc-800\/15 {
    stroke: rgb(39 39 42 / 0.15) !important;
  }

  .lg\:stroke-zinc-800\/20 {
    stroke: rgb(39 39 42 / 0.2) !important;
  }

  .lg\:stroke-zinc-800\/25 {
    stroke: rgb(39 39 42 / 0.25) !important;
  }

  .lg\:stroke-zinc-800\/30 {
    stroke: rgb(39 39 42 / 0.3) !important;
  }

  .lg\:stroke-zinc-800\/35 {
    stroke: rgb(39 39 42 / 0.35) !important;
  }

  .lg\:stroke-zinc-800\/40 {
    stroke: rgb(39 39 42 / 0.4) !important;
  }

  .lg\:stroke-zinc-800\/45 {
    stroke: rgb(39 39 42 / 0.45) !important;
  }

  .lg\:stroke-zinc-800\/5 {
    stroke: rgb(39 39 42 / 0.05) !important;
  }

  .lg\:stroke-zinc-800\/50 {
    stroke: rgb(39 39 42 / 0.5) !important;
  }

  .lg\:stroke-zinc-800\/55 {
    stroke: rgb(39 39 42 / 0.55) !important;
  }

  .lg\:stroke-zinc-800\/60 {
    stroke: rgb(39 39 42 / 0.6) !important;
  }

  .lg\:stroke-zinc-800\/65 {
    stroke: rgb(39 39 42 / 0.65) !important;
  }

  .lg\:stroke-zinc-800\/70 {
    stroke: rgb(39 39 42 / 0.7) !important;
  }

  .lg\:stroke-zinc-800\/75 {
    stroke: rgb(39 39 42 / 0.75) !important;
  }

  .lg\:stroke-zinc-800\/80 {
    stroke: rgb(39 39 42 / 0.8) !important;
  }

  .lg\:stroke-zinc-800\/85 {
    stroke: rgb(39 39 42 / 0.85) !important;
  }

  .lg\:stroke-zinc-800\/90 {
    stroke: rgb(39 39 42 / 0.9) !important;
  }

  .lg\:stroke-zinc-800\/95 {
    stroke: rgb(39 39 42 / 0.95) !important;
  }

  .lg\:stroke-zinc-900 {
    stroke: #18181b !important;
  }

  .lg\:stroke-zinc-900\/0 {
    stroke: rgb(24 24 27 / 0) !important;
  }

  .lg\:stroke-zinc-900\/10 {
    stroke: rgb(24 24 27 / 0.1) !important;
  }

  .lg\:stroke-zinc-900\/100 {
    stroke: rgb(24 24 27 / 1) !important;
  }

  .lg\:stroke-zinc-900\/15 {
    stroke: rgb(24 24 27 / 0.15) !important;
  }

  .lg\:stroke-zinc-900\/20 {
    stroke: rgb(24 24 27 / 0.2) !important;
  }

  .lg\:stroke-zinc-900\/25 {
    stroke: rgb(24 24 27 / 0.25) !important;
  }

  .lg\:stroke-zinc-900\/30 {
    stroke: rgb(24 24 27 / 0.3) !important;
  }

  .lg\:stroke-zinc-900\/35 {
    stroke: rgb(24 24 27 / 0.35) !important;
  }

  .lg\:stroke-zinc-900\/40 {
    stroke: rgb(24 24 27 / 0.4) !important;
  }

  .lg\:stroke-zinc-900\/45 {
    stroke: rgb(24 24 27 / 0.45) !important;
  }

  .lg\:stroke-zinc-900\/5 {
    stroke: rgb(24 24 27 / 0.05) !important;
  }

  .lg\:stroke-zinc-900\/50 {
    stroke: rgb(24 24 27 / 0.5) !important;
  }

  .lg\:stroke-zinc-900\/55 {
    stroke: rgb(24 24 27 / 0.55) !important;
  }

  .lg\:stroke-zinc-900\/60 {
    stroke: rgb(24 24 27 / 0.6) !important;
  }

  .lg\:stroke-zinc-900\/65 {
    stroke: rgb(24 24 27 / 0.65) !important;
  }

  .lg\:stroke-zinc-900\/70 {
    stroke: rgb(24 24 27 / 0.7) !important;
  }

  .lg\:stroke-zinc-900\/75 {
    stroke: rgb(24 24 27 / 0.75) !important;
  }

  .lg\:stroke-zinc-900\/80 {
    stroke: rgb(24 24 27 / 0.8) !important;
  }

  .lg\:stroke-zinc-900\/85 {
    stroke: rgb(24 24 27 / 0.85) !important;
  }

  .lg\:stroke-zinc-900\/90 {
    stroke: rgb(24 24 27 / 0.9) !important;
  }

  .lg\:stroke-zinc-900\/95 {
    stroke: rgb(24 24 27 / 0.95) !important;
  }

  .lg\:stroke-zinc-950 {
    stroke: #09090b !important;
  }

  .lg\:stroke-zinc-950\/0 {
    stroke: rgb(9 9 11 / 0) !important;
  }

  .lg\:stroke-zinc-950\/10 {
    stroke: rgb(9 9 11 / 0.1) !important;
  }

  .lg\:stroke-zinc-950\/100 {
    stroke: rgb(9 9 11 / 1) !important;
  }

  .lg\:stroke-zinc-950\/15 {
    stroke: rgb(9 9 11 / 0.15) !important;
  }

  .lg\:stroke-zinc-950\/20 {
    stroke: rgb(9 9 11 / 0.2) !important;
  }

  .lg\:stroke-zinc-950\/25 {
    stroke: rgb(9 9 11 / 0.25) !important;
  }

  .lg\:stroke-zinc-950\/30 {
    stroke: rgb(9 9 11 / 0.3) !important;
  }

  .lg\:stroke-zinc-950\/35 {
    stroke: rgb(9 9 11 / 0.35) !important;
  }

  .lg\:stroke-zinc-950\/40 {
    stroke: rgb(9 9 11 / 0.4) !important;
  }

  .lg\:stroke-zinc-950\/45 {
    stroke: rgb(9 9 11 / 0.45) !important;
  }

  .lg\:stroke-zinc-950\/5 {
    stroke: rgb(9 9 11 / 0.05) !important;
  }

  .lg\:stroke-zinc-950\/50 {
    stroke: rgb(9 9 11 / 0.5) !important;
  }

  .lg\:stroke-zinc-950\/55 {
    stroke: rgb(9 9 11 / 0.55) !important;
  }

  .lg\:stroke-zinc-950\/60 {
    stroke: rgb(9 9 11 / 0.6) !important;
  }

  .lg\:stroke-zinc-950\/65 {
    stroke: rgb(9 9 11 / 0.65) !important;
  }

  .lg\:stroke-zinc-950\/70 {
    stroke: rgb(9 9 11 / 0.7) !important;
  }

  .lg\:stroke-zinc-950\/75 {
    stroke: rgb(9 9 11 / 0.75) !important;
  }

  .lg\:stroke-zinc-950\/80 {
    stroke: rgb(9 9 11 / 0.8) !important;
  }

  .lg\:stroke-zinc-950\/85 {
    stroke: rgb(9 9 11 / 0.85) !important;
  }

  .lg\:stroke-zinc-950\/90 {
    stroke: rgb(9 9 11 / 0.9) !important;
  }

  .lg\:stroke-zinc-950\/95 {
    stroke: rgb(9 9 11 / 0.95) !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:text-2xl {
    font-size: 3.5rem !important;
    line-height: 4rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .lg\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .lg\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .lg\:text-base {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }

  .lg\:text-lg {
    font-size: 1.875rem !important;
    line-height: 2rem !important;
  }

  .lg\:text-xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0) !important;
  }

  .lg\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1) !important;
  }

  .lg\:text-yellow-100\/15 {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:text-yellow-100\/35 {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:text-yellow-100\/55 {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:text-yellow-100\/85 {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0) !important;
  }

  .lg\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1) !important;
  }

  .lg\:text-yellow-200\/15 {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:text-yellow-200\/35 {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:text-yellow-200\/55 {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:text-yellow-200\/85 {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95) !important;
  }

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

  .lg\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0) !important;
  }

  .lg\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1) !important;
  }

  .lg\:text-yellow-300\/15 {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:text-yellow-300\/35 {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:text-yellow-300\/45 {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:text-yellow-300\/55 {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:text-yellow-300\/65 {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:text-yellow-300\/85 {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0) !important;
  }

  .lg\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1) !important;
  }

  .lg\:text-yellow-400\/15 {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:text-yellow-400\/35 {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:text-yellow-400\/55 {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:text-yellow-400\/85 {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0) !important;
  }

  .lg\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1) !important;
  }

  .lg\:text-yellow-50\/15 {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:text-yellow-50\/35 {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:text-yellow-50\/45 {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:text-yellow-50\/55 {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:text-yellow-50\/65 {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:text-yellow-50\/85 {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0) !important;
  }

  .lg\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1) !important;
  }

  .lg\:text-yellow-500\/15 {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:text-yellow-500\/35 {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:text-yellow-500\/45 {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:text-yellow-500\/55 {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:text-yellow-500\/65 {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:text-yellow-500\/85 {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0) !important;
  }

  .lg\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1) !important;
  }

  .lg\:text-yellow-600\/15 {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:text-yellow-600\/35 {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:text-yellow-600\/45 {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:text-yellow-600\/55 {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:text-yellow-600\/65 {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:text-yellow-600\/85 {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0) !important;
  }

  .lg\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1) !important;
  }

  .lg\:text-yellow-700\/15 {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:text-yellow-700\/35 {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:text-yellow-700\/45 {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:text-yellow-700\/55 {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:text-yellow-700\/65 {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:text-yellow-700\/85 {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0) !important;
  }

  .lg\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1) !important;
  }

  .lg\:text-yellow-800\/15 {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:text-yellow-800\/35 {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:text-yellow-800\/55 {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:text-yellow-800\/85 {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0) !important;
  }

  .lg\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1) !important;
  }

  .lg\:text-yellow-900\/15 {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:text-yellow-900\/35 {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:text-yellow-900\/45 {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:text-yellow-900\/55 {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:text-yellow-900\/65 {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:text-yellow-900\/85 {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:text-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0) !important;
  }

  .lg\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1) !important;
  }

  .lg\:text-yellow-950\/15 {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:text-yellow-950\/35 {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:text-yellow-950\/45 {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:text-yellow-950\/55 {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:text-yellow-950\/65 {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:text-yellow-950\/85 {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:decoration-yellow-100 {
    text-decoration-color: #fef9c3 !important;
  }

  .lg\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:decoration-yellow-100\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:decoration-yellow-100\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:decoration-yellow-100\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:decoration-yellow-100\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:decoration-yellow-200 {
    text-decoration-color: #fef08a !important;
  }

  .lg\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:decoration-yellow-200\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:decoration-yellow-200\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:decoration-yellow-200\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:decoration-yellow-200\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:decoration-yellow-300 {
    text-decoration-color: #fde047 !important;
  }

  .lg\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:decoration-yellow-300\/15 {
    text-decoration-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:decoration-yellow-300\/35 {
    text-decoration-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:decoration-yellow-300\/45 {
    text-decoration-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:decoration-yellow-300\/55 {
    text-decoration-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:decoration-yellow-300\/65 {
    text-decoration-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:decoration-yellow-300\/85 {
    text-decoration-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:decoration-yellow-400 {
    text-decoration-color: #facc15 !important;
  }

  .lg\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:decoration-yellow-400\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:decoration-yellow-400\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:decoration-yellow-400\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:decoration-yellow-400\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:decoration-yellow-50 {
    text-decoration-color: #fefce8 !important;
  }

  .lg\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:decoration-yellow-50\/15 {
    text-decoration-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:decoration-yellow-50\/35 {
    text-decoration-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:decoration-yellow-50\/45 {
    text-decoration-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:decoration-yellow-50\/55 {
    text-decoration-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:decoration-yellow-50\/65 {
    text-decoration-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:decoration-yellow-50\/85 {
    text-decoration-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:decoration-yellow-500 {
    text-decoration-color: #eab308 !important;
  }

  .lg\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:decoration-yellow-500\/15 {
    text-decoration-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:decoration-yellow-500\/35 {
    text-decoration-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:decoration-yellow-500\/45 {
    text-decoration-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:decoration-yellow-500\/55 {
    text-decoration-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:decoration-yellow-500\/65 {
    text-decoration-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:decoration-yellow-500\/85 {
    text-decoration-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:decoration-yellow-600 {
    text-decoration-color: #ca8a04 !important;
  }

  .lg\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:decoration-yellow-600\/15 {
    text-decoration-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:decoration-yellow-600\/35 {
    text-decoration-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:decoration-yellow-600\/45 {
    text-decoration-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:decoration-yellow-600\/55 {
    text-decoration-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:decoration-yellow-600\/65 {
    text-decoration-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:decoration-yellow-600\/85 {
    text-decoration-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:decoration-yellow-700 {
    text-decoration-color: #a16207 !important;
  }

  .lg\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:decoration-yellow-700\/15 {
    text-decoration-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:decoration-yellow-700\/35 {
    text-decoration-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:decoration-yellow-700\/45 {
    text-decoration-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:decoration-yellow-700\/55 {
    text-decoration-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:decoration-yellow-700\/65 {
    text-decoration-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:decoration-yellow-700\/85 {
    text-decoration-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:decoration-yellow-800 {
    text-decoration-color: #854d0e !important;
  }

  .lg\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:decoration-yellow-800\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:decoration-yellow-800\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:decoration-yellow-800\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:decoration-yellow-800\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:decoration-yellow-900 {
    text-decoration-color: #713f12 !important;
  }

  .lg\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:decoration-yellow-900\/15 {
    text-decoration-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:decoration-yellow-900\/35 {
    text-decoration-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:decoration-yellow-900\/45 {
    text-decoration-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:decoration-yellow-900\/55 {
    text-decoration-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:decoration-yellow-900\/65 {
    text-decoration-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:decoration-yellow-900\/85 {
    text-decoration-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:decoration-yellow-950 {
    text-decoration-color: #422006 !important;
  }

  .lg\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:decoration-yellow-950\/15 {
    text-decoration-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:decoration-yellow-950\/35 {
    text-decoration-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:decoration-yellow-950\/45 {
    text-decoration-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:decoration-yellow-950\/55 {
    text-decoration-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:decoration-yellow-950\/65 {
    text-decoration-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:decoration-yellow-950\/85 {
    text-decoration-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .lg\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0) !important;
  }

  .lg\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .lg\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1) !important;
  }

  .lg\:placeholder-yellow-100\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:placeholder-yellow-100\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:placeholder-yellow-100\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:placeholder-yellow-100\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:placeholder-yellow-100\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:placeholder-yellow-100\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .lg\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0) !important;
  }

  .lg\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .lg\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1) !important;
  }

  .lg\:placeholder-yellow-200\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:placeholder-yellow-200\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:placeholder-yellow-200\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:placeholder-yellow-200\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:placeholder-yellow-200\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:placeholder-yellow-200\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0) !important;
  }

  .lg\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0) !important;
  }

  .lg\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1) !important;
  }

  .lg\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1) !important;
  }

  .lg\:placeholder-yellow-300\/15::-moz-placeholder {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:placeholder-yellow-300\/15::placeholder {
    color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:placeholder-yellow-300\/35::-moz-placeholder {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:placeholder-yellow-300\/35::placeholder {
    color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:placeholder-yellow-300\/45::-moz-placeholder {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:placeholder-yellow-300\/45::placeholder {
    color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:placeholder-yellow-300\/55::-moz-placeholder {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:placeholder-yellow-300\/55::placeholder {
    color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:placeholder-yellow-300\/65::-moz-placeholder {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:placeholder-yellow-300\/65::placeholder {
    color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:placeholder-yellow-300\/85::-moz-placeholder {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:placeholder-yellow-300\/85::placeholder {
    color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .lg\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0) !important;
  }

  .lg\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .lg\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1) !important;
  }

  .lg\:placeholder-yellow-400\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:placeholder-yellow-400\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:placeholder-yellow-400\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:placeholder-yellow-400\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:placeholder-yellow-400\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:placeholder-yellow-400\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0) !important;
  }

  .lg\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0) !important;
  }

  .lg\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1) !important;
  }

  .lg\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1) !important;
  }

  .lg\:placeholder-yellow-50\/15::-moz-placeholder {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:placeholder-yellow-50\/15::placeholder {
    color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:placeholder-yellow-50\/35::-moz-placeholder {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:placeholder-yellow-50\/35::placeholder {
    color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:placeholder-yellow-50\/45::-moz-placeholder {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:placeholder-yellow-50\/45::placeholder {
    color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:placeholder-yellow-50\/55::-moz-placeholder {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:placeholder-yellow-50\/55::placeholder {
    color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:placeholder-yellow-50\/65::-moz-placeholder {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:placeholder-yellow-50\/65::placeholder {
    color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:placeholder-yellow-50\/85::-moz-placeholder {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:placeholder-yellow-50\/85::placeholder {
    color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0) !important;
  }

  .lg\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0) !important;
  }

  .lg\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1) !important;
  }

  .lg\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1) !important;
  }

  .lg\:placeholder-yellow-500\/15::-moz-placeholder {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:placeholder-yellow-500\/15::placeholder {
    color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:placeholder-yellow-500\/35::-moz-placeholder {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:placeholder-yellow-500\/35::placeholder {
    color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:placeholder-yellow-500\/45::-moz-placeholder {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:placeholder-yellow-500\/45::placeholder {
    color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:placeholder-yellow-500\/55::-moz-placeholder {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:placeholder-yellow-500\/55::placeholder {
    color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:placeholder-yellow-500\/65::-moz-placeholder {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:placeholder-yellow-500\/65::placeholder {
    color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:placeholder-yellow-500\/85::-moz-placeholder {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:placeholder-yellow-500\/85::placeholder {
    color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0) !important;
  }

  .lg\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0) !important;
  }

  .lg\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1) !important;
  }

  .lg\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1) !important;
  }

  .lg\:placeholder-yellow-600\/15::-moz-placeholder {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:placeholder-yellow-600\/15::placeholder {
    color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:placeholder-yellow-600\/35::-moz-placeholder {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:placeholder-yellow-600\/35::placeholder {
    color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:placeholder-yellow-600\/45::-moz-placeholder {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:placeholder-yellow-600\/45::placeholder {
    color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:placeholder-yellow-600\/55::-moz-placeholder {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:placeholder-yellow-600\/55::placeholder {
    color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:placeholder-yellow-600\/65::-moz-placeholder {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:placeholder-yellow-600\/65::placeholder {
    color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:placeholder-yellow-600\/85::-moz-placeholder {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:placeholder-yellow-600\/85::placeholder {
    color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0) !important;
  }

  .lg\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0) !important;
  }

  .lg\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1) !important;
  }

  .lg\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1) !important;
  }

  .lg\:placeholder-yellow-700\/15::-moz-placeholder {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:placeholder-yellow-700\/15::placeholder {
    color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:placeholder-yellow-700\/35::-moz-placeholder {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:placeholder-yellow-700\/35::placeholder {
    color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:placeholder-yellow-700\/45::-moz-placeholder {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:placeholder-yellow-700\/45::placeholder {
    color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:placeholder-yellow-700\/55::-moz-placeholder {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:placeholder-yellow-700\/55::placeholder {
    color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:placeholder-yellow-700\/65::-moz-placeholder {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:placeholder-yellow-700\/65::placeholder {
    color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:placeholder-yellow-700\/85::-moz-placeholder {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:placeholder-yellow-700\/85::placeholder {
    color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .lg\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0) !important;
  }

  .lg\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .lg\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1) !important;
  }

  .lg\:placeholder-yellow-800\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:placeholder-yellow-800\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:placeholder-yellow-800\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:placeholder-yellow-800\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:placeholder-yellow-800\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:placeholder-yellow-800\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0) !important;
  }

  .lg\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0) !important;
  }

  .lg\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1) !important;
  }

  .lg\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1) !important;
  }

  .lg\:placeholder-yellow-900\/15::-moz-placeholder {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:placeholder-yellow-900\/15::placeholder {
    color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:placeholder-yellow-900\/35::-moz-placeholder {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:placeholder-yellow-900\/35::placeholder {
    color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:placeholder-yellow-900\/45::-moz-placeholder {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:placeholder-yellow-900\/45::placeholder {
    color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:placeholder-yellow-900\/55::-moz-placeholder {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:placeholder-yellow-900\/55::placeholder {
    color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:placeholder-yellow-900\/65::-moz-placeholder {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:placeholder-yellow-900\/65::placeholder {
    color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:placeholder-yellow-900\/85::-moz-placeholder {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:placeholder-yellow-900\/85::placeholder {
    color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0) !important;
  }

  .lg\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0) !important;
  }

  .lg\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1) !important;
  }

  .lg\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1) !important;
  }

  .lg\:placeholder-yellow-950\/15::-moz-placeholder {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:placeholder-yellow-950\/15::placeholder {
    color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:placeholder-yellow-950\/35::-moz-placeholder {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:placeholder-yellow-950\/35::placeholder {
    color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:placeholder-yellow-950\/45::-moz-placeholder {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:placeholder-yellow-950\/45::placeholder {
    color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:placeholder-yellow-950\/55::-moz-placeholder {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:placeholder-yellow-950\/55::placeholder {
    color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:placeholder-yellow-950\/65::-moz-placeholder {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:placeholder-yellow-950\/65::placeholder {
    color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:placeholder-yellow-950\/85::-moz-placeholder {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:placeholder-yellow-950\/85::placeholder {
    color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:caret-yellow-100 {
    caret-color: #fef9c3 !important;
  }

  .lg\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:caret-yellow-100\/15 {
    caret-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:caret-yellow-100\/35 {
    caret-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:caret-yellow-100\/55 {
    caret-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:caret-yellow-100\/85 {
    caret-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:caret-yellow-200 {
    caret-color: #fef08a !important;
  }

  .lg\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:caret-yellow-200\/15 {
    caret-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:caret-yellow-200\/35 {
    caret-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:caret-yellow-200\/55 {
    caret-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:caret-yellow-200\/85 {
    caret-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:caret-yellow-300 {
    caret-color: #fde047 !important;
  }

  .lg\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:caret-yellow-300\/15 {
    caret-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:caret-yellow-300\/35 {
    caret-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:caret-yellow-300\/45 {
    caret-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:caret-yellow-300\/55 {
    caret-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:caret-yellow-300\/65 {
    caret-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:caret-yellow-300\/85 {
    caret-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:caret-yellow-400 {
    caret-color: #facc15 !important;
  }

  .lg\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:caret-yellow-400\/15 {
    caret-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:caret-yellow-400\/35 {
    caret-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:caret-yellow-400\/55 {
    caret-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:caret-yellow-400\/85 {
    caret-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:caret-yellow-50 {
    caret-color: #fefce8 !important;
  }

  .lg\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:caret-yellow-50\/15 {
    caret-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:caret-yellow-50\/35 {
    caret-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:caret-yellow-50\/45 {
    caret-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:caret-yellow-50\/55 {
    caret-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:caret-yellow-50\/65 {
    caret-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:caret-yellow-50\/85 {
    caret-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:caret-yellow-500 {
    caret-color: #eab308 !important;
  }

  .lg\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:caret-yellow-500\/15 {
    caret-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:caret-yellow-500\/35 {
    caret-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:caret-yellow-500\/45 {
    caret-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:caret-yellow-500\/55 {
    caret-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:caret-yellow-500\/65 {
    caret-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:caret-yellow-500\/85 {
    caret-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:caret-yellow-600 {
    caret-color: #ca8a04 !important;
  }

  .lg\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:caret-yellow-600\/15 {
    caret-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:caret-yellow-600\/35 {
    caret-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:caret-yellow-600\/45 {
    caret-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:caret-yellow-600\/55 {
    caret-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:caret-yellow-600\/65 {
    caret-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:caret-yellow-600\/85 {
    caret-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:caret-yellow-700 {
    caret-color: #a16207 !important;
  }

  .lg\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:caret-yellow-700\/15 {
    caret-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:caret-yellow-700\/35 {
    caret-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:caret-yellow-700\/45 {
    caret-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:caret-yellow-700\/55 {
    caret-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:caret-yellow-700\/65 {
    caret-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:caret-yellow-700\/85 {
    caret-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:caret-yellow-800 {
    caret-color: #854d0e !important;
  }

  .lg\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:caret-yellow-800\/15 {
    caret-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:caret-yellow-800\/35 {
    caret-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:caret-yellow-800\/55 {
    caret-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:caret-yellow-800\/85 {
    caret-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:caret-yellow-900 {
    caret-color: #713f12 !important;
  }

  .lg\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:caret-yellow-900\/15 {
    caret-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:caret-yellow-900\/35 {
    caret-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:caret-yellow-900\/45 {
    caret-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:caret-yellow-900\/55 {
    caret-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:caret-yellow-900\/65 {
    caret-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:caret-yellow-900\/85 {
    caret-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:caret-yellow-950 {
    caret-color: #422006 !important;
  }

  .lg\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:caret-yellow-950\/15 {
    caret-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:caret-yellow-950\/35 {
    caret-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:caret-yellow-950\/45 {
    caret-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:caret-yellow-950\/55 {
    caret-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:caret-yellow-950\/65 {
    caret-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:caret-yellow-950\/85 {
    caret-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:accent-yellow-100 {
    accent-color: #fef9c3 !important;
  }

  .lg\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:accent-yellow-100\/15 {
    accent-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:accent-yellow-100\/35 {
    accent-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:accent-yellow-100\/55 {
    accent-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:accent-yellow-100\/85 {
    accent-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:accent-yellow-200 {
    accent-color: #fef08a !important;
  }

  .lg\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:accent-yellow-200\/15 {
    accent-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:accent-yellow-200\/35 {
    accent-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:accent-yellow-200\/55 {
    accent-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:accent-yellow-200\/85 {
    accent-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:accent-yellow-300 {
    accent-color: #fde047 !important;
  }

  .lg\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:accent-yellow-300\/15 {
    accent-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:accent-yellow-300\/35 {
    accent-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:accent-yellow-300\/45 {
    accent-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:accent-yellow-300\/55 {
    accent-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:accent-yellow-300\/65 {
    accent-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:accent-yellow-300\/85 {
    accent-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:accent-yellow-400 {
    accent-color: #facc15 !important;
  }

  .lg\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:accent-yellow-400\/15 {
    accent-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:accent-yellow-400\/35 {
    accent-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:accent-yellow-400\/55 {
    accent-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:accent-yellow-400\/85 {
    accent-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:accent-yellow-50 {
    accent-color: #fefce8 !important;
  }

  .lg\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:accent-yellow-50\/15 {
    accent-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:accent-yellow-50\/35 {
    accent-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:accent-yellow-50\/45 {
    accent-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:accent-yellow-50\/55 {
    accent-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:accent-yellow-50\/65 {
    accent-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:accent-yellow-50\/85 {
    accent-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:accent-yellow-500 {
    accent-color: #eab308 !important;
  }

  .lg\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:accent-yellow-500\/15 {
    accent-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:accent-yellow-500\/35 {
    accent-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:accent-yellow-500\/45 {
    accent-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:accent-yellow-500\/55 {
    accent-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:accent-yellow-500\/65 {
    accent-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:accent-yellow-500\/85 {
    accent-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:accent-yellow-600 {
    accent-color: #ca8a04 !important;
  }

  .lg\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:accent-yellow-600\/15 {
    accent-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:accent-yellow-600\/35 {
    accent-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:accent-yellow-600\/45 {
    accent-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:accent-yellow-600\/55 {
    accent-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:accent-yellow-600\/65 {
    accent-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:accent-yellow-600\/85 {
    accent-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:accent-yellow-700 {
    accent-color: #a16207 !important;
  }

  .lg\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:accent-yellow-700\/15 {
    accent-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:accent-yellow-700\/35 {
    accent-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:accent-yellow-700\/45 {
    accent-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:accent-yellow-700\/55 {
    accent-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:accent-yellow-700\/65 {
    accent-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:accent-yellow-700\/85 {
    accent-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:accent-yellow-800 {
    accent-color: #854d0e !important;
  }

  .lg\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:accent-yellow-800\/15 {
    accent-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:accent-yellow-800\/35 {
    accent-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:accent-yellow-800\/55 {
    accent-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:accent-yellow-800\/85 {
    accent-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:accent-yellow-900 {
    accent-color: #713f12 !important;
  }

  .lg\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:accent-yellow-900\/15 {
    accent-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:accent-yellow-900\/35 {
    accent-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:accent-yellow-900\/45 {
    accent-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:accent-yellow-900\/55 {
    accent-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:accent-yellow-900\/65 {
    accent-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:accent-yellow-900\/85 {
    accent-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:accent-yellow-950 {
    accent-color: #422006 !important;
  }

  .lg\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:accent-yellow-950\/15 {
    accent-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:accent-yellow-950\/35 {
    accent-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:accent-yellow-950\/45 {
    accent-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:accent-yellow-950\/55 {
    accent-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:accent-yellow-950\/65 {
    accent-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:accent-yellow-950\/85 {
    accent-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-amber-100 {
    --tw-shadow-color: #fef3c7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/0 {
    --tw-shadow-color: rgb(254 243 199 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/10 {
    --tw-shadow-color: rgb(254 243 199 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/100 {
    --tw-shadow-color: rgb(254 243 199 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/15 {
    --tw-shadow-color: rgb(254 243 199 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/20 {
    --tw-shadow-color: rgb(254 243 199 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/25 {
    --tw-shadow-color: rgb(254 243 199 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/30 {
    --tw-shadow-color: rgb(254 243 199 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/35 {
    --tw-shadow-color: rgb(254 243 199 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/40 {
    --tw-shadow-color: rgb(254 243 199 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/45 {
    --tw-shadow-color: rgb(254 243 199 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/5 {
    --tw-shadow-color: rgb(254 243 199 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/50 {
    --tw-shadow-color: rgb(254 243 199 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/55 {
    --tw-shadow-color: rgb(254 243 199 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/60 {
    --tw-shadow-color: rgb(254 243 199 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/65 {
    --tw-shadow-color: rgb(254 243 199 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/70 {
    --tw-shadow-color: rgb(254 243 199 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/75 {
    --tw-shadow-color: rgb(254 243 199 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/80 {
    --tw-shadow-color: rgb(254 243 199 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/85 {
    --tw-shadow-color: rgb(254 243 199 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/90 {
    --tw-shadow-color: rgb(254 243 199 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-100\/95 {
    --tw-shadow-color: rgb(254 243 199 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200 {
    --tw-shadow-color: #fde68a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/0 {
    --tw-shadow-color: rgb(253 230 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/10 {
    --tw-shadow-color: rgb(253 230 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/100 {
    --tw-shadow-color: rgb(253 230 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/15 {
    --tw-shadow-color: rgb(253 230 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/20 {
    --tw-shadow-color: rgb(253 230 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/25 {
    --tw-shadow-color: rgb(253 230 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/30 {
    --tw-shadow-color: rgb(253 230 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/35 {
    --tw-shadow-color: rgb(253 230 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/40 {
    --tw-shadow-color: rgb(253 230 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/45 {
    --tw-shadow-color: rgb(253 230 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/5 {
    --tw-shadow-color: rgb(253 230 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/50 {
    --tw-shadow-color: rgb(253 230 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/55 {
    --tw-shadow-color: rgb(253 230 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/60 {
    --tw-shadow-color: rgb(253 230 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/65 {
    --tw-shadow-color: rgb(253 230 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/70 {
    --tw-shadow-color: rgb(253 230 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/75 {
    --tw-shadow-color: rgb(253 230 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/80 {
    --tw-shadow-color: rgb(253 230 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/85 {
    --tw-shadow-color: rgb(253 230 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/90 {
    --tw-shadow-color: rgb(253 230 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-200\/95 {
    --tw-shadow-color: rgb(253 230 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300 {
    --tw-shadow-color: #fcd34d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/0 {
    --tw-shadow-color: rgb(252 211 77 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/10 {
    --tw-shadow-color: rgb(252 211 77 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/100 {
    --tw-shadow-color: rgb(252 211 77 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/15 {
    --tw-shadow-color: rgb(252 211 77 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/20 {
    --tw-shadow-color: rgb(252 211 77 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/25 {
    --tw-shadow-color: rgb(252 211 77 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/30 {
    --tw-shadow-color: rgb(252 211 77 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/35 {
    --tw-shadow-color: rgb(252 211 77 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/40 {
    --tw-shadow-color: rgb(252 211 77 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/45 {
    --tw-shadow-color: rgb(252 211 77 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/5 {
    --tw-shadow-color: rgb(252 211 77 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/50 {
    --tw-shadow-color: rgb(252 211 77 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/55 {
    --tw-shadow-color: rgb(252 211 77 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/60 {
    --tw-shadow-color: rgb(252 211 77 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/65 {
    --tw-shadow-color: rgb(252 211 77 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/70 {
    --tw-shadow-color: rgb(252 211 77 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/75 {
    --tw-shadow-color: rgb(252 211 77 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/80 {
    --tw-shadow-color: rgb(252 211 77 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/85 {
    --tw-shadow-color: rgb(252 211 77 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/90 {
    --tw-shadow-color: rgb(252 211 77 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-300\/95 {
    --tw-shadow-color: rgb(252 211 77 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400 {
    --tw-shadow-color: #fbbf24 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/0 {
    --tw-shadow-color: rgb(251 191 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/10 {
    --tw-shadow-color: rgb(251 191 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/100 {
    --tw-shadow-color: rgb(251 191 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/15 {
    --tw-shadow-color: rgb(251 191 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/20 {
    --tw-shadow-color: rgb(251 191 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/25 {
    --tw-shadow-color: rgb(251 191 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/30 {
    --tw-shadow-color: rgb(251 191 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/35 {
    --tw-shadow-color: rgb(251 191 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/40 {
    --tw-shadow-color: rgb(251 191 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/45 {
    --tw-shadow-color: rgb(251 191 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/5 {
    --tw-shadow-color: rgb(251 191 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/50 {
    --tw-shadow-color: rgb(251 191 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/55 {
    --tw-shadow-color: rgb(251 191 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/60 {
    --tw-shadow-color: rgb(251 191 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/65 {
    --tw-shadow-color: rgb(251 191 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/70 {
    --tw-shadow-color: rgb(251 191 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/75 {
    --tw-shadow-color: rgb(251 191 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/80 {
    --tw-shadow-color: rgb(251 191 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/85 {
    --tw-shadow-color: rgb(251 191 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/90 {
    --tw-shadow-color: rgb(251 191 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-400\/95 {
    --tw-shadow-color: rgb(251 191 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50 {
    --tw-shadow-color: #fffbeb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/0 {
    --tw-shadow-color: rgb(255 251 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/10 {
    --tw-shadow-color: rgb(255 251 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/100 {
    --tw-shadow-color: rgb(255 251 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/15 {
    --tw-shadow-color: rgb(255 251 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/20 {
    --tw-shadow-color: rgb(255 251 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/25 {
    --tw-shadow-color: rgb(255 251 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/30 {
    --tw-shadow-color: rgb(255 251 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/35 {
    --tw-shadow-color: rgb(255 251 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/40 {
    --tw-shadow-color: rgb(255 251 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/45 {
    --tw-shadow-color: rgb(255 251 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/5 {
    --tw-shadow-color: rgb(255 251 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/50 {
    --tw-shadow-color: rgb(255 251 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/55 {
    --tw-shadow-color: rgb(255 251 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/60 {
    --tw-shadow-color: rgb(255 251 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/65 {
    --tw-shadow-color: rgb(255 251 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/70 {
    --tw-shadow-color: rgb(255 251 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/75 {
    --tw-shadow-color: rgb(255 251 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/80 {
    --tw-shadow-color: rgb(255 251 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/85 {
    --tw-shadow-color: rgb(255 251 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/90 {
    --tw-shadow-color: rgb(255 251 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-50\/95 {
    --tw-shadow-color: rgb(255 251 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500 {
    --tw-shadow-color: #f59e0b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/0 {
    --tw-shadow-color: rgb(245 158 11 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/10 {
    --tw-shadow-color: rgb(245 158 11 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/100 {
    --tw-shadow-color: rgb(245 158 11 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/15 {
    --tw-shadow-color: rgb(245 158 11 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/20 {
    --tw-shadow-color: rgb(245 158 11 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/25 {
    --tw-shadow-color: rgb(245 158 11 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/30 {
    --tw-shadow-color: rgb(245 158 11 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/35 {
    --tw-shadow-color: rgb(245 158 11 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/40 {
    --tw-shadow-color: rgb(245 158 11 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/45 {
    --tw-shadow-color: rgb(245 158 11 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/5 {
    --tw-shadow-color: rgb(245 158 11 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/50 {
    --tw-shadow-color: rgb(245 158 11 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/55 {
    --tw-shadow-color: rgb(245 158 11 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/60 {
    --tw-shadow-color: rgb(245 158 11 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/65 {
    --tw-shadow-color: rgb(245 158 11 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/70 {
    --tw-shadow-color: rgb(245 158 11 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/75 {
    --tw-shadow-color: rgb(245 158 11 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/80 {
    --tw-shadow-color: rgb(245 158 11 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/85 {
    --tw-shadow-color: rgb(245 158 11 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/90 {
    --tw-shadow-color: rgb(245 158 11 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-500\/95 {
    --tw-shadow-color: rgb(245 158 11 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600 {
    --tw-shadow-color: #d97706 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/0 {
    --tw-shadow-color: rgb(217 119 6 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/10 {
    --tw-shadow-color: rgb(217 119 6 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/100 {
    --tw-shadow-color: rgb(217 119 6 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/15 {
    --tw-shadow-color: rgb(217 119 6 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/20 {
    --tw-shadow-color: rgb(217 119 6 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/25 {
    --tw-shadow-color: rgb(217 119 6 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/30 {
    --tw-shadow-color: rgb(217 119 6 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/35 {
    --tw-shadow-color: rgb(217 119 6 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/40 {
    --tw-shadow-color: rgb(217 119 6 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/45 {
    --tw-shadow-color: rgb(217 119 6 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/5 {
    --tw-shadow-color: rgb(217 119 6 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/50 {
    --tw-shadow-color: rgb(217 119 6 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/55 {
    --tw-shadow-color: rgb(217 119 6 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/60 {
    --tw-shadow-color: rgb(217 119 6 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/65 {
    --tw-shadow-color: rgb(217 119 6 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/70 {
    --tw-shadow-color: rgb(217 119 6 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/75 {
    --tw-shadow-color: rgb(217 119 6 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/80 {
    --tw-shadow-color: rgb(217 119 6 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/85 {
    --tw-shadow-color: rgb(217 119 6 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/90 {
    --tw-shadow-color: rgb(217 119 6 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-600\/95 {
    --tw-shadow-color: rgb(217 119 6 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700 {
    --tw-shadow-color: #b45309 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/0 {
    --tw-shadow-color: rgb(180 83 9 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/10 {
    --tw-shadow-color: rgb(180 83 9 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/100 {
    --tw-shadow-color: rgb(180 83 9 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/15 {
    --tw-shadow-color: rgb(180 83 9 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/20 {
    --tw-shadow-color: rgb(180 83 9 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/25 {
    --tw-shadow-color: rgb(180 83 9 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/30 {
    --tw-shadow-color: rgb(180 83 9 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/35 {
    --tw-shadow-color: rgb(180 83 9 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/40 {
    --tw-shadow-color: rgb(180 83 9 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/45 {
    --tw-shadow-color: rgb(180 83 9 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/5 {
    --tw-shadow-color: rgb(180 83 9 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/50 {
    --tw-shadow-color: rgb(180 83 9 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/55 {
    --tw-shadow-color: rgb(180 83 9 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/60 {
    --tw-shadow-color: rgb(180 83 9 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/65 {
    --tw-shadow-color: rgb(180 83 9 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/70 {
    --tw-shadow-color: rgb(180 83 9 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/75 {
    --tw-shadow-color: rgb(180 83 9 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/80 {
    --tw-shadow-color: rgb(180 83 9 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/85 {
    --tw-shadow-color: rgb(180 83 9 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/90 {
    --tw-shadow-color: rgb(180 83 9 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-700\/95 {
    --tw-shadow-color: rgb(180 83 9 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800 {
    --tw-shadow-color: #92400e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/0 {
    --tw-shadow-color: rgb(146 64 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/10 {
    --tw-shadow-color: rgb(146 64 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/100 {
    --tw-shadow-color: rgb(146 64 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/15 {
    --tw-shadow-color: rgb(146 64 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/20 {
    --tw-shadow-color: rgb(146 64 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/25 {
    --tw-shadow-color: rgb(146 64 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/30 {
    --tw-shadow-color: rgb(146 64 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/35 {
    --tw-shadow-color: rgb(146 64 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/40 {
    --tw-shadow-color: rgb(146 64 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/45 {
    --tw-shadow-color: rgb(146 64 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/5 {
    --tw-shadow-color: rgb(146 64 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/50 {
    --tw-shadow-color: rgb(146 64 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/55 {
    --tw-shadow-color: rgb(146 64 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/60 {
    --tw-shadow-color: rgb(146 64 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/65 {
    --tw-shadow-color: rgb(146 64 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/70 {
    --tw-shadow-color: rgb(146 64 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/75 {
    --tw-shadow-color: rgb(146 64 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/80 {
    --tw-shadow-color: rgb(146 64 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/85 {
    --tw-shadow-color: rgb(146 64 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/90 {
    --tw-shadow-color: rgb(146 64 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-800\/95 {
    --tw-shadow-color: rgb(146 64 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900 {
    --tw-shadow-color: #78350f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/0 {
    --tw-shadow-color: rgb(120 53 15 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/10 {
    --tw-shadow-color: rgb(120 53 15 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/100 {
    --tw-shadow-color: rgb(120 53 15 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/15 {
    --tw-shadow-color: rgb(120 53 15 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/20 {
    --tw-shadow-color: rgb(120 53 15 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/25 {
    --tw-shadow-color: rgb(120 53 15 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/30 {
    --tw-shadow-color: rgb(120 53 15 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/35 {
    --tw-shadow-color: rgb(120 53 15 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/40 {
    --tw-shadow-color: rgb(120 53 15 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/45 {
    --tw-shadow-color: rgb(120 53 15 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/5 {
    --tw-shadow-color: rgb(120 53 15 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/50 {
    --tw-shadow-color: rgb(120 53 15 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/55 {
    --tw-shadow-color: rgb(120 53 15 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/60 {
    --tw-shadow-color: rgb(120 53 15 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/65 {
    --tw-shadow-color: rgb(120 53 15 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/70 {
    --tw-shadow-color: rgb(120 53 15 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/75 {
    --tw-shadow-color: rgb(120 53 15 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/80 {
    --tw-shadow-color: rgb(120 53 15 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/85 {
    --tw-shadow-color: rgb(120 53 15 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/90 {
    --tw-shadow-color: rgb(120 53 15 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-900\/95 {
    --tw-shadow-color: rgb(120 53 15 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950 {
    --tw-shadow-color: #451a03 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/0 {
    --tw-shadow-color: rgb(69 26 3 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/10 {
    --tw-shadow-color: rgb(69 26 3 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/100 {
    --tw-shadow-color: rgb(69 26 3 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/15 {
    --tw-shadow-color: rgb(69 26 3 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/20 {
    --tw-shadow-color: rgb(69 26 3 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/25 {
    --tw-shadow-color: rgb(69 26 3 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/30 {
    --tw-shadow-color: rgb(69 26 3 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/35 {
    --tw-shadow-color: rgb(69 26 3 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/40 {
    --tw-shadow-color: rgb(69 26 3 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/45 {
    --tw-shadow-color: rgb(69 26 3 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/5 {
    --tw-shadow-color: rgb(69 26 3 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/50 {
    --tw-shadow-color: rgb(69 26 3 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/55 {
    --tw-shadow-color: rgb(69 26 3 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/60 {
    --tw-shadow-color: rgb(69 26 3 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/65 {
    --tw-shadow-color: rgb(69 26 3 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/70 {
    --tw-shadow-color: rgb(69 26 3 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/75 {
    --tw-shadow-color: rgb(69 26 3 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/80 {
    --tw-shadow-color: rgb(69 26 3 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/85 {
    --tw-shadow-color: rgb(69 26 3 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/90 {
    --tw-shadow-color: rgb(69 26 3 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-amber-950\/95 {
    --tw-shadow-color: rgb(69 26 3 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black {
    --tw-shadow-color: #000 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-black\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100 {
    --tw-shadow-color: #dbeafe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/0 {
    --tw-shadow-color: rgb(219 234 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/10 {
    --tw-shadow-color: rgb(219 234 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/100 {
    --tw-shadow-color: rgb(219 234 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/15 {
    --tw-shadow-color: rgb(219 234 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/20 {
    --tw-shadow-color: rgb(219 234 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/25 {
    --tw-shadow-color: rgb(219 234 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/30 {
    --tw-shadow-color: rgb(219 234 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/35 {
    --tw-shadow-color: rgb(219 234 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/40 {
    --tw-shadow-color: rgb(219 234 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/45 {
    --tw-shadow-color: rgb(219 234 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/5 {
    --tw-shadow-color: rgb(219 234 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/50 {
    --tw-shadow-color: rgb(219 234 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/55 {
    --tw-shadow-color: rgb(219 234 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/60 {
    --tw-shadow-color: rgb(219 234 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/65 {
    --tw-shadow-color: rgb(219 234 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/70 {
    --tw-shadow-color: rgb(219 234 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/75 {
    --tw-shadow-color: rgb(219 234 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/80 {
    --tw-shadow-color: rgb(219 234 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/85 {
    --tw-shadow-color: rgb(219 234 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/90 {
    --tw-shadow-color: rgb(219 234 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-100\/95 {
    --tw-shadow-color: rgb(219 234 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200 {
    --tw-shadow-color: #bfdbfe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/0 {
    --tw-shadow-color: rgb(191 219 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/10 {
    --tw-shadow-color: rgb(191 219 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/100 {
    --tw-shadow-color: rgb(191 219 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/15 {
    --tw-shadow-color: rgb(191 219 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/20 {
    --tw-shadow-color: rgb(191 219 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/25 {
    --tw-shadow-color: rgb(191 219 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/30 {
    --tw-shadow-color: rgb(191 219 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/35 {
    --tw-shadow-color: rgb(191 219 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/40 {
    --tw-shadow-color: rgb(191 219 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/45 {
    --tw-shadow-color: rgb(191 219 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/5 {
    --tw-shadow-color: rgb(191 219 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/50 {
    --tw-shadow-color: rgb(191 219 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/55 {
    --tw-shadow-color: rgb(191 219 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/60 {
    --tw-shadow-color: rgb(191 219 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/65 {
    --tw-shadow-color: rgb(191 219 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/70 {
    --tw-shadow-color: rgb(191 219 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/75 {
    --tw-shadow-color: rgb(191 219 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/80 {
    --tw-shadow-color: rgb(191 219 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/85 {
    --tw-shadow-color: rgb(191 219 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/90 {
    --tw-shadow-color: rgb(191 219 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-200\/95 {
    --tw-shadow-color: rgb(191 219 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300 {
    --tw-shadow-color: #93c5fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/0 {
    --tw-shadow-color: rgb(147 197 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/10 {
    --tw-shadow-color: rgb(147 197 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/100 {
    --tw-shadow-color: rgb(147 197 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/15 {
    --tw-shadow-color: rgb(147 197 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/20 {
    --tw-shadow-color: rgb(147 197 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/25 {
    --tw-shadow-color: rgb(147 197 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/30 {
    --tw-shadow-color: rgb(147 197 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/35 {
    --tw-shadow-color: rgb(147 197 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/40 {
    --tw-shadow-color: rgb(147 197 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/45 {
    --tw-shadow-color: rgb(147 197 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/5 {
    --tw-shadow-color: rgb(147 197 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/50 {
    --tw-shadow-color: rgb(147 197 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/55 {
    --tw-shadow-color: rgb(147 197 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/60 {
    --tw-shadow-color: rgb(147 197 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/65 {
    --tw-shadow-color: rgb(147 197 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/70 {
    --tw-shadow-color: rgb(147 197 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/75 {
    --tw-shadow-color: rgb(147 197 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/80 {
    --tw-shadow-color: rgb(147 197 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/85 {
    --tw-shadow-color: rgb(147 197 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/90 {
    --tw-shadow-color: rgb(147 197 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-300\/95 {
    --tw-shadow-color: rgb(147 197 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400 {
    --tw-shadow-color: #60a5fa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/0 {
    --tw-shadow-color: rgb(96 165 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/10 {
    --tw-shadow-color: rgb(96 165 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/100 {
    --tw-shadow-color: rgb(96 165 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/15 {
    --tw-shadow-color: rgb(96 165 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/20 {
    --tw-shadow-color: rgb(96 165 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/25 {
    --tw-shadow-color: rgb(96 165 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/30 {
    --tw-shadow-color: rgb(96 165 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/35 {
    --tw-shadow-color: rgb(96 165 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/40 {
    --tw-shadow-color: rgb(96 165 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/45 {
    --tw-shadow-color: rgb(96 165 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/5 {
    --tw-shadow-color: rgb(96 165 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/50 {
    --tw-shadow-color: rgb(96 165 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/55 {
    --tw-shadow-color: rgb(96 165 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/60 {
    --tw-shadow-color: rgb(96 165 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/65 {
    --tw-shadow-color: rgb(96 165 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/70 {
    --tw-shadow-color: rgb(96 165 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/75 {
    --tw-shadow-color: rgb(96 165 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/80 {
    --tw-shadow-color: rgb(96 165 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/85 {
    --tw-shadow-color: rgb(96 165 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/90 {
    --tw-shadow-color: rgb(96 165 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-400\/95 {
    --tw-shadow-color: rgb(96 165 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50 {
    --tw-shadow-color: #eff6ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/0 {
    --tw-shadow-color: rgb(239 246 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/10 {
    --tw-shadow-color: rgb(239 246 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/100 {
    --tw-shadow-color: rgb(239 246 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/15 {
    --tw-shadow-color: rgb(239 246 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/20 {
    --tw-shadow-color: rgb(239 246 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/25 {
    --tw-shadow-color: rgb(239 246 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/30 {
    --tw-shadow-color: rgb(239 246 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/35 {
    --tw-shadow-color: rgb(239 246 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/40 {
    --tw-shadow-color: rgb(239 246 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/45 {
    --tw-shadow-color: rgb(239 246 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/5 {
    --tw-shadow-color: rgb(239 246 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/50 {
    --tw-shadow-color: rgb(239 246 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/55 {
    --tw-shadow-color: rgb(239 246 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/60 {
    --tw-shadow-color: rgb(239 246 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/65 {
    --tw-shadow-color: rgb(239 246 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/70 {
    --tw-shadow-color: rgb(239 246 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/75 {
    --tw-shadow-color: rgb(239 246 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/80 {
    --tw-shadow-color: rgb(239 246 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/85 {
    --tw-shadow-color: rgb(239 246 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/90 {
    --tw-shadow-color: rgb(239 246 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-50\/95 {
    --tw-shadow-color: rgb(239 246 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500 {
    --tw-shadow-color: #3b82f6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/0 {
    --tw-shadow-color: rgb(59 130 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/10 {
    --tw-shadow-color: rgb(59 130 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/100 {
    --tw-shadow-color: rgb(59 130 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/15 {
    --tw-shadow-color: rgb(59 130 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/20 {
    --tw-shadow-color: rgb(59 130 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/25 {
    --tw-shadow-color: rgb(59 130 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/30 {
    --tw-shadow-color: rgb(59 130 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/35 {
    --tw-shadow-color: rgb(59 130 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/40 {
    --tw-shadow-color: rgb(59 130 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/45 {
    --tw-shadow-color: rgb(59 130 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/5 {
    --tw-shadow-color: rgb(59 130 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/50 {
    --tw-shadow-color: rgb(59 130 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/55 {
    --tw-shadow-color: rgb(59 130 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/60 {
    --tw-shadow-color: rgb(59 130 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/65 {
    --tw-shadow-color: rgb(59 130 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/70 {
    --tw-shadow-color: rgb(59 130 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/75 {
    --tw-shadow-color: rgb(59 130 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/80 {
    --tw-shadow-color: rgb(59 130 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/85 {
    --tw-shadow-color: rgb(59 130 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/90 {
    --tw-shadow-color: rgb(59 130 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-500\/95 {
    --tw-shadow-color: rgb(59 130 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600 {
    --tw-shadow-color: #2563eb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/0 {
    --tw-shadow-color: rgb(37 99 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/10 {
    --tw-shadow-color: rgb(37 99 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/100 {
    --tw-shadow-color: rgb(37 99 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/15 {
    --tw-shadow-color: rgb(37 99 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/20 {
    --tw-shadow-color: rgb(37 99 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/25 {
    --tw-shadow-color: rgb(37 99 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/30 {
    --tw-shadow-color: rgb(37 99 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/35 {
    --tw-shadow-color: rgb(37 99 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/40 {
    --tw-shadow-color: rgb(37 99 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/45 {
    --tw-shadow-color: rgb(37 99 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/5 {
    --tw-shadow-color: rgb(37 99 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/50 {
    --tw-shadow-color: rgb(37 99 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/55 {
    --tw-shadow-color: rgb(37 99 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/60 {
    --tw-shadow-color: rgb(37 99 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/65 {
    --tw-shadow-color: rgb(37 99 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/70 {
    --tw-shadow-color: rgb(37 99 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/75 {
    --tw-shadow-color: rgb(37 99 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/80 {
    --tw-shadow-color: rgb(37 99 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/85 {
    --tw-shadow-color: rgb(37 99 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/90 {
    --tw-shadow-color: rgb(37 99 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-600\/95 {
    --tw-shadow-color: rgb(37 99 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700 {
    --tw-shadow-color: #1d4ed8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/0 {
    --tw-shadow-color: rgb(29 78 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/10 {
    --tw-shadow-color: rgb(29 78 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/100 {
    --tw-shadow-color: rgb(29 78 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/15 {
    --tw-shadow-color: rgb(29 78 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/20 {
    --tw-shadow-color: rgb(29 78 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/25 {
    --tw-shadow-color: rgb(29 78 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/30 {
    --tw-shadow-color: rgb(29 78 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/35 {
    --tw-shadow-color: rgb(29 78 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/40 {
    --tw-shadow-color: rgb(29 78 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/45 {
    --tw-shadow-color: rgb(29 78 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/5 {
    --tw-shadow-color: rgb(29 78 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/50 {
    --tw-shadow-color: rgb(29 78 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/55 {
    --tw-shadow-color: rgb(29 78 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/60 {
    --tw-shadow-color: rgb(29 78 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/65 {
    --tw-shadow-color: rgb(29 78 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/70 {
    --tw-shadow-color: rgb(29 78 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/75 {
    --tw-shadow-color: rgb(29 78 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/80 {
    --tw-shadow-color: rgb(29 78 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/85 {
    --tw-shadow-color: rgb(29 78 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/90 {
    --tw-shadow-color: rgb(29 78 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-700\/95 {
    --tw-shadow-color: rgb(29 78 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800 {
    --tw-shadow-color: #1e40af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/0 {
    --tw-shadow-color: rgb(30 64 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/10 {
    --tw-shadow-color: rgb(30 64 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/100 {
    --tw-shadow-color: rgb(30 64 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/15 {
    --tw-shadow-color: rgb(30 64 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/20 {
    --tw-shadow-color: rgb(30 64 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/25 {
    --tw-shadow-color: rgb(30 64 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/30 {
    --tw-shadow-color: rgb(30 64 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/35 {
    --tw-shadow-color: rgb(30 64 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/40 {
    --tw-shadow-color: rgb(30 64 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/45 {
    --tw-shadow-color: rgb(30 64 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/5 {
    --tw-shadow-color: rgb(30 64 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/50 {
    --tw-shadow-color: rgb(30 64 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/55 {
    --tw-shadow-color: rgb(30 64 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/60 {
    --tw-shadow-color: rgb(30 64 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/65 {
    --tw-shadow-color: rgb(30 64 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/70 {
    --tw-shadow-color: rgb(30 64 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/75 {
    --tw-shadow-color: rgb(30 64 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/80 {
    --tw-shadow-color: rgb(30 64 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/85 {
    --tw-shadow-color: rgb(30 64 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/90 {
    --tw-shadow-color: rgb(30 64 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-800\/95 {
    --tw-shadow-color: rgb(30 64 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900 {
    --tw-shadow-color: #1e3a8a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/0 {
    --tw-shadow-color: rgb(30 58 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/10 {
    --tw-shadow-color: rgb(30 58 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/100 {
    --tw-shadow-color: rgb(30 58 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/15 {
    --tw-shadow-color: rgb(30 58 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/20 {
    --tw-shadow-color: rgb(30 58 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/25 {
    --tw-shadow-color: rgb(30 58 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/30 {
    --tw-shadow-color: rgb(30 58 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/35 {
    --tw-shadow-color: rgb(30 58 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/40 {
    --tw-shadow-color: rgb(30 58 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/45 {
    --tw-shadow-color: rgb(30 58 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/5 {
    --tw-shadow-color: rgb(30 58 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/50 {
    --tw-shadow-color: rgb(30 58 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/55 {
    --tw-shadow-color: rgb(30 58 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/60 {
    --tw-shadow-color: rgb(30 58 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/65 {
    --tw-shadow-color: rgb(30 58 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/70 {
    --tw-shadow-color: rgb(30 58 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/75 {
    --tw-shadow-color: rgb(30 58 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/80 {
    --tw-shadow-color: rgb(30 58 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/85 {
    --tw-shadow-color: rgb(30 58 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/90 {
    --tw-shadow-color: rgb(30 58 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-900\/95 {
    --tw-shadow-color: rgb(30 58 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950 {
    --tw-shadow-color: #172554 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/0 {
    --tw-shadow-color: rgb(23 37 84 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/10 {
    --tw-shadow-color: rgb(23 37 84 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/100 {
    --tw-shadow-color: rgb(23 37 84 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/15 {
    --tw-shadow-color: rgb(23 37 84 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/20 {
    --tw-shadow-color: rgb(23 37 84 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/25 {
    --tw-shadow-color: rgb(23 37 84 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/30 {
    --tw-shadow-color: rgb(23 37 84 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/35 {
    --tw-shadow-color: rgb(23 37 84 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/40 {
    --tw-shadow-color: rgb(23 37 84 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/45 {
    --tw-shadow-color: rgb(23 37 84 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/5 {
    --tw-shadow-color: rgb(23 37 84 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/50 {
    --tw-shadow-color: rgb(23 37 84 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/55 {
    --tw-shadow-color: rgb(23 37 84 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/60 {
    --tw-shadow-color: rgb(23 37 84 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/65 {
    --tw-shadow-color: rgb(23 37 84 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/70 {
    --tw-shadow-color: rgb(23 37 84 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/75 {
    --tw-shadow-color: rgb(23 37 84 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/80 {
    --tw-shadow-color: rgb(23 37 84 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/85 {
    --tw-shadow-color: rgb(23 37 84 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/90 {
    --tw-shadow-color: rgb(23 37 84 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-blue-950\/95 {
    --tw-shadow-color: rgb(23 37 84 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-current {
    --tw-shadow-color: currentColor !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100 {
    --tw-shadow-color: #cffafe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/0 {
    --tw-shadow-color: rgb(207 250 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/10 {
    --tw-shadow-color: rgb(207 250 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/100 {
    --tw-shadow-color: rgb(207 250 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/15 {
    --tw-shadow-color: rgb(207 250 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/20 {
    --tw-shadow-color: rgb(207 250 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/25 {
    --tw-shadow-color: rgb(207 250 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/30 {
    --tw-shadow-color: rgb(207 250 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/35 {
    --tw-shadow-color: rgb(207 250 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/40 {
    --tw-shadow-color: rgb(207 250 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/45 {
    --tw-shadow-color: rgb(207 250 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/5 {
    --tw-shadow-color: rgb(207 250 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/50 {
    --tw-shadow-color: rgb(207 250 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/55 {
    --tw-shadow-color: rgb(207 250 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/60 {
    --tw-shadow-color: rgb(207 250 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/65 {
    --tw-shadow-color: rgb(207 250 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/70 {
    --tw-shadow-color: rgb(207 250 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/75 {
    --tw-shadow-color: rgb(207 250 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/80 {
    --tw-shadow-color: rgb(207 250 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/85 {
    --tw-shadow-color: rgb(207 250 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/90 {
    --tw-shadow-color: rgb(207 250 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-100\/95 {
    --tw-shadow-color: rgb(207 250 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200 {
    --tw-shadow-color: #a5f3fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/0 {
    --tw-shadow-color: rgb(165 243 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/10 {
    --tw-shadow-color: rgb(165 243 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/100 {
    --tw-shadow-color: rgb(165 243 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/15 {
    --tw-shadow-color: rgb(165 243 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/20 {
    --tw-shadow-color: rgb(165 243 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/25 {
    --tw-shadow-color: rgb(165 243 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/30 {
    --tw-shadow-color: rgb(165 243 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/35 {
    --tw-shadow-color: rgb(165 243 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/40 {
    --tw-shadow-color: rgb(165 243 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/45 {
    --tw-shadow-color: rgb(165 243 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/5 {
    --tw-shadow-color: rgb(165 243 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/50 {
    --tw-shadow-color: rgb(165 243 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/55 {
    --tw-shadow-color: rgb(165 243 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/60 {
    --tw-shadow-color: rgb(165 243 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/65 {
    --tw-shadow-color: rgb(165 243 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/70 {
    --tw-shadow-color: rgb(165 243 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/75 {
    --tw-shadow-color: rgb(165 243 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/80 {
    --tw-shadow-color: rgb(165 243 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/85 {
    --tw-shadow-color: rgb(165 243 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/90 {
    --tw-shadow-color: rgb(165 243 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-200\/95 {
    --tw-shadow-color: rgb(165 243 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300 {
    --tw-shadow-color: #67e8f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/0 {
    --tw-shadow-color: rgb(103 232 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/10 {
    --tw-shadow-color: rgb(103 232 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/100 {
    --tw-shadow-color: rgb(103 232 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/15 {
    --tw-shadow-color: rgb(103 232 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/20 {
    --tw-shadow-color: rgb(103 232 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/25 {
    --tw-shadow-color: rgb(103 232 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/30 {
    --tw-shadow-color: rgb(103 232 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/35 {
    --tw-shadow-color: rgb(103 232 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/40 {
    --tw-shadow-color: rgb(103 232 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/45 {
    --tw-shadow-color: rgb(103 232 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/5 {
    --tw-shadow-color: rgb(103 232 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/50 {
    --tw-shadow-color: rgb(103 232 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/55 {
    --tw-shadow-color: rgb(103 232 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/60 {
    --tw-shadow-color: rgb(103 232 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/65 {
    --tw-shadow-color: rgb(103 232 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/70 {
    --tw-shadow-color: rgb(103 232 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/75 {
    --tw-shadow-color: rgb(103 232 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/80 {
    --tw-shadow-color: rgb(103 232 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/85 {
    --tw-shadow-color: rgb(103 232 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/90 {
    --tw-shadow-color: rgb(103 232 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-300\/95 {
    --tw-shadow-color: rgb(103 232 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400 {
    --tw-shadow-color: #22d3ee !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/0 {
    --tw-shadow-color: rgb(34 211 238 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/10 {
    --tw-shadow-color: rgb(34 211 238 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/100 {
    --tw-shadow-color: rgb(34 211 238 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/15 {
    --tw-shadow-color: rgb(34 211 238 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/20 {
    --tw-shadow-color: rgb(34 211 238 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/25 {
    --tw-shadow-color: rgb(34 211 238 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/30 {
    --tw-shadow-color: rgb(34 211 238 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/35 {
    --tw-shadow-color: rgb(34 211 238 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/40 {
    --tw-shadow-color: rgb(34 211 238 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/45 {
    --tw-shadow-color: rgb(34 211 238 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/5 {
    --tw-shadow-color: rgb(34 211 238 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/50 {
    --tw-shadow-color: rgb(34 211 238 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/55 {
    --tw-shadow-color: rgb(34 211 238 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/60 {
    --tw-shadow-color: rgb(34 211 238 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/65 {
    --tw-shadow-color: rgb(34 211 238 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/70 {
    --tw-shadow-color: rgb(34 211 238 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/75 {
    --tw-shadow-color: rgb(34 211 238 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/80 {
    --tw-shadow-color: rgb(34 211 238 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/85 {
    --tw-shadow-color: rgb(34 211 238 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/90 {
    --tw-shadow-color: rgb(34 211 238 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-400\/95 {
    --tw-shadow-color: rgb(34 211 238 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50 {
    --tw-shadow-color: #ecfeff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/0 {
    --tw-shadow-color: rgb(236 254 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/10 {
    --tw-shadow-color: rgb(236 254 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/100 {
    --tw-shadow-color: rgb(236 254 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/15 {
    --tw-shadow-color: rgb(236 254 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/20 {
    --tw-shadow-color: rgb(236 254 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/25 {
    --tw-shadow-color: rgb(236 254 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/30 {
    --tw-shadow-color: rgb(236 254 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/35 {
    --tw-shadow-color: rgb(236 254 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/40 {
    --tw-shadow-color: rgb(236 254 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/45 {
    --tw-shadow-color: rgb(236 254 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/5 {
    --tw-shadow-color: rgb(236 254 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/50 {
    --tw-shadow-color: rgb(236 254 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/55 {
    --tw-shadow-color: rgb(236 254 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/60 {
    --tw-shadow-color: rgb(236 254 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/65 {
    --tw-shadow-color: rgb(236 254 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/70 {
    --tw-shadow-color: rgb(236 254 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/75 {
    --tw-shadow-color: rgb(236 254 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/80 {
    --tw-shadow-color: rgb(236 254 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/85 {
    --tw-shadow-color: rgb(236 254 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/90 {
    --tw-shadow-color: rgb(236 254 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-50\/95 {
    --tw-shadow-color: rgb(236 254 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500 {
    --tw-shadow-color: #06b6d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/0 {
    --tw-shadow-color: rgb(6 182 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/10 {
    --tw-shadow-color: rgb(6 182 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/100 {
    --tw-shadow-color: rgb(6 182 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/15 {
    --tw-shadow-color: rgb(6 182 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/20 {
    --tw-shadow-color: rgb(6 182 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/25 {
    --tw-shadow-color: rgb(6 182 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/30 {
    --tw-shadow-color: rgb(6 182 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/35 {
    --tw-shadow-color: rgb(6 182 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/40 {
    --tw-shadow-color: rgb(6 182 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/45 {
    --tw-shadow-color: rgb(6 182 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/5 {
    --tw-shadow-color: rgb(6 182 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/50 {
    --tw-shadow-color: rgb(6 182 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/55 {
    --tw-shadow-color: rgb(6 182 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/60 {
    --tw-shadow-color: rgb(6 182 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/65 {
    --tw-shadow-color: rgb(6 182 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/70 {
    --tw-shadow-color: rgb(6 182 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/75 {
    --tw-shadow-color: rgb(6 182 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/80 {
    --tw-shadow-color: rgb(6 182 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/85 {
    --tw-shadow-color: rgb(6 182 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/90 {
    --tw-shadow-color: rgb(6 182 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-500\/95 {
    --tw-shadow-color: rgb(6 182 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600 {
    --tw-shadow-color: #0891b2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/0 {
    --tw-shadow-color: rgb(8 145 178 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/10 {
    --tw-shadow-color: rgb(8 145 178 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/100 {
    --tw-shadow-color: rgb(8 145 178 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/15 {
    --tw-shadow-color: rgb(8 145 178 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/20 {
    --tw-shadow-color: rgb(8 145 178 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/25 {
    --tw-shadow-color: rgb(8 145 178 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/30 {
    --tw-shadow-color: rgb(8 145 178 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/35 {
    --tw-shadow-color: rgb(8 145 178 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/40 {
    --tw-shadow-color: rgb(8 145 178 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/45 {
    --tw-shadow-color: rgb(8 145 178 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/5 {
    --tw-shadow-color: rgb(8 145 178 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/50 {
    --tw-shadow-color: rgb(8 145 178 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/55 {
    --tw-shadow-color: rgb(8 145 178 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/60 {
    --tw-shadow-color: rgb(8 145 178 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/65 {
    --tw-shadow-color: rgb(8 145 178 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/70 {
    --tw-shadow-color: rgb(8 145 178 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/75 {
    --tw-shadow-color: rgb(8 145 178 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/80 {
    --tw-shadow-color: rgb(8 145 178 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/85 {
    --tw-shadow-color: rgb(8 145 178 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/90 {
    --tw-shadow-color: rgb(8 145 178 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-600\/95 {
    --tw-shadow-color: rgb(8 145 178 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700 {
    --tw-shadow-color: #0e7490 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/0 {
    --tw-shadow-color: rgb(14 116 144 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/10 {
    --tw-shadow-color: rgb(14 116 144 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/100 {
    --tw-shadow-color: rgb(14 116 144 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/15 {
    --tw-shadow-color: rgb(14 116 144 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/20 {
    --tw-shadow-color: rgb(14 116 144 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/25 {
    --tw-shadow-color: rgb(14 116 144 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/30 {
    --tw-shadow-color: rgb(14 116 144 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/35 {
    --tw-shadow-color: rgb(14 116 144 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/40 {
    --tw-shadow-color: rgb(14 116 144 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/45 {
    --tw-shadow-color: rgb(14 116 144 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/5 {
    --tw-shadow-color: rgb(14 116 144 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/50 {
    --tw-shadow-color: rgb(14 116 144 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/55 {
    --tw-shadow-color: rgb(14 116 144 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/60 {
    --tw-shadow-color: rgb(14 116 144 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/65 {
    --tw-shadow-color: rgb(14 116 144 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/70 {
    --tw-shadow-color: rgb(14 116 144 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/75 {
    --tw-shadow-color: rgb(14 116 144 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/80 {
    --tw-shadow-color: rgb(14 116 144 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/85 {
    --tw-shadow-color: rgb(14 116 144 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/90 {
    --tw-shadow-color: rgb(14 116 144 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-700\/95 {
    --tw-shadow-color: rgb(14 116 144 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800 {
    --tw-shadow-color: #155e75 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/0 {
    --tw-shadow-color: rgb(21 94 117 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/10 {
    --tw-shadow-color: rgb(21 94 117 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/100 {
    --tw-shadow-color: rgb(21 94 117 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/15 {
    --tw-shadow-color: rgb(21 94 117 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/20 {
    --tw-shadow-color: rgb(21 94 117 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/25 {
    --tw-shadow-color: rgb(21 94 117 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/30 {
    --tw-shadow-color: rgb(21 94 117 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/35 {
    --tw-shadow-color: rgb(21 94 117 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/40 {
    --tw-shadow-color: rgb(21 94 117 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/45 {
    --tw-shadow-color: rgb(21 94 117 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/5 {
    --tw-shadow-color: rgb(21 94 117 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/50 {
    --tw-shadow-color: rgb(21 94 117 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/55 {
    --tw-shadow-color: rgb(21 94 117 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/60 {
    --tw-shadow-color: rgb(21 94 117 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/65 {
    --tw-shadow-color: rgb(21 94 117 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/70 {
    --tw-shadow-color: rgb(21 94 117 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/75 {
    --tw-shadow-color: rgb(21 94 117 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/80 {
    --tw-shadow-color: rgb(21 94 117 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/85 {
    --tw-shadow-color: rgb(21 94 117 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/90 {
    --tw-shadow-color: rgb(21 94 117 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-800\/95 {
    --tw-shadow-color: rgb(21 94 117 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900 {
    --tw-shadow-color: #164e63 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/0 {
    --tw-shadow-color: rgb(22 78 99 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/10 {
    --tw-shadow-color: rgb(22 78 99 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/100 {
    --tw-shadow-color: rgb(22 78 99 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/15 {
    --tw-shadow-color: rgb(22 78 99 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/20 {
    --tw-shadow-color: rgb(22 78 99 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/25 {
    --tw-shadow-color: rgb(22 78 99 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/30 {
    --tw-shadow-color: rgb(22 78 99 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/35 {
    --tw-shadow-color: rgb(22 78 99 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/40 {
    --tw-shadow-color: rgb(22 78 99 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/45 {
    --tw-shadow-color: rgb(22 78 99 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/5 {
    --tw-shadow-color: rgb(22 78 99 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/50 {
    --tw-shadow-color: rgb(22 78 99 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/55 {
    --tw-shadow-color: rgb(22 78 99 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/60 {
    --tw-shadow-color: rgb(22 78 99 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/65 {
    --tw-shadow-color: rgb(22 78 99 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/70 {
    --tw-shadow-color: rgb(22 78 99 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/75 {
    --tw-shadow-color: rgb(22 78 99 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/80 {
    --tw-shadow-color: rgb(22 78 99 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/85 {
    --tw-shadow-color: rgb(22 78 99 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/90 {
    --tw-shadow-color: rgb(22 78 99 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-900\/95 {
    --tw-shadow-color: rgb(22 78 99 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950 {
    --tw-shadow-color: #083344 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/0 {
    --tw-shadow-color: rgb(8 51 68 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/10 {
    --tw-shadow-color: rgb(8 51 68 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/100 {
    --tw-shadow-color: rgb(8 51 68 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/15 {
    --tw-shadow-color: rgb(8 51 68 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/20 {
    --tw-shadow-color: rgb(8 51 68 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/25 {
    --tw-shadow-color: rgb(8 51 68 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/30 {
    --tw-shadow-color: rgb(8 51 68 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/35 {
    --tw-shadow-color: rgb(8 51 68 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/40 {
    --tw-shadow-color: rgb(8 51 68 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/45 {
    --tw-shadow-color: rgb(8 51 68 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/5 {
    --tw-shadow-color: rgb(8 51 68 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/50 {
    --tw-shadow-color: rgb(8 51 68 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/55 {
    --tw-shadow-color: rgb(8 51 68 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/60 {
    --tw-shadow-color: rgb(8 51 68 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/65 {
    --tw-shadow-color: rgb(8 51 68 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/70 {
    --tw-shadow-color: rgb(8 51 68 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/75 {
    --tw-shadow-color: rgb(8 51 68 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/80 {
    --tw-shadow-color: rgb(8 51 68 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/85 {
    --tw-shadow-color: rgb(8 51 68 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/90 {
    --tw-shadow-color: rgb(8 51 68 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-cyan-950\/95 {
    --tw-shadow-color: rgb(8 51 68 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey {
    --tw-shadow-color: #2f2f2f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/0 {
    --tw-shadow-color: rgb(47 47 47 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/10 {
    --tw-shadow-color: rgb(47 47 47 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/100 {
    --tw-shadow-color: rgb(47 47 47 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/15 {
    --tw-shadow-color: rgb(47 47 47 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/20 {
    --tw-shadow-color: rgb(47 47 47 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/25 {
    --tw-shadow-color: rgb(47 47 47 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/30 {
    --tw-shadow-color: rgb(47 47 47 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/35 {
    --tw-shadow-color: rgb(47 47 47 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/40 {
    --tw-shadow-color: rgb(47 47 47 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/45 {
    --tw-shadow-color: rgb(47 47 47 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/5 {
    --tw-shadow-color: rgb(47 47 47 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/50 {
    --tw-shadow-color: rgb(47 47 47 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/55 {
    --tw-shadow-color: rgb(47 47 47 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/60 {
    --tw-shadow-color: rgb(47 47 47 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/65 {
    --tw-shadow-color: rgb(47 47 47 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/70 {
    --tw-shadow-color: rgb(47 47 47 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/75 {
    --tw-shadow-color: rgb(47 47 47 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/80 {
    --tw-shadow-color: rgb(47 47 47 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/85 {
    --tw-shadow-color: rgb(47 47 47 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/90 {
    --tw-shadow-color: rgb(47 47 47 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey\/95 {
    --tw-shadow-color: rgb(47 47 47 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt {
    --tw-shadow-color: #3f6359 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/0 {
    --tw-shadow-color: rgb(63 99 89 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/10 {
    --tw-shadow-color: rgb(63 99 89 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/100 {
    --tw-shadow-color: rgb(63 99 89 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/15 {
    --tw-shadow-color: rgb(63 99 89 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/20 {
    --tw-shadow-color: rgb(63 99 89 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/25 {
    --tw-shadow-color: rgb(63 99 89 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/30 {
    --tw-shadow-color: rgb(63 99 89 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/35 {
    --tw-shadow-color: rgb(63 99 89 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/40 {
    --tw-shadow-color: rgb(63 99 89 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/45 {
    --tw-shadow-color: rgb(63 99 89 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/5 {
    --tw-shadow-color: rgb(63 99 89 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/50 {
    --tw-shadow-color: rgb(63 99 89 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/55 {
    --tw-shadow-color: rgb(63 99 89 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/60 {
    --tw-shadow-color: rgb(63 99 89 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/65 {
    --tw-shadow-color: rgb(63 99 89 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/70 {
    --tw-shadow-color: rgb(63 99 89 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/75 {
    --tw-shadow-color: rgb(63 99 89 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/80 {
    --tw-shadow-color: rgb(63 99 89 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/85 {
    --tw-shadow-color: rgb(63 99 89 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/90 {
    --tw-shadow-color: rgb(63 99 89 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-dark_grey_alt\/95 {
    --tw-shadow-color: rgb(63 99 89 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100 {
    --tw-shadow-color: #d1fae5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/0 {
    --tw-shadow-color: rgb(209 250 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/10 {
    --tw-shadow-color: rgb(209 250 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/100 {
    --tw-shadow-color: rgb(209 250 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/15 {
    --tw-shadow-color: rgb(209 250 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/20 {
    --tw-shadow-color: rgb(209 250 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/25 {
    --tw-shadow-color: rgb(209 250 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/30 {
    --tw-shadow-color: rgb(209 250 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/35 {
    --tw-shadow-color: rgb(209 250 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/40 {
    --tw-shadow-color: rgb(209 250 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/45 {
    --tw-shadow-color: rgb(209 250 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/5 {
    --tw-shadow-color: rgb(209 250 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/50 {
    --tw-shadow-color: rgb(209 250 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/55 {
    --tw-shadow-color: rgb(209 250 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/60 {
    --tw-shadow-color: rgb(209 250 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/65 {
    --tw-shadow-color: rgb(209 250 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/70 {
    --tw-shadow-color: rgb(209 250 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/75 {
    --tw-shadow-color: rgb(209 250 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/80 {
    --tw-shadow-color: rgb(209 250 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/85 {
    --tw-shadow-color: rgb(209 250 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/90 {
    --tw-shadow-color: rgb(209 250 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-100\/95 {
    --tw-shadow-color: rgb(209 250 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200 {
    --tw-shadow-color: #a7f3d0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/0 {
    --tw-shadow-color: rgb(167 243 208 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/10 {
    --tw-shadow-color: rgb(167 243 208 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/100 {
    --tw-shadow-color: rgb(167 243 208 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/15 {
    --tw-shadow-color: rgb(167 243 208 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/20 {
    --tw-shadow-color: rgb(167 243 208 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/25 {
    --tw-shadow-color: rgb(167 243 208 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/30 {
    --tw-shadow-color: rgb(167 243 208 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/35 {
    --tw-shadow-color: rgb(167 243 208 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/40 {
    --tw-shadow-color: rgb(167 243 208 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/45 {
    --tw-shadow-color: rgb(167 243 208 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/5 {
    --tw-shadow-color: rgb(167 243 208 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/50 {
    --tw-shadow-color: rgb(167 243 208 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/55 {
    --tw-shadow-color: rgb(167 243 208 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/60 {
    --tw-shadow-color: rgb(167 243 208 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/65 {
    --tw-shadow-color: rgb(167 243 208 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/70 {
    --tw-shadow-color: rgb(167 243 208 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/75 {
    --tw-shadow-color: rgb(167 243 208 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/80 {
    --tw-shadow-color: rgb(167 243 208 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/85 {
    --tw-shadow-color: rgb(167 243 208 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/90 {
    --tw-shadow-color: rgb(167 243 208 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-200\/95 {
    --tw-shadow-color: rgb(167 243 208 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300 {
    --tw-shadow-color: #6ee7b7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/0 {
    --tw-shadow-color: rgb(110 231 183 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/10 {
    --tw-shadow-color: rgb(110 231 183 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/100 {
    --tw-shadow-color: rgb(110 231 183 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/15 {
    --tw-shadow-color: rgb(110 231 183 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/20 {
    --tw-shadow-color: rgb(110 231 183 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/25 {
    --tw-shadow-color: rgb(110 231 183 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/30 {
    --tw-shadow-color: rgb(110 231 183 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/35 {
    --tw-shadow-color: rgb(110 231 183 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/40 {
    --tw-shadow-color: rgb(110 231 183 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/45 {
    --tw-shadow-color: rgb(110 231 183 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/5 {
    --tw-shadow-color: rgb(110 231 183 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/50 {
    --tw-shadow-color: rgb(110 231 183 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/55 {
    --tw-shadow-color: rgb(110 231 183 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/60 {
    --tw-shadow-color: rgb(110 231 183 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/65 {
    --tw-shadow-color: rgb(110 231 183 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/70 {
    --tw-shadow-color: rgb(110 231 183 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/75 {
    --tw-shadow-color: rgb(110 231 183 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/80 {
    --tw-shadow-color: rgb(110 231 183 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/85 {
    --tw-shadow-color: rgb(110 231 183 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/90 {
    --tw-shadow-color: rgb(110 231 183 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-300\/95 {
    --tw-shadow-color: rgb(110 231 183 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400 {
    --tw-shadow-color: #34d399 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/0 {
    --tw-shadow-color: rgb(52 211 153 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/10 {
    --tw-shadow-color: rgb(52 211 153 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/100 {
    --tw-shadow-color: rgb(52 211 153 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/15 {
    --tw-shadow-color: rgb(52 211 153 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/20 {
    --tw-shadow-color: rgb(52 211 153 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/25 {
    --tw-shadow-color: rgb(52 211 153 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/30 {
    --tw-shadow-color: rgb(52 211 153 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/35 {
    --tw-shadow-color: rgb(52 211 153 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/40 {
    --tw-shadow-color: rgb(52 211 153 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/45 {
    --tw-shadow-color: rgb(52 211 153 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/5 {
    --tw-shadow-color: rgb(52 211 153 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/50 {
    --tw-shadow-color: rgb(52 211 153 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/55 {
    --tw-shadow-color: rgb(52 211 153 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/60 {
    --tw-shadow-color: rgb(52 211 153 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/65 {
    --tw-shadow-color: rgb(52 211 153 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/70 {
    --tw-shadow-color: rgb(52 211 153 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/75 {
    --tw-shadow-color: rgb(52 211 153 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/80 {
    --tw-shadow-color: rgb(52 211 153 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/85 {
    --tw-shadow-color: rgb(52 211 153 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/90 {
    --tw-shadow-color: rgb(52 211 153 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-400\/95 {
    --tw-shadow-color: rgb(52 211 153 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50 {
    --tw-shadow-color: #ecfdf5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/0 {
    --tw-shadow-color: rgb(236 253 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/10 {
    --tw-shadow-color: rgb(236 253 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/100 {
    --tw-shadow-color: rgb(236 253 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/15 {
    --tw-shadow-color: rgb(236 253 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/20 {
    --tw-shadow-color: rgb(236 253 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/25 {
    --tw-shadow-color: rgb(236 253 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/30 {
    --tw-shadow-color: rgb(236 253 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/35 {
    --tw-shadow-color: rgb(236 253 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/40 {
    --tw-shadow-color: rgb(236 253 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/45 {
    --tw-shadow-color: rgb(236 253 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/5 {
    --tw-shadow-color: rgb(236 253 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/50 {
    --tw-shadow-color: rgb(236 253 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/55 {
    --tw-shadow-color: rgb(236 253 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/60 {
    --tw-shadow-color: rgb(236 253 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/65 {
    --tw-shadow-color: rgb(236 253 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/70 {
    --tw-shadow-color: rgb(236 253 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/75 {
    --tw-shadow-color: rgb(236 253 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/80 {
    --tw-shadow-color: rgb(236 253 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/85 {
    --tw-shadow-color: rgb(236 253 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/90 {
    --tw-shadow-color: rgb(236 253 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-50\/95 {
    --tw-shadow-color: rgb(236 253 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500 {
    --tw-shadow-color: #10b981 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/0 {
    --tw-shadow-color: rgb(16 185 129 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/10 {
    --tw-shadow-color: rgb(16 185 129 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/100 {
    --tw-shadow-color: rgb(16 185 129 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/15 {
    --tw-shadow-color: rgb(16 185 129 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/20 {
    --tw-shadow-color: rgb(16 185 129 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/25 {
    --tw-shadow-color: rgb(16 185 129 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/30 {
    --tw-shadow-color: rgb(16 185 129 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/35 {
    --tw-shadow-color: rgb(16 185 129 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/40 {
    --tw-shadow-color: rgb(16 185 129 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/45 {
    --tw-shadow-color: rgb(16 185 129 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/5 {
    --tw-shadow-color: rgb(16 185 129 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/50 {
    --tw-shadow-color: rgb(16 185 129 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/55 {
    --tw-shadow-color: rgb(16 185 129 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/60 {
    --tw-shadow-color: rgb(16 185 129 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/65 {
    --tw-shadow-color: rgb(16 185 129 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/70 {
    --tw-shadow-color: rgb(16 185 129 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/75 {
    --tw-shadow-color: rgb(16 185 129 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/80 {
    --tw-shadow-color: rgb(16 185 129 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/85 {
    --tw-shadow-color: rgb(16 185 129 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/90 {
    --tw-shadow-color: rgb(16 185 129 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-500\/95 {
    --tw-shadow-color: rgb(16 185 129 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600 {
    --tw-shadow-color: #059669 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/0 {
    --tw-shadow-color: rgb(5 150 105 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/10 {
    --tw-shadow-color: rgb(5 150 105 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/100 {
    --tw-shadow-color: rgb(5 150 105 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/15 {
    --tw-shadow-color: rgb(5 150 105 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/20 {
    --tw-shadow-color: rgb(5 150 105 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/25 {
    --tw-shadow-color: rgb(5 150 105 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/30 {
    --tw-shadow-color: rgb(5 150 105 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/35 {
    --tw-shadow-color: rgb(5 150 105 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/40 {
    --tw-shadow-color: rgb(5 150 105 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/45 {
    --tw-shadow-color: rgb(5 150 105 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/5 {
    --tw-shadow-color: rgb(5 150 105 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/50 {
    --tw-shadow-color: rgb(5 150 105 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/55 {
    --tw-shadow-color: rgb(5 150 105 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/60 {
    --tw-shadow-color: rgb(5 150 105 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/65 {
    --tw-shadow-color: rgb(5 150 105 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/70 {
    --tw-shadow-color: rgb(5 150 105 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/75 {
    --tw-shadow-color: rgb(5 150 105 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/80 {
    --tw-shadow-color: rgb(5 150 105 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/85 {
    --tw-shadow-color: rgb(5 150 105 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/90 {
    --tw-shadow-color: rgb(5 150 105 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-600\/95 {
    --tw-shadow-color: rgb(5 150 105 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700 {
    --tw-shadow-color: #047857 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/0 {
    --tw-shadow-color: rgb(4 120 87 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/10 {
    --tw-shadow-color: rgb(4 120 87 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/100 {
    --tw-shadow-color: rgb(4 120 87 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/15 {
    --tw-shadow-color: rgb(4 120 87 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/20 {
    --tw-shadow-color: rgb(4 120 87 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/25 {
    --tw-shadow-color: rgb(4 120 87 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/30 {
    --tw-shadow-color: rgb(4 120 87 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/35 {
    --tw-shadow-color: rgb(4 120 87 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/40 {
    --tw-shadow-color: rgb(4 120 87 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/45 {
    --tw-shadow-color: rgb(4 120 87 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/5 {
    --tw-shadow-color: rgb(4 120 87 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/50 {
    --tw-shadow-color: rgb(4 120 87 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/55 {
    --tw-shadow-color: rgb(4 120 87 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/60 {
    --tw-shadow-color: rgb(4 120 87 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/65 {
    --tw-shadow-color: rgb(4 120 87 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/70 {
    --tw-shadow-color: rgb(4 120 87 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/75 {
    --tw-shadow-color: rgb(4 120 87 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/80 {
    --tw-shadow-color: rgb(4 120 87 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/85 {
    --tw-shadow-color: rgb(4 120 87 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/90 {
    --tw-shadow-color: rgb(4 120 87 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-700\/95 {
    --tw-shadow-color: rgb(4 120 87 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800 {
    --tw-shadow-color: #065f46 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/0 {
    --tw-shadow-color: rgb(6 95 70 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/10 {
    --tw-shadow-color: rgb(6 95 70 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/100 {
    --tw-shadow-color: rgb(6 95 70 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/15 {
    --tw-shadow-color: rgb(6 95 70 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/20 {
    --tw-shadow-color: rgb(6 95 70 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/25 {
    --tw-shadow-color: rgb(6 95 70 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/30 {
    --tw-shadow-color: rgb(6 95 70 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/35 {
    --tw-shadow-color: rgb(6 95 70 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/40 {
    --tw-shadow-color: rgb(6 95 70 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/45 {
    --tw-shadow-color: rgb(6 95 70 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/5 {
    --tw-shadow-color: rgb(6 95 70 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/50 {
    --tw-shadow-color: rgb(6 95 70 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/55 {
    --tw-shadow-color: rgb(6 95 70 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/60 {
    --tw-shadow-color: rgb(6 95 70 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/65 {
    --tw-shadow-color: rgb(6 95 70 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/70 {
    --tw-shadow-color: rgb(6 95 70 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/75 {
    --tw-shadow-color: rgb(6 95 70 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/80 {
    --tw-shadow-color: rgb(6 95 70 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/85 {
    --tw-shadow-color: rgb(6 95 70 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/90 {
    --tw-shadow-color: rgb(6 95 70 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-800\/95 {
    --tw-shadow-color: rgb(6 95 70 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900 {
    --tw-shadow-color: #064e3b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/0 {
    --tw-shadow-color: rgb(6 78 59 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/10 {
    --tw-shadow-color: rgb(6 78 59 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/100 {
    --tw-shadow-color: rgb(6 78 59 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/15 {
    --tw-shadow-color: rgb(6 78 59 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/20 {
    --tw-shadow-color: rgb(6 78 59 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/25 {
    --tw-shadow-color: rgb(6 78 59 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/30 {
    --tw-shadow-color: rgb(6 78 59 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/35 {
    --tw-shadow-color: rgb(6 78 59 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/40 {
    --tw-shadow-color: rgb(6 78 59 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/45 {
    --tw-shadow-color: rgb(6 78 59 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/5 {
    --tw-shadow-color: rgb(6 78 59 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/50 {
    --tw-shadow-color: rgb(6 78 59 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/55 {
    --tw-shadow-color: rgb(6 78 59 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/60 {
    --tw-shadow-color: rgb(6 78 59 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/65 {
    --tw-shadow-color: rgb(6 78 59 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/70 {
    --tw-shadow-color: rgb(6 78 59 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/75 {
    --tw-shadow-color: rgb(6 78 59 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/80 {
    --tw-shadow-color: rgb(6 78 59 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/85 {
    --tw-shadow-color: rgb(6 78 59 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/90 {
    --tw-shadow-color: rgb(6 78 59 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-900\/95 {
    --tw-shadow-color: rgb(6 78 59 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950 {
    --tw-shadow-color: #022c22 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/0 {
    --tw-shadow-color: rgb(2 44 34 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/10 {
    --tw-shadow-color: rgb(2 44 34 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/100 {
    --tw-shadow-color: rgb(2 44 34 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/15 {
    --tw-shadow-color: rgb(2 44 34 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/20 {
    --tw-shadow-color: rgb(2 44 34 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/25 {
    --tw-shadow-color: rgb(2 44 34 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/30 {
    --tw-shadow-color: rgb(2 44 34 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/35 {
    --tw-shadow-color: rgb(2 44 34 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/40 {
    --tw-shadow-color: rgb(2 44 34 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/45 {
    --tw-shadow-color: rgb(2 44 34 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/5 {
    --tw-shadow-color: rgb(2 44 34 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/50 {
    --tw-shadow-color: rgb(2 44 34 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/55 {
    --tw-shadow-color: rgb(2 44 34 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/60 {
    --tw-shadow-color: rgb(2 44 34 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/65 {
    --tw-shadow-color: rgb(2 44 34 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/70 {
    --tw-shadow-color: rgb(2 44 34 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/75 {
    --tw-shadow-color: rgb(2 44 34 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/80 {
    --tw-shadow-color: rgb(2 44 34 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/85 {
    --tw-shadow-color: rgb(2 44 34 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/90 {
    --tw-shadow-color: rgb(2 44 34 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-emerald-950\/95 {
    --tw-shadow-color: rgb(2 44 34 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100 {
    --tw-shadow-color: #fae8ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/0 {
    --tw-shadow-color: rgb(250 232 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/10 {
    --tw-shadow-color: rgb(250 232 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/100 {
    --tw-shadow-color: rgb(250 232 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/15 {
    --tw-shadow-color: rgb(250 232 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/20 {
    --tw-shadow-color: rgb(250 232 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/25 {
    --tw-shadow-color: rgb(250 232 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/30 {
    --tw-shadow-color: rgb(250 232 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/35 {
    --tw-shadow-color: rgb(250 232 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/40 {
    --tw-shadow-color: rgb(250 232 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/45 {
    --tw-shadow-color: rgb(250 232 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/5 {
    --tw-shadow-color: rgb(250 232 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/50 {
    --tw-shadow-color: rgb(250 232 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/55 {
    --tw-shadow-color: rgb(250 232 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/60 {
    --tw-shadow-color: rgb(250 232 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/65 {
    --tw-shadow-color: rgb(250 232 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/70 {
    --tw-shadow-color: rgb(250 232 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/75 {
    --tw-shadow-color: rgb(250 232 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/80 {
    --tw-shadow-color: rgb(250 232 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/85 {
    --tw-shadow-color: rgb(250 232 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/90 {
    --tw-shadow-color: rgb(250 232 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-100\/95 {
    --tw-shadow-color: rgb(250 232 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200 {
    --tw-shadow-color: #f5d0fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/0 {
    --tw-shadow-color: rgb(245 208 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/10 {
    --tw-shadow-color: rgb(245 208 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/100 {
    --tw-shadow-color: rgb(245 208 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/15 {
    --tw-shadow-color: rgb(245 208 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/20 {
    --tw-shadow-color: rgb(245 208 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/25 {
    --tw-shadow-color: rgb(245 208 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/30 {
    --tw-shadow-color: rgb(245 208 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/35 {
    --tw-shadow-color: rgb(245 208 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/40 {
    --tw-shadow-color: rgb(245 208 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/45 {
    --tw-shadow-color: rgb(245 208 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/5 {
    --tw-shadow-color: rgb(245 208 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/50 {
    --tw-shadow-color: rgb(245 208 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/55 {
    --tw-shadow-color: rgb(245 208 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/60 {
    --tw-shadow-color: rgb(245 208 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/65 {
    --tw-shadow-color: rgb(245 208 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/70 {
    --tw-shadow-color: rgb(245 208 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/75 {
    --tw-shadow-color: rgb(245 208 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/80 {
    --tw-shadow-color: rgb(245 208 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/85 {
    --tw-shadow-color: rgb(245 208 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/90 {
    --tw-shadow-color: rgb(245 208 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-200\/95 {
    --tw-shadow-color: rgb(245 208 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300 {
    --tw-shadow-color: #f0abfc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/0 {
    --tw-shadow-color: rgb(240 171 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/10 {
    --tw-shadow-color: rgb(240 171 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/100 {
    --tw-shadow-color: rgb(240 171 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/15 {
    --tw-shadow-color: rgb(240 171 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/20 {
    --tw-shadow-color: rgb(240 171 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/25 {
    --tw-shadow-color: rgb(240 171 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/30 {
    --tw-shadow-color: rgb(240 171 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/35 {
    --tw-shadow-color: rgb(240 171 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/40 {
    --tw-shadow-color: rgb(240 171 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/45 {
    --tw-shadow-color: rgb(240 171 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/5 {
    --tw-shadow-color: rgb(240 171 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/50 {
    --tw-shadow-color: rgb(240 171 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/55 {
    --tw-shadow-color: rgb(240 171 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/60 {
    --tw-shadow-color: rgb(240 171 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/65 {
    --tw-shadow-color: rgb(240 171 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/70 {
    --tw-shadow-color: rgb(240 171 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/75 {
    --tw-shadow-color: rgb(240 171 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/80 {
    --tw-shadow-color: rgb(240 171 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/85 {
    --tw-shadow-color: rgb(240 171 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/90 {
    --tw-shadow-color: rgb(240 171 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-300\/95 {
    --tw-shadow-color: rgb(240 171 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400 {
    --tw-shadow-color: #e879f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/0 {
    --tw-shadow-color: rgb(232 121 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/10 {
    --tw-shadow-color: rgb(232 121 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/100 {
    --tw-shadow-color: rgb(232 121 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/15 {
    --tw-shadow-color: rgb(232 121 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/20 {
    --tw-shadow-color: rgb(232 121 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/25 {
    --tw-shadow-color: rgb(232 121 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/30 {
    --tw-shadow-color: rgb(232 121 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/35 {
    --tw-shadow-color: rgb(232 121 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/40 {
    --tw-shadow-color: rgb(232 121 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/45 {
    --tw-shadow-color: rgb(232 121 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/5 {
    --tw-shadow-color: rgb(232 121 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/50 {
    --tw-shadow-color: rgb(232 121 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/55 {
    --tw-shadow-color: rgb(232 121 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/60 {
    --tw-shadow-color: rgb(232 121 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/65 {
    --tw-shadow-color: rgb(232 121 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/70 {
    --tw-shadow-color: rgb(232 121 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/75 {
    --tw-shadow-color: rgb(232 121 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/80 {
    --tw-shadow-color: rgb(232 121 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/85 {
    --tw-shadow-color: rgb(232 121 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/90 {
    --tw-shadow-color: rgb(232 121 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-400\/95 {
    --tw-shadow-color: rgb(232 121 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50 {
    --tw-shadow-color: #fdf4ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/0 {
    --tw-shadow-color: rgb(253 244 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/10 {
    --tw-shadow-color: rgb(253 244 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/100 {
    --tw-shadow-color: rgb(253 244 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/15 {
    --tw-shadow-color: rgb(253 244 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/20 {
    --tw-shadow-color: rgb(253 244 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/25 {
    --tw-shadow-color: rgb(253 244 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/30 {
    --tw-shadow-color: rgb(253 244 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/35 {
    --tw-shadow-color: rgb(253 244 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/40 {
    --tw-shadow-color: rgb(253 244 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/45 {
    --tw-shadow-color: rgb(253 244 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/5 {
    --tw-shadow-color: rgb(253 244 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/50 {
    --tw-shadow-color: rgb(253 244 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/55 {
    --tw-shadow-color: rgb(253 244 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/60 {
    --tw-shadow-color: rgb(253 244 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/65 {
    --tw-shadow-color: rgb(253 244 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/70 {
    --tw-shadow-color: rgb(253 244 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/75 {
    --tw-shadow-color: rgb(253 244 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/80 {
    --tw-shadow-color: rgb(253 244 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/85 {
    --tw-shadow-color: rgb(253 244 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/90 {
    --tw-shadow-color: rgb(253 244 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-50\/95 {
    --tw-shadow-color: rgb(253 244 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500 {
    --tw-shadow-color: #d946ef !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/0 {
    --tw-shadow-color: rgb(217 70 239 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/10 {
    --tw-shadow-color: rgb(217 70 239 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/100 {
    --tw-shadow-color: rgb(217 70 239 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/15 {
    --tw-shadow-color: rgb(217 70 239 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/20 {
    --tw-shadow-color: rgb(217 70 239 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/25 {
    --tw-shadow-color: rgb(217 70 239 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/30 {
    --tw-shadow-color: rgb(217 70 239 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/35 {
    --tw-shadow-color: rgb(217 70 239 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/40 {
    --tw-shadow-color: rgb(217 70 239 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/45 {
    --tw-shadow-color: rgb(217 70 239 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/5 {
    --tw-shadow-color: rgb(217 70 239 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/50 {
    --tw-shadow-color: rgb(217 70 239 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/55 {
    --tw-shadow-color: rgb(217 70 239 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/60 {
    --tw-shadow-color: rgb(217 70 239 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/65 {
    --tw-shadow-color: rgb(217 70 239 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/70 {
    --tw-shadow-color: rgb(217 70 239 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/75 {
    --tw-shadow-color: rgb(217 70 239 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/80 {
    --tw-shadow-color: rgb(217 70 239 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/85 {
    --tw-shadow-color: rgb(217 70 239 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/90 {
    --tw-shadow-color: rgb(217 70 239 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-500\/95 {
    --tw-shadow-color: rgb(217 70 239 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600 {
    --tw-shadow-color: #c026d3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/0 {
    --tw-shadow-color: rgb(192 38 211 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/10 {
    --tw-shadow-color: rgb(192 38 211 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/100 {
    --tw-shadow-color: rgb(192 38 211 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/15 {
    --tw-shadow-color: rgb(192 38 211 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/20 {
    --tw-shadow-color: rgb(192 38 211 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/25 {
    --tw-shadow-color: rgb(192 38 211 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/30 {
    --tw-shadow-color: rgb(192 38 211 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/35 {
    --tw-shadow-color: rgb(192 38 211 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/40 {
    --tw-shadow-color: rgb(192 38 211 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/45 {
    --tw-shadow-color: rgb(192 38 211 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/5 {
    --tw-shadow-color: rgb(192 38 211 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/50 {
    --tw-shadow-color: rgb(192 38 211 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/55 {
    --tw-shadow-color: rgb(192 38 211 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/60 {
    --tw-shadow-color: rgb(192 38 211 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/65 {
    --tw-shadow-color: rgb(192 38 211 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/70 {
    --tw-shadow-color: rgb(192 38 211 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/75 {
    --tw-shadow-color: rgb(192 38 211 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/80 {
    --tw-shadow-color: rgb(192 38 211 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/85 {
    --tw-shadow-color: rgb(192 38 211 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/90 {
    --tw-shadow-color: rgb(192 38 211 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-600\/95 {
    --tw-shadow-color: rgb(192 38 211 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700 {
    --tw-shadow-color: #a21caf !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/0 {
    --tw-shadow-color: rgb(162 28 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/10 {
    --tw-shadow-color: rgb(162 28 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/100 {
    --tw-shadow-color: rgb(162 28 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/15 {
    --tw-shadow-color: rgb(162 28 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/20 {
    --tw-shadow-color: rgb(162 28 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/25 {
    --tw-shadow-color: rgb(162 28 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/30 {
    --tw-shadow-color: rgb(162 28 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/35 {
    --tw-shadow-color: rgb(162 28 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/40 {
    --tw-shadow-color: rgb(162 28 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/45 {
    --tw-shadow-color: rgb(162 28 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/5 {
    --tw-shadow-color: rgb(162 28 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/50 {
    --tw-shadow-color: rgb(162 28 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/55 {
    --tw-shadow-color: rgb(162 28 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/60 {
    --tw-shadow-color: rgb(162 28 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/65 {
    --tw-shadow-color: rgb(162 28 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/70 {
    --tw-shadow-color: rgb(162 28 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/75 {
    --tw-shadow-color: rgb(162 28 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/80 {
    --tw-shadow-color: rgb(162 28 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/85 {
    --tw-shadow-color: rgb(162 28 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/90 {
    --tw-shadow-color: rgb(162 28 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-700\/95 {
    --tw-shadow-color: rgb(162 28 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800 {
    --tw-shadow-color: #86198f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/0 {
    --tw-shadow-color: rgb(134 25 143 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/10 {
    --tw-shadow-color: rgb(134 25 143 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/100 {
    --tw-shadow-color: rgb(134 25 143 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/15 {
    --tw-shadow-color: rgb(134 25 143 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/20 {
    --tw-shadow-color: rgb(134 25 143 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/25 {
    --tw-shadow-color: rgb(134 25 143 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/30 {
    --tw-shadow-color: rgb(134 25 143 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/35 {
    --tw-shadow-color: rgb(134 25 143 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/40 {
    --tw-shadow-color: rgb(134 25 143 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/45 {
    --tw-shadow-color: rgb(134 25 143 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/5 {
    --tw-shadow-color: rgb(134 25 143 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/50 {
    --tw-shadow-color: rgb(134 25 143 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/55 {
    --tw-shadow-color: rgb(134 25 143 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/60 {
    --tw-shadow-color: rgb(134 25 143 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/65 {
    --tw-shadow-color: rgb(134 25 143 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/70 {
    --tw-shadow-color: rgb(134 25 143 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/75 {
    --tw-shadow-color: rgb(134 25 143 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/80 {
    --tw-shadow-color: rgb(134 25 143 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/85 {
    --tw-shadow-color: rgb(134 25 143 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/90 {
    --tw-shadow-color: rgb(134 25 143 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-800\/95 {
    --tw-shadow-color: rgb(134 25 143 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900 {
    --tw-shadow-color: #701a75 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/0 {
    --tw-shadow-color: rgb(112 26 117 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/10 {
    --tw-shadow-color: rgb(112 26 117 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/100 {
    --tw-shadow-color: rgb(112 26 117 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/15 {
    --tw-shadow-color: rgb(112 26 117 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/20 {
    --tw-shadow-color: rgb(112 26 117 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/25 {
    --tw-shadow-color: rgb(112 26 117 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/30 {
    --tw-shadow-color: rgb(112 26 117 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/35 {
    --tw-shadow-color: rgb(112 26 117 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/40 {
    --tw-shadow-color: rgb(112 26 117 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/45 {
    --tw-shadow-color: rgb(112 26 117 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/5 {
    --tw-shadow-color: rgb(112 26 117 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/50 {
    --tw-shadow-color: rgb(112 26 117 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/55 {
    --tw-shadow-color: rgb(112 26 117 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/60 {
    --tw-shadow-color: rgb(112 26 117 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/65 {
    --tw-shadow-color: rgb(112 26 117 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/70 {
    --tw-shadow-color: rgb(112 26 117 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/75 {
    --tw-shadow-color: rgb(112 26 117 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/80 {
    --tw-shadow-color: rgb(112 26 117 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/85 {
    --tw-shadow-color: rgb(112 26 117 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/90 {
    --tw-shadow-color: rgb(112 26 117 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-900\/95 {
    --tw-shadow-color: rgb(112 26 117 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950 {
    --tw-shadow-color: #4a044e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/0 {
    --tw-shadow-color: rgb(74 4 78 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/10 {
    --tw-shadow-color: rgb(74 4 78 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/100 {
    --tw-shadow-color: rgb(74 4 78 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/15 {
    --tw-shadow-color: rgb(74 4 78 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/20 {
    --tw-shadow-color: rgb(74 4 78 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/25 {
    --tw-shadow-color: rgb(74 4 78 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/30 {
    --tw-shadow-color: rgb(74 4 78 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/35 {
    --tw-shadow-color: rgb(74 4 78 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/40 {
    --tw-shadow-color: rgb(74 4 78 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/45 {
    --tw-shadow-color: rgb(74 4 78 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/5 {
    --tw-shadow-color: rgb(74 4 78 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/50 {
    --tw-shadow-color: rgb(74 4 78 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/55 {
    --tw-shadow-color: rgb(74 4 78 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/60 {
    --tw-shadow-color: rgb(74 4 78 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/65 {
    --tw-shadow-color: rgb(74 4 78 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/70 {
    --tw-shadow-color: rgb(74 4 78 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/75 {
    --tw-shadow-color: rgb(74 4 78 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/80 {
    --tw-shadow-color: rgb(74 4 78 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/85 {
    --tw-shadow-color: rgb(74 4 78 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/90 {
    --tw-shadow-color: rgb(74 4 78 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-fuchsia-950\/95 {
    --tw-shadow-color: rgb(74 4 78 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100 {
    --tw-shadow-color: #f3f4f6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/0 {
    --tw-shadow-color: rgb(243 244 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/10 {
    --tw-shadow-color: rgb(243 244 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/100 {
    --tw-shadow-color: rgb(243 244 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/15 {
    --tw-shadow-color: rgb(243 244 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/20 {
    --tw-shadow-color: rgb(243 244 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/25 {
    --tw-shadow-color: rgb(243 244 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/30 {
    --tw-shadow-color: rgb(243 244 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/35 {
    --tw-shadow-color: rgb(243 244 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/40 {
    --tw-shadow-color: rgb(243 244 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/45 {
    --tw-shadow-color: rgb(243 244 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/5 {
    --tw-shadow-color: rgb(243 244 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/50 {
    --tw-shadow-color: rgb(243 244 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/55 {
    --tw-shadow-color: rgb(243 244 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/60 {
    --tw-shadow-color: rgb(243 244 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/65 {
    --tw-shadow-color: rgb(243 244 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/70 {
    --tw-shadow-color: rgb(243 244 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/75 {
    --tw-shadow-color: rgb(243 244 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/80 {
    --tw-shadow-color: rgb(243 244 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/85 {
    --tw-shadow-color: rgb(243 244 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/90 {
    --tw-shadow-color: rgb(243 244 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-100\/95 {
    --tw-shadow-color: rgb(243 244 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200 {
    --tw-shadow-color: #e5e7eb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/0 {
    --tw-shadow-color: rgb(229 231 235 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/10 {
    --tw-shadow-color: rgb(229 231 235 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/100 {
    --tw-shadow-color: rgb(229 231 235 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/15 {
    --tw-shadow-color: rgb(229 231 235 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/20 {
    --tw-shadow-color: rgb(229 231 235 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/25 {
    --tw-shadow-color: rgb(229 231 235 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/30 {
    --tw-shadow-color: rgb(229 231 235 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/35 {
    --tw-shadow-color: rgb(229 231 235 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/40 {
    --tw-shadow-color: rgb(229 231 235 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/45 {
    --tw-shadow-color: rgb(229 231 235 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/5 {
    --tw-shadow-color: rgb(229 231 235 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/50 {
    --tw-shadow-color: rgb(229 231 235 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/55 {
    --tw-shadow-color: rgb(229 231 235 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/60 {
    --tw-shadow-color: rgb(229 231 235 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/65 {
    --tw-shadow-color: rgb(229 231 235 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/70 {
    --tw-shadow-color: rgb(229 231 235 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/75 {
    --tw-shadow-color: rgb(229 231 235 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/80 {
    --tw-shadow-color: rgb(229 231 235 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/85 {
    --tw-shadow-color: rgb(229 231 235 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/90 {
    --tw-shadow-color: rgb(229 231 235 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-200\/95 {
    --tw-shadow-color: rgb(229 231 235 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300 {
    --tw-shadow-color: #d1d5db !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/0 {
    --tw-shadow-color: rgb(209 213 219 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/10 {
    --tw-shadow-color: rgb(209 213 219 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/100 {
    --tw-shadow-color: rgb(209 213 219 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/15 {
    --tw-shadow-color: rgb(209 213 219 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/20 {
    --tw-shadow-color: rgb(209 213 219 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/25 {
    --tw-shadow-color: rgb(209 213 219 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/30 {
    --tw-shadow-color: rgb(209 213 219 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/35 {
    --tw-shadow-color: rgb(209 213 219 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/40 {
    --tw-shadow-color: rgb(209 213 219 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/45 {
    --tw-shadow-color: rgb(209 213 219 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/5 {
    --tw-shadow-color: rgb(209 213 219 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/50 {
    --tw-shadow-color: rgb(209 213 219 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/55 {
    --tw-shadow-color: rgb(209 213 219 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/60 {
    --tw-shadow-color: rgb(209 213 219 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/65 {
    --tw-shadow-color: rgb(209 213 219 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/70 {
    --tw-shadow-color: rgb(209 213 219 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/75 {
    --tw-shadow-color: rgb(209 213 219 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/80 {
    --tw-shadow-color: rgb(209 213 219 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/85 {
    --tw-shadow-color: rgb(209 213 219 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/90 {
    --tw-shadow-color: rgb(209 213 219 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-300\/95 {
    --tw-shadow-color: rgb(209 213 219 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400 {
    --tw-shadow-color: #9ca3af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/0 {
    --tw-shadow-color: rgb(156 163 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/10 {
    --tw-shadow-color: rgb(156 163 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/100 {
    --tw-shadow-color: rgb(156 163 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/15 {
    --tw-shadow-color: rgb(156 163 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/20 {
    --tw-shadow-color: rgb(156 163 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/25 {
    --tw-shadow-color: rgb(156 163 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/30 {
    --tw-shadow-color: rgb(156 163 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/35 {
    --tw-shadow-color: rgb(156 163 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/40 {
    --tw-shadow-color: rgb(156 163 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/45 {
    --tw-shadow-color: rgb(156 163 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/5 {
    --tw-shadow-color: rgb(156 163 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/50 {
    --tw-shadow-color: rgb(156 163 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/55 {
    --tw-shadow-color: rgb(156 163 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/60 {
    --tw-shadow-color: rgb(156 163 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/65 {
    --tw-shadow-color: rgb(156 163 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/70 {
    --tw-shadow-color: rgb(156 163 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/75 {
    --tw-shadow-color: rgb(156 163 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/80 {
    --tw-shadow-color: rgb(156 163 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/85 {
    --tw-shadow-color: rgb(156 163 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/90 {
    --tw-shadow-color: rgb(156 163 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-400\/95 {
    --tw-shadow-color: rgb(156 163 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50 {
    --tw-shadow-color: #f9fafb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/0 {
    --tw-shadow-color: rgb(249 250 251 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/10 {
    --tw-shadow-color: rgb(249 250 251 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/100 {
    --tw-shadow-color: rgb(249 250 251 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/15 {
    --tw-shadow-color: rgb(249 250 251 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/20 {
    --tw-shadow-color: rgb(249 250 251 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/25 {
    --tw-shadow-color: rgb(249 250 251 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/30 {
    --tw-shadow-color: rgb(249 250 251 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/35 {
    --tw-shadow-color: rgb(249 250 251 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/40 {
    --tw-shadow-color: rgb(249 250 251 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/45 {
    --tw-shadow-color: rgb(249 250 251 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/5 {
    --tw-shadow-color: rgb(249 250 251 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/50 {
    --tw-shadow-color: rgb(249 250 251 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/55 {
    --tw-shadow-color: rgb(249 250 251 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/60 {
    --tw-shadow-color: rgb(249 250 251 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/65 {
    --tw-shadow-color: rgb(249 250 251 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/70 {
    --tw-shadow-color: rgb(249 250 251 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/75 {
    --tw-shadow-color: rgb(249 250 251 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/80 {
    --tw-shadow-color: rgb(249 250 251 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/85 {
    --tw-shadow-color: rgb(249 250 251 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/90 {
    --tw-shadow-color: rgb(249 250 251 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-50\/95 {
    --tw-shadow-color: rgb(249 250 251 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500 {
    --tw-shadow-color: #6b7280 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/0 {
    --tw-shadow-color: rgb(107 114 128 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/10 {
    --tw-shadow-color: rgb(107 114 128 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/100 {
    --tw-shadow-color: rgb(107 114 128 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/15 {
    --tw-shadow-color: rgb(107 114 128 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/20 {
    --tw-shadow-color: rgb(107 114 128 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/25 {
    --tw-shadow-color: rgb(107 114 128 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/30 {
    --tw-shadow-color: rgb(107 114 128 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/35 {
    --tw-shadow-color: rgb(107 114 128 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/40 {
    --tw-shadow-color: rgb(107 114 128 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/45 {
    --tw-shadow-color: rgb(107 114 128 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/5 {
    --tw-shadow-color: rgb(107 114 128 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/50 {
    --tw-shadow-color: rgb(107 114 128 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/55 {
    --tw-shadow-color: rgb(107 114 128 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/60 {
    --tw-shadow-color: rgb(107 114 128 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/65 {
    --tw-shadow-color: rgb(107 114 128 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/70 {
    --tw-shadow-color: rgb(107 114 128 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/75 {
    --tw-shadow-color: rgb(107 114 128 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/80 {
    --tw-shadow-color: rgb(107 114 128 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/85 {
    --tw-shadow-color: rgb(107 114 128 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/90 {
    --tw-shadow-color: rgb(107 114 128 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-500\/95 {
    --tw-shadow-color: rgb(107 114 128 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600 {
    --tw-shadow-color: #4b5563 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/0 {
    --tw-shadow-color: rgb(75 85 99 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/10 {
    --tw-shadow-color: rgb(75 85 99 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/100 {
    --tw-shadow-color: rgb(75 85 99 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/15 {
    --tw-shadow-color: rgb(75 85 99 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/20 {
    --tw-shadow-color: rgb(75 85 99 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/25 {
    --tw-shadow-color: rgb(75 85 99 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/30 {
    --tw-shadow-color: rgb(75 85 99 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/35 {
    --tw-shadow-color: rgb(75 85 99 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/40 {
    --tw-shadow-color: rgb(75 85 99 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/45 {
    --tw-shadow-color: rgb(75 85 99 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/5 {
    --tw-shadow-color: rgb(75 85 99 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/50 {
    --tw-shadow-color: rgb(75 85 99 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/55 {
    --tw-shadow-color: rgb(75 85 99 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/60 {
    --tw-shadow-color: rgb(75 85 99 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/65 {
    --tw-shadow-color: rgb(75 85 99 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/70 {
    --tw-shadow-color: rgb(75 85 99 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/75 {
    --tw-shadow-color: rgb(75 85 99 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/80 {
    --tw-shadow-color: rgb(75 85 99 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/85 {
    --tw-shadow-color: rgb(75 85 99 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/90 {
    --tw-shadow-color: rgb(75 85 99 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-600\/95 {
    --tw-shadow-color: rgb(75 85 99 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700 {
    --tw-shadow-color: #374151 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/0 {
    --tw-shadow-color: rgb(55 65 81 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/10 {
    --tw-shadow-color: rgb(55 65 81 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/100 {
    --tw-shadow-color: rgb(55 65 81 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/15 {
    --tw-shadow-color: rgb(55 65 81 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/20 {
    --tw-shadow-color: rgb(55 65 81 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/25 {
    --tw-shadow-color: rgb(55 65 81 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/30 {
    --tw-shadow-color: rgb(55 65 81 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/35 {
    --tw-shadow-color: rgb(55 65 81 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/40 {
    --tw-shadow-color: rgb(55 65 81 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/45 {
    --tw-shadow-color: rgb(55 65 81 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/5 {
    --tw-shadow-color: rgb(55 65 81 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/50 {
    --tw-shadow-color: rgb(55 65 81 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/55 {
    --tw-shadow-color: rgb(55 65 81 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/60 {
    --tw-shadow-color: rgb(55 65 81 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/65 {
    --tw-shadow-color: rgb(55 65 81 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/70 {
    --tw-shadow-color: rgb(55 65 81 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/75 {
    --tw-shadow-color: rgb(55 65 81 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/80 {
    --tw-shadow-color: rgb(55 65 81 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/85 {
    --tw-shadow-color: rgb(55 65 81 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/90 {
    --tw-shadow-color: rgb(55 65 81 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-700\/95 {
    --tw-shadow-color: rgb(55 65 81 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800 {
    --tw-shadow-color: #1f2937 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/0 {
    --tw-shadow-color: rgb(31 41 55 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/10 {
    --tw-shadow-color: rgb(31 41 55 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/100 {
    --tw-shadow-color: rgb(31 41 55 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/15 {
    --tw-shadow-color: rgb(31 41 55 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/20 {
    --tw-shadow-color: rgb(31 41 55 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/25 {
    --tw-shadow-color: rgb(31 41 55 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/30 {
    --tw-shadow-color: rgb(31 41 55 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/35 {
    --tw-shadow-color: rgb(31 41 55 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/40 {
    --tw-shadow-color: rgb(31 41 55 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/45 {
    --tw-shadow-color: rgb(31 41 55 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/5 {
    --tw-shadow-color: rgb(31 41 55 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/50 {
    --tw-shadow-color: rgb(31 41 55 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/55 {
    --tw-shadow-color: rgb(31 41 55 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/60 {
    --tw-shadow-color: rgb(31 41 55 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/65 {
    --tw-shadow-color: rgb(31 41 55 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/70 {
    --tw-shadow-color: rgb(31 41 55 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/75 {
    --tw-shadow-color: rgb(31 41 55 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/80 {
    --tw-shadow-color: rgb(31 41 55 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/85 {
    --tw-shadow-color: rgb(31 41 55 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/90 {
    --tw-shadow-color: rgb(31 41 55 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-800\/95 {
    --tw-shadow-color: rgb(31 41 55 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900 {
    --tw-shadow-color: #111827 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/0 {
    --tw-shadow-color: rgb(17 24 39 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/10 {
    --tw-shadow-color: rgb(17 24 39 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/100 {
    --tw-shadow-color: rgb(17 24 39 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/15 {
    --tw-shadow-color: rgb(17 24 39 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/20 {
    --tw-shadow-color: rgb(17 24 39 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/25 {
    --tw-shadow-color: rgb(17 24 39 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/30 {
    --tw-shadow-color: rgb(17 24 39 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/35 {
    --tw-shadow-color: rgb(17 24 39 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/40 {
    --tw-shadow-color: rgb(17 24 39 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/45 {
    --tw-shadow-color: rgb(17 24 39 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/5 {
    --tw-shadow-color: rgb(17 24 39 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/50 {
    --tw-shadow-color: rgb(17 24 39 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/55 {
    --tw-shadow-color: rgb(17 24 39 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/60 {
    --tw-shadow-color: rgb(17 24 39 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/65 {
    --tw-shadow-color: rgb(17 24 39 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/70 {
    --tw-shadow-color: rgb(17 24 39 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/75 {
    --tw-shadow-color: rgb(17 24 39 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/80 {
    --tw-shadow-color: rgb(17 24 39 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/85 {
    --tw-shadow-color: rgb(17 24 39 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/90 {
    --tw-shadow-color: rgb(17 24 39 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-900\/95 {
    --tw-shadow-color: rgb(17 24 39 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950 {
    --tw-shadow-color: #030712 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/0 {
    --tw-shadow-color: rgb(3 7 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/10 {
    --tw-shadow-color: rgb(3 7 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/100 {
    --tw-shadow-color: rgb(3 7 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/15 {
    --tw-shadow-color: rgb(3 7 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/20 {
    --tw-shadow-color: rgb(3 7 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/25 {
    --tw-shadow-color: rgb(3 7 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/30 {
    --tw-shadow-color: rgb(3 7 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/35 {
    --tw-shadow-color: rgb(3 7 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/40 {
    --tw-shadow-color: rgb(3 7 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/45 {
    --tw-shadow-color: rgb(3 7 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/5 {
    --tw-shadow-color: rgb(3 7 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/50 {
    --tw-shadow-color: rgb(3 7 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/55 {
    --tw-shadow-color: rgb(3 7 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/60 {
    --tw-shadow-color: rgb(3 7 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/65 {
    --tw-shadow-color: rgb(3 7 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/70 {
    --tw-shadow-color: rgb(3 7 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/75 {
    --tw-shadow-color: rgb(3 7 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/80 {
    --tw-shadow-color: rgb(3 7 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/85 {
    --tw-shadow-color: rgb(3 7 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/90 {
    --tw-shadow-color: rgb(3 7 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-gray-950\/95 {
    --tw-shadow-color: rgb(3 7 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100 {
    --tw-shadow-color: #dcfce7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/0 {
    --tw-shadow-color: rgb(220 252 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/10 {
    --tw-shadow-color: rgb(220 252 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/100 {
    --tw-shadow-color: rgb(220 252 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/15 {
    --tw-shadow-color: rgb(220 252 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/20 {
    --tw-shadow-color: rgb(220 252 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/25 {
    --tw-shadow-color: rgb(220 252 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/30 {
    --tw-shadow-color: rgb(220 252 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/35 {
    --tw-shadow-color: rgb(220 252 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/40 {
    --tw-shadow-color: rgb(220 252 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/45 {
    --tw-shadow-color: rgb(220 252 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/5 {
    --tw-shadow-color: rgb(220 252 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/50 {
    --tw-shadow-color: rgb(220 252 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/55 {
    --tw-shadow-color: rgb(220 252 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/60 {
    --tw-shadow-color: rgb(220 252 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/65 {
    --tw-shadow-color: rgb(220 252 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/70 {
    --tw-shadow-color: rgb(220 252 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/75 {
    --tw-shadow-color: rgb(220 252 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/80 {
    --tw-shadow-color: rgb(220 252 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/85 {
    --tw-shadow-color: rgb(220 252 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/90 {
    --tw-shadow-color: rgb(220 252 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-100\/95 {
    --tw-shadow-color: rgb(220 252 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200 {
    --tw-shadow-color: #bbf7d0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/0 {
    --tw-shadow-color: rgb(187 247 208 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/10 {
    --tw-shadow-color: rgb(187 247 208 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/100 {
    --tw-shadow-color: rgb(187 247 208 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/15 {
    --tw-shadow-color: rgb(187 247 208 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/20 {
    --tw-shadow-color: rgb(187 247 208 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/25 {
    --tw-shadow-color: rgb(187 247 208 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/30 {
    --tw-shadow-color: rgb(187 247 208 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/35 {
    --tw-shadow-color: rgb(187 247 208 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/40 {
    --tw-shadow-color: rgb(187 247 208 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/45 {
    --tw-shadow-color: rgb(187 247 208 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/5 {
    --tw-shadow-color: rgb(187 247 208 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/50 {
    --tw-shadow-color: rgb(187 247 208 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/55 {
    --tw-shadow-color: rgb(187 247 208 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/60 {
    --tw-shadow-color: rgb(187 247 208 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/65 {
    --tw-shadow-color: rgb(187 247 208 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/70 {
    --tw-shadow-color: rgb(187 247 208 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/75 {
    --tw-shadow-color: rgb(187 247 208 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/80 {
    --tw-shadow-color: rgb(187 247 208 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/85 {
    --tw-shadow-color: rgb(187 247 208 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/90 {
    --tw-shadow-color: rgb(187 247 208 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-200\/95 {
    --tw-shadow-color: rgb(187 247 208 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300 {
    --tw-shadow-color: #86efac !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/0 {
    --tw-shadow-color: rgb(134 239 172 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/10 {
    --tw-shadow-color: rgb(134 239 172 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/100 {
    --tw-shadow-color: rgb(134 239 172 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/15 {
    --tw-shadow-color: rgb(134 239 172 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/20 {
    --tw-shadow-color: rgb(134 239 172 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/25 {
    --tw-shadow-color: rgb(134 239 172 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/30 {
    --tw-shadow-color: rgb(134 239 172 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/35 {
    --tw-shadow-color: rgb(134 239 172 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/40 {
    --tw-shadow-color: rgb(134 239 172 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/45 {
    --tw-shadow-color: rgb(134 239 172 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/5 {
    --tw-shadow-color: rgb(134 239 172 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/50 {
    --tw-shadow-color: rgb(134 239 172 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/55 {
    --tw-shadow-color: rgb(134 239 172 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/60 {
    --tw-shadow-color: rgb(134 239 172 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/65 {
    --tw-shadow-color: rgb(134 239 172 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/70 {
    --tw-shadow-color: rgb(134 239 172 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/75 {
    --tw-shadow-color: rgb(134 239 172 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/80 {
    --tw-shadow-color: rgb(134 239 172 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/85 {
    --tw-shadow-color: rgb(134 239 172 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/90 {
    --tw-shadow-color: rgb(134 239 172 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-300\/95 {
    --tw-shadow-color: rgb(134 239 172 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400 {
    --tw-shadow-color: #4ade80 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/0 {
    --tw-shadow-color: rgb(74 222 128 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/10 {
    --tw-shadow-color: rgb(74 222 128 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/100 {
    --tw-shadow-color: rgb(74 222 128 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/15 {
    --tw-shadow-color: rgb(74 222 128 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/20 {
    --tw-shadow-color: rgb(74 222 128 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/25 {
    --tw-shadow-color: rgb(74 222 128 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/30 {
    --tw-shadow-color: rgb(74 222 128 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/35 {
    --tw-shadow-color: rgb(74 222 128 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/40 {
    --tw-shadow-color: rgb(74 222 128 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/45 {
    --tw-shadow-color: rgb(74 222 128 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/5 {
    --tw-shadow-color: rgb(74 222 128 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/50 {
    --tw-shadow-color: rgb(74 222 128 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/55 {
    --tw-shadow-color: rgb(74 222 128 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/60 {
    --tw-shadow-color: rgb(74 222 128 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/65 {
    --tw-shadow-color: rgb(74 222 128 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/70 {
    --tw-shadow-color: rgb(74 222 128 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/75 {
    --tw-shadow-color: rgb(74 222 128 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/80 {
    --tw-shadow-color: rgb(74 222 128 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/85 {
    --tw-shadow-color: rgb(74 222 128 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/90 {
    --tw-shadow-color: rgb(74 222 128 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-400\/95 {
    --tw-shadow-color: rgb(74 222 128 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50 {
    --tw-shadow-color: #f0fdf4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/0 {
    --tw-shadow-color: rgb(240 253 244 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/10 {
    --tw-shadow-color: rgb(240 253 244 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/100 {
    --tw-shadow-color: rgb(240 253 244 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/15 {
    --tw-shadow-color: rgb(240 253 244 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/20 {
    --tw-shadow-color: rgb(240 253 244 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/25 {
    --tw-shadow-color: rgb(240 253 244 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/30 {
    --tw-shadow-color: rgb(240 253 244 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/35 {
    --tw-shadow-color: rgb(240 253 244 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/40 {
    --tw-shadow-color: rgb(240 253 244 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/45 {
    --tw-shadow-color: rgb(240 253 244 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/5 {
    --tw-shadow-color: rgb(240 253 244 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/50 {
    --tw-shadow-color: rgb(240 253 244 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/55 {
    --tw-shadow-color: rgb(240 253 244 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/60 {
    --tw-shadow-color: rgb(240 253 244 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/65 {
    --tw-shadow-color: rgb(240 253 244 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/70 {
    --tw-shadow-color: rgb(240 253 244 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/75 {
    --tw-shadow-color: rgb(240 253 244 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/80 {
    --tw-shadow-color: rgb(240 253 244 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/85 {
    --tw-shadow-color: rgb(240 253 244 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/90 {
    --tw-shadow-color: rgb(240 253 244 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-50\/95 {
    --tw-shadow-color: rgb(240 253 244 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500 {
    --tw-shadow-color: #22c55e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/0 {
    --tw-shadow-color: rgb(34 197 94 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/10 {
    --tw-shadow-color: rgb(34 197 94 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/100 {
    --tw-shadow-color: rgb(34 197 94 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/15 {
    --tw-shadow-color: rgb(34 197 94 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/20 {
    --tw-shadow-color: rgb(34 197 94 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/25 {
    --tw-shadow-color: rgb(34 197 94 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/30 {
    --tw-shadow-color: rgb(34 197 94 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/35 {
    --tw-shadow-color: rgb(34 197 94 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/40 {
    --tw-shadow-color: rgb(34 197 94 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/45 {
    --tw-shadow-color: rgb(34 197 94 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/5 {
    --tw-shadow-color: rgb(34 197 94 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/50 {
    --tw-shadow-color: rgb(34 197 94 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/55 {
    --tw-shadow-color: rgb(34 197 94 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/60 {
    --tw-shadow-color: rgb(34 197 94 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/65 {
    --tw-shadow-color: rgb(34 197 94 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/70 {
    --tw-shadow-color: rgb(34 197 94 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/75 {
    --tw-shadow-color: rgb(34 197 94 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/80 {
    --tw-shadow-color: rgb(34 197 94 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/85 {
    --tw-shadow-color: rgb(34 197 94 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/90 {
    --tw-shadow-color: rgb(34 197 94 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-500\/95 {
    --tw-shadow-color: rgb(34 197 94 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600 {
    --tw-shadow-color: #16a34a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/0 {
    --tw-shadow-color: rgb(22 163 74 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/10 {
    --tw-shadow-color: rgb(22 163 74 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/100 {
    --tw-shadow-color: rgb(22 163 74 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/15 {
    --tw-shadow-color: rgb(22 163 74 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/20 {
    --tw-shadow-color: rgb(22 163 74 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/25 {
    --tw-shadow-color: rgb(22 163 74 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/30 {
    --tw-shadow-color: rgb(22 163 74 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/35 {
    --tw-shadow-color: rgb(22 163 74 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/40 {
    --tw-shadow-color: rgb(22 163 74 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/45 {
    --tw-shadow-color: rgb(22 163 74 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/5 {
    --tw-shadow-color: rgb(22 163 74 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/50 {
    --tw-shadow-color: rgb(22 163 74 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/55 {
    --tw-shadow-color: rgb(22 163 74 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/60 {
    --tw-shadow-color: rgb(22 163 74 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/65 {
    --tw-shadow-color: rgb(22 163 74 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/70 {
    --tw-shadow-color: rgb(22 163 74 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/75 {
    --tw-shadow-color: rgb(22 163 74 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/80 {
    --tw-shadow-color: rgb(22 163 74 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/85 {
    --tw-shadow-color: rgb(22 163 74 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/90 {
    --tw-shadow-color: rgb(22 163 74 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-600\/95 {
    --tw-shadow-color: rgb(22 163 74 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700 {
    --tw-shadow-color: #15803d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/0 {
    --tw-shadow-color: rgb(21 128 61 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/10 {
    --tw-shadow-color: rgb(21 128 61 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/100 {
    --tw-shadow-color: rgb(21 128 61 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/15 {
    --tw-shadow-color: rgb(21 128 61 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/20 {
    --tw-shadow-color: rgb(21 128 61 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/25 {
    --tw-shadow-color: rgb(21 128 61 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/30 {
    --tw-shadow-color: rgb(21 128 61 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/35 {
    --tw-shadow-color: rgb(21 128 61 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/40 {
    --tw-shadow-color: rgb(21 128 61 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/45 {
    --tw-shadow-color: rgb(21 128 61 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/5 {
    --tw-shadow-color: rgb(21 128 61 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/50 {
    --tw-shadow-color: rgb(21 128 61 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/55 {
    --tw-shadow-color: rgb(21 128 61 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/60 {
    --tw-shadow-color: rgb(21 128 61 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/65 {
    --tw-shadow-color: rgb(21 128 61 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/70 {
    --tw-shadow-color: rgb(21 128 61 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/75 {
    --tw-shadow-color: rgb(21 128 61 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/80 {
    --tw-shadow-color: rgb(21 128 61 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/85 {
    --tw-shadow-color: rgb(21 128 61 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/90 {
    --tw-shadow-color: rgb(21 128 61 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-700\/95 {
    --tw-shadow-color: rgb(21 128 61 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800 {
    --tw-shadow-color: #166534 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/0 {
    --tw-shadow-color: rgb(22 101 52 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/10 {
    --tw-shadow-color: rgb(22 101 52 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/100 {
    --tw-shadow-color: rgb(22 101 52 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/15 {
    --tw-shadow-color: rgb(22 101 52 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/20 {
    --tw-shadow-color: rgb(22 101 52 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/25 {
    --tw-shadow-color: rgb(22 101 52 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/30 {
    --tw-shadow-color: rgb(22 101 52 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/35 {
    --tw-shadow-color: rgb(22 101 52 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/40 {
    --tw-shadow-color: rgb(22 101 52 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/45 {
    --tw-shadow-color: rgb(22 101 52 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/5 {
    --tw-shadow-color: rgb(22 101 52 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/50 {
    --tw-shadow-color: rgb(22 101 52 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/55 {
    --tw-shadow-color: rgb(22 101 52 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/60 {
    --tw-shadow-color: rgb(22 101 52 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/65 {
    --tw-shadow-color: rgb(22 101 52 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/70 {
    --tw-shadow-color: rgb(22 101 52 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/75 {
    --tw-shadow-color: rgb(22 101 52 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/80 {
    --tw-shadow-color: rgb(22 101 52 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/85 {
    --tw-shadow-color: rgb(22 101 52 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/90 {
    --tw-shadow-color: rgb(22 101 52 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-800\/95 {
    --tw-shadow-color: rgb(22 101 52 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900 {
    --tw-shadow-color: #14532d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/0 {
    --tw-shadow-color: rgb(20 83 45 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/10 {
    --tw-shadow-color: rgb(20 83 45 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/100 {
    --tw-shadow-color: rgb(20 83 45 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/15 {
    --tw-shadow-color: rgb(20 83 45 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/20 {
    --tw-shadow-color: rgb(20 83 45 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/25 {
    --tw-shadow-color: rgb(20 83 45 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/30 {
    --tw-shadow-color: rgb(20 83 45 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/35 {
    --tw-shadow-color: rgb(20 83 45 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/40 {
    --tw-shadow-color: rgb(20 83 45 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/45 {
    --tw-shadow-color: rgb(20 83 45 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/5 {
    --tw-shadow-color: rgb(20 83 45 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/50 {
    --tw-shadow-color: rgb(20 83 45 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/55 {
    --tw-shadow-color: rgb(20 83 45 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/60 {
    --tw-shadow-color: rgb(20 83 45 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/65 {
    --tw-shadow-color: rgb(20 83 45 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/70 {
    --tw-shadow-color: rgb(20 83 45 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/75 {
    --tw-shadow-color: rgb(20 83 45 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/80 {
    --tw-shadow-color: rgb(20 83 45 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/85 {
    --tw-shadow-color: rgb(20 83 45 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/90 {
    --tw-shadow-color: rgb(20 83 45 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-900\/95 {
    --tw-shadow-color: rgb(20 83 45 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950 {
    --tw-shadow-color: #052e16 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/0 {
    --tw-shadow-color: rgb(5 46 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/10 {
    --tw-shadow-color: rgb(5 46 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/100 {
    --tw-shadow-color: rgb(5 46 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/15 {
    --tw-shadow-color: rgb(5 46 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/20 {
    --tw-shadow-color: rgb(5 46 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/25 {
    --tw-shadow-color: rgb(5 46 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/30 {
    --tw-shadow-color: rgb(5 46 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/35 {
    --tw-shadow-color: rgb(5 46 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/40 {
    --tw-shadow-color: rgb(5 46 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/45 {
    --tw-shadow-color: rgb(5 46 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/5 {
    --tw-shadow-color: rgb(5 46 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/50 {
    --tw-shadow-color: rgb(5 46 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/55 {
    --tw-shadow-color: rgb(5 46 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/60 {
    --tw-shadow-color: rgb(5 46 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/65 {
    --tw-shadow-color: rgb(5 46 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/70 {
    --tw-shadow-color: rgb(5 46 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/75 {
    --tw-shadow-color: rgb(5 46 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/80 {
    --tw-shadow-color: rgb(5 46 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/85 {
    --tw-shadow-color: rgb(5 46 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/90 {
    --tw-shadow-color: rgb(5 46 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-green-950\/95 {
    --tw-shadow-color: rgb(5 46 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey {
    --tw-shadow-color: #838383 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/0 {
    --tw-shadow-color: rgb(131 131 131 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/10 {
    --tw-shadow-color: rgb(131 131 131 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/100 {
    --tw-shadow-color: rgb(131 131 131 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/15 {
    --tw-shadow-color: rgb(131 131 131 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/20 {
    --tw-shadow-color: rgb(131 131 131 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/25 {
    --tw-shadow-color: rgb(131 131 131 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/30 {
    --tw-shadow-color: rgb(131 131 131 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/35 {
    --tw-shadow-color: rgb(131 131 131 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/40 {
    --tw-shadow-color: rgb(131 131 131 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/45 {
    --tw-shadow-color: rgb(131 131 131 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/5 {
    --tw-shadow-color: rgb(131 131 131 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/50 {
    --tw-shadow-color: rgb(131 131 131 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/55 {
    --tw-shadow-color: rgb(131 131 131 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/60 {
    --tw-shadow-color: rgb(131 131 131 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/65 {
    --tw-shadow-color: rgb(131 131 131 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/70 {
    --tw-shadow-color: rgb(131 131 131 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/75 {
    --tw-shadow-color: rgb(131 131 131 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/80 {
    --tw-shadow-color: rgb(131 131 131 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/85 {
    --tw-shadow-color: rgb(131 131 131 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/90 {
    --tw-shadow-color: rgb(131 131 131 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey\/95 {
    --tw-shadow-color: rgb(131 131 131 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border {
    --tw-shadow-color: #979797 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/0 {
    --tw-shadow-color: rgb(151 151 151 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/10 {
    --tw-shadow-color: rgb(151 151 151 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/100 {
    --tw-shadow-color: rgb(151 151 151 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/15 {
    --tw-shadow-color: rgb(151 151 151 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/20 {
    --tw-shadow-color: rgb(151 151 151 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/25 {
    --tw-shadow-color: rgb(151 151 151 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/30 {
    --tw-shadow-color: rgb(151 151 151 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/35 {
    --tw-shadow-color: rgb(151 151 151 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/40 {
    --tw-shadow-color: rgb(151 151 151 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/45 {
    --tw-shadow-color: rgb(151 151 151 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/5 {
    --tw-shadow-color: rgb(151 151 151 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/50 {
    --tw-shadow-color: rgb(151 151 151 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/55 {
    --tw-shadow-color: rgb(151 151 151 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/60 {
    --tw-shadow-color: rgb(151 151 151 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/65 {
    --tw-shadow-color: rgb(151 151 151 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/70 {
    --tw-shadow-color: rgb(151 151 151 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/75 {
    --tw-shadow-color: rgb(151 151 151 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/80 {
    --tw-shadow-color: rgb(151 151 151 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/85 {
    --tw-shadow-color: rgb(151 151 151 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/90 {
    --tw-shadow-color: rgb(151 151 151 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-grey_border\/95 {
    --tw-shadow-color: rgb(151 151 151 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100 {
    --tw-shadow-color: #e0e7ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/0 {
    --tw-shadow-color: rgb(224 231 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/10 {
    --tw-shadow-color: rgb(224 231 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/100 {
    --tw-shadow-color: rgb(224 231 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/15 {
    --tw-shadow-color: rgb(224 231 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/20 {
    --tw-shadow-color: rgb(224 231 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/25 {
    --tw-shadow-color: rgb(224 231 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/30 {
    --tw-shadow-color: rgb(224 231 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/35 {
    --tw-shadow-color: rgb(224 231 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/40 {
    --tw-shadow-color: rgb(224 231 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/45 {
    --tw-shadow-color: rgb(224 231 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/5 {
    --tw-shadow-color: rgb(224 231 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/50 {
    --tw-shadow-color: rgb(224 231 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/55 {
    --tw-shadow-color: rgb(224 231 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/60 {
    --tw-shadow-color: rgb(224 231 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/65 {
    --tw-shadow-color: rgb(224 231 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/70 {
    --tw-shadow-color: rgb(224 231 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/75 {
    --tw-shadow-color: rgb(224 231 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/80 {
    --tw-shadow-color: rgb(224 231 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/85 {
    --tw-shadow-color: rgb(224 231 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/90 {
    --tw-shadow-color: rgb(224 231 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-100\/95 {
    --tw-shadow-color: rgb(224 231 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200 {
    --tw-shadow-color: #c7d2fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/0 {
    --tw-shadow-color: rgb(199 210 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/10 {
    --tw-shadow-color: rgb(199 210 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/100 {
    --tw-shadow-color: rgb(199 210 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/15 {
    --tw-shadow-color: rgb(199 210 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/20 {
    --tw-shadow-color: rgb(199 210 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/25 {
    --tw-shadow-color: rgb(199 210 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/30 {
    --tw-shadow-color: rgb(199 210 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/35 {
    --tw-shadow-color: rgb(199 210 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/40 {
    --tw-shadow-color: rgb(199 210 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/45 {
    --tw-shadow-color: rgb(199 210 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/5 {
    --tw-shadow-color: rgb(199 210 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/50 {
    --tw-shadow-color: rgb(199 210 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/55 {
    --tw-shadow-color: rgb(199 210 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/60 {
    --tw-shadow-color: rgb(199 210 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/65 {
    --tw-shadow-color: rgb(199 210 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/70 {
    --tw-shadow-color: rgb(199 210 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/75 {
    --tw-shadow-color: rgb(199 210 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/80 {
    --tw-shadow-color: rgb(199 210 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/85 {
    --tw-shadow-color: rgb(199 210 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/90 {
    --tw-shadow-color: rgb(199 210 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-200\/95 {
    --tw-shadow-color: rgb(199 210 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300 {
    --tw-shadow-color: #a5b4fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/0 {
    --tw-shadow-color: rgb(165 180 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/10 {
    --tw-shadow-color: rgb(165 180 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/100 {
    --tw-shadow-color: rgb(165 180 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/15 {
    --tw-shadow-color: rgb(165 180 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/20 {
    --tw-shadow-color: rgb(165 180 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/25 {
    --tw-shadow-color: rgb(165 180 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/30 {
    --tw-shadow-color: rgb(165 180 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/35 {
    --tw-shadow-color: rgb(165 180 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/40 {
    --tw-shadow-color: rgb(165 180 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/45 {
    --tw-shadow-color: rgb(165 180 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/5 {
    --tw-shadow-color: rgb(165 180 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/50 {
    --tw-shadow-color: rgb(165 180 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/55 {
    --tw-shadow-color: rgb(165 180 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/60 {
    --tw-shadow-color: rgb(165 180 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/65 {
    --tw-shadow-color: rgb(165 180 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/70 {
    --tw-shadow-color: rgb(165 180 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/75 {
    --tw-shadow-color: rgb(165 180 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/80 {
    --tw-shadow-color: rgb(165 180 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/85 {
    --tw-shadow-color: rgb(165 180 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/90 {
    --tw-shadow-color: rgb(165 180 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-300\/95 {
    --tw-shadow-color: rgb(165 180 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400 {
    --tw-shadow-color: #818cf8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/0 {
    --tw-shadow-color: rgb(129 140 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/10 {
    --tw-shadow-color: rgb(129 140 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/100 {
    --tw-shadow-color: rgb(129 140 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/15 {
    --tw-shadow-color: rgb(129 140 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/20 {
    --tw-shadow-color: rgb(129 140 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/25 {
    --tw-shadow-color: rgb(129 140 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/30 {
    --tw-shadow-color: rgb(129 140 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/35 {
    --tw-shadow-color: rgb(129 140 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/40 {
    --tw-shadow-color: rgb(129 140 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/45 {
    --tw-shadow-color: rgb(129 140 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/5 {
    --tw-shadow-color: rgb(129 140 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/50 {
    --tw-shadow-color: rgb(129 140 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/55 {
    --tw-shadow-color: rgb(129 140 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/60 {
    --tw-shadow-color: rgb(129 140 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/65 {
    --tw-shadow-color: rgb(129 140 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/70 {
    --tw-shadow-color: rgb(129 140 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/75 {
    --tw-shadow-color: rgb(129 140 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/80 {
    --tw-shadow-color: rgb(129 140 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/85 {
    --tw-shadow-color: rgb(129 140 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/90 {
    --tw-shadow-color: rgb(129 140 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-400\/95 {
    --tw-shadow-color: rgb(129 140 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50 {
    --tw-shadow-color: #eef2ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/0 {
    --tw-shadow-color: rgb(238 242 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/10 {
    --tw-shadow-color: rgb(238 242 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/100 {
    --tw-shadow-color: rgb(238 242 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/15 {
    --tw-shadow-color: rgb(238 242 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/20 {
    --tw-shadow-color: rgb(238 242 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/25 {
    --tw-shadow-color: rgb(238 242 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/30 {
    --tw-shadow-color: rgb(238 242 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/35 {
    --tw-shadow-color: rgb(238 242 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/40 {
    --tw-shadow-color: rgb(238 242 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/45 {
    --tw-shadow-color: rgb(238 242 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/5 {
    --tw-shadow-color: rgb(238 242 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/50 {
    --tw-shadow-color: rgb(238 242 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/55 {
    --tw-shadow-color: rgb(238 242 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/60 {
    --tw-shadow-color: rgb(238 242 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/65 {
    --tw-shadow-color: rgb(238 242 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/70 {
    --tw-shadow-color: rgb(238 242 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/75 {
    --tw-shadow-color: rgb(238 242 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/80 {
    --tw-shadow-color: rgb(238 242 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/85 {
    --tw-shadow-color: rgb(238 242 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/90 {
    --tw-shadow-color: rgb(238 242 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-50\/95 {
    --tw-shadow-color: rgb(238 242 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500 {
    --tw-shadow-color: #6366f1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/0 {
    --tw-shadow-color: rgb(99 102 241 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/10 {
    --tw-shadow-color: rgb(99 102 241 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/100 {
    --tw-shadow-color: rgb(99 102 241 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/15 {
    --tw-shadow-color: rgb(99 102 241 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/20 {
    --tw-shadow-color: rgb(99 102 241 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/25 {
    --tw-shadow-color: rgb(99 102 241 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/30 {
    --tw-shadow-color: rgb(99 102 241 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/35 {
    --tw-shadow-color: rgb(99 102 241 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/40 {
    --tw-shadow-color: rgb(99 102 241 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/45 {
    --tw-shadow-color: rgb(99 102 241 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/5 {
    --tw-shadow-color: rgb(99 102 241 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/50 {
    --tw-shadow-color: rgb(99 102 241 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/55 {
    --tw-shadow-color: rgb(99 102 241 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/60 {
    --tw-shadow-color: rgb(99 102 241 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/65 {
    --tw-shadow-color: rgb(99 102 241 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/70 {
    --tw-shadow-color: rgb(99 102 241 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/75 {
    --tw-shadow-color: rgb(99 102 241 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/80 {
    --tw-shadow-color: rgb(99 102 241 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/85 {
    --tw-shadow-color: rgb(99 102 241 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/90 {
    --tw-shadow-color: rgb(99 102 241 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-500\/95 {
    --tw-shadow-color: rgb(99 102 241 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600 {
    --tw-shadow-color: #4f46e5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/0 {
    --tw-shadow-color: rgb(79 70 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/10 {
    --tw-shadow-color: rgb(79 70 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/100 {
    --tw-shadow-color: rgb(79 70 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/15 {
    --tw-shadow-color: rgb(79 70 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/20 {
    --tw-shadow-color: rgb(79 70 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/25 {
    --tw-shadow-color: rgb(79 70 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/30 {
    --tw-shadow-color: rgb(79 70 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/35 {
    --tw-shadow-color: rgb(79 70 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/40 {
    --tw-shadow-color: rgb(79 70 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/45 {
    --tw-shadow-color: rgb(79 70 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/5 {
    --tw-shadow-color: rgb(79 70 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/50 {
    --tw-shadow-color: rgb(79 70 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/55 {
    --tw-shadow-color: rgb(79 70 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/60 {
    --tw-shadow-color: rgb(79 70 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/65 {
    --tw-shadow-color: rgb(79 70 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/70 {
    --tw-shadow-color: rgb(79 70 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/75 {
    --tw-shadow-color: rgb(79 70 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/80 {
    --tw-shadow-color: rgb(79 70 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/85 {
    --tw-shadow-color: rgb(79 70 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/90 {
    --tw-shadow-color: rgb(79 70 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-600\/95 {
    --tw-shadow-color: rgb(79 70 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700 {
    --tw-shadow-color: #4338ca !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/0 {
    --tw-shadow-color: rgb(67 56 202 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/10 {
    --tw-shadow-color: rgb(67 56 202 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/100 {
    --tw-shadow-color: rgb(67 56 202 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/15 {
    --tw-shadow-color: rgb(67 56 202 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/20 {
    --tw-shadow-color: rgb(67 56 202 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/25 {
    --tw-shadow-color: rgb(67 56 202 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/30 {
    --tw-shadow-color: rgb(67 56 202 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/35 {
    --tw-shadow-color: rgb(67 56 202 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/40 {
    --tw-shadow-color: rgb(67 56 202 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/45 {
    --tw-shadow-color: rgb(67 56 202 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/5 {
    --tw-shadow-color: rgb(67 56 202 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/50 {
    --tw-shadow-color: rgb(67 56 202 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/55 {
    --tw-shadow-color: rgb(67 56 202 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/60 {
    --tw-shadow-color: rgb(67 56 202 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/65 {
    --tw-shadow-color: rgb(67 56 202 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/70 {
    --tw-shadow-color: rgb(67 56 202 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/75 {
    --tw-shadow-color: rgb(67 56 202 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/80 {
    --tw-shadow-color: rgb(67 56 202 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/85 {
    --tw-shadow-color: rgb(67 56 202 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/90 {
    --tw-shadow-color: rgb(67 56 202 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-700\/95 {
    --tw-shadow-color: rgb(67 56 202 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800 {
    --tw-shadow-color: #3730a3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/0 {
    --tw-shadow-color: rgb(55 48 163 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/10 {
    --tw-shadow-color: rgb(55 48 163 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/100 {
    --tw-shadow-color: rgb(55 48 163 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/15 {
    --tw-shadow-color: rgb(55 48 163 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/20 {
    --tw-shadow-color: rgb(55 48 163 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/25 {
    --tw-shadow-color: rgb(55 48 163 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/30 {
    --tw-shadow-color: rgb(55 48 163 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/35 {
    --tw-shadow-color: rgb(55 48 163 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/40 {
    --tw-shadow-color: rgb(55 48 163 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/45 {
    --tw-shadow-color: rgb(55 48 163 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/5 {
    --tw-shadow-color: rgb(55 48 163 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/50 {
    --tw-shadow-color: rgb(55 48 163 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/55 {
    --tw-shadow-color: rgb(55 48 163 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/60 {
    --tw-shadow-color: rgb(55 48 163 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/65 {
    --tw-shadow-color: rgb(55 48 163 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/70 {
    --tw-shadow-color: rgb(55 48 163 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/75 {
    --tw-shadow-color: rgb(55 48 163 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/80 {
    --tw-shadow-color: rgb(55 48 163 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/85 {
    --tw-shadow-color: rgb(55 48 163 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/90 {
    --tw-shadow-color: rgb(55 48 163 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-800\/95 {
    --tw-shadow-color: rgb(55 48 163 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900 {
    --tw-shadow-color: #312e81 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/0 {
    --tw-shadow-color: rgb(49 46 129 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/10 {
    --tw-shadow-color: rgb(49 46 129 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/100 {
    --tw-shadow-color: rgb(49 46 129 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/15 {
    --tw-shadow-color: rgb(49 46 129 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/20 {
    --tw-shadow-color: rgb(49 46 129 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/25 {
    --tw-shadow-color: rgb(49 46 129 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/30 {
    --tw-shadow-color: rgb(49 46 129 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/35 {
    --tw-shadow-color: rgb(49 46 129 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/40 {
    --tw-shadow-color: rgb(49 46 129 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/45 {
    --tw-shadow-color: rgb(49 46 129 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/5 {
    --tw-shadow-color: rgb(49 46 129 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/50 {
    --tw-shadow-color: rgb(49 46 129 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/55 {
    --tw-shadow-color: rgb(49 46 129 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/60 {
    --tw-shadow-color: rgb(49 46 129 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/65 {
    --tw-shadow-color: rgb(49 46 129 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/70 {
    --tw-shadow-color: rgb(49 46 129 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/75 {
    --tw-shadow-color: rgb(49 46 129 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/80 {
    --tw-shadow-color: rgb(49 46 129 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/85 {
    --tw-shadow-color: rgb(49 46 129 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/90 {
    --tw-shadow-color: rgb(49 46 129 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-900\/95 {
    --tw-shadow-color: rgb(49 46 129 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950 {
    --tw-shadow-color: #1e1b4b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/0 {
    --tw-shadow-color: rgb(30 27 75 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/10 {
    --tw-shadow-color: rgb(30 27 75 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/100 {
    --tw-shadow-color: rgb(30 27 75 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/15 {
    --tw-shadow-color: rgb(30 27 75 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/20 {
    --tw-shadow-color: rgb(30 27 75 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/25 {
    --tw-shadow-color: rgb(30 27 75 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/30 {
    --tw-shadow-color: rgb(30 27 75 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/35 {
    --tw-shadow-color: rgb(30 27 75 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/40 {
    --tw-shadow-color: rgb(30 27 75 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/45 {
    --tw-shadow-color: rgb(30 27 75 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/5 {
    --tw-shadow-color: rgb(30 27 75 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/50 {
    --tw-shadow-color: rgb(30 27 75 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/55 {
    --tw-shadow-color: rgb(30 27 75 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/60 {
    --tw-shadow-color: rgb(30 27 75 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/65 {
    --tw-shadow-color: rgb(30 27 75 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/70 {
    --tw-shadow-color: rgb(30 27 75 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/75 {
    --tw-shadow-color: rgb(30 27 75 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/80 {
    --tw-shadow-color: rgb(30 27 75 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/85 {
    --tw-shadow-color: rgb(30 27 75 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/90 {
    --tw-shadow-color: rgb(30 27 75 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-indigo-950\/95 {
    --tw-shadow-color: rgb(30 27 75 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-inherit {
    --tw-shadow-color: inherit !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey {
    --tw-shadow-color: #d8d8d8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/0 {
    --tw-shadow-color: rgb(216 216 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/10 {
    --tw-shadow-color: rgb(216 216 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/100 {
    --tw-shadow-color: rgb(216 216 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/15 {
    --tw-shadow-color: rgb(216 216 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/20 {
    --tw-shadow-color: rgb(216 216 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/25 {
    --tw-shadow-color: rgb(216 216 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/30 {
    --tw-shadow-color: rgb(216 216 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/35 {
    --tw-shadow-color: rgb(216 216 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/40 {
    --tw-shadow-color: rgb(216 216 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/45 {
    --tw-shadow-color: rgb(216 216 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/5 {
    --tw-shadow-color: rgb(216 216 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/50 {
    --tw-shadow-color: rgb(216 216 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/55 {
    --tw-shadow-color: rgb(216 216 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/60 {
    --tw-shadow-color: rgb(216 216 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/65 {
    --tw-shadow-color: rgb(216 216 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/70 {
    --tw-shadow-color: rgb(216 216 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/75 {
    --tw-shadow-color: rgb(216 216 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/80 {
    --tw-shadow-color: rgb(216 216 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/85 {
    --tw-shadow-color: rgb(216 216 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/90 {
    --tw-shadow-color: rgb(216 216 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-light_grey\/95 {
    --tw-shadow-color: rgb(216 216 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100 {
    --tw-shadow-color: #ecfccb !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/0 {
    --tw-shadow-color: rgb(236 252 203 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/10 {
    --tw-shadow-color: rgb(236 252 203 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/100 {
    --tw-shadow-color: rgb(236 252 203 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/15 {
    --tw-shadow-color: rgb(236 252 203 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/20 {
    --tw-shadow-color: rgb(236 252 203 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/25 {
    --tw-shadow-color: rgb(236 252 203 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/30 {
    --tw-shadow-color: rgb(236 252 203 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/35 {
    --tw-shadow-color: rgb(236 252 203 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/40 {
    --tw-shadow-color: rgb(236 252 203 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/45 {
    --tw-shadow-color: rgb(236 252 203 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/5 {
    --tw-shadow-color: rgb(236 252 203 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/50 {
    --tw-shadow-color: rgb(236 252 203 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/55 {
    --tw-shadow-color: rgb(236 252 203 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/60 {
    --tw-shadow-color: rgb(236 252 203 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/65 {
    --tw-shadow-color: rgb(236 252 203 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/70 {
    --tw-shadow-color: rgb(236 252 203 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/75 {
    --tw-shadow-color: rgb(236 252 203 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/80 {
    --tw-shadow-color: rgb(236 252 203 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/85 {
    --tw-shadow-color: rgb(236 252 203 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/90 {
    --tw-shadow-color: rgb(236 252 203 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-100\/95 {
    --tw-shadow-color: rgb(236 252 203 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200 {
    --tw-shadow-color: #d9f99d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/0 {
    --tw-shadow-color: rgb(217 249 157 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/10 {
    --tw-shadow-color: rgb(217 249 157 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/100 {
    --tw-shadow-color: rgb(217 249 157 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/15 {
    --tw-shadow-color: rgb(217 249 157 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/20 {
    --tw-shadow-color: rgb(217 249 157 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/25 {
    --tw-shadow-color: rgb(217 249 157 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/30 {
    --tw-shadow-color: rgb(217 249 157 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/35 {
    --tw-shadow-color: rgb(217 249 157 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/40 {
    --tw-shadow-color: rgb(217 249 157 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/45 {
    --tw-shadow-color: rgb(217 249 157 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/5 {
    --tw-shadow-color: rgb(217 249 157 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/50 {
    --tw-shadow-color: rgb(217 249 157 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/55 {
    --tw-shadow-color: rgb(217 249 157 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/60 {
    --tw-shadow-color: rgb(217 249 157 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/65 {
    --tw-shadow-color: rgb(217 249 157 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/70 {
    --tw-shadow-color: rgb(217 249 157 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/75 {
    --tw-shadow-color: rgb(217 249 157 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/80 {
    --tw-shadow-color: rgb(217 249 157 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/85 {
    --tw-shadow-color: rgb(217 249 157 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/90 {
    --tw-shadow-color: rgb(217 249 157 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-200\/95 {
    --tw-shadow-color: rgb(217 249 157 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300 {
    --tw-shadow-color: #bef264 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/0 {
    --tw-shadow-color: rgb(190 242 100 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/10 {
    --tw-shadow-color: rgb(190 242 100 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/100 {
    --tw-shadow-color: rgb(190 242 100 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/15 {
    --tw-shadow-color: rgb(190 242 100 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/20 {
    --tw-shadow-color: rgb(190 242 100 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/25 {
    --tw-shadow-color: rgb(190 242 100 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/30 {
    --tw-shadow-color: rgb(190 242 100 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/35 {
    --tw-shadow-color: rgb(190 242 100 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/40 {
    --tw-shadow-color: rgb(190 242 100 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/45 {
    --tw-shadow-color: rgb(190 242 100 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/5 {
    --tw-shadow-color: rgb(190 242 100 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/50 {
    --tw-shadow-color: rgb(190 242 100 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/55 {
    --tw-shadow-color: rgb(190 242 100 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/60 {
    --tw-shadow-color: rgb(190 242 100 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/65 {
    --tw-shadow-color: rgb(190 242 100 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/70 {
    --tw-shadow-color: rgb(190 242 100 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/75 {
    --tw-shadow-color: rgb(190 242 100 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/80 {
    --tw-shadow-color: rgb(190 242 100 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/85 {
    --tw-shadow-color: rgb(190 242 100 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/90 {
    --tw-shadow-color: rgb(190 242 100 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-300\/95 {
    --tw-shadow-color: rgb(190 242 100 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400 {
    --tw-shadow-color: #a3e635 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/0 {
    --tw-shadow-color: rgb(163 230 53 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/10 {
    --tw-shadow-color: rgb(163 230 53 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/100 {
    --tw-shadow-color: rgb(163 230 53 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/15 {
    --tw-shadow-color: rgb(163 230 53 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/20 {
    --tw-shadow-color: rgb(163 230 53 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/25 {
    --tw-shadow-color: rgb(163 230 53 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/30 {
    --tw-shadow-color: rgb(163 230 53 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/35 {
    --tw-shadow-color: rgb(163 230 53 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/40 {
    --tw-shadow-color: rgb(163 230 53 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/45 {
    --tw-shadow-color: rgb(163 230 53 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/5 {
    --tw-shadow-color: rgb(163 230 53 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/50 {
    --tw-shadow-color: rgb(163 230 53 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/55 {
    --tw-shadow-color: rgb(163 230 53 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/60 {
    --tw-shadow-color: rgb(163 230 53 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/65 {
    --tw-shadow-color: rgb(163 230 53 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/70 {
    --tw-shadow-color: rgb(163 230 53 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/75 {
    --tw-shadow-color: rgb(163 230 53 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/80 {
    --tw-shadow-color: rgb(163 230 53 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/85 {
    --tw-shadow-color: rgb(163 230 53 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/90 {
    --tw-shadow-color: rgb(163 230 53 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-400\/95 {
    --tw-shadow-color: rgb(163 230 53 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50 {
    --tw-shadow-color: #f7fee7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/0 {
    --tw-shadow-color: rgb(247 254 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/10 {
    --tw-shadow-color: rgb(247 254 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/100 {
    --tw-shadow-color: rgb(247 254 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/15 {
    --tw-shadow-color: rgb(247 254 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/20 {
    --tw-shadow-color: rgb(247 254 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/25 {
    --tw-shadow-color: rgb(247 254 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/30 {
    --tw-shadow-color: rgb(247 254 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/35 {
    --tw-shadow-color: rgb(247 254 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/40 {
    --tw-shadow-color: rgb(247 254 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/45 {
    --tw-shadow-color: rgb(247 254 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/5 {
    --tw-shadow-color: rgb(247 254 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/50 {
    --tw-shadow-color: rgb(247 254 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/55 {
    --tw-shadow-color: rgb(247 254 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/60 {
    --tw-shadow-color: rgb(247 254 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/65 {
    --tw-shadow-color: rgb(247 254 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/70 {
    --tw-shadow-color: rgb(247 254 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/75 {
    --tw-shadow-color: rgb(247 254 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/80 {
    --tw-shadow-color: rgb(247 254 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/85 {
    --tw-shadow-color: rgb(247 254 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/90 {
    --tw-shadow-color: rgb(247 254 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-50\/95 {
    --tw-shadow-color: rgb(247 254 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500 {
    --tw-shadow-color: #84cc16 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/0 {
    --tw-shadow-color: rgb(132 204 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/10 {
    --tw-shadow-color: rgb(132 204 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/100 {
    --tw-shadow-color: rgb(132 204 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/15 {
    --tw-shadow-color: rgb(132 204 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/20 {
    --tw-shadow-color: rgb(132 204 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/25 {
    --tw-shadow-color: rgb(132 204 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/30 {
    --tw-shadow-color: rgb(132 204 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/35 {
    --tw-shadow-color: rgb(132 204 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/40 {
    --tw-shadow-color: rgb(132 204 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/45 {
    --tw-shadow-color: rgb(132 204 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/5 {
    --tw-shadow-color: rgb(132 204 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/50 {
    --tw-shadow-color: rgb(132 204 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/55 {
    --tw-shadow-color: rgb(132 204 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/60 {
    --tw-shadow-color: rgb(132 204 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/65 {
    --tw-shadow-color: rgb(132 204 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/70 {
    --tw-shadow-color: rgb(132 204 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/75 {
    --tw-shadow-color: rgb(132 204 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/80 {
    --tw-shadow-color: rgb(132 204 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/85 {
    --tw-shadow-color: rgb(132 204 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/90 {
    --tw-shadow-color: rgb(132 204 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-500\/95 {
    --tw-shadow-color: rgb(132 204 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600 {
    --tw-shadow-color: #65a30d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/0 {
    --tw-shadow-color: rgb(101 163 13 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/10 {
    --tw-shadow-color: rgb(101 163 13 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/100 {
    --tw-shadow-color: rgb(101 163 13 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/15 {
    --tw-shadow-color: rgb(101 163 13 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/20 {
    --tw-shadow-color: rgb(101 163 13 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/25 {
    --tw-shadow-color: rgb(101 163 13 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/30 {
    --tw-shadow-color: rgb(101 163 13 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/35 {
    --tw-shadow-color: rgb(101 163 13 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/40 {
    --tw-shadow-color: rgb(101 163 13 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/45 {
    --tw-shadow-color: rgb(101 163 13 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/5 {
    --tw-shadow-color: rgb(101 163 13 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/50 {
    --tw-shadow-color: rgb(101 163 13 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/55 {
    --tw-shadow-color: rgb(101 163 13 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/60 {
    --tw-shadow-color: rgb(101 163 13 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/65 {
    --tw-shadow-color: rgb(101 163 13 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/70 {
    --tw-shadow-color: rgb(101 163 13 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/75 {
    --tw-shadow-color: rgb(101 163 13 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/80 {
    --tw-shadow-color: rgb(101 163 13 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/85 {
    --tw-shadow-color: rgb(101 163 13 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/90 {
    --tw-shadow-color: rgb(101 163 13 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-600\/95 {
    --tw-shadow-color: rgb(101 163 13 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700 {
    --tw-shadow-color: #4d7c0f !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/0 {
    --tw-shadow-color: rgb(77 124 15 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/10 {
    --tw-shadow-color: rgb(77 124 15 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/100 {
    --tw-shadow-color: rgb(77 124 15 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/15 {
    --tw-shadow-color: rgb(77 124 15 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/20 {
    --tw-shadow-color: rgb(77 124 15 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/25 {
    --tw-shadow-color: rgb(77 124 15 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/30 {
    --tw-shadow-color: rgb(77 124 15 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/35 {
    --tw-shadow-color: rgb(77 124 15 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/40 {
    --tw-shadow-color: rgb(77 124 15 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/45 {
    --tw-shadow-color: rgb(77 124 15 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/5 {
    --tw-shadow-color: rgb(77 124 15 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/50 {
    --tw-shadow-color: rgb(77 124 15 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/55 {
    --tw-shadow-color: rgb(77 124 15 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/60 {
    --tw-shadow-color: rgb(77 124 15 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/65 {
    --tw-shadow-color: rgb(77 124 15 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/70 {
    --tw-shadow-color: rgb(77 124 15 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/75 {
    --tw-shadow-color: rgb(77 124 15 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/80 {
    --tw-shadow-color: rgb(77 124 15 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/85 {
    --tw-shadow-color: rgb(77 124 15 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/90 {
    --tw-shadow-color: rgb(77 124 15 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-700\/95 {
    --tw-shadow-color: rgb(77 124 15 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800 {
    --tw-shadow-color: #3f6212 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/0 {
    --tw-shadow-color: rgb(63 98 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/10 {
    --tw-shadow-color: rgb(63 98 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/100 {
    --tw-shadow-color: rgb(63 98 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/15 {
    --tw-shadow-color: rgb(63 98 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/20 {
    --tw-shadow-color: rgb(63 98 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/25 {
    --tw-shadow-color: rgb(63 98 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/30 {
    --tw-shadow-color: rgb(63 98 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/35 {
    --tw-shadow-color: rgb(63 98 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/40 {
    --tw-shadow-color: rgb(63 98 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/45 {
    --tw-shadow-color: rgb(63 98 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/5 {
    --tw-shadow-color: rgb(63 98 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/50 {
    --tw-shadow-color: rgb(63 98 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/55 {
    --tw-shadow-color: rgb(63 98 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/60 {
    --tw-shadow-color: rgb(63 98 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/65 {
    --tw-shadow-color: rgb(63 98 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/70 {
    --tw-shadow-color: rgb(63 98 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/75 {
    --tw-shadow-color: rgb(63 98 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/80 {
    --tw-shadow-color: rgb(63 98 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/85 {
    --tw-shadow-color: rgb(63 98 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/90 {
    --tw-shadow-color: rgb(63 98 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-800\/95 {
    --tw-shadow-color: rgb(63 98 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900 {
    --tw-shadow-color: #365314 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/0 {
    --tw-shadow-color: rgb(54 83 20 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/10 {
    --tw-shadow-color: rgb(54 83 20 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/100 {
    --tw-shadow-color: rgb(54 83 20 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/15 {
    --tw-shadow-color: rgb(54 83 20 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/20 {
    --tw-shadow-color: rgb(54 83 20 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/25 {
    --tw-shadow-color: rgb(54 83 20 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/30 {
    --tw-shadow-color: rgb(54 83 20 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/35 {
    --tw-shadow-color: rgb(54 83 20 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/40 {
    --tw-shadow-color: rgb(54 83 20 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/45 {
    --tw-shadow-color: rgb(54 83 20 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/5 {
    --tw-shadow-color: rgb(54 83 20 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/50 {
    --tw-shadow-color: rgb(54 83 20 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/55 {
    --tw-shadow-color: rgb(54 83 20 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/60 {
    --tw-shadow-color: rgb(54 83 20 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/65 {
    --tw-shadow-color: rgb(54 83 20 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/70 {
    --tw-shadow-color: rgb(54 83 20 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/75 {
    --tw-shadow-color: rgb(54 83 20 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/80 {
    --tw-shadow-color: rgb(54 83 20 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/85 {
    --tw-shadow-color: rgb(54 83 20 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/90 {
    --tw-shadow-color: rgb(54 83 20 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-900\/95 {
    --tw-shadow-color: rgb(54 83 20 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950 {
    --tw-shadow-color: #1a2e05 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/0 {
    --tw-shadow-color: rgb(26 46 5 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/10 {
    --tw-shadow-color: rgb(26 46 5 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/100 {
    --tw-shadow-color: rgb(26 46 5 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/15 {
    --tw-shadow-color: rgb(26 46 5 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/20 {
    --tw-shadow-color: rgb(26 46 5 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/25 {
    --tw-shadow-color: rgb(26 46 5 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/30 {
    --tw-shadow-color: rgb(26 46 5 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/35 {
    --tw-shadow-color: rgb(26 46 5 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/40 {
    --tw-shadow-color: rgb(26 46 5 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/45 {
    --tw-shadow-color: rgb(26 46 5 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/5 {
    --tw-shadow-color: rgb(26 46 5 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/50 {
    --tw-shadow-color: rgb(26 46 5 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/55 {
    --tw-shadow-color: rgb(26 46 5 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/60 {
    --tw-shadow-color: rgb(26 46 5 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/65 {
    --tw-shadow-color: rgb(26 46 5 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/70 {
    --tw-shadow-color: rgb(26 46 5 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/75 {
    --tw-shadow-color: rgb(26 46 5 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/80 {
    --tw-shadow-color: rgb(26 46 5 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/85 {
    --tw-shadow-color: rgb(26 46 5 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/90 {
    --tw-shadow-color: rgb(26 46 5 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-lime-950\/95 {
    --tw-shadow-color: rgb(26 46 5 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100 {
    --tw-shadow-color: #f5f5f5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/0 {
    --tw-shadow-color: rgb(245 245 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/10 {
    --tw-shadow-color: rgb(245 245 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/100 {
    --tw-shadow-color: rgb(245 245 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/15 {
    --tw-shadow-color: rgb(245 245 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/20 {
    --tw-shadow-color: rgb(245 245 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/25 {
    --tw-shadow-color: rgb(245 245 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/30 {
    --tw-shadow-color: rgb(245 245 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/35 {
    --tw-shadow-color: rgb(245 245 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/40 {
    --tw-shadow-color: rgb(245 245 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/45 {
    --tw-shadow-color: rgb(245 245 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/5 {
    --tw-shadow-color: rgb(245 245 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/50 {
    --tw-shadow-color: rgb(245 245 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/55 {
    --tw-shadow-color: rgb(245 245 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/60 {
    --tw-shadow-color: rgb(245 245 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/65 {
    --tw-shadow-color: rgb(245 245 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/70 {
    --tw-shadow-color: rgb(245 245 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/75 {
    --tw-shadow-color: rgb(245 245 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/80 {
    --tw-shadow-color: rgb(245 245 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/85 {
    --tw-shadow-color: rgb(245 245 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/90 {
    --tw-shadow-color: rgb(245 245 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-100\/95 {
    --tw-shadow-color: rgb(245 245 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200 {
    --tw-shadow-color: #e5e5e5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/0 {
    --tw-shadow-color: rgb(229 229 229 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/10 {
    --tw-shadow-color: rgb(229 229 229 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/100 {
    --tw-shadow-color: rgb(229 229 229 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/15 {
    --tw-shadow-color: rgb(229 229 229 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/20 {
    --tw-shadow-color: rgb(229 229 229 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/25 {
    --tw-shadow-color: rgb(229 229 229 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/30 {
    --tw-shadow-color: rgb(229 229 229 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/35 {
    --tw-shadow-color: rgb(229 229 229 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/40 {
    --tw-shadow-color: rgb(229 229 229 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/45 {
    --tw-shadow-color: rgb(229 229 229 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/5 {
    --tw-shadow-color: rgb(229 229 229 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/50 {
    --tw-shadow-color: rgb(229 229 229 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/55 {
    --tw-shadow-color: rgb(229 229 229 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/60 {
    --tw-shadow-color: rgb(229 229 229 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/65 {
    --tw-shadow-color: rgb(229 229 229 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/70 {
    --tw-shadow-color: rgb(229 229 229 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/75 {
    --tw-shadow-color: rgb(229 229 229 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/80 {
    --tw-shadow-color: rgb(229 229 229 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/85 {
    --tw-shadow-color: rgb(229 229 229 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/90 {
    --tw-shadow-color: rgb(229 229 229 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-200\/95 {
    --tw-shadow-color: rgb(229 229 229 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300 {
    --tw-shadow-color: #d4d4d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/0 {
    --tw-shadow-color: rgb(212 212 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/10 {
    --tw-shadow-color: rgb(212 212 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/100 {
    --tw-shadow-color: rgb(212 212 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/15 {
    --tw-shadow-color: rgb(212 212 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/20 {
    --tw-shadow-color: rgb(212 212 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/25 {
    --tw-shadow-color: rgb(212 212 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/30 {
    --tw-shadow-color: rgb(212 212 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/35 {
    --tw-shadow-color: rgb(212 212 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/40 {
    --tw-shadow-color: rgb(212 212 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/45 {
    --tw-shadow-color: rgb(212 212 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/5 {
    --tw-shadow-color: rgb(212 212 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/50 {
    --tw-shadow-color: rgb(212 212 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/55 {
    --tw-shadow-color: rgb(212 212 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/60 {
    --tw-shadow-color: rgb(212 212 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/65 {
    --tw-shadow-color: rgb(212 212 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/70 {
    --tw-shadow-color: rgb(212 212 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/75 {
    --tw-shadow-color: rgb(212 212 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/80 {
    --tw-shadow-color: rgb(212 212 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/85 {
    --tw-shadow-color: rgb(212 212 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/90 {
    --tw-shadow-color: rgb(212 212 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-300\/95 {
    --tw-shadow-color: rgb(212 212 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400 {
    --tw-shadow-color: #a3a3a3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/0 {
    --tw-shadow-color: rgb(163 163 163 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/10 {
    --tw-shadow-color: rgb(163 163 163 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/100 {
    --tw-shadow-color: rgb(163 163 163 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/15 {
    --tw-shadow-color: rgb(163 163 163 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/20 {
    --tw-shadow-color: rgb(163 163 163 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/25 {
    --tw-shadow-color: rgb(163 163 163 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/30 {
    --tw-shadow-color: rgb(163 163 163 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/35 {
    --tw-shadow-color: rgb(163 163 163 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/40 {
    --tw-shadow-color: rgb(163 163 163 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/45 {
    --tw-shadow-color: rgb(163 163 163 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/5 {
    --tw-shadow-color: rgb(163 163 163 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/50 {
    --tw-shadow-color: rgb(163 163 163 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/55 {
    --tw-shadow-color: rgb(163 163 163 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/60 {
    --tw-shadow-color: rgb(163 163 163 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/65 {
    --tw-shadow-color: rgb(163 163 163 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/70 {
    --tw-shadow-color: rgb(163 163 163 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/75 {
    --tw-shadow-color: rgb(163 163 163 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/80 {
    --tw-shadow-color: rgb(163 163 163 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/85 {
    --tw-shadow-color: rgb(163 163 163 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/90 {
    --tw-shadow-color: rgb(163 163 163 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-400\/95 {
    --tw-shadow-color: rgb(163 163 163 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50 {
    --tw-shadow-color: #fafafa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500 {
    --tw-shadow-color: #737373 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/0 {
    --tw-shadow-color: rgb(115 115 115 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/10 {
    --tw-shadow-color: rgb(115 115 115 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/100 {
    --tw-shadow-color: rgb(115 115 115 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/15 {
    --tw-shadow-color: rgb(115 115 115 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/20 {
    --tw-shadow-color: rgb(115 115 115 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/25 {
    --tw-shadow-color: rgb(115 115 115 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/30 {
    --tw-shadow-color: rgb(115 115 115 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/35 {
    --tw-shadow-color: rgb(115 115 115 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/40 {
    --tw-shadow-color: rgb(115 115 115 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/45 {
    --tw-shadow-color: rgb(115 115 115 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/5 {
    --tw-shadow-color: rgb(115 115 115 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/50 {
    --tw-shadow-color: rgb(115 115 115 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/55 {
    --tw-shadow-color: rgb(115 115 115 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/60 {
    --tw-shadow-color: rgb(115 115 115 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/65 {
    --tw-shadow-color: rgb(115 115 115 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/70 {
    --tw-shadow-color: rgb(115 115 115 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/75 {
    --tw-shadow-color: rgb(115 115 115 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/80 {
    --tw-shadow-color: rgb(115 115 115 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/85 {
    --tw-shadow-color: rgb(115 115 115 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/90 {
    --tw-shadow-color: rgb(115 115 115 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-500\/95 {
    --tw-shadow-color: rgb(115 115 115 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600 {
    --tw-shadow-color: #525252 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/0 {
    --tw-shadow-color: rgb(82 82 82 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/10 {
    --tw-shadow-color: rgb(82 82 82 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/100 {
    --tw-shadow-color: rgb(82 82 82 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/15 {
    --tw-shadow-color: rgb(82 82 82 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/20 {
    --tw-shadow-color: rgb(82 82 82 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/25 {
    --tw-shadow-color: rgb(82 82 82 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/30 {
    --tw-shadow-color: rgb(82 82 82 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/35 {
    --tw-shadow-color: rgb(82 82 82 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/40 {
    --tw-shadow-color: rgb(82 82 82 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/45 {
    --tw-shadow-color: rgb(82 82 82 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/5 {
    --tw-shadow-color: rgb(82 82 82 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/50 {
    --tw-shadow-color: rgb(82 82 82 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/55 {
    --tw-shadow-color: rgb(82 82 82 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/60 {
    --tw-shadow-color: rgb(82 82 82 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/65 {
    --tw-shadow-color: rgb(82 82 82 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/70 {
    --tw-shadow-color: rgb(82 82 82 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/75 {
    --tw-shadow-color: rgb(82 82 82 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/80 {
    --tw-shadow-color: rgb(82 82 82 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/85 {
    --tw-shadow-color: rgb(82 82 82 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/90 {
    --tw-shadow-color: rgb(82 82 82 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-600\/95 {
    --tw-shadow-color: rgb(82 82 82 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700 {
    --tw-shadow-color: #404040 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/0 {
    --tw-shadow-color: rgb(64 64 64 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/10 {
    --tw-shadow-color: rgb(64 64 64 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/100 {
    --tw-shadow-color: rgb(64 64 64 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/15 {
    --tw-shadow-color: rgb(64 64 64 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/20 {
    --tw-shadow-color: rgb(64 64 64 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/25 {
    --tw-shadow-color: rgb(64 64 64 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/30 {
    --tw-shadow-color: rgb(64 64 64 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/35 {
    --tw-shadow-color: rgb(64 64 64 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/40 {
    --tw-shadow-color: rgb(64 64 64 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/45 {
    --tw-shadow-color: rgb(64 64 64 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/5 {
    --tw-shadow-color: rgb(64 64 64 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/50 {
    --tw-shadow-color: rgb(64 64 64 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/55 {
    --tw-shadow-color: rgb(64 64 64 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/60 {
    --tw-shadow-color: rgb(64 64 64 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/65 {
    --tw-shadow-color: rgb(64 64 64 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/70 {
    --tw-shadow-color: rgb(64 64 64 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/75 {
    --tw-shadow-color: rgb(64 64 64 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/80 {
    --tw-shadow-color: rgb(64 64 64 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/85 {
    --tw-shadow-color: rgb(64 64 64 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/90 {
    --tw-shadow-color: rgb(64 64 64 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-700\/95 {
    --tw-shadow-color: rgb(64 64 64 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800 {
    --tw-shadow-color: #262626 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/0 {
    --tw-shadow-color: rgb(38 38 38 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/10 {
    --tw-shadow-color: rgb(38 38 38 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/100 {
    --tw-shadow-color: rgb(38 38 38 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/15 {
    --tw-shadow-color: rgb(38 38 38 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/20 {
    --tw-shadow-color: rgb(38 38 38 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/25 {
    --tw-shadow-color: rgb(38 38 38 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/30 {
    --tw-shadow-color: rgb(38 38 38 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/35 {
    --tw-shadow-color: rgb(38 38 38 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/40 {
    --tw-shadow-color: rgb(38 38 38 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/45 {
    --tw-shadow-color: rgb(38 38 38 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/5 {
    --tw-shadow-color: rgb(38 38 38 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/50 {
    --tw-shadow-color: rgb(38 38 38 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/55 {
    --tw-shadow-color: rgb(38 38 38 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/60 {
    --tw-shadow-color: rgb(38 38 38 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/65 {
    --tw-shadow-color: rgb(38 38 38 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/70 {
    --tw-shadow-color: rgb(38 38 38 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/75 {
    --tw-shadow-color: rgb(38 38 38 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/80 {
    --tw-shadow-color: rgb(38 38 38 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/85 {
    --tw-shadow-color: rgb(38 38 38 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/90 {
    --tw-shadow-color: rgb(38 38 38 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-800\/95 {
    --tw-shadow-color: rgb(38 38 38 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900 {
    --tw-shadow-color: #171717 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/0 {
    --tw-shadow-color: rgb(23 23 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/10 {
    --tw-shadow-color: rgb(23 23 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/100 {
    --tw-shadow-color: rgb(23 23 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/15 {
    --tw-shadow-color: rgb(23 23 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/20 {
    --tw-shadow-color: rgb(23 23 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/25 {
    --tw-shadow-color: rgb(23 23 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/30 {
    --tw-shadow-color: rgb(23 23 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/35 {
    --tw-shadow-color: rgb(23 23 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/40 {
    --tw-shadow-color: rgb(23 23 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/45 {
    --tw-shadow-color: rgb(23 23 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/5 {
    --tw-shadow-color: rgb(23 23 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/50 {
    --tw-shadow-color: rgb(23 23 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/55 {
    --tw-shadow-color: rgb(23 23 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/60 {
    --tw-shadow-color: rgb(23 23 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/65 {
    --tw-shadow-color: rgb(23 23 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/70 {
    --tw-shadow-color: rgb(23 23 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/75 {
    --tw-shadow-color: rgb(23 23 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/80 {
    --tw-shadow-color: rgb(23 23 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/85 {
    --tw-shadow-color: rgb(23 23 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/90 {
    --tw-shadow-color: rgb(23 23 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-900\/95 {
    --tw-shadow-color: rgb(23 23 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950 {
    --tw-shadow-color: #0a0a0a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/0 {
    --tw-shadow-color: rgb(10 10 10 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/10 {
    --tw-shadow-color: rgb(10 10 10 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/100 {
    --tw-shadow-color: rgb(10 10 10 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/15 {
    --tw-shadow-color: rgb(10 10 10 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/20 {
    --tw-shadow-color: rgb(10 10 10 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/25 {
    --tw-shadow-color: rgb(10 10 10 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/30 {
    --tw-shadow-color: rgb(10 10 10 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/35 {
    --tw-shadow-color: rgb(10 10 10 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/40 {
    --tw-shadow-color: rgb(10 10 10 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/45 {
    --tw-shadow-color: rgb(10 10 10 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/5 {
    --tw-shadow-color: rgb(10 10 10 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/50 {
    --tw-shadow-color: rgb(10 10 10 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/55 {
    --tw-shadow-color: rgb(10 10 10 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/60 {
    --tw-shadow-color: rgb(10 10 10 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/65 {
    --tw-shadow-color: rgb(10 10 10 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/70 {
    --tw-shadow-color: rgb(10 10 10 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/75 {
    --tw-shadow-color: rgb(10 10 10 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/80 {
    --tw-shadow-color: rgb(10 10 10 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/85 {
    --tw-shadow-color: rgb(10 10 10 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/90 {
    --tw-shadow-color: rgb(10 10 10 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-neutral-950\/95 {
    --tw-shadow-color: rgb(10 10 10 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100 {
    --tw-shadow-color: #ffedd5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/0 {
    --tw-shadow-color: rgb(255 237 213 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/10 {
    --tw-shadow-color: rgb(255 237 213 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/100 {
    --tw-shadow-color: rgb(255 237 213 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/15 {
    --tw-shadow-color: rgb(255 237 213 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/20 {
    --tw-shadow-color: rgb(255 237 213 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/25 {
    --tw-shadow-color: rgb(255 237 213 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/30 {
    --tw-shadow-color: rgb(255 237 213 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/35 {
    --tw-shadow-color: rgb(255 237 213 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/40 {
    --tw-shadow-color: rgb(255 237 213 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/45 {
    --tw-shadow-color: rgb(255 237 213 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/5 {
    --tw-shadow-color: rgb(255 237 213 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/50 {
    --tw-shadow-color: rgb(255 237 213 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/55 {
    --tw-shadow-color: rgb(255 237 213 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/60 {
    --tw-shadow-color: rgb(255 237 213 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/65 {
    --tw-shadow-color: rgb(255 237 213 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/70 {
    --tw-shadow-color: rgb(255 237 213 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/75 {
    --tw-shadow-color: rgb(255 237 213 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/80 {
    --tw-shadow-color: rgb(255 237 213 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/85 {
    --tw-shadow-color: rgb(255 237 213 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/90 {
    --tw-shadow-color: rgb(255 237 213 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-100\/95 {
    --tw-shadow-color: rgb(255 237 213 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200 {
    --tw-shadow-color: #fed7aa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/0 {
    --tw-shadow-color: rgb(254 215 170 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/10 {
    --tw-shadow-color: rgb(254 215 170 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/100 {
    --tw-shadow-color: rgb(254 215 170 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/15 {
    --tw-shadow-color: rgb(254 215 170 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/20 {
    --tw-shadow-color: rgb(254 215 170 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/25 {
    --tw-shadow-color: rgb(254 215 170 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/30 {
    --tw-shadow-color: rgb(254 215 170 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/35 {
    --tw-shadow-color: rgb(254 215 170 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/40 {
    --tw-shadow-color: rgb(254 215 170 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/45 {
    --tw-shadow-color: rgb(254 215 170 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/5 {
    --tw-shadow-color: rgb(254 215 170 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/50 {
    --tw-shadow-color: rgb(254 215 170 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/55 {
    --tw-shadow-color: rgb(254 215 170 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/60 {
    --tw-shadow-color: rgb(254 215 170 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/65 {
    --tw-shadow-color: rgb(254 215 170 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/70 {
    --tw-shadow-color: rgb(254 215 170 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/75 {
    --tw-shadow-color: rgb(254 215 170 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/80 {
    --tw-shadow-color: rgb(254 215 170 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/85 {
    --tw-shadow-color: rgb(254 215 170 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/90 {
    --tw-shadow-color: rgb(254 215 170 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-200\/95 {
    --tw-shadow-color: rgb(254 215 170 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300 {
    --tw-shadow-color: #fdba74 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/0 {
    --tw-shadow-color: rgb(253 186 116 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/10 {
    --tw-shadow-color: rgb(253 186 116 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/100 {
    --tw-shadow-color: rgb(253 186 116 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/15 {
    --tw-shadow-color: rgb(253 186 116 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/20 {
    --tw-shadow-color: rgb(253 186 116 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/25 {
    --tw-shadow-color: rgb(253 186 116 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/30 {
    --tw-shadow-color: rgb(253 186 116 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/35 {
    --tw-shadow-color: rgb(253 186 116 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/40 {
    --tw-shadow-color: rgb(253 186 116 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/45 {
    --tw-shadow-color: rgb(253 186 116 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/5 {
    --tw-shadow-color: rgb(253 186 116 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/50 {
    --tw-shadow-color: rgb(253 186 116 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/55 {
    --tw-shadow-color: rgb(253 186 116 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/60 {
    --tw-shadow-color: rgb(253 186 116 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/65 {
    --tw-shadow-color: rgb(253 186 116 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/70 {
    --tw-shadow-color: rgb(253 186 116 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/75 {
    --tw-shadow-color: rgb(253 186 116 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/80 {
    --tw-shadow-color: rgb(253 186 116 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/85 {
    --tw-shadow-color: rgb(253 186 116 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/90 {
    --tw-shadow-color: rgb(253 186 116 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-300\/95 {
    --tw-shadow-color: rgb(253 186 116 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400 {
    --tw-shadow-color: #fb923c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/0 {
    --tw-shadow-color: rgb(251 146 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/10 {
    --tw-shadow-color: rgb(251 146 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/100 {
    --tw-shadow-color: rgb(251 146 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/15 {
    --tw-shadow-color: rgb(251 146 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/20 {
    --tw-shadow-color: rgb(251 146 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/25 {
    --tw-shadow-color: rgb(251 146 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/30 {
    --tw-shadow-color: rgb(251 146 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/35 {
    --tw-shadow-color: rgb(251 146 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/40 {
    --tw-shadow-color: rgb(251 146 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/45 {
    --tw-shadow-color: rgb(251 146 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/5 {
    --tw-shadow-color: rgb(251 146 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/50 {
    --tw-shadow-color: rgb(251 146 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/55 {
    --tw-shadow-color: rgb(251 146 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/60 {
    --tw-shadow-color: rgb(251 146 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/65 {
    --tw-shadow-color: rgb(251 146 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/70 {
    --tw-shadow-color: rgb(251 146 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/75 {
    --tw-shadow-color: rgb(251 146 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/80 {
    --tw-shadow-color: rgb(251 146 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/85 {
    --tw-shadow-color: rgb(251 146 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/90 {
    --tw-shadow-color: rgb(251 146 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-400\/95 {
    --tw-shadow-color: rgb(251 146 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50 {
    --tw-shadow-color: #fff7ed !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/0 {
    --tw-shadow-color: rgb(255 247 237 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/10 {
    --tw-shadow-color: rgb(255 247 237 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/100 {
    --tw-shadow-color: rgb(255 247 237 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/15 {
    --tw-shadow-color: rgb(255 247 237 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/20 {
    --tw-shadow-color: rgb(255 247 237 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/25 {
    --tw-shadow-color: rgb(255 247 237 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/30 {
    --tw-shadow-color: rgb(255 247 237 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/35 {
    --tw-shadow-color: rgb(255 247 237 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/40 {
    --tw-shadow-color: rgb(255 247 237 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/45 {
    --tw-shadow-color: rgb(255 247 237 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/5 {
    --tw-shadow-color: rgb(255 247 237 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/50 {
    --tw-shadow-color: rgb(255 247 237 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/55 {
    --tw-shadow-color: rgb(255 247 237 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/60 {
    --tw-shadow-color: rgb(255 247 237 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/65 {
    --tw-shadow-color: rgb(255 247 237 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/70 {
    --tw-shadow-color: rgb(255 247 237 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/75 {
    --tw-shadow-color: rgb(255 247 237 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/80 {
    --tw-shadow-color: rgb(255 247 237 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/85 {
    --tw-shadow-color: rgb(255 247 237 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/90 {
    --tw-shadow-color: rgb(255 247 237 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-50\/95 {
    --tw-shadow-color: rgb(255 247 237 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500 {
    --tw-shadow-color: #f97316 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/0 {
    --tw-shadow-color: rgb(249 115 22 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/10 {
    --tw-shadow-color: rgb(249 115 22 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/100 {
    --tw-shadow-color: rgb(249 115 22 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/15 {
    --tw-shadow-color: rgb(249 115 22 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/20 {
    --tw-shadow-color: rgb(249 115 22 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/25 {
    --tw-shadow-color: rgb(249 115 22 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/30 {
    --tw-shadow-color: rgb(249 115 22 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/35 {
    --tw-shadow-color: rgb(249 115 22 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/40 {
    --tw-shadow-color: rgb(249 115 22 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/45 {
    --tw-shadow-color: rgb(249 115 22 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/5 {
    --tw-shadow-color: rgb(249 115 22 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/50 {
    --tw-shadow-color: rgb(249 115 22 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/55 {
    --tw-shadow-color: rgb(249 115 22 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/60 {
    --tw-shadow-color: rgb(249 115 22 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/65 {
    --tw-shadow-color: rgb(249 115 22 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/70 {
    --tw-shadow-color: rgb(249 115 22 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/75 {
    --tw-shadow-color: rgb(249 115 22 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/80 {
    --tw-shadow-color: rgb(249 115 22 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/85 {
    --tw-shadow-color: rgb(249 115 22 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/90 {
    --tw-shadow-color: rgb(249 115 22 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-500\/95 {
    --tw-shadow-color: rgb(249 115 22 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600 {
    --tw-shadow-color: #ea580c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/0 {
    --tw-shadow-color: rgb(234 88 12 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/10 {
    --tw-shadow-color: rgb(234 88 12 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/100 {
    --tw-shadow-color: rgb(234 88 12 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/15 {
    --tw-shadow-color: rgb(234 88 12 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/20 {
    --tw-shadow-color: rgb(234 88 12 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/25 {
    --tw-shadow-color: rgb(234 88 12 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/30 {
    --tw-shadow-color: rgb(234 88 12 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/35 {
    --tw-shadow-color: rgb(234 88 12 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/40 {
    --tw-shadow-color: rgb(234 88 12 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/45 {
    --tw-shadow-color: rgb(234 88 12 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/5 {
    --tw-shadow-color: rgb(234 88 12 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/50 {
    --tw-shadow-color: rgb(234 88 12 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/55 {
    --tw-shadow-color: rgb(234 88 12 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/60 {
    --tw-shadow-color: rgb(234 88 12 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/65 {
    --tw-shadow-color: rgb(234 88 12 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/70 {
    --tw-shadow-color: rgb(234 88 12 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/75 {
    --tw-shadow-color: rgb(234 88 12 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/80 {
    --tw-shadow-color: rgb(234 88 12 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/85 {
    --tw-shadow-color: rgb(234 88 12 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/90 {
    --tw-shadow-color: rgb(234 88 12 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-600\/95 {
    --tw-shadow-color: rgb(234 88 12 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700 {
    --tw-shadow-color: #c2410c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/0 {
    --tw-shadow-color: rgb(194 65 12 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/10 {
    --tw-shadow-color: rgb(194 65 12 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/100 {
    --tw-shadow-color: rgb(194 65 12 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/15 {
    --tw-shadow-color: rgb(194 65 12 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/20 {
    --tw-shadow-color: rgb(194 65 12 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/25 {
    --tw-shadow-color: rgb(194 65 12 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/30 {
    --tw-shadow-color: rgb(194 65 12 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/35 {
    --tw-shadow-color: rgb(194 65 12 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/40 {
    --tw-shadow-color: rgb(194 65 12 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/45 {
    --tw-shadow-color: rgb(194 65 12 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/5 {
    --tw-shadow-color: rgb(194 65 12 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/50 {
    --tw-shadow-color: rgb(194 65 12 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/55 {
    --tw-shadow-color: rgb(194 65 12 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/60 {
    --tw-shadow-color: rgb(194 65 12 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/65 {
    --tw-shadow-color: rgb(194 65 12 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/70 {
    --tw-shadow-color: rgb(194 65 12 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/75 {
    --tw-shadow-color: rgb(194 65 12 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/80 {
    --tw-shadow-color: rgb(194 65 12 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/85 {
    --tw-shadow-color: rgb(194 65 12 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/90 {
    --tw-shadow-color: rgb(194 65 12 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-700\/95 {
    --tw-shadow-color: rgb(194 65 12 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800 {
    --tw-shadow-color: #9a3412 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/0 {
    --tw-shadow-color: rgb(154 52 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/10 {
    --tw-shadow-color: rgb(154 52 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/100 {
    --tw-shadow-color: rgb(154 52 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/15 {
    --tw-shadow-color: rgb(154 52 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/20 {
    --tw-shadow-color: rgb(154 52 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/25 {
    --tw-shadow-color: rgb(154 52 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/30 {
    --tw-shadow-color: rgb(154 52 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/35 {
    --tw-shadow-color: rgb(154 52 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/40 {
    --tw-shadow-color: rgb(154 52 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/45 {
    --tw-shadow-color: rgb(154 52 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/5 {
    --tw-shadow-color: rgb(154 52 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/50 {
    --tw-shadow-color: rgb(154 52 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/55 {
    --tw-shadow-color: rgb(154 52 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/60 {
    --tw-shadow-color: rgb(154 52 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/65 {
    --tw-shadow-color: rgb(154 52 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/70 {
    --tw-shadow-color: rgb(154 52 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/75 {
    --tw-shadow-color: rgb(154 52 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/80 {
    --tw-shadow-color: rgb(154 52 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/85 {
    --tw-shadow-color: rgb(154 52 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/90 {
    --tw-shadow-color: rgb(154 52 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-800\/95 {
    --tw-shadow-color: rgb(154 52 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900 {
    --tw-shadow-color: #7c2d12 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/0 {
    --tw-shadow-color: rgb(124 45 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/10 {
    --tw-shadow-color: rgb(124 45 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/100 {
    --tw-shadow-color: rgb(124 45 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/15 {
    --tw-shadow-color: rgb(124 45 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/20 {
    --tw-shadow-color: rgb(124 45 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/25 {
    --tw-shadow-color: rgb(124 45 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/30 {
    --tw-shadow-color: rgb(124 45 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/35 {
    --tw-shadow-color: rgb(124 45 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/40 {
    --tw-shadow-color: rgb(124 45 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/45 {
    --tw-shadow-color: rgb(124 45 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/5 {
    --tw-shadow-color: rgb(124 45 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/50 {
    --tw-shadow-color: rgb(124 45 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/55 {
    --tw-shadow-color: rgb(124 45 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/60 {
    --tw-shadow-color: rgb(124 45 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/65 {
    --tw-shadow-color: rgb(124 45 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/70 {
    --tw-shadow-color: rgb(124 45 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/75 {
    --tw-shadow-color: rgb(124 45 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/80 {
    --tw-shadow-color: rgb(124 45 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/85 {
    --tw-shadow-color: rgb(124 45 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/90 {
    --tw-shadow-color: rgb(124 45 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-900\/95 {
    --tw-shadow-color: rgb(124 45 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950 {
    --tw-shadow-color: #431407 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/0 {
    --tw-shadow-color: rgb(67 20 7 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/10 {
    --tw-shadow-color: rgb(67 20 7 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/100 {
    --tw-shadow-color: rgb(67 20 7 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/15 {
    --tw-shadow-color: rgb(67 20 7 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/20 {
    --tw-shadow-color: rgb(67 20 7 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/25 {
    --tw-shadow-color: rgb(67 20 7 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/30 {
    --tw-shadow-color: rgb(67 20 7 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/35 {
    --tw-shadow-color: rgb(67 20 7 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/40 {
    --tw-shadow-color: rgb(67 20 7 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/45 {
    --tw-shadow-color: rgb(67 20 7 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/5 {
    --tw-shadow-color: rgb(67 20 7 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/50 {
    --tw-shadow-color: rgb(67 20 7 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/55 {
    --tw-shadow-color: rgb(67 20 7 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/60 {
    --tw-shadow-color: rgb(67 20 7 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/65 {
    --tw-shadow-color: rgb(67 20 7 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/70 {
    --tw-shadow-color: rgb(67 20 7 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/75 {
    --tw-shadow-color: rgb(67 20 7 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/80 {
    --tw-shadow-color: rgb(67 20 7 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/85 {
    --tw-shadow-color: rgb(67 20 7 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/90 {
    --tw-shadow-color: rgb(67 20 7 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-orange-950\/95 {
    --tw-shadow-color: rgb(67 20 7 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100 {
    --tw-shadow-color: #fce7f3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/0 {
    --tw-shadow-color: rgb(252 231 243 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/10 {
    --tw-shadow-color: rgb(252 231 243 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/100 {
    --tw-shadow-color: rgb(252 231 243 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/15 {
    --tw-shadow-color: rgb(252 231 243 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/20 {
    --tw-shadow-color: rgb(252 231 243 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/25 {
    --tw-shadow-color: rgb(252 231 243 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/30 {
    --tw-shadow-color: rgb(252 231 243 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/35 {
    --tw-shadow-color: rgb(252 231 243 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/40 {
    --tw-shadow-color: rgb(252 231 243 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/45 {
    --tw-shadow-color: rgb(252 231 243 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/5 {
    --tw-shadow-color: rgb(252 231 243 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/50 {
    --tw-shadow-color: rgb(252 231 243 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/55 {
    --tw-shadow-color: rgb(252 231 243 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/60 {
    --tw-shadow-color: rgb(252 231 243 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/65 {
    --tw-shadow-color: rgb(252 231 243 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/70 {
    --tw-shadow-color: rgb(252 231 243 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/75 {
    --tw-shadow-color: rgb(252 231 243 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/80 {
    --tw-shadow-color: rgb(252 231 243 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/85 {
    --tw-shadow-color: rgb(252 231 243 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/90 {
    --tw-shadow-color: rgb(252 231 243 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-100\/95 {
    --tw-shadow-color: rgb(252 231 243 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200 {
    --tw-shadow-color: #fbcfe8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/0 {
    --tw-shadow-color: rgb(251 207 232 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/10 {
    --tw-shadow-color: rgb(251 207 232 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/100 {
    --tw-shadow-color: rgb(251 207 232 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/15 {
    --tw-shadow-color: rgb(251 207 232 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/20 {
    --tw-shadow-color: rgb(251 207 232 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/25 {
    --tw-shadow-color: rgb(251 207 232 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/30 {
    --tw-shadow-color: rgb(251 207 232 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/35 {
    --tw-shadow-color: rgb(251 207 232 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/40 {
    --tw-shadow-color: rgb(251 207 232 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/45 {
    --tw-shadow-color: rgb(251 207 232 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/5 {
    --tw-shadow-color: rgb(251 207 232 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/50 {
    --tw-shadow-color: rgb(251 207 232 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/55 {
    --tw-shadow-color: rgb(251 207 232 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/60 {
    --tw-shadow-color: rgb(251 207 232 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/65 {
    --tw-shadow-color: rgb(251 207 232 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/70 {
    --tw-shadow-color: rgb(251 207 232 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/75 {
    --tw-shadow-color: rgb(251 207 232 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/80 {
    --tw-shadow-color: rgb(251 207 232 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/85 {
    --tw-shadow-color: rgb(251 207 232 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/90 {
    --tw-shadow-color: rgb(251 207 232 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-200\/95 {
    --tw-shadow-color: rgb(251 207 232 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300 {
    --tw-shadow-color: #f9a8d4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/0 {
    --tw-shadow-color: rgb(249 168 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/10 {
    --tw-shadow-color: rgb(249 168 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/100 {
    --tw-shadow-color: rgb(249 168 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/15 {
    --tw-shadow-color: rgb(249 168 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/20 {
    --tw-shadow-color: rgb(249 168 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/25 {
    --tw-shadow-color: rgb(249 168 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/30 {
    --tw-shadow-color: rgb(249 168 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/35 {
    --tw-shadow-color: rgb(249 168 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/40 {
    --tw-shadow-color: rgb(249 168 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/45 {
    --tw-shadow-color: rgb(249 168 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/5 {
    --tw-shadow-color: rgb(249 168 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/50 {
    --tw-shadow-color: rgb(249 168 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/55 {
    --tw-shadow-color: rgb(249 168 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/60 {
    --tw-shadow-color: rgb(249 168 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/65 {
    --tw-shadow-color: rgb(249 168 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/70 {
    --tw-shadow-color: rgb(249 168 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/75 {
    --tw-shadow-color: rgb(249 168 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/80 {
    --tw-shadow-color: rgb(249 168 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/85 {
    --tw-shadow-color: rgb(249 168 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/90 {
    --tw-shadow-color: rgb(249 168 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-300\/95 {
    --tw-shadow-color: rgb(249 168 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400 {
    --tw-shadow-color: #f472b6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/0 {
    --tw-shadow-color: rgb(244 114 182 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/10 {
    --tw-shadow-color: rgb(244 114 182 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/100 {
    --tw-shadow-color: rgb(244 114 182 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/15 {
    --tw-shadow-color: rgb(244 114 182 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/20 {
    --tw-shadow-color: rgb(244 114 182 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/25 {
    --tw-shadow-color: rgb(244 114 182 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/30 {
    --tw-shadow-color: rgb(244 114 182 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/35 {
    --tw-shadow-color: rgb(244 114 182 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/40 {
    --tw-shadow-color: rgb(244 114 182 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/45 {
    --tw-shadow-color: rgb(244 114 182 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/5 {
    --tw-shadow-color: rgb(244 114 182 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/50 {
    --tw-shadow-color: rgb(244 114 182 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/55 {
    --tw-shadow-color: rgb(244 114 182 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/60 {
    --tw-shadow-color: rgb(244 114 182 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/65 {
    --tw-shadow-color: rgb(244 114 182 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/70 {
    --tw-shadow-color: rgb(244 114 182 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/75 {
    --tw-shadow-color: rgb(244 114 182 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/80 {
    --tw-shadow-color: rgb(244 114 182 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/85 {
    --tw-shadow-color: rgb(244 114 182 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/90 {
    --tw-shadow-color: rgb(244 114 182 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-400\/95 {
    --tw-shadow-color: rgb(244 114 182 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50 {
    --tw-shadow-color: #fdf2f8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/0 {
    --tw-shadow-color: rgb(253 242 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/10 {
    --tw-shadow-color: rgb(253 242 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/100 {
    --tw-shadow-color: rgb(253 242 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/15 {
    --tw-shadow-color: rgb(253 242 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/20 {
    --tw-shadow-color: rgb(253 242 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/25 {
    --tw-shadow-color: rgb(253 242 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/30 {
    --tw-shadow-color: rgb(253 242 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/35 {
    --tw-shadow-color: rgb(253 242 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/40 {
    --tw-shadow-color: rgb(253 242 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/45 {
    --tw-shadow-color: rgb(253 242 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/5 {
    --tw-shadow-color: rgb(253 242 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/50 {
    --tw-shadow-color: rgb(253 242 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/55 {
    --tw-shadow-color: rgb(253 242 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/60 {
    --tw-shadow-color: rgb(253 242 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/65 {
    --tw-shadow-color: rgb(253 242 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/70 {
    --tw-shadow-color: rgb(253 242 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/75 {
    --tw-shadow-color: rgb(253 242 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/80 {
    --tw-shadow-color: rgb(253 242 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/85 {
    --tw-shadow-color: rgb(253 242 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/90 {
    --tw-shadow-color: rgb(253 242 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-50\/95 {
    --tw-shadow-color: rgb(253 242 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500 {
    --tw-shadow-color: #ec4899 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/0 {
    --tw-shadow-color: rgb(236 72 153 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/10 {
    --tw-shadow-color: rgb(236 72 153 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/100 {
    --tw-shadow-color: rgb(236 72 153 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/15 {
    --tw-shadow-color: rgb(236 72 153 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/20 {
    --tw-shadow-color: rgb(236 72 153 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/25 {
    --tw-shadow-color: rgb(236 72 153 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/30 {
    --tw-shadow-color: rgb(236 72 153 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/35 {
    --tw-shadow-color: rgb(236 72 153 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/40 {
    --tw-shadow-color: rgb(236 72 153 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/45 {
    --tw-shadow-color: rgb(236 72 153 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/5 {
    --tw-shadow-color: rgb(236 72 153 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/50 {
    --tw-shadow-color: rgb(236 72 153 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/55 {
    --tw-shadow-color: rgb(236 72 153 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/60 {
    --tw-shadow-color: rgb(236 72 153 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/65 {
    --tw-shadow-color: rgb(236 72 153 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/70 {
    --tw-shadow-color: rgb(236 72 153 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/75 {
    --tw-shadow-color: rgb(236 72 153 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/80 {
    --tw-shadow-color: rgb(236 72 153 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/85 {
    --tw-shadow-color: rgb(236 72 153 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/90 {
    --tw-shadow-color: rgb(236 72 153 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-500\/95 {
    --tw-shadow-color: rgb(236 72 153 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600 {
    --tw-shadow-color: #db2777 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/0 {
    --tw-shadow-color: rgb(219 39 119 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/10 {
    --tw-shadow-color: rgb(219 39 119 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/100 {
    --tw-shadow-color: rgb(219 39 119 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/15 {
    --tw-shadow-color: rgb(219 39 119 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/20 {
    --tw-shadow-color: rgb(219 39 119 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/25 {
    --tw-shadow-color: rgb(219 39 119 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/30 {
    --tw-shadow-color: rgb(219 39 119 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/35 {
    --tw-shadow-color: rgb(219 39 119 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/40 {
    --tw-shadow-color: rgb(219 39 119 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/45 {
    --tw-shadow-color: rgb(219 39 119 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/5 {
    --tw-shadow-color: rgb(219 39 119 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/50 {
    --tw-shadow-color: rgb(219 39 119 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/55 {
    --tw-shadow-color: rgb(219 39 119 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/60 {
    --tw-shadow-color: rgb(219 39 119 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/65 {
    --tw-shadow-color: rgb(219 39 119 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/70 {
    --tw-shadow-color: rgb(219 39 119 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/75 {
    --tw-shadow-color: rgb(219 39 119 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/80 {
    --tw-shadow-color: rgb(219 39 119 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/85 {
    --tw-shadow-color: rgb(219 39 119 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/90 {
    --tw-shadow-color: rgb(219 39 119 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-600\/95 {
    --tw-shadow-color: rgb(219 39 119 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700 {
    --tw-shadow-color: #be185d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/0 {
    --tw-shadow-color: rgb(190 24 93 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/10 {
    --tw-shadow-color: rgb(190 24 93 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/100 {
    --tw-shadow-color: rgb(190 24 93 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/15 {
    --tw-shadow-color: rgb(190 24 93 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/20 {
    --tw-shadow-color: rgb(190 24 93 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/25 {
    --tw-shadow-color: rgb(190 24 93 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/30 {
    --tw-shadow-color: rgb(190 24 93 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/35 {
    --tw-shadow-color: rgb(190 24 93 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/40 {
    --tw-shadow-color: rgb(190 24 93 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/45 {
    --tw-shadow-color: rgb(190 24 93 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/5 {
    --tw-shadow-color: rgb(190 24 93 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/50 {
    --tw-shadow-color: rgb(190 24 93 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/55 {
    --tw-shadow-color: rgb(190 24 93 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/60 {
    --tw-shadow-color: rgb(190 24 93 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/65 {
    --tw-shadow-color: rgb(190 24 93 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/70 {
    --tw-shadow-color: rgb(190 24 93 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/75 {
    --tw-shadow-color: rgb(190 24 93 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/80 {
    --tw-shadow-color: rgb(190 24 93 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/85 {
    --tw-shadow-color: rgb(190 24 93 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/90 {
    --tw-shadow-color: rgb(190 24 93 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-700\/95 {
    --tw-shadow-color: rgb(190 24 93 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800 {
    --tw-shadow-color: #9d174d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/0 {
    --tw-shadow-color: rgb(157 23 77 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/10 {
    --tw-shadow-color: rgb(157 23 77 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/100 {
    --tw-shadow-color: rgb(157 23 77 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/15 {
    --tw-shadow-color: rgb(157 23 77 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/20 {
    --tw-shadow-color: rgb(157 23 77 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/25 {
    --tw-shadow-color: rgb(157 23 77 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/30 {
    --tw-shadow-color: rgb(157 23 77 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/35 {
    --tw-shadow-color: rgb(157 23 77 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/40 {
    --tw-shadow-color: rgb(157 23 77 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/45 {
    --tw-shadow-color: rgb(157 23 77 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/5 {
    --tw-shadow-color: rgb(157 23 77 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/50 {
    --tw-shadow-color: rgb(157 23 77 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/55 {
    --tw-shadow-color: rgb(157 23 77 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/60 {
    --tw-shadow-color: rgb(157 23 77 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/65 {
    --tw-shadow-color: rgb(157 23 77 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/70 {
    --tw-shadow-color: rgb(157 23 77 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/75 {
    --tw-shadow-color: rgb(157 23 77 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/80 {
    --tw-shadow-color: rgb(157 23 77 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/85 {
    --tw-shadow-color: rgb(157 23 77 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/90 {
    --tw-shadow-color: rgb(157 23 77 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-800\/95 {
    --tw-shadow-color: rgb(157 23 77 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900 {
    --tw-shadow-color: #831843 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/0 {
    --tw-shadow-color: rgb(131 24 67 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/10 {
    --tw-shadow-color: rgb(131 24 67 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/100 {
    --tw-shadow-color: rgb(131 24 67 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/15 {
    --tw-shadow-color: rgb(131 24 67 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/20 {
    --tw-shadow-color: rgb(131 24 67 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/25 {
    --tw-shadow-color: rgb(131 24 67 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/30 {
    --tw-shadow-color: rgb(131 24 67 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/35 {
    --tw-shadow-color: rgb(131 24 67 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/40 {
    --tw-shadow-color: rgb(131 24 67 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/45 {
    --tw-shadow-color: rgb(131 24 67 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/5 {
    --tw-shadow-color: rgb(131 24 67 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/50 {
    --tw-shadow-color: rgb(131 24 67 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/55 {
    --tw-shadow-color: rgb(131 24 67 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/60 {
    --tw-shadow-color: rgb(131 24 67 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/65 {
    --tw-shadow-color: rgb(131 24 67 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/70 {
    --tw-shadow-color: rgb(131 24 67 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/75 {
    --tw-shadow-color: rgb(131 24 67 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/80 {
    --tw-shadow-color: rgb(131 24 67 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/85 {
    --tw-shadow-color: rgb(131 24 67 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/90 {
    --tw-shadow-color: rgb(131 24 67 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-900\/95 {
    --tw-shadow-color: rgb(131 24 67 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950 {
    --tw-shadow-color: #500724 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/0 {
    --tw-shadow-color: rgb(80 7 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/10 {
    --tw-shadow-color: rgb(80 7 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/100 {
    --tw-shadow-color: rgb(80 7 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/15 {
    --tw-shadow-color: rgb(80 7 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/20 {
    --tw-shadow-color: rgb(80 7 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/25 {
    --tw-shadow-color: rgb(80 7 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/30 {
    --tw-shadow-color: rgb(80 7 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/35 {
    --tw-shadow-color: rgb(80 7 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/40 {
    --tw-shadow-color: rgb(80 7 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/45 {
    --tw-shadow-color: rgb(80 7 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/5 {
    --tw-shadow-color: rgb(80 7 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/50 {
    --tw-shadow-color: rgb(80 7 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/55 {
    --tw-shadow-color: rgb(80 7 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/60 {
    --tw-shadow-color: rgb(80 7 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/65 {
    --tw-shadow-color: rgb(80 7 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/70 {
    --tw-shadow-color: rgb(80 7 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/75 {
    --tw-shadow-color: rgb(80 7 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/80 {
    --tw-shadow-color: rgb(80 7 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/85 {
    --tw-shadow-color: rgb(80 7 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/90 {
    --tw-shadow-color: rgb(80 7 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-pink-950\/95 {
    --tw-shadow-color: rgb(80 7 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100 {
    --tw-shadow-color: #f3e8ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/0 {
    --tw-shadow-color: rgb(243 232 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/10 {
    --tw-shadow-color: rgb(243 232 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/100 {
    --tw-shadow-color: rgb(243 232 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/15 {
    --tw-shadow-color: rgb(243 232 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/20 {
    --tw-shadow-color: rgb(243 232 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/25 {
    --tw-shadow-color: rgb(243 232 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/30 {
    --tw-shadow-color: rgb(243 232 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/35 {
    --tw-shadow-color: rgb(243 232 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/40 {
    --tw-shadow-color: rgb(243 232 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/45 {
    --tw-shadow-color: rgb(243 232 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/5 {
    --tw-shadow-color: rgb(243 232 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/50 {
    --tw-shadow-color: rgb(243 232 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/55 {
    --tw-shadow-color: rgb(243 232 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/60 {
    --tw-shadow-color: rgb(243 232 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/65 {
    --tw-shadow-color: rgb(243 232 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/70 {
    --tw-shadow-color: rgb(243 232 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/75 {
    --tw-shadow-color: rgb(243 232 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/80 {
    --tw-shadow-color: rgb(243 232 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/85 {
    --tw-shadow-color: rgb(243 232 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/90 {
    --tw-shadow-color: rgb(243 232 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-100\/95 {
    --tw-shadow-color: rgb(243 232 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200 {
    --tw-shadow-color: #e9d5ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/0 {
    --tw-shadow-color: rgb(233 213 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/10 {
    --tw-shadow-color: rgb(233 213 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/100 {
    --tw-shadow-color: rgb(233 213 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/15 {
    --tw-shadow-color: rgb(233 213 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/20 {
    --tw-shadow-color: rgb(233 213 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/25 {
    --tw-shadow-color: rgb(233 213 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/30 {
    --tw-shadow-color: rgb(233 213 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/35 {
    --tw-shadow-color: rgb(233 213 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/40 {
    --tw-shadow-color: rgb(233 213 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/45 {
    --tw-shadow-color: rgb(233 213 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/5 {
    --tw-shadow-color: rgb(233 213 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/50 {
    --tw-shadow-color: rgb(233 213 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/55 {
    --tw-shadow-color: rgb(233 213 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/60 {
    --tw-shadow-color: rgb(233 213 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/65 {
    --tw-shadow-color: rgb(233 213 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/70 {
    --tw-shadow-color: rgb(233 213 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/75 {
    --tw-shadow-color: rgb(233 213 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/80 {
    --tw-shadow-color: rgb(233 213 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/85 {
    --tw-shadow-color: rgb(233 213 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/90 {
    --tw-shadow-color: rgb(233 213 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-200\/95 {
    --tw-shadow-color: rgb(233 213 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300 {
    --tw-shadow-color: #d8b4fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/0 {
    --tw-shadow-color: rgb(216 180 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/10 {
    --tw-shadow-color: rgb(216 180 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/100 {
    --tw-shadow-color: rgb(216 180 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/15 {
    --tw-shadow-color: rgb(216 180 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/20 {
    --tw-shadow-color: rgb(216 180 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/25 {
    --tw-shadow-color: rgb(216 180 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/30 {
    --tw-shadow-color: rgb(216 180 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/35 {
    --tw-shadow-color: rgb(216 180 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/40 {
    --tw-shadow-color: rgb(216 180 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/45 {
    --tw-shadow-color: rgb(216 180 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/5 {
    --tw-shadow-color: rgb(216 180 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/50 {
    --tw-shadow-color: rgb(216 180 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/55 {
    --tw-shadow-color: rgb(216 180 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/60 {
    --tw-shadow-color: rgb(216 180 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/65 {
    --tw-shadow-color: rgb(216 180 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/70 {
    --tw-shadow-color: rgb(216 180 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/75 {
    --tw-shadow-color: rgb(216 180 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/80 {
    --tw-shadow-color: rgb(216 180 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/85 {
    --tw-shadow-color: rgb(216 180 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/90 {
    --tw-shadow-color: rgb(216 180 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-300\/95 {
    --tw-shadow-color: rgb(216 180 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400 {
    --tw-shadow-color: #c084fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/0 {
    --tw-shadow-color: rgb(192 132 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/10 {
    --tw-shadow-color: rgb(192 132 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/100 {
    --tw-shadow-color: rgb(192 132 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/15 {
    --tw-shadow-color: rgb(192 132 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/20 {
    --tw-shadow-color: rgb(192 132 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/25 {
    --tw-shadow-color: rgb(192 132 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/30 {
    --tw-shadow-color: rgb(192 132 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/35 {
    --tw-shadow-color: rgb(192 132 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/40 {
    --tw-shadow-color: rgb(192 132 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/45 {
    --tw-shadow-color: rgb(192 132 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/5 {
    --tw-shadow-color: rgb(192 132 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/50 {
    --tw-shadow-color: rgb(192 132 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/55 {
    --tw-shadow-color: rgb(192 132 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/60 {
    --tw-shadow-color: rgb(192 132 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/65 {
    --tw-shadow-color: rgb(192 132 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/70 {
    --tw-shadow-color: rgb(192 132 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/75 {
    --tw-shadow-color: rgb(192 132 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/80 {
    --tw-shadow-color: rgb(192 132 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/85 {
    --tw-shadow-color: rgb(192 132 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/90 {
    --tw-shadow-color: rgb(192 132 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-400\/95 {
    --tw-shadow-color: rgb(192 132 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50 {
    --tw-shadow-color: #faf5ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/0 {
    --tw-shadow-color: rgb(250 245 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/10 {
    --tw-shadow-color: rgb(250 245 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/100 {
    --tw-shadow-color: rgb(250 245 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/15 {
    --tw-shadow-color: rgb(250 245 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/20 {
    --tw-shadow-color: rgb(250 245 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/25 {
    --tw-shadow-color: rgb(250 245 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/30 {
    --tw-shadow-color: rgb(250 245 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/35 {
    --tw-shadow-color: rgb(250 245 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/40 {
    --tw-shadow-color: rgb(250 245 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/45 {
    --tw-shadow-color: rgb(250 245 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/5 {
    --tw-shadow-color: rgb(250 245 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/50 {
    --tw-shadow-color: rgb(250 245 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/55 {
    --tw-shadow-color: rgb(250 245 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/60 {
    --tw-shadow-color: rgb(250 245 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/65 {
    --tw-shadow-color: rgb(250 245 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/70 {
    --tw-shadow-color: rgb(250 245 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/75 {
    --tw-shadow-color: rgb(250 245 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/80 {
    --tw-shadow-color: rgb(250 245 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/85 {
    --tw-shadow-color: rgb(250 245 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/90 {
    --tw-shadow-color: rgb(250 245 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-50\/95 {
    --tw-shadow-color: rgb(250 245 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500 {
    --tw-shadow-color: #a855f7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/0 {
    --tw-shadow-color: rgb(168 85 247 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/10 {
    --tw-shadow-color: rgb(168 85 247 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/100 {
    --tw-shadow-color: rgb(168 85 247 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/15 {
    --tw-shadow-color: rgb(168 85 247 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/20 {
    --tw-shadow-color: rgb(168 85 247 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/25 {
    --tw-shadow-color: rgb(168 85 247 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/30 {
    --tw-shadow-color: rgb(168 85 247 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/35 {
    --tw-shadow-color: rgb(168 85 247 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/40 {
    --tw-shadow-color: rgb(168 85 247 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/45 {
    --tw-shadow-color: rgb(168 85 247 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/5 {
    --tw-shadow-color: rgb(168 85 247 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/50 {
    --tw-shadow-color: rgb(168 85 247 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/55 {
    --tw-shadow-color: rgb(168 85 247 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/60 {
    --tw-shadow-color: rgb(168 85 247 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/65 {
    --tw-shadow-color: rgb(168 85 247 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/70 {
    --tw-shadow-color: rgb(168 85 247 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/75 {
    --tw-shadow-color: rgb(168 85 247 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/80 {
    --tw-shadow-color: rgb(168 85 247 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/85 {
    --tw-shadow-color: rgb(168 85 247 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/90 {
    --tw-shadow-color: rgb(168 85 247 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-500\/95 {
    --tw-shadow-color: rgb(168 85 247 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600 {
    --tw-shadow-color: #9333ea !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/0 {
    --tw-shadow-color: rgb(147 51 234 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/10 {
    --tw-shadow-color: rgb(147 51 234 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/100 {
    --tw-shadow-color: rgb(147 51 234 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/15 {
    --tw-shadow-color: rgb(147 51 234 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/20 {
    --tw-shadow-color: rgb(147 51 234 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/25 {
    --tw-shadow-color: rgb(147 51 234 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/30 {
    --tw-shadow-color: rgb(147 51 234 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/35 {
    --tw-shadow-color: rgb(147 51 234 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/40 {
    --tw-shadow-color: rgb(147 51 234 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/45 {
    --tw-shadow-color: rgb(147 51 234 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/5 {
    --tw-shadow-color: rgb(147 51 234 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/50 {
    --tw-shadow-color: rgb(147 51 234 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/55 {
    --tw-shadow-color: rgb(147 51 234 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/60 {
    --tw-shadow-color: rgb(147 51 234 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/65 {
    --tw-shadow-color: rgb(147 51 234 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/70 {
    --tw-shadow-color: rgb(147 51 234 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/75 {
    --tw-shadow-color: rgb(147 51 234 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/80 {
    --tw-shadow-color: rgb(147 51 234 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/85 {
    --tw-shadow-color: rgb(147 51 234 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/90 {
    --tw-shadow-color: rgb(147 51 234 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-600\/95 {
    --tw-shadow-color: rgb(147 51 234 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700 {
    --tw-shadow-color: #7e22ce !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/0 {
    --tw-shadow-color: rgb(126 34 206 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/10 {
    --tw-shadow-color: rgb(126 34 206 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/100 {
    --tw-shadow-color: rgb(126 34 206 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/15 {
    --tw-shadow-color: rgb(126 34 206 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/20 {
    --tw-shadow-color: rgb(126 34 206 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/25 {
    --tw-shadow-color: rgb(126 34 206 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/30 {
    --tw-shadow-color: rgb(126 34 206 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/35 {
    --tw-shadow-color: rgb(126 34 206 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/40 {
    --tw-shadow-color: rgb(126 34 206 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/45 {
    --tw-shadow-color: rgb(126 34 206 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/5 {
    --tw-shadow-color: rgb(126 34 206 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/50 {
    --tw-shadow-color: rgb(126 34 206 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/55 {
    --tw-shadow-color: rgb(126 34 206 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/60 {
    --tw-shadow-color: rgb(126 34 206 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/65 {
    --tw-shadow-color: rgb(126 34 206 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/70 {
    --tw-shadow-color: rgb(126 34 206 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/75 {
    --tw-shadow-color: rgb(126 34 206 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/80 {
    --tw-shadow-color: rgb(126 34 206 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/85 {
    --tw-shadow-color: rgb(126 34 206 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/90 {
    --tw-shadow-color: rgb(126 34 206 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-700\/95 {
    --tw-shadow-color: rgb(126 34 206 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800 {
    --tw-shadow-color: #6b21a8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/0 {
    --tw-shadow-color: rgb(107 33 168 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/10 {
    --tw-shadow-color: rgb(107 33 168 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/100 {
    --tw-shadow-color: rgb(107 33 168 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/15 {
    --tw-shadow-color: rgb(107 33 168 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/20 {
    --tw-shadow-color: rgb(107 33 168 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/25 {
    --tw-shadow-color: rgb(107 33 168 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/30 {
    --tw-shadow-color: rgb(107 33 168 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/35 {
    --tw-shadow-color: rgb(107 33 168 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/40 {
    --tw-shadow-color: rgb(107 33 168 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/45 {
    --tw-shadow-color: rgb(107 33 168 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/5 {
    --tw-shadow-color: rgb(107 33 168 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/50 {
    --tw-shadow-color: rgb(107 33 168 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/55 {
    --tw-shadow-color: rgb(107 33 168 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/60 {
    --tw-shadow-color: rgb(107 33 168 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/65 {
    --tw-shadow-color: rgb(107 33 168 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/70 {
    --tw-shadow-color: rgb(107 33 168 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/75 {
    --tw-shadow-color: rgb(107 33 168 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/80 {
    --tw-shadow-color: rgb(107 33 168 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/85 {
    --tw-shadow-color: rgb(107 33 168 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/90 {
    --tw-shadow-color: rgb(107 33 168 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-800\/95 {
    --tw-shadow-color: rgb(107 33 168 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900 {
    --tw-shadow-color: #581c87 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/0 {
    --tw-shadow-color: rgb(88 28 135 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/10 {
    --tw-shadow-color: rgb(88 28 135 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/100 {
    --tw-shadow-color: rgb(88 28 135 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/15 {
    --tw-shadow-color: rgb(88 28 135 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/20 {
    --tw-shadow-color: rgb(88 28 135 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/25 {
    --tw-shadow-color: rgb(88 28 135 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/30 {
    --tw-shadow-color: rgb(88 28 135 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/35 {
    --tw-shadow-color: rgb(88 28 135 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/40 {
    --tw-shadow-color: rgb(88 28 135 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/45 {
    --tw-shadow-color: rgb(88 28 135 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/5 {
    --tw-shadow-color: rgb(88 28 135 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/50 {
    --tw-shadow-color: rgb(88 28 135 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/55 {
    --tw-shadow-color: rgb(88 28 135 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/60 {
    --tw-shadow-color: rgb(88 28 135 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/65 {
    --tw-shadow-color: rgb(88 28 135 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/70 {
    --tw-shadow-color: rgb(88 28 135 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/75 {
    --tw-shadow-color: rgb(88 28 135 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/80 {
    --tw-shadow-color: rgb(88 28 135 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/85 {
    --tw-shadow-color: rgb(88 28 135 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/90 {
    --tw-shadow-color: rgb(88 28 135 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-900\/95 {
    --tw-shadow-color: rgb(88 28 135 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950 {
    --tw-shadow-color: #3b0764 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/0 {
    --tw-shadow-color: rgb(59 7 100 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/10 {
    --tw-shadow-color: rgb(59 7 100 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/100 {
    --tw-shadow-color: rgb(59 7 100 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/15 {
    --tw-shadow-color: rgb(59 7 100 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/20 {
    --tw-shadow-color: rgb(59 7 100 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/25 {
    --tw-shadow-color: rgb(59 7 100 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/30 {
    --tw-shadow-color: rgb(59 7 100 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/35 {
    --tw-shadow-color: rgb(59 7 100 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/40 {
    --tw-shadow-color: rgb(59 7 100 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/45 {
    --tw-shadow-color: rgb(59 7 100 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/5 {
    --tw-shadow-color: rgb(59 7 100 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/50 {
    --tw-shadow-color: rgb(59 7 100 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/55 {
    --tw-shadow-color: rgb(59 7 100 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/60 {
    --tw-shadow-color: rgb(59 7 100 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/65 {
    --tw-shadow-color: rgb(59 7 100 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/70 {
    --tw-shadow-color: rgb(59 7 100 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/75 {
    --tw-shadow-color: rgb(59 7 100 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/80 {
    --tw-shadow-color: rgb(59 7 100 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/85 {
    --tw-shadow-color: rgb(59 7 100 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/90 {
    --tw-shadow-color: rgb(59 7 100 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-purple-950\/95 {
    --tw-shadow-color: rgb(59 7 100 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100 {
    --tw-shadow-color: #fee2e2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/0 {
    --tw-shadow-color: rgb(254 226 226 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/10 {
    --tw-shadow-color: rgb(254 226 226 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/100 {
    --tw-shadow-color: rgb(254 226 226 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/15 {
    --tw-shadow-color: rgb(254 226 226 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/20 {
    --tw-shadow-color: rgb(254 226 226 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/25 {
    --tw-shadow-color: rgb(254 226 226 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/30 {
    --tw-shadow-color: rgb(254 226 226 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/35 {
    --tw-shadow-color: rgb(254 226 226 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/40 {
    --tw-shadow-color: rgb(254 226 226 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/45 {
    --tw-shadow-color: rgb(254 226 226 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/5 {
    --tw-shadow-color: rgb(254 226 226 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/50 {
    --tw-shadow-color: rgb(254 226 226 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/55 {
    --tw-shadow-color: rgb(254 226 226 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/60 {
    --tw-shadow-color: rgb(254 226 226 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/65 {
    --tw-shadow-color: rgb(254 226 226 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/70 {
    --tw-shadow-color: rgb(254 226 226 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/75 {
    --tw-shadow-color: rgb(254 226 226 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/80 {
    --tw-shadow-color: rgb(254 226 226 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/85 {
    --tw-shadow-color: rgb(254 226 226 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/90 {
    --tw-shadow-color: rgb(254 226 226 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-100\/95 {
    --tw-shadow-color: rgb(254 226 226 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200 {
    --tw-shadow-color: #fecaca !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/0 {
    --tw-shadow-color: rgb(254 202 202 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/10 {
    --tw-shadow-color: rgb(254 202 202 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/100 {
    --tw-shadow-color: rgb(254 202 202 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/15 {
    --tw-shadow-color: rgb(254 202 202 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/20 {
    --tw-shadow-color: rgb(254 202 202 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/25 {
    --tw-shadow-color: rgb(254 202 202 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/30 {
    --tw-shadow-color: rgb(254 202 202 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/35 {
    --tw-shadow-color: rgb(254 202 202 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/40 {
    --tw-shadow-color: rgb(254 202 202 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/45 {
    --tw-shadow-color: rgb(254 202 202 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/5 {
    --tw-shadow-color: rgb(254 202 202 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/50 {
    --tw-shadow-color: rgb(254 202 202 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/55 {
    --tw-shadow-color: rgb(254 202 202 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/60 {
    --tw-shadow-color: rgb(254 202 202 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/65 {
    --tw-shadow-color: rgb(254 202 202 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/70 {
    --tw-shadow-color: rgb(254 202 202 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/75 {
    --tw-shadow-color: rgb(254 202 202 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/80 {
    --tw-shadow-color: rgb(254 202 202 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/85 {
    --tw-shadow-color: rgb(254 202 202 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/90 {
    --tw-shadow-color: rgb(254 202 202 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-200\/95 {
    --tw-shadow-color: rgb(254 202 202 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300 {
    --tw-shadow-color: #fca5a5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/0 {
    --tw-shadow-color: rgb(252 165 165 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/10 {
    --tw-shadow-color: rgb(252 165 165 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/100 {
    --tw-shadow-color: rgb(252 165 165 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/15 {
    --tw-shadow-color: rgb(252 165 165 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/20 {
    --tw-shadow-color: rgb(252 165 165 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/25 {
    --tw-shadow-color: rgb(252 165 165 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/30 {
    --tw-shadow-color: rgb(252 165 165 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/35 {
    --tw-shadow-color: rgb(252 165 165 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/40 {
    --tw-shadow-color: rgb(252 165 165 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/45 {
    --tw-shadow-color: rgb(252 165 165 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/5 {
    --tw-shadow-color: rgb(252 165 165 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/50 {
    --tw-shadow-color: rgb(252 165 165 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/55 {
    --tw-shadow-color: rgb(252 165 165 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/60 {
    --tw-shadow-color: rgb(252 165 165 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/65 {
    --tw-shadow-color: rgb(252 165 165 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/70 {
    --tw-shadow-color: rgb(252 165 165 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/75 {
    --tw-shadow-color: rgb(252 165 165 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/80 {
    --tw-shadow-color: rgb(252 165 165 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/85 {
    --tw-shadow-color: rgb(252 165 165 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/90 {
    --tw-shadow-color: rgb(252 165 165 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-300\/95 {
    --tw-shadow-color: rgb(252 165 165 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400 {
    --tw-shadow-color: #f87171 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/0 {
    --tw-shadow-color: rgb(248 113 113 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/10 {
    --tw-shadow-color: rgb(248 113 113 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/100 {
    --tw-shadow-color: rgb(248 113 113 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/15 {
    --tw-shadow-color: rgb(248 113 113 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/20 {
    --tw-shadow-color: rgb(248 113 113 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/25 {
    --tw-shadow-color: rgb(248 113 113 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/30 {
    --tw-shadow-color: rgb(248 113 113 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/35 {
    --tw-shadow-color: rgb(248 113 113 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/40 {
    --tw-shadow-color: rgb(248 113 113 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/45 {
    --tw-shadow-color: rgb(248 113 113 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/5 {
    --tw-shadow-color: rgb(248 113 113 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/50 {
    --tw-shadow-color: rgb(248 113 113 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/55 {
    --tw-shadow-color: rgb(248 113 113 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/60 {
    --tw-shadow-color: rgb(248 113 113 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/65 {
    --tw-shadow-color: rgb(248 113 113 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/70 {
    --tw-shadow-color: rgb(248 113 113 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/75 {
    --tw-shadow-color: rgb(248 113 113 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/80 {
    --tw-shadow-color: rgb(248 113 113 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/85 {
    --tw-shadow-color: rgb(248 113 113 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/90 {
    --tw-shadow-color: rgb(248 113 113 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-400\/95 {
    --tw-shadow-color: rgb(248 113 113 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50 {
    --tw-shadow-color: #fef2f2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/0 {
    --tw-shadow-color: rgb(254 242 242 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/10 {
    --tw-shadow-color: rgb(254 242 242 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/100 {
    --tw-shadow-color: rgb(254 242 242 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/15 {
    --tw-shadow-color: rgb(254 242 242 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/20 {
    --tw-shadow-color: rgb(254 242 242 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/25 {
    --tw-shadow-color: rgb(254 242 242 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/30 {
    --tw-shadow-color: rgb(254 242 242 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/35 {
    --tw-shadow-color: rgb(254 242 242 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/40 {
    --tw-shadow-color: rgb(254 242 242 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/45 {
    --tw-shadow-color: rgb(254 242 242 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/5 {
    --tw-shadow-color: rgb(254 242 242 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/50 {
    --tw-shadow-color: rgb(254 242 242 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/55 {
    --tw-shadow-color: rgb(254 242 242 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/60 {
    --tw-shadow-color: rgb(254 242 242 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/65 {
    --tw-shadow-color: rgb(254 242 242 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/70 {
    --tw-shadow-color: rgb(254 242 242 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/75 {
    --tw-shadow-color: rgb(254 242 242 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/80 {
    --tw-shadow-color: rgb(254 242 242 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/85 {
    --tw-shadow-color: rgb(254 242 242 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/90 {
    --tw-shadow-color: rgb(254 242 242 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-50\/95 {
    --tw-shadow-color: rgb(254 242 242 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500 {
    --tw-shadow-color: #ef4444 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/0 {
    --tw-shadow-color: rgb(239 68 68 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/10 {
    --tw-shadow-color: rgb(239 68 68 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/100 {
    --tw-shadow-color: rgb(239 68 68 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/15 {
    --tw-shadow-color: rgb(239 68 68 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/20 {
    --tw-shadow-color: rgb(239 68 68 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/25 {
    --tw-shadow-color: rgb(239 68 68 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/30 {
    --tw-shadow-color: rgb(239 68 68 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/35 {
    --tw-shadow-color: rgb(239 68 68 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/40 {
    --tw-shadow-color: rgb(239 68 68 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/45 {
    --tw-shadow-color: rgb(239 68 68 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/5 {
    --tw-shadow-color: rgb(239 68 68 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/50 {
    --tw-shadow-color: rgb(239 68 68 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/55 {
    --tw-shadow-color: rgb(239 68 68 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/60 {
    --tw-shadow-color: rgb(239 68 68 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/65 {
    --tw-shadow-color: rgb(239 68 68 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/70 {
    --tw-shadow-color: rgb(239 68 68 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/75 {
    --tw-shadow-color: rgb(239 68 68 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/80 {
    --tw-shadow-color: rgb(239 68 68 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/85 {
    --tw-shadow-color: rgb(239 68 68 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/90 {
    --tw-shadow-color: rgb(239 68 68 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-500\/95 {
    --tw-shadow-color: rgb(239 68 68 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600 {
    --tw-shadow-color: #dc2626 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/0 {
    --tw-shadow-color: rgb(220 38 38 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/10 {
    --tw-shadow-color: rgb(220 38 38 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/100 {
    --tw-shadow-color: rgb(220 38 38 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/15 {
    --tw-shadow-color: rgb(220 38 38 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/20 {
    --tw-shadow-color: rgb(220 38 38 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/25 {
    --tw-shadow-color: rgb(220 38 38 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/30 {
    --tw-shadow-color: rgb(220 38 38 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/35 {
    --tw-shadow-color: rgb(220 38 38 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/40 {
    --tw-shadow-color: rgb(220 38 38 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/45 {
    --tw-shadow-color: rgb(220 38 38 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/5 {
    --tw-shadow-color: rgb(220 38 38 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/50 {
    --tw-shadow-color: rgb(220 38 38 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/55 {
    --tw-shadow-color: rgb(220 38 38 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/60 {
    --tw-shadow-color: rgb(220 38 38 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/65 {
    --tw-shadow-color: rgb(220 38 38 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/70 {
    --tw-shadow-color: rgb(220 38 38 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/75 {
    --tw-shadow-color: rgb(220 38 38 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/80 {
    --tw-shadow-color: rgb(220 38 38 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/85 {
    --tw-shadow-color: rgb(220 38 38 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/90 {
    --tw-shadow-color: rgb(220 38 38 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-600\/95 {
    --tw-shadow-color: rgb(220 38 38 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700 {
    --tw-shadow-color: #b91c1c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/0 {
    --tw-shadow-color: rgb(185 28 28 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/10 {
    --tw-shadow-color: rgb(185 28 28 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/100 {
    --tw-shadow-color: rgb(185 28 28 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/15 {
    --tw-shadow-color: rgb(185 28 28 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/20 {
    --tw-shadow-color: rgb(185 28 28 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/25 {
    --tw-shadow-color: rgb(185 28 28 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/30 {
    --tw-shadow-color: rgb(185 28 28 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/35 {
    --tw-shadow-color: rgb(185 28 28 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/40 {
    --tw-shadow-color: rgb(185 28 28 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/45 {
    --tw-shadow-color: rgb(185 28 28 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/5 {
    --tw-shadow-color: rgb(185 28 28 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/50 {
    --tw-shadow-color: rgb(185 28 28 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/55 {
    --tw-shadow-color: rgb(185 28 28 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/60 {
    --tw-shadow-color: rgb(185 28 28 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/65 {
    --tw-shadow-color: rgb(185 28 28 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/70 {
    --tw-shadow-color: rgb(185 28 28 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/75 {
    --tw-shadow-color: rgb(185 28 28 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/80 {
    --tw-shadow-color: rgb(185 28 28 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/85 {
    --tw-shadow-color: rgb(185 28 28 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/90 {
    --tw-shadow-color: rgb(185 28 28 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-700\/95 {
    --tw-shadow-color: rgb(185 28 28 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800 {
    --tw-shadow-color: #991b1b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/0 {
    --tw-shadow-color: rgb(153 27 27 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/10 {
    --tw-shadow-color: rgb(153 27 27 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/100 {
    --tw-shadow-color: rgb(153 27 27 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/15 {
    --tw-shadow-color: rgb(153 27 27 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/20 {
    --tw-shadow-color: rgb(153 27 27 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/25 {
    --tw-shadow-color: rgb(153 27 27 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/30 {
    --tw-shadow-color: rgb(153 27 27 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/35 {
    --tw-shadow-color: rgb(153 27 27 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/40 {
    --tw-shadow-color: rgb(153 27 27 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/45 {
    --tw-shadow-color: rgb(153 27 27 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/5 {
    --tw-shadow-color: rgb(153 27 27 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/50 {
    --tw-shadow-color: rgb(153 27 27 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/55 {
    --tw-shadow-color: rgb(153 27 27 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/60 {
    --tw-shadow-color: rgb(153 27 27 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/65 {
    --tw-shadow-color: rgb(153 27 27 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/70 {
    --tw-shadow-color: rgb(153 27 27 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/75 {
    --tw-shadow-color: rgb(153 27 27 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/80 {
    --tw-shadow-color: rgb(153 27 27 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/85 {
    --tw-shadow-color: rgb(153 27 27 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/90 {
    --tw-shadow-color: rgb(153 27 27 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-800\/95 {
    --tw-shadow-color: rgb(153 27 27 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900 {
    --tw-shadow-color: #7f1d1d !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/0 {
    --tw-shadow-color: rgb(127 29 29 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/10 {
    --tw-shadow-color: rgb(127 29 29 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/100 {
    --tw-shadow-color: rgb(127 29 29 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/15 {
    --tw-shadow-color: rgb(127 29 29 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/20 {
    --tw-shadow-color: rgb(127 29 29 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/25 {
    --tw-shadow-color: rgb(127 29 29 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/30 {
    --tw-shadow-color: rgb(127 29 29 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/35 {
    --tw-shadow-color: rgb(127 29 29 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/40 {
    --tw-shadow-color: rgb(127 29 29 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/45 {
    --tw-shadow-color: rgb(127 29 29 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/5 {
    --tw-shadow-color: rgb(127 29 29 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/50 {
    --tw-shadow-color: rgb(127 29 29 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/55 {
    --tw-shadow-color: rgb(127 29 29 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/60 {
    --tw-shadow-color: rgb(127 29 29 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/65 {
    --tw-shadow-color: rgb(127 29 29 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/70 {
    --tw-shadow-color: rgb(127 29 29 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/75 {
    --tw-shadow-color: rgb(127 29 29 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/80 {
    --tw-shadow-color: rgb(127 29 29 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/85 {
    --tw-shadow-color: rgb(127 29 29 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/90 {
    --tw-shadow-color: rgb(127 29 29 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-900\/95 {
    --tw-shadow-color: rgb(127 29 29 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950 {
    --tw-shadow-color: #450a0a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/0 {
    --tw-shadow-color: rgb(69 10 10 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/10 {
    --tw-shadow-color: rgb(69 10 10 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/100 {
    --tw-shadow-color: rgb(69 10 10 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/15 {
    --tw-shadow-color: rgb(69 10 10 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/20 {
    --tw-shadow-color: rgb(69 10 10 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/25 {
    --tw-shadow-color: rgb(69 10 10 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/30 {
    --tw-shadow-color: rgb(69 10 10 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/35 {
    --tw-shadow-color: rgb(69 10 10 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/40 {
    --tw-shadow-color: rgb(69 10 10 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/45 {
    --tw-shadow-color: rgb(69 10 10 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/5 {
    --tw-shadow-color: rgb(69 10 10 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/50 {
    --tw-shadow-color: rgb(69 10 10 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/55 {
    --tw-shadow-color: rgb(69 10 10 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/60 {
    --tw-shadow-color: rgb(69 10 10 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/65 {
    --tw-shadow-color: rgb(69 10 10 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/70 {
    --tw-shadow-color: rgb(69 10 10 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/75 {
    --tw-shadow-color: rgb(69 10 10 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/80 {
    --tw-shadow-color: rgb(69 10 10 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/85 {
    --tw-shadow-color: rgb(69 10 10 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/90 {
    --tw-shadow-color: rgb(69 10 10 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-red-950\/95 {
    --tw-shadow-color: rgb(69 10 10 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100 {
    --tw-shadow-color: #ffe4e6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/0 {
    --tw-shadow-color: rgb(255 228 230 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/10 {
    --tw-shadow-color: rgb(255 228 230 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/100 {
    --tw-shadow-color: rgb(255 228 230 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/15 {
    --tw-shadow-color: rgb(255 228 230 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/20 {
    --tw-shadow-color: rgb(255 228 230 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/25 {
    --tw-shadow-color: rgb(255 228 230 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/30 {
    --tw-shadow-color: rgb(255 228 230 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/35 {
    --tw-shadow-color: rgb(255 228 230 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/40 {
    --tw-shadow-color: rgb(255 228 230 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/45 {
    --tw-shadow-color: rgb(255 228 230 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/5 {
    --tw-shadow-color: rgb(255 228 230 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/50 {
    --tw-shadow-color: rgb(255 228 230 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/55 {
    --tw-shadow-color: rgb(255 228 230 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/60 {
    --tw-shadow-color: rgb(255 228 230 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/65 {
    --tw-shadow-color: rgb(255 228 230 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/70 {
    --tw-shadow-color: rgb(255 228 230 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/75 {
    --tw-shadow-color: rgb(255 228 230 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/80 {
    --tw-shadow-color: rgb(255 228 230 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/85 {
    --tw-shadow-color: rgb(255 228 230 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/90 {
    --tw-shadow-color: rgb(255 228 230 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-100\/95 {
    --tw-shadow-color: rgb(255 228 230 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200 {
    --tw-shadow-color: #fecdd3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/0 {
    --tw-shadow-color: rgb(254 205 211 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/10 {
    --tw-shadow-color: rgb(254 205 211 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/100 {
    --tw-shadow-color: rgb(254 205 211 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/15 {
    --tw-shadow-color: rgb(254 205 211 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/20 {
    --tw-shadow-color: rgb(254 205 211 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/25 {
    --tw-shadow-color: rgb(254 205 211 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/30 {
    --tw-shadow-color: rgb(254 205 211 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/35 {
    --tw-shadow-color: rgb(254 205 211 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/40 {
    --tw-shadow-color: rgb(254 205 211 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/45 {
    --tw-shadow-color: rgb(254 205 211 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/5 {
    --tw-shadow-color: rgb(254 205 211 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/50 {
    --tw-shadow-color: rgb(254 205 211 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/55 {
    --tw-shadow-color: rgb(254 205 211 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/60 {
    --tw-shadow-color: rgb(254 205 211 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/65 {
    --tw-shadow-color: rgb(254 205 211 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/70 {
    --tw-shadow-color: rgb(254 205 211 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/75 {
    --tw-shadow-color: rgb(254 205 211 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/80 {
    --tw-shadow-color: rgb(254 205 211 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/85 {
    --tw-shadow-color: rgb(254 205 211 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/90 {
    --tw-shadow-color: rgb(254 205 211 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-200\/95 {
    --tw-shadow-color: rgb(254 205 211 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300 {
    --tw-shadow-color: #fda4af !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/0 {
    --tw-shadow-color: rgb(253 164 175 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/10 {
    --tw-shadow-color: rgb(253 164 175 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/100 {
    --tw-shadow-color: rgb(253 164 175 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/15 {
    --tw-shadow-color: rgb(253 164 175 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/20 {
    --tw-shadow-color: rgb(253 164 175 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/25 {
    --tw-shadow-color: rgb(253 164 175 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/30 {
    --tw-shadow-color: rgb(253 164 175 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/35 {
    --tw-shadow-color: rgb(253 164 175 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/40 {
    --tw-shadow-color: rgb(253 164 175 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/45 {
    --tw-shadow-color: rgb(253 164 175 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/5 {
    --tw-shadow-color: rgb(253 164 175 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/50 {
    --tw-shadow-color: rgb(253 164 175 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/55 {
    --tw-shadow-color: rgb(253 164 175 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/60 {
    --tw-shadow-color: rgb(253 164 175 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/65 {
    --tw-shadow-color: rgb(253 164 175 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/70 {
    --tw-shadow-color: rgb(253 164 175 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/75 {
    --tw-shadow-color: rgb(253 164 175 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/80 {
    --tw-shadow-color: rgb(253 164 175 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/85 {
    --tw-shadow-color: rgb(253 164 175 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/90 {
    --tw-shadow-color: rgb(253 164 175 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-300\/95 {
    --tw-shadow-color: rgb(253 164 175 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400 {
    --tw-shadow-color: #fb7185 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/0 {
    --tw-shadow-color: rgb(251 113 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/10 {
    --tw-shadow-color: rgb(251 113 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/100 {
    --tw-shadow-color: rgb(251 113 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/15 {
    --tw-shadow-color: rgb(251 113 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/20 {
    --tw-shadow-color: rgb(251 113 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/25 {
    --tw-shadow-color: rgb(251 113 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/30 {
    --tw-shadow-color: rgb(251 113 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/35 {
    --tw-shadow-color: rgb(251 113 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/40 {
    --tw-shadow-color: rgb(251 113 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/45 {
    --tw-shadow-color: rgb(251 113 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/5 {
    --tw-shadow-color: rgb(251 113 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/50 {
    --tw-shadow-color: rgb(251 113 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/55 {
    --tw-shadow-color: rgb(251 113 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/60 {
    --tw-shadow-color: rgb(251 113 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/65 {
    --tw-shadow-color: rgb(251 113 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/70 {
    --tw-shadow-color: rgb(251 113 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/75 {
    --tw-shadow-color: rgb(251 113 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/80 {
    --tw-shadow-color: rgb(251 113 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/85 {
    --tw-shadow-color: rgb(251 113 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/90 {
    --tw-shadow-color: rgb(251 113 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-400\/95 {
    --tw-shadow-color: rgb(251 113 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50 {
    --tw-shadow-color: #fff1f2 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/0 {
    --tw-shadow-color: rgb(255 241 242 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/10 {
    --tw-shadow-color: rgb(255 241 242 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/100 {
    --tw-shadow-color: rgb(255 241 242 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/15 {
    --tw-shadow-color: rgb(255 241 242 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/20 {
    --tw-shadow-color: rgb(255 241 242 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/25 {
    --tw-shadow-color: rgb(255 241 242 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/30 {
    --tw-shadow-color: rgb(255 241 242 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/35 {
    --tw-shadow-color: rgb(255 241 242 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/40 {
    --tw-shadow-color: rgb(255 241 242 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/45 {
    --tw-shadow-color: rgb(255 241 242 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/5 {
    --tw-shadow-color: rgb(255 241 242 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/50 {
    --tw-shadow-color: rgb(255 241 242 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/55 {
    --tw-shadow-color: rgb(255 241 242 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/60 {
    --tw-shadow-color: rgb(255 241 242 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/65 {
    --tw-shadow-color: rgb(255 241 242 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/70 {
    --tw-shadow-color: rgb(255 241 242 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/75 {
    --tw-shadow-color: rgb(255 241 242 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/80 {
    --tw-shadow-color: rgb(255 241 242 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/85 {
    --tw-shadow-color: rgb(255 241 242 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/90 {
    --tw-shadow-color: rgb(255 241 242 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-50\/95 {
    --tw-shadow-color: rgb(255 241 242 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500 {
    --tw-shadow-color: #f43f5e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/0 {
    --tw-shadow-color: rgb(244 63 94 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/10 {
    --tw-shadow-color: rgb(244 63 94 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/100 {
    --tw-shadow-color: rgb(244 63 94 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/15 {
    --tw-shadow-color: rgb(244 63 94 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/20 {
    --tw-shadow-color: rgb(244 63 94 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/25 {
    --tw-shadow-color: rgb(244 63 94 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/30 {
    --tw-shadow-color: rgb(244 63 94 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/35 {
    --tw-shadow-color: rgb(244 63 94 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/40 {
    --tw-shadow-color: rgb(244 63 94 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/45 {
    --tw-shadow-color: rgb(244 63 94 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/5 {
    --tw-shadow-color: rgb(244 63 94 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/50 {
    --tw-shadow-color: rgb(244 63 94 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/55 {
    --tw-shadow-color: rgb(244 63 94 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/60 {
    --tw-shadow-color: rgb(244 63 94 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/65 {
    --tw-shadow-color: rgb(244 63 94 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/70 {
    --tw-shadow-color: rgb(244 63 94 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/75 {
    --tw-shadow-color: rgb(244 63 94 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/80 {
    --tw-shadow-color: rgb(244 63 94 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/85 {
    --tw-shadow-color: rgb(244 63 94 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/90 {
    --tw-shadow-color: rgb(244 63 94 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-500\/95 {
    --tw-shadow-color: rgb(244 63 94 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600 {
    --tw-shadow-color: #e11d48 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/0 {
    --tw-shadow-color: rgb(225 29 72 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/10 {
    --tw-shadow-color: rgb(225 29 72 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/100 {
    --tw-shadow-color: rgb(225 29 72 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/15 {
    --tw-shadow-color: rgb(225 29 72 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/20 {
    --tw-shadow-color: rgb(225 29 72 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/25 {
    --tw-shadow-color: rgb(225 29 72 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/30 {
    --tw-shadow-color: rgb(225 29 72 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/35 {
    --tw-shadow-color: rgb(225 29 72 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/40 {
    --tw-shadow-color: rgb(225 29 72 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/45 {
    --tw-shadow-color: rgb(225 29 72 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/5 {
    --tw-shadow-color: rgb(225 29 72 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/50 {
    --tw-shadow-color: rgb(225 29 72 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/55 {
    --tw-shadow-color: rgb(225 29 72 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/60 {
    --tw-shadow-color: rgb(225 29 72 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/65 {
    --tw-shadow-color: rgb(225 29 72 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/70 {
    --tw-shadow-color: rgb(225 29 72 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/75 {
    --tw-shadow-color: rgb(225 29 72 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/80 {
    --tw-shadow-color: rgb(225 29 72 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/85 {
    --tw-shadow-color: rgb(225 29 72 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/90 {
    --tw-shadow-color: rgb(225 29 72 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-600\/95 {
    --tw-shadow-color: rgb(225 29 72 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700 {
    --tw-shadow-color: #be123c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/0 {
    --tw-shadow-color: rgb(190 18 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/10 {
    --tw-shadow-color: rgb(190 18 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/100 {
    --tw-shadow-color: rgb(190 18 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/15 {
    --tw-shadow-color: rgb(190 18 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/20 {
    --tw-shadow-color: rgb(190 18 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/25 {
    --tw-shadow-color: rgb(190 18 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/30 {
    --tw-shadow-color: rgb(190 18 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/35 {
    --tw-shadow-color: rgb(190 18 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/40 {
    --tw-shadow-color: rgb(190 18 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/45 {
    --tw-shadow-color: rgb(190 18 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/5 {
    --tw-shadow-color: rgb(190 18 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/50 {
    --tw-shadow-color: rgb(190 18 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/55 {
    --tw-shadow-color: rgb(190 18 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/60 {
    --tw-shadow-color: rgb(190 18 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/65 {
    --tw-shadow-color: rgb(190 18 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/70 {
    --tw-shadow-color: rgb(190 18 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/75 {
    --tw-shadow-color: rgb(190 18 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/80 {
    --tw-shadow-color: rgb(190 18 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/85 {
    --tw-shadow-color: rgb(190 18 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/90 {
    --tw-shadow-color: rgb(190 18 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-700\/95 {
    --tw-shadow-color: rgb(190 18 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800 {
    --tw-shadow-color: #9f1239 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/0 {
    --tw-shadow-color: rgb(159 18 57 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/10 {
    --tw-shadow-color: rgb(159 18 57 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/100 {
    --tw-shadow-color: rgb(159 18 57 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/15 {
    --tw-shadow-color: rgb(159 18 57 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/20 {
    --tw-shadow-color: rgb(159 18 57 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/25 {
    --tw-shadow-color: rgb(159 18 57 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/30 {
    --tw-shadow-color: rgb(159 18 57 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/35 {
    --tw-shadow-color: rgb(159 18 57 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/40 {
    --tw-shadow-color: rgb(159 18 57 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/45 {
    --tw-shadow-color: rgb(159 18 57 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/5 {
    --tw-shadow-color: rgb(159 18 57 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/50 {
    --tw-shadow-color: rgb(159 18 57 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/55 {
    --tw-shadow-color: rgb(159 18 57 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/60 {
    --tw-shadow-color: rgb(159 18 57 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/65 {
    --tw-shadow-color: rgb(159 18 57 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/70 {
    --tw-shadow-color: rgb(159 18 57 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/75 {
    --tw-shadow-color: rgb(159 18 57 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/80 {
    --tw-shadow-color: rgb(159 18 57 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/85 {
    --tw-shadow-color: rgb(159 18 57 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/90 {
    --tw-shadow-color: rgb(159 18 57 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-800\/95 {
    --tw-shadow-color: rgb(159 18 57 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900 {
    --tw-shadow-color: #881337 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/0 {
    --tw-shadow-color: rgb(136 19 55 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/10 {
    --tw-shadow-color: rgb(136 19 55 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/100 {
    --tw-shadow-color: rgb(136 19 55 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/15 {
    --tw-shadow-color: rgb(136 19 55 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/20 {
    --tw-shadow-color: rgb(136 19 55 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/25 {
    --tw-shadow-color: rgb(136 19 55 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/30 {
    --tw-shadow-color: rgb(136 19 55 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/35 {
    --tw-shadow-color: rgb(136 19 55 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/40 {
    --tw-shadow-color: rgb(136 19 55 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/45 {
    --tw-shadow-color: rgb(136 19 55 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/5 {
    --tw-shadow-color: rgb(136 19 55 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/50 {
    --tw-shadow-color: rgb(136 19 55 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/55 {
    --tw-shadow-color: rgb(136 19 55 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/60 {
    --tw-shadow-color: rgb(136 19 55 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/65 {
    --tw-shadow-color: rgb(136 19 55 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/70 {
    --tw-shadow-color: rgb(136 19 55 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/75 {
    --tw-shadow-color: rgb(136 19 55 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/80 {
    --tw-shadow-color: rgb(136 19 55 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/85 {
    --tw-shadow-color: rgb(136 19 55 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/90 {
    --tw-shadow-color: rgb(136 19 55 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-900\/95 {
    --tw-shadow-color: rgb(136 19 55 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950 {
    --tw-shadow-color: #4c0519 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/0 {
    --tw-shadow-color: rgb(76 5 25 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/10 {
    --tw-shadow-color: rgb(76 5 25 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/100 {
    --tw-shadow-color: rgb(76 5 25 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/15 {
    --tw-shadow-color: rgb(76 5 25 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/20 {
    --tw-shadow-color: rgb(76 5 25 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/25 {
    --tw-shadow-color: rgb(76 5 25 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/30 {
    --tw-shadow-color: rgb(76 5 25 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/35 {
    --tw-shadow-color: rgb(76 5 25 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/40 {
    --tw-shadow-color: rgb(76 5 25 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/45 {
    --tw-shadow-color: rgb(76 5 25 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/5 {
    --tw-shadow-color: rgb(76 5 25 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/50 {
    --tw-shadow-color: rgb(76 5 25 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/55 {
    --tw-shadow-color: rgb(76 5 25 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/60 {
    --tw-shadow-color: rgb(76 5 25 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/65 {
    --tw-shadow-color: rgb(76 5 25 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/70 {
    --tw-shadow-color: rgb(76 5 25 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/75 {
    --tw-shadow-color: rgb(76 5 25 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/80 {
    --tw-shadow-color: rgb(76 5 25 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/85 {
    --tw-shadow-color: rgb(76 5 25 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/90 {
    --tw-shadow-color: rgb(76 5 25 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-rose-950\/95 {
    --tw-shadow-color: rgb(76 5 25 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary {
    --tw-shadow-color: #000 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-secondary\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100 {
    --tw-shadow-color: #e0f2fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/0 {
    --tw-shadow-color: rgb(224 242 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/10 {
    --tw-shadow-color: rgb(224 242 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/100 {
    --tw-shadow-color: rgb(224 242 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/15 {
    --tw-shadow-color: rgb(224 242 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/20 {
    --tw-shadow-color: rgb(224 242 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/25 {
    --tw-shadow-color: rgb(224 242 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/30 {
    --tw-shadow-color: rgb(224 242 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/35 {
    --tw-shadow-color: rgb(224 242 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/40 {
    --tw-shadow-color: rgb(224 242 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/45 {
    --tw-shadow-color: rgb(224 242 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/5 {
    --tw-shadow-color: rgb(224 242 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/50 {
    --tw-shadow-color: rgb(224 242 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/55 {
    --tw-shadow-color: rgb(224 242 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/60 {
    --tw-shadow-color: rgb(224 242 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/65 {
    --tw-shadow-color: rgb(224 242 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/70 {
    --tw-shadow-color: rgb(224 242 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/75 {
    --tw-shadow-color: rgb(224 242 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/80 {
    --tw-shadow-color: rgb(224 242 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/85 {
    --tw-shadow-color: rgb(224 242 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/90 {
    --tw-shadow-color: rgb(224 242 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-100\/95 {
    --tw-shadow-color: rgb(224 242 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200 {
    --tw-shadow-color: #bae6fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/0 {
    --tw-shadow-color: rgb(186 230 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/10 {
    --tw-shadow-color: rgb(186 230 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/100 {
    --tw-shadow-color: rgb(186 230 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/15 {
    --tw-shadow-color: rgb(186 230 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/20 {
    --tw-shadow-color: rgb(186 230 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/25 {
    --tw-shadow-color: rgb(186 230 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/30 {
    --tw-shadow-color: rgb(186 230 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/35 {
    --tw-shadow-color: rgb(186 230 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/40 {
    --tw-shadow-color: rgb(186 230 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/45 {
    --tw-shadow-color: rgb(186 230 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/5 {
    --tw-shadow-color: rgb(186 230 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/50 {
    --tw-shadow-color: rgb(186 230 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/55 {
    --tw-shadow-color: rgb(186 230 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/60 {
    --tw-shadow-color: rgb(186 230 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/65 {
    --tw-shadow-color: rgb(186 230 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/70 {
    --tw-shadow-color: rgb(186 230 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/75 {
    --tw-shadow-color: rgb(186 230 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/80 {
    --tw-shadow-color: rgb(186 230 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/85 {
    --tw-shadow-color: rgb(186 230 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/90 {
    --tw-shadow-color: rgb(186 230 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-200\/95 {
    --tw-shadow-color: rgb(186 230 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300 {
    --tw-shadow-color: #7dd3fc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/0 {
    --tw-shadow-color: rgb(125 211 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/10 {
    --tw-shadow-color: rgb(125 211 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/100 {
    --tw-shadow-color: rgb(125 211 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/15 {
    --tw-shadow-color: rgb(125 211 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/20 {
    --tw-shadow-color: rgb(125 211 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/25 {
    --tw-shadow-color: rgb(125 211 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/30 {
    --tw-shadow-color: rgb(125 211 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/35 {
    --tw-shadow-color: rgb(125 211 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/40 {
    --tw-shadow-color: rgb(125 211 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/45 {
    --tw-shadow-color: rgb(125 211 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/5 {
    --tw-shadow-color: rgb(125 211 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/50 {
    --tw-shadow-color: rgb(125 211 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/55 {
    --tw-shadow-color: rgb(125 211 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/60 {
    --tw-shadow-color: rgb(125 211 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/65 {
    --tw-shadow-color: rgb(125 211 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/70 {
    --tw-shadow-color: rgb(125 211 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/75 {
    --tw-shadow-color: rgb(125 211 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/80 {
    --tw-shadow-color: rgb(125 211 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/85 {
    --tw-shadow-color: rgb(125 211 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/90 {
    --tw-shadow-color: rgb(125 211 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-300\/95 {
    --tw-shadow-color: rgb(125 211 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400 {
    --tw-shadow-color: #38bdf8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/0 {
    --tw-shadow-color: rgb(56 189 248 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/10 {
    --tw-shadow-color: rgb(56 189 248 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/100 {
    --tw-shadow-color: rgb(56 189 248 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/15 {
    --tw-shadow-color: rgb(56 189 248 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/20 {
    --tw-shadow-color: rgb(56 189 248 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/25 {
    --tw-shadow-color: rgb(56 189 248 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/30 {
    --tw-shadow-color: rgb(56 189 248 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/35 {
    --tw-shadow-color: rgb(56 189 248 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/40 {
    --tw-shadow-color: rgb(56 189 248 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/45 {
    --tw-shadow-color: rgb(56 189 248 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/5 {
    --tw-shadow-color: rgb(56 189 248 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/50 {
    --tw-shadow-color: rgb(56 189 248 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/55 {
    --tw-shadow-color: rgb(56 189 248 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/60 {
    --tw-shadow-color: rgb(56 189 248 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/65 {
    --tw-shadow-color: rgb(56 189 248 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/70 {
    --tw-shadow-color: rgb(56 189 248 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/75 {
    --tw-shadow-color: rgb(56 189 248 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/80 {
    --tw-shadow-color: rgb(56 189 248 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/85 {
    --tw-shadow-color: rgb(56 189 248 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/90 {
    --tw-shadow-color: rgb(56 189 248 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-400\/95 {
    --tw-shadow-color: rgb(56 189 248 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50 {
    --tw-shadow-color: #f0f9ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/0 {
    --tw-shadow-color: rgb(240 249 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/10 {
    --tw-shadow-color: rgb(240 249 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/100 {
    --tw-shadow-color: rgb(240 249 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/15 {
    --tw-shadow-color: rgb(240 249 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/20 {
    --tw-shadow-color: rgb(240 249 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/25 {
    --tw-shadow-color: rgb(240 249 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/30 {
    --tw-shadow-color: rgb(240 249 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/35 {
    --tw-shadow-color: rgb(240 249 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/40 {
    --tw-shadow-color: rgb(240 249 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/45 {
    --tw-shadow-color: rgb(240 249 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/5 {
    --tw-shadow-color: rgb(240 249 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/50 {
    --tw-shadow-color: rgb(240 249 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/55 {
    --tw-shadow-color: rgb(240 249 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/60 {
    --tw-shadow-color: rgb(240 249 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/65 {
    --tw-shadow-color: rgb(240 249 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/70 {
    --tw-shadow-color: rgb(240 249 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/75 {
    --tw-shadow-color: rgb(240 249 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/80 {
    --tw-shadow-color: rgb(240 249 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/85 {
    --tw-shadow-color: rgb(240 249 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/90 {
    --tw-shadow-color: rgb(240 249 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-50\/95 {
    --tw-shadow-color: rgb(240 249 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500 {
    --tw-shadow-color: #0ea5e9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/0 {
    --tw-shadow-color: rgb(14 165 233 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/10 {
    --tw-shadow-color: rgb(14 165 233 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/100 {
    --tw-shadow-color: rgb(14 165 233 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/15 {
    --tw-shadow-color: rgb(14 165 233 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/20 {
    --tw-shadow-color: rgb(14 165 233 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/25 {
    --tw-shadow-color: rgb(14 165 233 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/30 {
    --tw-shadow-color: rgb(14 165 233 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/35 {
    --tw-shadow-color: rgb(14 165 233 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/40 {
    --tw-shadow-color: rgb(14 165 233 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/45 {
    --tw-shadow-color: rgb(14 165 233 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/5 {
    --tw-shadow-color: rgb(14 165 233 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/50 {
    --tw-shadow-color: rgb(14 165 233 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/55 {
    --tw-shadow-color: rgb(14 165 233 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/60 {
    --tw-shadow-color: rgb(14 165 233 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/65 {
    --tw-shadow-color: rgb(14 165 233 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/70 {
    --tw-shadow-color: rgb(14 165 233 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/75 {
    --tw-shadow-color: rgb(14 165 233 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/80 {
    --tw-shadow-color: rgb(14 165 233 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/85 {
    --tw-shadow-color: rgb(14 165 233 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/90 {
    --tw-shadow-color: rgb(14 165 233 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-500\/95 {
    --tw-shadow-color: rgb(14 165 233 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600 {
    --tw-shadow-color: #0284c7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/0 {
    --tw-shadow-color: rgb(2 132 199 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/10 {
    --tw-shadow-color: rgb(2 132 199 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/100 {
    --tw-shadow-color: rgb(2 132 199 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/15 {
    --tw-shadow-color: rgb(2 132 199 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/20 {
    --tw-shadow-color: rgb(2 132 199 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/25 {
    --tw-shadow-color: rgb(2 132 199 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/30 {
    --tw-shadow-color: rgb(2 132 199 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/35 {
    --tw-shadow-color: rgb(2 132 199 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/40 {
    --tw-shadow-color: rgb(2 132 199 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/45 {
    --tw-shadow-color: rgb(2 132 199 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/5 {
    --tw-shadow-color: rgb(2 132 199 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/50 {
    --tw-shadow-color: rgb(2 132 199 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/55 {
    --tw-shadow-color: rgb(2 132 199 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/60 {
    --tw-shadow-color: rgb(2 132 199 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/65 {
    --tw-shadow-color: rgb(2 132 199 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/70 {
    --tw-shadow-color: rgb(2 132 199 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/75 {
    --tw-shadow-color: rgb(2 132 199 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/80 {
    --tw-shadow-color: rgb(2 132 199 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/85 {
    --tw-shadow-color: rgb(2 132 199 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/90 {
    --tw-shadow-color: rgb(2 132 199 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-600\/95 {
    --tw-shadow-color: rgb(2 132 199 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700 {
    --tw-shadow-color: #0369a1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/0 {
    --tw-shadow-color: rgb(3 105 161 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/10 {
    --tw-shadow-color: rgb(3 105 161 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/100 {
    --tw-shadow-color: rgb(3 105 161 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/15 {
    --tw-shadow-color: rgb(3 105 161 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/20 {
    --tw-shadow-color: rgb(3 105 161 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/25 {
    --tw-shadow-color: rgb(3 105 161 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/30 {
    --tw-shadow-color: rgb(3 105 161 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/35 {
    --tw-shadow-color: rgb(3 105 161 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/40 {
    --tw-shadow-color: rgb(3 105 161 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/45 {
    --tw-shadow-color: rgb(3 105 161 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/5 {
    --tw-shadow-color: rgb(3 105 161 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/50 {
    --tw-shadow-color: rgb(3 105 161 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/55 {
    --tw-shadow-color: rgb(3 105 161 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/60 {
    --tw-shadow-color: rgb(3 105 161 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/65 {
    --tw-shadow-color: rgb(3 105 161 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/70 {
    --tw-shadow-color: rgb(3 105 161 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/75 {
    --tw-shadow-color: rgb(3 105 161 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/80 {
    --tw-shadow-color: rgb(3 105 161 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/85 {
    --tw-shadow-color: rgb(3 105 161 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/90 {
    --tw-shadow-color: rgb(3 105 161 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-700\/95 {
    --tw-shadow-color: rgb(3 105 161 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800 {
    --tw-shadow-color: #075985 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/0 {
    --tw-shadow-color: rgb(7 89 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/10 {
    --tw-shadow-color: rgb(7 89 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/100 {
    --tw-shadow-color: rgb(7 89 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/15 {
    --tw-shadow-color: rgb(7 89 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/20 {
    --tw-shadow-color: rgb(7 89 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/25 {
    --tw-shadow-color: rgb(7 89 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/30 {
    --tw-shadow-color: rgb(7 89 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/35 {
    --tw-shadow-color: rgb(7 89 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/40 {
    --tw-shadow-color: rgb(7 89 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/45 {
    --tw-shadow-color: rgb(7 89 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/5 {
    --tw-shadow-color: rgb(7 89 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/50 {
    --tw-shadow-color: rgb(7 89 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/55 {
    --tw-shadow-color: rgb(7 89 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/60 {
    --tw-shadow-color: rgb(7 89 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/65 {
    --tw-shadow-color: rgb(7 89 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/70 {
    --tw-shadow-color: rgb(7 89 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/75 {
    --tw-shadow-color: rgb(7 89 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/80 {
    --tw-shadow-color: rgb(7 89 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/85 {
    --tw-shadow-color: rgb(7 89 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/90 {
    --tw-shadow-color: rgb(7 89 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-800\/95 {
    --tw-shadow-color: rgb(7 89 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900 {
    --tw-shadow-color: #0c4a6e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/0 {
    --tw-shadow-color: rgb(12 74 110 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/10 {
    --tw-shadow-color: rgb(12 74 110 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/100 {
    --tw-shadow-color: rgb(12 74 110 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/15 {
    --tw-shadow-color: rgb(12 74 110 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/20 {
    --tw-shadow-color: rgb(12 74 110 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/25 {
    --tw-shadow-color: rgb(12 74 110 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/30 {
    --tw-shadow-color: rgb(12 74 110 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/35 {
    --tw-shadow-color: rgb(12 74 110 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/40 {
    --tw-shadow-color: rgb(12 74 110 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/45 {
    --tw-shadow-color: rgb(12 74 110 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/5 {
    --tw-shadow-color: rgb(12 74 110 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/50 {
    --tw-shadow-color: rgb(12 74 110 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/55 {
    --tw-shadow-color: rgb(12 74 110 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/60 {
    --tw-shadow-color: rgb(12 74 110 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/65 {
    --tw-shadow-color: rgb(12 74 110 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/70 {
    --tw-shadow-color: rgb(12 74 110 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/75 {
    --tw-shadow-color: rgb(12 74 110 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/80 {
    --tw-shadow-color: rgb(12 74 110 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/85 {
    --tw-shadow-color: rgb(12 74 110 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/90 {
    --tw-shadow-color: rgb(12 74 110 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-900\/95 {
    --tw-shadow-color: rgb(12 74 110 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950 {
    --tw-shadow-color: #082f49 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/0 {
    --tw-shadow-color: rgb(8 47 73 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/10 {
    --tw-shadow-color: rgb(8 47 73 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/100 {
    --tw-shadow-color: rgb(8 47 73 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/15 {
    --tw-shadow-color: rgb(8 47 73 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/20 {
    --tw-shadow-color: rgb(8 47 73 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/25 {
    --tw-shadow-color: rgb(8 47 73 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/30 {
    --tw-shadow-color: rgb(8 47 73 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/35 {
    --tw-shadow-color: rgb(8 47 73 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/40 {
    --tw-shadow-color: rgb(8 47 73 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/45 {
    --tw-shadow-color: rgb(8 47 73 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/5 {
    --tw-shadow-color: rgb(8 47 73 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/50 {
    --tw-shadow-color: rgb(8 47 73 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/55 {
    --tw-shadow-color: rgb(8 47 73 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/60 {
    --tw-shadow-color: rgb(8 47 73 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/65 {
    --tw-shadow-color: rgb(8 47 73 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/70 {
    --tw-shadow-color: rgb(8 47 73 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/75 {
    --tw-shadow-color: rgb(8 47 73 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/80 {
    --tw-shadow-color: rgb(8 47 73 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/85 {
    --tw-shadow-color: rgb(8 47 73 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/90 {
    --tw-shadow-color: rgb(8 47 73 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-sky-950\/95 {
    --tw-shadow-color: rgb(8 47 73 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100 {
    --tw-shadow-color: #f1f5f9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/0 {
    --tw-shadow-color: rgb(241 245 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/10 {
    --tw-shadow-color: rgb(241 245 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/100 {
    --tw-shadow-color: rgb(241 245 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/15 {
    --tw-shadow-color: rgb(241 245 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/20 {
    --tw-shadow-color: rgb(241 245 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/25 {
    --tw-shadow-color: rgb(241 245 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/30 {
    --tw-shadow-color: rgb(241 245 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/35 {
    --tw-shadow-color: rgb(241 245 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/40 {
    --tw-shadow-color: rgb(241 245 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/45 {
    --tw-shadow-color: rgb(241 245 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/5 {
    --tw-shadow-color: rgb(241 245 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/50 {
    --tw-shadow-color: rgb(241 245 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/55 {
    --tw-shadow-color: rgb(241 245 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/60 {
    --tw-shadow-color: rgb(241 245 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/65 {
    --tw-shadow-color: rgb(241 245 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/70 {
    --tw-shadow-color: rgb(241 245 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/75 {
    --tw-shadow-color: rgb(241 245 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/80 {
    --tw-shadow-color: rgb(241 245 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/85 {
    --tw-shadow-color: rgb(241 245 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/90 {
    --tw-shadow-color: rgb(241 245 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-100\/95 {
    --tw-shadow-color: rgb(241 245 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200 {
    --tw-shadow-color: #e2e8f0 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/0 {
    --tw-shadow-color: rgb(226 232 240 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/10 {
    --tw-shadow-color: rgb(226 232 240 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/100 {
    --tw-shadow-color: rgb(226 232 240 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/15 {
    --tw-shadow-color: rgb(226 232 240 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/20 {
    --tw-shadow-color: rgb(226 232 240 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/25 {
    --tw-shadow-color: rgb(226 232 240 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/30 {
    --tw-shadow-color: rgb(226 232 240 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/35 {
    --tw-shadow-color: rgb(226 232 240 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/40 {
    --tw-shadow-color: rgb(226 232 240 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/45 {
    --tw-shadow-color: rgb(226 232 240 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/5 {
    --tw-shadow-color: rgb(226 232 240 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/50 {
    --tw-shadow-color: rgb(226 232 240 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/55 {
    --tw-shadow-color: rgb(226 232 240 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/60 {
    --tw-shadow-color: rgb(226 232 240 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/65 {
    --tw-shadow-color: rgb(226 232 240 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/70 {
    --tw-shadow-color: rgb(226 232 240 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/75 {
    --tw-shadow-color: rgb(226 232 240 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/80 {
    --tw-shadow-color: rgb(226 232 240 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/85 {
    --tw-shadow-color: rgb(226 232 240 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/90 {
    --tw-shadow-color: rgb(226 232 240 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-200\/95 {
    --tw-shadow-color: rgb(226 232 240 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300 {
    --tw-shadow-color: #cbd5e1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/0 {
    --tw-shadow-color: rgb(203 213 225 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/10 {
    --tw-shadow-color: rgb(203 213 225 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/100 {
    --tw-shadow-color: rgb(203 213 225 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/15 {
    --tw-shadow-color: rgb(203 213 225 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/20 {
    --tw-shadow-color: rgb(203 213 225 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/25 {
    --tw-shadow-color: rgb(203 213 225 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/30 {
    --tw-shadow-color: rgb(203 213 225 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/35 {
    --tw-shadow-color: rgb(203 213 225 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/40 {
    --tw-shadow-color: rgb(203 213 225 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/45 {
    --tw-shadow-color: rgb(203 213 225 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/5 {
    --tw-shadow-color: rgb(203 213 225 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/50 {
    --tw-shadow-color: rgb(203 213 225 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/55 {
    --tw-shadow-color: rgb(203 213 225 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/60 {
    --tw-shadow-color: rgb(203 213 225 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/65 {
    --tw-shadow-color: rgb(203 213 225 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/70 {
    --tw-shadow-color: rgb(203 213 225 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/75 {
    --tw-shadow-color: rgb(203 213 225 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/80 {
    --tw-shadow-color: rgb(203 213 225 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/85 {
    --tw-shadow-color: rgb(203 213 225 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/90 {
    --tw-shadow-color: rgb(203 213 225 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-300\/95 {
    --tw-shadow-color: rgb(203 213 225 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400 {
    --tw-shadow-color: #94a3b8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/0 {
    --tw-shadow-color: rgb(148 163 184 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/10 {
    --tw-shadow-color: rgb(148 163 184 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/100 {
    --tw-shadow-color: rgb(148 163 184 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/15 {
    --tw-shadow-color: rgb(148 163 184 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/20 {
    --tw-shadow-color: rgb(148 163 184 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/25 {
    --tw-shadow-color: rgb(148 163 184 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/30 {
    --tw-shadow-color: rgb(148 163 184 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/35 {
    --tw-shadow-color: rgb(148 163 184 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/40 {
    --tw-shadow-color: rgb(148 163 184 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/45 {
    --tw-shadow-color: rgb(148 163 184 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/5 {
    --tw-shadow-color: rgb(148 163 184 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/50 {
    --tw-shadow-color: rgb(148 163 184 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/55 {
    --tw-shadow-color: rgb(148 163 184 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/60 {
    --tw-shadow-color: rgb(148 163 184 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/65 {
    --tw-shadow-color: rgb(148 163 184 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/70 {
    --tw-shadow-color: rgb(148 163 184 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/75 {
    --tw-shadow-color: rgb(148 163 184 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/80 {
    --tw-shadow-color: rgb(148 163 184 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/85 {
    --tw-shadow-color: rgb(148 163 184 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/90 {
    --tw-shadow-color: rgb(148 163 184 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-400\/95 {
    --tw-shadow-color: rgb(148 163 184 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50 {
    --tw-shadow-color: #f8fafc !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/0 {
    --tw-shadow-color: rgb(248 250 252 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/10 {
    --tw-shadow-color: rgb(248 250 252 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/100 {
    --tw-shadow-color: rgb(248 250 252 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/15 {
    --tw-shadow-color: rgb(248 250 252 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/20 {
    --tw-shadow-color: rgb(248 250 252 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/25 {
    --tw-shadow-color: rgb(248 250 252 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/30 {
    --tw-shadow-color: rgb(248 250 252 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/35 {
    --tw-shadow-color: rgb(248 250 252 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/40 {
    --tw-shadow-color: rgb(248 250 252 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/45 {
    --tw-shadow-color: rgb(248 250 252 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/5 {
    --tw-shadow-color: rgb(248 250 252 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/50 {
    --tw-shadow-color: rgb(248 250 252 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/55 {
    --tw-shadow-color: rgb(248 250 252 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/60 {
    --tw-shadow-color: rgb(248 250 252 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/65 {
    --tw-shadow-color: rgb(248 250 252 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/70 {
    --tw-shadow-color: rgb(248 250 252 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/75 {
    --tw-shadow-color: rgb(248 250 252 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/80 {
    --tw-shadow-color: rgb(248 250 252 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/85 {
    --tw-shadow-color: rgb(248 250 252 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/90 {
    --tw-shadow-color: rgb(248 250 252 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-50\/95 {
    --tw-shadow-color: rgb(248 250 252 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500 {
    --tw-shadow-color: #64748b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/0 {
    --tw-shadow-color: rgb(100 116 139 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/10 {
    --tw-shadow-color: rgb(100 116 139 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/100 {
    --tw-shadow-color: rgb(100 116 139 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/15 {
    --tw-shadow-color: rgb(100 116 139 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/20 {
    --tw-shadow-color: rgb(100 116 139 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/25 {
    --tw-shadow-color: rgb(100 116 139 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/30 {
    --tw-shadow-color: rgb(100 116 139 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/35 {
    --tw-shadow-color: rgb(100 116 139 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/40 {
    --tw-shadow-color: rgb(100 116 139 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/45 {
    --tw-shadow-color: rgb(100 116 139 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/5 {
    --tw-shadow-color: rgb(100 116 139 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/50 {
    --tw-shadow-color: rgb(100 116 139 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/55 {
    --tw-shadow-color: rgb(100 116 139 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/60 {
    --tw-shadow-color: rgb(100 116 139 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/65 {
    --tw-shadow-color: rgb(100 116 139 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/70 {
    --tw-shadow-color: rgb(100 116 139 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/75 {
    --tw-shadow-color: rgb(100 116 139 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/80 {
    --tw-shadow-color: rgb(100 116 139 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/85 {
    --tw-shadow-color: rgb(100 116 139 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/90 {
    --tw-shadow-color: rgb(100 116 139 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-500\/95 {
    --tw-shadow-color: rgb(100 116 139 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600 {
    --tw-shadow-color: #475569 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/0 {
    --tw-shadow-color: rgb(71 85 105 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/10 {
    --tw-shadow-color: rgb(71 85 105 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/100 {
    --tw-shadow-color: rgb(71 85 105 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/15 {
    --tw-shadow-color: rgb(71 85 105 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/20 {
    --tw-shadow-color: rgb(71 85 105 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/25 {
    --tw-shadow-color: rgb(71 85 105 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/30 {
    --tw-shadow-color: rgb(71 85 105 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/35 {
    --tw-shadow-color: rgb(71 85 105 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/40 {
    --tw-shadow-color: rgb(71 85 105 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/45 {
    --tw-shadow-color: rgb(71 85 105 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/5 {
    --tw-shadow-color: rgb(71 85 105 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/50 {
    --tw-shadow-color: rgb(71 85 105 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/55 {
    --tw-shadow-color: rgb(71 85 105 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/60 {
    --tw-shadow-color: rgb(71 85 105 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/65 {
    --tw-shadow-color: rgb(71 85 105 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/70 {
    --tw-shadow-color: rgb(71 85 105 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/75 {
    --tw-shadow-color: rgb(71 85 105 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/80 {
    --tw-shadow-color: rgb(71 85 105 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/85 {
    --tw-shadow-color: rgb(71 85 105 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/90 {
    --tw-shadow-color: rgb(71 85 105 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-600\/95 {
    --tw-shadow-color: rgb(71 85 105 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700 {
    --tw-shadow-color: #334155 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/0 {
    --tw-shadow-color: rgb(51 65 85 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/10 {
    --tw-shadow-color: rgb(51 65 85 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/100 {
    --tw-shadow-color: rgb(51 65 85 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/15 {
    --tw-shadow-color: rgb(51 65 85 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/20 {
    --tw-shadow-color: rgb(51 65 85 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/25 {
    --tw-shadow-color: rgb(51 65 85 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/30 {
    --tw-shadow-color: rgb(51 65 85 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/35 {
    --tw-shadow-color: rgb(51 65 85 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/40 {
    --tw-shadow-color: rgb(51 65 85 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/45 {
    --tw-shadow-color: rgb(51 65 85 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/5 {
    --tw-shadow-color: rgb(51 65 85 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/50 {
    --tw-shadow-color: rgb(51 65 85 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/55 {
    --tw-shadow-color: rgb(51 65 85 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/60 {
    --tw-shadow-color: rgb(51 65 85 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/65 {
    --tw-shadow-color: rgb(51 65 85 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/70 {
    --tw-shadow-color: rgb(51 65 85 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/75 {
    --tw-shadow-color: rgb(51 65 85 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/80 {
    --tw-shadow-color: rgb(51 65 85 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/85 {
    --tw-shadow-color: rgb(51 65 85 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/90 {
    --tw-shadow-color: rgb(51 65 85 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-700\/95 {
    --tw-shadow-color: rgb(51 65 85 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800 {
    --tw-shadow-color: #1e293b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/0 {
    --tw-shadow-color: rgb(30 41 59 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/10 {
    --tw-shadow-color: rgb(30 41 59 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/100 {
    --tw-shadow-color: rgb(30 41 59 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/15 {
    --tw-shadow-color: rgb(30 41 59 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/20 {
    --tw-shadow-color: rgb(30 41 59 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/25 {
    --tw-shadow-color: rgb(30 41 59 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/30 {
    --tw-shadow-color: rgb(30 41 59 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/35 {
    --tw-shadow-color: rgb(30 41 59 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/40 {
    --tw-shadow-color: rgb(30 41 59 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/45 {
    --tw-shadow-color: rgb(30 41 59 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/5 {
    --tw-shadow-color: rgb(30 41 59 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/50 {
    --tw-shadow-color: rgb(30 41 59 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/55 {
    --tw-shadow-color: rgb(30 41 59 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/60 {
    --tw-shadow-color: rgb(30 41 59 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/65 {
    --tw-shadow-color: rgb(30 41 59 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/70 {
    --tw-shadow-color: rgb(30 41 59 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/75 {
    --tw-shadow-color: rgb(30 41 59 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/80 {
    --tw-shadow-color: rgb(30 41 59 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/85 {
    --tw-shadow-color: rgb(30 41 59 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/90 {
    --tw-shadow-color: rgb(30 41 59 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-800\/95 {
    --tw-shadow-color: rgb(30 41 59 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900 {
    --tw-shadow-color: #0f172a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/0 {
    --tw-shadow-color: rgb(15 23 42 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/10 {
    --tw-shadow-color: rgb(15 23 42 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/100 {
    --tw-shadow-color: rgb(15 23 42 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/15 {
    --tw-shadow-color: rgb(15 23 42 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/20 {
    --tw-shadow-color: rgb(15 23 42 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/25 {
    --tw-shadow-color: rgb(15 23 42 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/30 {
    --tw-shadow-color: rgb(15 23 42 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/35 {
    --tw-shadow-color: rgb(15 23 42 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/40 {
    --tw-shadow-color: rgb(15 23 42 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/45 {
    --tw-shadow-color: rgb(15 23 42 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/5 {
    --tw-shadow-color: rgb(15 23 42 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/50 {
    --tw-shadow-color: rgb(15 23 42 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/55 {
    --tw-shadow-color: rgb(15 23 42 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/60 {
    --tw-shadow-color: rgb(15 23 42 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/65 {
    --tw-shadow-color: rgb(15 23 42 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/70 {
    --tw-shadow-color: rgb(15 23 42 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/75 {
    --tw-shadow-color: rgb(15 23 42 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/80 {
    --tw-shadow-color: rgb(15 23 42 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/85 {
    --tw-shadow-color: rgb(15 23 42 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/90 {
    --tw-shadow-color: rgb(15 23 42 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-900\/95 {
    --tw-shadow-color: rgb(15 23 42 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950 {
    --tw-shadow-color: #020617 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/0 {
    --tw-shadow-color: rgb(2 6 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/10 {
    --tw-shadow-color: rgb(2 6 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/100 {
    --tw-shadow-color: rgb(2 6 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/15 {
    --tw-shadow-color: rgb(2 6 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/20 {
    --tw-shadow-color: rgb(2 6 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/25 {
    --tw-shadow-color: rgb(2 6 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/30 {
    --tw-shadow-color: rgb(2 6 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/35 {
    --tw-shadow-color: rgb(2 6 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/40 {
    --tw-shadow-color: rgb(2 6 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/45 {
    --tw-shadow-color: rgb(2 6 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/5 {
    --tw-shadow-color: rgb(2 6 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/50 {
    --tw-shadow-color: rgb(2 6 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/55 {
    --tw-shadow-color: rgb(2 6 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/60 {
    --tw-shadow-color: rgb(2 6 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/65 {
    --tw-shadow-color: rgb(2 6 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/70 {
    --tw-shadow-color: rgb(2 6 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/75 {
    --tw-shadow-color: rgb(2 6 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/80 {
    --tw-shadow-color: rgb(2 6 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/85 {
    --tw-shadow-color: rgb(2 6 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/90 {
    --tw-shadow-color: rgb(2 6 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-slate-950\/95 {
    --tw-shadow-color: rgb(2 6 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100 {
    --tw-shadow-color: #f5f5f4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/0 {
    --tw-shadow-color: rgb(245 245 244 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/10 {
    --tw-shadow-color: rgb(245 245 244 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/100 {
    --tw-shadow-color: rgb(245 245 244 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/15 {
    --tw-shadow-color: rgb(245 245 244 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/20 {
    --tw-shadow-color: rgb(245 245 244 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/25 {
    --tw-shadow-color: rgb(245 245 244 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/30 {
    --tw-shadow-color: rgb(245 245 244 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/35 {
    --tw-shadow-color: rgb(245 245 244 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/40 {
    --tw-shadow-color: rgb(245 245 244 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/45 {
    --tw-shadow-color: rgb(245 245 244 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/5 {
    --tw-shadow-color: rgb(245 245 244 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/50 {
    --tw-shadow-color: rgb(245 245 244 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/55 {
    --tw-shadow-color: rgb(245 245 244 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/60 {
    --tw-shadow-color: rgb(245 245 244 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/65 {
    --tw-shadow-color: rgb(245 245 244 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/70 {
    --tw-shadow-color: rgb(245 245 244 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/75 {
    --tw-shadow-color: rgb(245 245 244 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/80 {
    --tw-shadow-color: rgb(245 245 244 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/85 {
    --tw-shadow-color: rgb(245 245 244 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/90 {
    --tw-shadow-color: rgb(245 245 244 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-100\/95 {
    --tw-shadow-color: rgb(245 245 244 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200 {
    --tw-shadow-color: #e7e5e4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/0 {
    --tw-shadow-color: rgb(231 229 228 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/10 {
    --tw-shadow-color: rgb(231 229 228 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/100 {
    --tw-shadow-color: rgb(231 229 228 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/15 {
    --tw-shadow-color: rgb(231 229 228 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/20 {
    --tw-shadow-color: rgb(231 229 228 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/25 {
    --tw-shadow-color: rgb(231 229 228 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/30 {
    --tw-shadow-color: rgb(231 229 228 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/35 {
    --tw-shadow-color: rgb(231 229 228 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/40 {
    --tw-shadow-color: rgb(231 229 228 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/45 {
    --tw-shadow-color: rgb(231 229 228 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/5 {
    --tw-shadow-color: rgb(231 229 228 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/50 {
    --tw-shadow-color: rgb(231 229 228 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/55 {
    --tw-shadow-color: rgb(231 229 228 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/60 {
    --tw-shadow-color: rgb(231 229 228 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/65 {
    --tw-shadow-color: rgb(231 229 228 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/70 {
    --tw-shadow-color: rgb(231 229 228 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/75 {
    --tw-shadow-color: rgb(231 229 228 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/80 {
    --tw-shadow-color: rgb(231 229 228 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/85 {
    --tw-shadow-color: rgb(231 229 228 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/90 {
    --tw-shadow-color: rgb(231 229 228 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-200\/95 {
    --tw-shadow-color: rgb(231 229 228 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300 {
    --tw-shadow-color: #d6d3d1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/0 {
    --tw-shadow-color: rgb(214 211 209 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/10 {
    --tw-shadow-color: rgb(214 211 209 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/100 {
    --tw-shadow-color: rgb(214 211 209 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/15 {
    --tw-shadow-color: rgb(214 211 209 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/20 {
    --tw-shadow-color: rgb(214 211 209 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/25 {
    --tw-shadow-color: rgb(214 211 209 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/30 {
    --tw-shadow-color: rgb(214 211 209 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/35 {
    --tw-shadow-color: rgb(214 211 209 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/40 {
    --tw-shadow-color: rgb(214 211 209 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/45 {
    --tw-shadow-color: rgb(214 211 209 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/5 {
    --tw-shadow-color: rgb(214 211 209 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/50 {
    --tw-shadow-color: rgb(214 211 209 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/55 {
    --tw-shadow-color: rgb(214 211 209 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/60 {
    --tw-shadow-color: rgb(214 211 209 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/65 {
    --tw-shadow-color: rgb(214 211 209 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/70 {
    --tw-shadow-color: rgb(214 211 209 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/75 {
    --tw-shadow-color: rgb(214 211 209 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/80 {
    --tw-shadow-color: rgb(214 211 209 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/85 {
    --tw-shadow-color: rgb(214 211 209 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/90 {
    --tw-shadow-color: rgb(214 211 209 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-300\/95 {
    --tw-shadow-color: rgb(214 211 209 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400 {
    --tw-shadow-color: #a8a29e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/0 {
    --tw-shadow-color: rgb(168 162 158 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/10 {
    --tw-shadow-color: rgb(168 162 158 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/100 {
    --tw-shadow-color: rgb(168 162 158 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/15 {
    --tw-shadow-color: rgb(168 162 158 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/20 {
    --tw-shadow-color: rgb(168 162 158 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/25 {
    --tw-shadow-color: rgb(168 162 158 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/30 {
    --tw-shadow-color: rgb(168 162 158 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/35 {
    --tw-shadow-color: rgb(168 162 158 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/40 {
    --tw-shadow-color: rgb(168 162 158 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/45 {
    --tw-shadow-color: rgb(168 162 158 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/5 {
    --tw-shadow-color: rgb(168 162 158 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/50 {
    --tw-shadow-color: rgb(168 162 158 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/55 {
    --tw-shadow-color: rgb(168 162 158 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/60 {
    --tw-shadow-color: rgb(168 162 158 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/65 {
    --tw-shadow-color: rgb(168 162 158 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/70 {
    --tw-shadow-color: rgb(168 162 158 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/75 {
    --tw-shadow-color: rgb(168 162 158 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/80 {
    --tw-shadow-color: rgb(168 162 158 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/85 {
    --tw-shadow-color: rgb(168 162 158 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/90 {
    --tw-shadow-color: rgb(168 162 158 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-400\/95 {
    --tw-shadow-color: rgb(168 162 158 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50 {
    --tw-shadow-color: #fafaf9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/0 {
    --tw-shadow-color: rgb(250 250 249 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/10 {
    --tw-shadow-color: rgb(250 250 249 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/100 {
    --tw-shadow-color: rgb(250 250 249 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/15 {
    --tw-shadow-color: rgb(250 250 249 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/20 {
    --tw-shadow-color: rgb(250 250 249 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/25 {
    --tw-shadow-color: rgb(250 250 249 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/30 {
    --tw-shadow-color: rgb(250 250 249 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/35 {
    --tw-shadow-color: rgb(250 250 249 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/40 {
    --tw-shadow-color: rgb(250 250 249 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/45 {
    --tw-shadow-color: rgb(250 250 249 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/5 {
    --tw-shadow-color: rgb(250 250 249 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/50 {
    --tw-shadow-color: rgb(250 250 249 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/55 {
    --tw-shadow-color: rgb(250 250 249 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/60 {
    --tw-shadow-color: rgb(250 250 249 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/65 {
    --tw-shadow-color: rgb(250 250 249 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/70 {
    --tw-shadow-color: rgb(250 250 249 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/75 {
    --tw-shadow-color: rgb(250 250 249 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/80 {
    --tw-shadow-color: rgb(250 250 249 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/85 {
    --tw-shadow-color: rgb(250 250 249 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/90 {
    --tw-shadow-color: rgb(250 250 249 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-50\/95 {
    --tw-shadow-color: rgb(250 250 249 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500 {
    --tw-shadow-color: #78716c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/0 {
    --tw-shadow-color: rgb(120 113 108 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/10 {
    --tw-shadow-color: rgb(120 113 108 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/100 {
    --tw-shadow-color: rgb(120 113 108 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/15 {
    --tw-shadow-color: rgb(120 113 108 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/20 {
    --tw-shadow-color: rgb(120 113 108 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/25 {
    --tw-shadow-color: rgb(120 113 108 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/30 {
    --tw-shadow-color: rgb(120 113 108 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/35 {
    --tw-shadow-color: rgb(120 113 108 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/40 {
    --tw-shadow-color: rgb(120 113 108 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/45 {
    --tw-shadow-color: rgb(120 113 108 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/5 {
    --tw-shadow-color: rgb(120 113 108 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/50 {
    --tw-shadow-color: rgb(120 113 108 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/55 {
    --tw-shadow-color: rgb(120 113 108 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/60 {
    --tw-shadow-color: rgb(120 113 108 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/65 {
    --tw-shadow-color: rgb(120 113 108 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/70 {
    --tw-shadow-color: rgb(120 113 108 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/75 {
    --tw-shadow-color: rgb(120 113 108 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/80 {
    --tw-shadow-color: rgb(120 113 108 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/85 {
    --tw-shadow-color: rgb(120 113 108 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/90 {
    --tw-shadow-color: rgb(120 113 108 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-500\/95 {
    --tw-shadow-color: rgb(120 113 108 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600 {
    --tw-shadow-color: #57534e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/0 {
    --tw-shadow-color: rgb(87 83 78 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/10 {
    --tw-shadow-color: rgb(87 83 78 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/100 {
    --tw-shadow-color: rgb(87 83 78 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/15 {
    --tw-shadow-color: rgb(87 83 78 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/20 {
    --tw-shadow-color: rgb(87 83 78 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/25 {
    --tw-shadow-color: rgb(87 83 78 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/30 {
    --tw-shadow-color: rgb(87 83 78 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/35 {
    --tw-shadow-color: rgb(87 83 78 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/40 {
    --tw-shadow-color: rgb(87 83 78 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/45 {
    --tw-shadow-color: rgb(87 83 78 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/5 {
    --tw-shadow-color: rgb(87 83 78 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/50 {
    --tw-shadow-color: rgb(87 83 78 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/55 {
    --tw-shadow-color: rgb(87 83 78 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/60 {
    --tw-shadow-color: rgb(87 83 78 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/65 {
    --tw-shadow-color: rgb(87 83 78 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/70 {
    --tw-shadow-color: rgb(87 83 78 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/75 {
    --tw-shadow-color: rgb(87 83 78 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/80 {
    --tw-shadow-color: rgb(87 83 78 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/85 {
    --tw-shadow-color: rgb(87 83 78 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/90 {
    --tw-shadow-color: rgb(87 83 78 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-600\/95 {
    --tw-shadow-color: rgb(87 83 78 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700 {
    --tw-shadow-color: #44403c !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/0 {
    --tw-shadow-color: rgb(68 64 60 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/10 {
    --tw-shadow-color: rgb(68 64 60 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/100 {
    --tw-shadow-color: rgb(68 64 60 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/15 {
    --tw-shadow-color: rgb(68 64 60 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/20 {
    --tw-shadow-color: rgb(68 64 60 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/25 {
    --tw-shadow-color: rgb(68 64 60 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/30 {
    --tw-shadow-color: rgb(68 64 60 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/35 {
    --tw-shadow-color: rgb(68 64 60 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/40 {
    --tw-shadow-color: rgb(68 64 60 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/45 {
    --tw-shadow-color: rgb(68 64 60 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/5 {
    --tw-shadow-color: rgb(68 64 60 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/50 {
    --tw-shadow-color: rgb(68 64 60 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/55 {
    --tw-shadow-color: rgb(68 64 60 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/60 {
    --tw-shadow-color: rgb(68 64 60 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/65 {
    --tw-shadow-color: rgb(68 64 60 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/70 {
    --tw-shadow-color: rgb(68 64 60 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/75 {
    --tw-shadow-color: rgb(68 64 60 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/80 {
    --tw-shadow-color: rgb(68 64 60 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/85 {
    --tw-shadow-color: rgb(68 64 60 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/90 {
    --tw-shadow-color: rgb(68 64 60 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-700\/95 {
    --tw-shadow-color: rgb(68 64 60 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800 {
    --tw-shadow-color: #292524 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/0 {
    --tw-shadow-color: rgb(41 37 36 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/10 {
    --tw-shadow-color: rgb(41 37 36 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/100 {
    --tw-shadow-color: rgb(41 37 36 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/15 {
    --tw-shadow-color: rgb(41 37 36 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/20 {
    --tw-shadow-color: rgb(41 37 36 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/25 {
    --tw-shadow-color: rgb(41 37 36 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/30 {
    --tw-shadow-color: rgb(41 37 36 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/35 {
    --tw-shadow-color: rgb(41 37 36 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/40 {
    --tw-shadow-color: rgb(41 37 36 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/45 {
    --tw-shadow-color: rgb(41 37 36 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/5 {
    --tw-shadow-color: rgb(41 37 36 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/50 {
    --tw-shadow-color: rgb(41 37 36 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/55 {
    --tw-shadow-color: rgb(41 37 36 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/60 {
    --tw-shadow-color: rgb(41 37 36 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/65 {
    --tw-shadow-color: rgb(41 37 36 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/70 {
    --tw-shadow-color: rgb(41 37 36 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/75 {
    --tw-shadow-color: rgb(41 37 36 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/80 {
    --tw-shadow-color: rgb(41 37 36 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/85 {
    --tw-shadow-color: rgb(41 37 36 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/90 {
    --tw-shadow-color: rgb(41 37 36 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-800\/95 {
    --tw-shadow-color: rgb(41 37 36 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900 {
    --tw-shadow-color: #1c1917 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/0 {
    --tw-shadow-color: rgb(28 25 23 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/10 {
    --tw-shadow-color: rgb(28 25 23 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/100 {
    --tw-shadow-color: rgb(28 25 23 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/15 {
    --tw-shadow-color: rgb(28 25 23 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/20 {
    --tw-shadow-color: rgb(28 25 23 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/25 {
    --tw-shadow-color: rgb(28 25 23 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/30 {
    --tw-shadow-color: rgb(28 25 23 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/35 {
    --tw-shadow-color: rgb(28 25 23 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/40 {
    --tw-shadow-color: rgb(28 25 23 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/45 {
    --tw-shadow-color: rgb(28 25 23 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/5 {
    --tw-shadow-color: rgb(28 25 23 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/50 {
    --tw-shadow-color: rgb(28 25 23 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/55 {
    --tw-shadow-color: rgb(28 25 23 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/60 {
    --tw-shadow-color: rgb(28 25 23 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/65 {
    --tw-shadow-color: rgb(28 25 23 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/70 {
    --tw-shadow-color: rgb(28 25 23 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/75 {
    --tw-shadow-color: rgb(28 25 23 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/80 {
    --tw-shadow-color: rgb(28 25 23 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/85 {
    --tw-shadow-color: rgb(28 25 23 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/90 {
    --tw-shadow-color: rgb(28 25 23 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-900\/95 {
    --tw-shadow-color: rgb(28 25 23 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950 {
    --tw-shadow-color: #0c0a09 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/0 {
    --tw-shadow-color: rgb(12 10 9 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/10 {
    --tw-shadow-color: rgb(12 10 9 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/100 {
    --tw-shadow-color: rgb(12 10 9 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/15 {
    --tw-shadow-color: rgb(12 10 9 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/20 {
    --tw-shadow-color: rgb(12 10 9 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/25 {
    --tw-shadow-color: rgb(12 10 9 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/30 {
    --tw-shadow-color: rgb(12 10 9 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/35 {
    --tw-shadow-color: rgb(12 10 9 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/40 {
    --tw-shadow-color: rgb(12 10 9 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/45 {
    --tw-shadow-color: rgb(12 10 9 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/5 {
    --tw-shadow-color: rgb(12 10 9 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/50 {
    --tw-shadow-color: rgb(12 10 9 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/55 {
    --tw-shadow-color: rgb(12 10 9 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/60 {
    --tw-shadow-color: rgb(12 10 9 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/65 {
    --tw-shadow-color: rgb(12 10 9 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/70 {
    --tw-shadow-color: rgb(12 10 9 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/75 {
    --tw-shadow-color: rgb(12 10 9 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/80 {
    --tw-shadow-color: rgb(12 10 9 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/85 {
    --tw-shadow-color: rgb(12 10 9 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/90 {
    --tw-shadow-color: rgb(12 10 9 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-stone-950\/95 {
    --tw-shadow-color: rgb(12 10 9 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100 {
    --tw-shadow-color: #ccfbf1 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/0 {
    --tw-shadow-color: rgb(204 251 241 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/10 {
    --tw-shadow-color: rgb(204 251 241 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/100 {
    --tw-shadow-color: rgb(204 251 241 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/15 {
    --tw-shadow-color: rgb(204 251 241 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/20 {
    --tw-shadow-color: rgb(204 251 241 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/25 {
    --tw-shadow-color: rgb(204 251 241 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/30 {
    --tw-shadow-color: rgb(204 251 241 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/35 {
    --tw-shadow-color: rgb(204 251 241 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/40 {
    --tw-shadow-color: rgb(204 251 241 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/45 {
    --tw-shadow-color: rgb(204 251 241 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/5 {
    --tw-shadow-color: rgb(204 251 241 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/50 {
    --tw-shadow-color: rgb(204 251 241 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/55 {
    --tw-shadow-color: rgb(204 251 241 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/60 {
    --tw-shadow-color: rgb(204 251 241 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/65 {
    --tw-shadow-color: rgb(204 251 241 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/70 {
    --tw-shadow-color: rgb(204 251 241 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/75 {
    --tw-shadow-color: rgb(204 251 241 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/80 {
    --tw-shadow-color: rgb(204 251 241 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/85 {
    --tw-shadow-color: rgb(204 251 241 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/90 {
    --tw-shadow-color: rgb(204 251 241 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-100\/95 {
    --tw-shadow-color: rgb(204 251 241 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200 {
    --tw-shadow-color: #99f6e4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/0 {
    --tw-shadow-color: rgb(153 246 228 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/10 {
    --tw-shadow-color: rgb(153 246 228 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/100 {
    --tw-shadow-color: rgb(153 246 228 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/15 {
    --tw-shadow-color: rgb(153 246 228 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/20 {
    --tw-shadow-color: rgb(153 246 228 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/25 {
    --tw-shadow-color: rgb(153 246 228 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/30 {
    --tw-shadow-color: rgb(153 246 228 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/35 {
    --tw-shadow-color: rgb(153 246 228 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/40 {
    --tw-shadow-color: rgb(153 246 228 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/45 {
    --tw-shadow-color: rgb(153 246 228 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/5 {
    --tw-shadow-color: rgb(153 246 228 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/50 {
    --tw-shadow-color: rgb(153 246 228 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/55 {
    --tw-shadow-color: rgb(153 246 228 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/60 {
    --tw-shadow-color: rgb(153 246 228 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/65 {
    --tw-shadow-color: rgb(153 246 228 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/70 {
    --tw-shadow-color: rgb(153 246 228 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/75 {
    --tw-shadow-color: rgb(153 246 228 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/80 {
    --tw-shadow-color: rgb(153 246 228 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/85 {
    --tw-shadow-color: rgb(153 246 228 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/90 {
    --tw-shadow-color: rgb(153 246 228 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-200\/95 {
    --tw-shadow-color: rgb(153 246 228 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300 {
    --tw-shadow-color: #5eead4 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/0 {
    --tw-shadow-color: rgb(94 234 212 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/10 {
    --tw-shadow-color: rgb(94 234 212 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/100 {
    --tw-shadow-color: rgb(94 234 212 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/15 {
    --tw-shadow-color: rgb(94 234 212 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/20 {
    --tw-shadow-color: rgb(94 234 212 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/25 {
    --tw-shadow-color: rgb(94 234 212 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/30 {
    --tw-shadow-color: rgb(94 234 212 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/35 {
    --tw-shadow-color: rgb(94 234 212 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/40 {
    --tw-shadow-color: rgb(94 234 212 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/45 {
    --tw-shadow-color: rgb(94 234 212 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/5 {
    --tw-shadow-color: rgb(94 234 212 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/50 {
    --tw-shadow-color: rgb(94 234 212 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/55 {
    --tw-shadow-color: rgb(94 234 212 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/60 {
    --tw-shadow-color: rgb(94 234 212 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/65 {
    --tw-shadow-color: rgb(94 234 212 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/70 {
    --tw-shadow-color: rgb(94 234 212 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/75 {
    --tw-shadow-color: rgb(94 234 212 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/80 {
    --tw-shadow-color: rgb(94 234 212 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/85 {
    --tw-shadow-color: rgb(94 234 212 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/90 {
    --tw-shadow-color: rgb(94 234 212 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-300\/95 {
    --tw-shadow-color: rgb(94 234 212 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400 {
    --tw-shadow-color: #2dd4bf !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/0 {
    --tw-shadow-color: rgb(45 212 191 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/10 {
    --tw-shadow-color: rgb(45 212 191 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/100 {
    --tw-shadow-color: rgb(45 212 191 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/15 {
    --tw-shadow-color: rgb(45 212 191 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/20 {
    --tw-shadow-color: rgb(45 212 191 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/25 {
    --tw-shadow-color: rgb(45 212 191 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/30 {
    --tw-shadow-color: rgb(45 212 191 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/35 {
    --tw-shadow-color: rgb(45 212 191 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/40 {
    --tw-shadow-color: rgb(45 212 191 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/45 {
    --tw-shadow-color: rgb(45 212 191 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/5 {
    --tw-shadow-color: rgb(45 212 191 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/50 {
    --tw-shadow-color: rgb(45 212 191 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/55 {
    --tw-shadow-color: rgb(45 212 191 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/60 {
    --tw-shadow-color: rgb(45 212 191 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/65 {
    --tw-shadow-color: rgb(45 212 191 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/70 {
    --tw-shadow-color: rgb(45 212 191 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/75 {
    --tw-shadow-color: rgb(45 212 191 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/80 {
    --tw-shadow-color: rgb(45 212 191 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/85 {
    --tw-shadow-color: rgb(45 212 191 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/90 {
    --tw-shadow-color: rgb(45 212 191 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-400\/95 {
    --tw-shadow-color: rgb(45 212 191 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50 {
    --tw-shadow-color: #f0fdfa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/0 {
    --tw-shadow-color: rgb(240 253 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/10 {
    --tw-shadow-color: rgb(240 253 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/100 {
    --tw-shadow-color: rgb(240 253 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/15 {
    --tw-shadow-color: rgb(240 253 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/20 {
    --tw-shadow-color: rgb(240 253 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/25 {
    --tw-shadow-color: rgb(240 253 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/30 {
    --tw-shadow-color: rgb(240 253 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/35 {
    --tw-shadow-color: rgb(240 253 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/40 {
    --tw-shadow-color: rgb(240 253 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/45 {
    --tw-shadow-color: rgb(240 253 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/5 {
    --tw-shadow-color: rgb(240 253 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/50 {
    --tw-shadow-color: rgb(240 253 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/55 {
    --tw-shadow-color: rgb(240 253 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/60 {
    --tw-shadow-color: rgb(240 253 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/65 {
    --tw-shadow-color: rgb(240 253 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/70 {
    --tw-shadow-color: rgb(240 253 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/75 {
    --tw-shadow-color: rgb(240 253 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/80 {
    --tw-shadow-color: rgb(240 253 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/85 {
    --tw-shadow-color: rgb(240 253 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/90 {
    --tw-shadow-color: rgb(240 253 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-50\/95 {
    --tw-shadow-color: rgb(240 253 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500 {
    --tw-shadow-color: #14b8a6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/0 {
    --tw-shadow-color: rgb(20 184 166 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/10 {
    --tw-shadow-color: rgb(20 184 166 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/100 {
    --tw-shadow-color: rgb(20 184 166 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/15 {
    --tw-shadow-color: rgb(20 184 166 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/20 {
    --tw-shadow-color: rgb(20 184 166 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/25 {
    --tw-shadow-color: rgb(20 184 166 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/30 {
    --tw-shadow-color: rgb(20 184 166 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/35 {
    --tw-shadow-color: rgb(20 184 166 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/40 {
    --tw-shadow-color: rgb(20 184 166 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/45 {
    --tw-shadow-color: rgb(20 184 166 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/5 {
    --tw-shadow-color: rgb(20 184 166 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/50 {
    --tw-shadow-color: rgb(20 184 166 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/55 {
    --tw-shadow-color: rgb(20 184 166 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/60 {
    --tw-shadow-color: rgb(20 184 166 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/65 {
    --tw-shadow-color: rgb(20 184 166 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/70 {
    --tw-shadow-color: rgb(20 184 166 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/75 {
    --tw-shadow-color: rgb(20 184 166 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/80 {
    --tw-shadow-color: rgb(20 184 166 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/85 {
    --tw-shadow-color: rgb(20 184 166 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/90 {
    --tw-shadow-color: rgb(20 184 166 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-500\/95 {
    --tw-shadow-color: rgb(20 184 166 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600 {
    --tw-shadow-color: #0d9488 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/0 {
    --tw-shadow-color: rgb(13 148 136 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/10 {
    --tw-shadow-color: rgb(13 148 136 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/100 {
    --tw-shadow-color: rgb(13 148 136 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/15 {
    --tw-shadow-color: rgb(13 148 136 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/20 {
    --tw-shadow-color: rgb(13 148 136 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/25 {
    --tw-shadow-color: rgb(13 148 136 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/30 {
    --tw-shadow-color: rgb(13 148 136 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/35 {
    --tw-shadow-color: rgb(13 148 136 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/40 {
    --tw-shadow-color: rgb(13 148 136 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/45 {
    --tw-shadow-color: rgb(13 148 136 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/5 {
    --tw-shadow-color: rgb(13 148 136 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/50 {
    --tw-shadow-color: rgb(13 148 136 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/55 {
    --tw-shadow-color: rgb(13 148 136 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/60 {
    --tw-shadow-color: rgb(13 148 136 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/65 {
    --tw-shadow-color: rgb(13 148 136 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/70 {
    --tw-shadow-color: rgb(13 148 136 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/75 {
    --tw-shadow-color: rgb(13 148 136 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/80 {
    --tw-shadow-color: rgb(13 148 136 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/85 {
    --tw-shadow-color: rgb(13 148 136 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/90 {
    --tw-shadow-color: rgb(13 148 136 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-600\/95 {
    --tw-shadow-color: rgb(13 148 136 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700 {
    --tw-shadow-color: #0f766e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/0 {
    --tw-shadow-color: rgb(15 118 110 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/10 {
    --tw-shadow-color: rgb(15 118 110 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/100 {
    --tw-shadow-color: rgb(15 118 110 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/15 {
    --tw-shadow-color: rgb(15 118 110 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/20 {
    --tw-shadow-color: rgb(15 118 110 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/25 {
    --tw-shadow-color: rgb(15 118 110 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/30 {
    --tw-shadow-color: rgb(15 118 110 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/35 {
    --tw-shadow-color: rgb(15 118 110 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/40 {
    --tw-shadow-color: rgb(15 118 110 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/45 {
    --tw-shadow-color: rgb(15 118 110 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/5 {
    --tw-shadow-color: rgb(15 118 110 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/50 {
    --tw-shadow-color: rgb(15 118 110 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/55 {
    --tw-shadow-color: rgb(15 118 110 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/60 {
    --tw-shadow-color: rgb(15 118 110 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/65 {
    --tw-shadow-color: rgb(15 118 110 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/70 {
    --tw-shadow-color: rgb(15 118 110 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/75 {
    --tw-shadow-color: rgb(15 118 110 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/80 {
    --tw-shadow-color: rgb(15 118 110 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/85 {
    --tw-shadow-color: rgb(15 118 110 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/90 {
    --tw-shadow-color: rgb(15 118 110 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-700\/95 {
    --tw-shadow-color: rgb(15 118 110 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800 {
    --tw-shadow-color: #115e59 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/0 {
    --tw-shadow-color: rgb(17 94 89 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/10 {
    --tw-shadow-color: rgb(17 94 89 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/100 {
    --tw-shadow-color: rgb(17 94 89 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/15 {
    --tw-shadow-color: rgb(17 94 89 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/20 {
    --tw-shadow-color: rgb(17 94 89 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/25 {
    --tw-shadow-color: rgb(17 94 89 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/30 {
    --tw-shadow-color: rgb(17 94 89 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/35 {
    --tw-shadow-color: rgb(17 94 89 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/40 {
    --tw-shadow-color: rgb(17 94 89 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/45 {
    --tw-shadow-color: rgb(17 94 89 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/5 {
    --tw-shadow-color: rgb(17 94 89 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/50 {
    --tw-shadow-color: rgb(17 94 89 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/55 {
    --tw-shadow-color: rgb(17 94 89 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/60 {
    --tw-shadow-color: rgb(17 94 89 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/65 {
    --tw-shadow-color: rgb(17 94 89 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/70 {
    --tw-shadow-color: rgb(17 94 89 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/75 {
    --tw-shadow-color: rgb(17 94 89 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/80 {
    --tw-shadow-color: rgb(17 94 89 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/85 {
    --tw-shadow-color: rgb(17 94 89 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/90 {
    --tw-shadow-color: rgb(17 94 89 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-800\/95 {
    --tw-shadow-color: rgb(17 94 89 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900 {
    --tw-shadow-color: #134e4a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/0 {
    --tw-shadow-color: rgb(19 78 74 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/10 {
    --tw-shadow-color: rgb(19 78 74 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/100 {
    --tw-shadow-color: rgb(19 78 74 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/15 {
    --tw-shadow-color: rgb(19 78 74 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/20 {
    --tw-shadow-color: rgb(19 78 74 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/25 {
    --tw-shadow-color: rgb(19 78 74 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/30 {
    --tw-shadow-color: rgb(19 78 74 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/35 {
    --tw-shadow-color: rgb(19 78 74 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/40 {
    --tw-shadow-color: rgb(19 78 74 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/45 {
    --tw-shadow-color: rgb(19 78 74 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/5 {
    --tw-shadow-color: rgb(19 78 74 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/50 {
    --tw-shadow-color: rgb(19 78 74 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/55 {
    --tw-shadow-color: rgb(19 78 74 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/60 {
    --tw-shadow-color: rgb(19 78 74 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/65 {
    --tw-shadow-color: rgb(19 78 74 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/70 {
    --tw-shadow-color: rgb(19 78 74 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/75 {
    --tw-shadow-color: rgb(19 78 74 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/80 {
    --tw-shadow-color: rgb(19 78 74 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/85 {
    --tw-shadow-color: rgb(19 78 74 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/90 {
    --tw-shadow-color: rgb(19 78 74 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-900\/95 {
    --tw-shadow-color: rgb(19 78 74 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950 {
    --tw-shadow-color: #042f2e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/0 {
    --tw-shadow-color: rgb(4 47 46 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/10 {
    --tw-shadow-color: rgb(4 47 46 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/100 {
    --tw-shadow-color: rgb(4 47 46 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/15 {
    --tw-shadow-color: rgb(4 47 46 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/20 {
    --tw-shadow-color: rgb(4 47 46 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/25 {
    --tw-shadow-color: rgb(4 47 46 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/30 {
    --tw-shadow-color: rgb(4 47 46 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/35 {
    --tw-shadow-color: rgb(4 47 46 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/40 {
    --tw-shadow-color: rgb(4 47 46 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/45 {
    --tw-shadow-color: rgb(4 47 46 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/5 {
    --tw-shadow-color: rgb(4 47 46 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/50 {
    --tw-shadow-color: rgb(4 47 46 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/55 {
    --tw-shadow-color: rgb(4 47 46 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/60 {
    --tw-shadow-color: rgb(4 47 46 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/65 {
    --tw-shadow-color: rgb(4 47 46 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/70 {
    --tw-shadow-color: rgb(4 47 46 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/75 {
    --tw-shadow-color: rgb(4 47 46 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/80 {
    --tw-shadow-color: rgb(4 47 46 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/85 {
    --tw-shadow-color: rgb(4 47 46 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/90 {
    --tw-shadow-color: rgb(4 47 46 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-teal-950\/95 {
    --tw-shadow-color: rgb(4 47 46 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color {
    --tw-shadow-color: #509885 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/0 {
    --tw-shadow-color: rgb(80 152 133 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/10 {
    --tw-shadow-color: rgb(80 152 133 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/100 {
    --tw-shadow-color: rgb(80 152 133 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/15 {
    --tw-shadow-color: rgb(80 152 133 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/20 {
    --tw-shadow-color: rgb(80 152 133 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/25 {
    --tw-shadow-color: rgb(80 152 133 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/30 {
    --tw-shadow-color: rgb(80 152 133 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/35 {
    --tw-shadow-color: rgb(80 152 133 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/40 {
    --tw-shadow-color: rgb(80 152 133 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/45 {
    --tw-shadow-color: rgb(80 152 133 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/5 {
    --tw-shadow-color: rgb(80 152 133 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/50 {
    --tw-shadow-color: rgb(80 152 133 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/55 {
    --tw-shadow-color: rgb(80 152 133 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/60 {
    --tw-shadow-color: rgb(80 152 133 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/65 {
    --tw-shadow-color: rgb(80 152 133 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/70 {
    --tw-shadow-color: rgb(80 152 133 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/75 {
    --tw-shadow-color: rgb(80 152 133 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/80 {
    --tw-shadow-color: rgb(80 152 133 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/85 {
    --tw-shadow-color: rgb(80 152 133 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/90 {
    --tw-shadow-color: rgb(80 152 133 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-theme_color\/95 {
    --tw-shadow-color: rgb(80 152 133 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent {
    --tw-shadow-color: transparent !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-transparent\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100 {
    --tw-shadow-color: #ede9fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/0 {
    --tw-shadow-color: rgb(237 233 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/10 {
    --tw-shadow-color: rgb(237 233 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/100 {
    --tw-shadow-color: rgb(237 233 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/15 {
    --tw-shadow-color: rgb(237 233 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/20 {
    --tw-shadow-color: rgb(237 233 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/25 {
    --tw-shadow-color: rgb(237 233 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/30 {
    --tw-shadow-color: rgb(237 233 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/35 {
    --tw-shadow-color: rgb(237 233 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/40 {
    --tw-shadow-color: rgb(237 233 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/45 {
    --tw-shadow-color: rgb(237 233 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/5 {
    --tw-shadow-color: rgb(237 233 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/50 {
    --tw-shadow-color: rgb(237 233 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/55 {
    --tw-shadow-color: rgb(237 233 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/60 {
    --tw-shadow-color: rgb(237 233 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/65 {
    --tw-shadow-color: rgb(237 233 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/70 {
    --tw-shadow-color: rgb(237 233 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/75 {
    --tw-shadow-color: rgb(237 233 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/80 {
    --tw-shadow-color: rgb(237 233 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/85 {
    --tw-shadow-color: rgb(237 233 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/90 {
    --tw-shadow-color: rgb(237 233 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-100\/95 {
    --tw-shadow-color: rgb(237 233 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200 {
    --tw-shadow-color: #ddd6fe !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/0 {
    --tw-shadow-color: rgb(221 214 254 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/10 {
    --tw-shadow-color: rgb(221 214 254 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/100 {
    --tw-shadow-color: rgb(221 214 254 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/15 {
    --tw-shadow-color: rgb(221 214 254 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/20 {
    --tw-shadow-color: rgb(221 214 254 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/25 {
    --tw-shadow-color: rgb(221 214 254 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/30 {
    --tw-shadow-color: rgb(221 214 254 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/35 {
    --tw-shadow-color: rgb(221 214 254 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/40 {
    --tw-shadow-color: rgb(221 214 254 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/45 {
    --tw-shadow-color: rgb(221 214 254 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/5 {
    --tw-shadow-color: rgb(221 214 254 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/50 {
    --tw-shadow-color: rgb(221 214 254 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/55 {
    --tw-shadow-color: rgb(221 214 254 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/60 {
    --tw-shadow-color: rgb(221 214 254 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/65 {
    --tw-shadow-color: rgb(221 214 254 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/70 {
    --tw-shadow-color: rgb(221 214 254 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/75 {
    --tw-shadow-color: rgb(221 214 254 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/80 {
    --tw-shadow-color: rgb(221 214 254 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/85 {
    --tw-shadow-color: rgb(221 214 254 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/90 {
    --tw-shadow-color: rgb(221 214 254 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-200\/95 {
    --tw-shadow-color: rgb(221 214 254 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300 {
    --tw-shadow-color: #c4b5fd !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/0 {
    --tw-shadow-color: rgb(196 181 253 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/10 {
    --tw-shadow-color: rgb(196 181 253 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/100 {
    --tw-shadow-color: rgb(196 181 253 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/15 {
    --tw-shadow-color: rgb(196 181 253 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/20 {
    --tw-shadow-color: rgb(196 181 253 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/25 {
    --tw-shadow-color: rgb(196 181 253 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/30 {
    --tw-shadow-color: rgb(196 181 253 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/35 {
    --tw-shadow-color: rgb(196 181 253 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/40 {
    --tw-shadow-color: rgb(196 181 253 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/45 {
    --tw-shadow-color: rgb(196 181 253 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/5 {
    --tw-shadow-color: rgb(196 181 253 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/50 {
    --tw-shadow-color: rgb(196 181 253 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/55 {
    --tw-shadow-color: rgb(196 181 253 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/60 {
    --tw-shadow-color: rgb(196 181 253 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/65 {
    --tw-shadow-color: rgb(196 181 253 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/70 {
    --tw-shadow-color: rgb(196 181 253 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/75 {
    --tw-shadow-color: rgb(196 181 253 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/80 {
    --tw-shadow-color: rgb(196 181 253 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/85 {
    --tw-shadow-color: rgb(196 181 253 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/90 {
    --tw-shadow-color: rgb(196 181 253 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-300\/95 {
    --tw-shadow-color: rgb(196 181 253 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400 {
    --tw-shadow-color: #a78bfa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/0 {
    --tw-shadow-color: rgb(167 139 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/10 {
    --tw-shadow-color: rgb(167 139 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/100 {
    --tw-shadow-color: rgb(167 139 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/15 {
    --tw-shadow-color: rgb(167 139 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/20 {
    --tw-shadow-color: rgb(167 139 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/25 {
    --tw-shadow-color: rgb(167 139 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/30 {
    --tw-shadow-color: rgb(167 139 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/35 {
    --tw-shadow-color: rgb(167 139 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/40 {
    --tw-shadow-color: rgb(167 139 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/45 {
    --tw-shadow-color: rgb(167 139 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/5 {
    --tw-shadow-color: rgb(167 139 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/50 {
    --tw-shadow-color: rgb(167 139 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/55 {
    --tw-shadow-color: rgb(167 139 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/60 {
    --tw-shadow-color: rgb(167 139 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/65 {
    --tw-shadow-color: rgb(167 139 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/70 {
    --tw-shadow-color: rgb(167 139 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/75 {
    --tw-shadow-color: rgb(167 139 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/80 {
    --tw-shadow-color: rgb(167 139 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/85 {
    --tw-shadow-color: rgb(167 139 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/90 {
    --tw-shadow-color: rgb(167 139 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-400\/95 {
    --tw-shadow-color: rgb(167 139 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50 {
    --tw-shadow-color: #f5f3ff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/0 {
    --tw-shadow-color: rgb(245 243 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/10 {
    --tw-shadow-color: rgb(245 243 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/100 {
    --tw-shadow-color: rgb(245 243 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/15 {
    --tw-shadow-color: rgb(245 243 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/20 {
    --tw-shadow-color: rgb(245 243 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/25 {
    --tw-shadow-color: rgb(245 243 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/30 {
    --tw-shadow-color: rgb(245 243 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/35 {
    --tw-shadow-color: rgb(245 243 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/40 {
    --tw-shadow-color: rgb(245 243 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/45 {
    --tw-shadow-color: rgb(245 243 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/5 {
    --tw-shadow-color: rgb(245 243 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/50 {
    --tw-shadow-color: rgb(245 243 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/55 {
    --tw-shadow-color: rgb(245 243 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/60 {
    --tw-shadow-color: rgb(245 243 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/65 {
    --tw-shadow-color: rgb(245 243 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/70 {
    --tw-shadow-color: rgb(245 243 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/75 {
    --tw-shadow-color: rgb(245 243 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/80 {
    --tw-shadow-color: rgb(245 243 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/85 {
    --tw-shadow-color: rgb(245 243 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/90 {
    --tw-shadow-color: rgb(245 243 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-50\/95 {
    --tw-shadow-color: rgb(245 243 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500 {
    --tw-shadow-color: #8b5cf6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/0 {
    --tw-shadow-color: rgb(139 92 246 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/10 {
    --tw-shadow-color: rgb(139 92 246 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/100 {
    --tw-shadow-color: rgb(139 92 246 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/15 {
    --tw-shadow-color: rgb(139 92 246 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/20 {
    --tw-shadow-color: rgb(139 92 246 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/25 {
    --tw-shadow-color: rgb(139 92 246 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/30 {
    --tw-shadow-color: rgb(139 92 246 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/35 {
    --tw-shadow-color: rgb(139 92 246 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/40 {
    --tw-shadow-color: rgb(139 92 246 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/45 {
    --tw-shadow-color: rgb(139 92 246 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/5 {
    --tw-shadow-color: rgb(139 92 246 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/50 {
    --tw-shadow-color: rgb(139 92 246 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/55 {
    --tw-shadow-color: rgb(139 92 246 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/60 {
    --tw-shadow-color: rgb(139 92 246 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/65 {
    --tw-shadow-color: rgb(139 92 246 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/70 {
    --tw-shadow-color: rgb(139 92 246 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/75 {
    --tw-shadow-color: rgb(139 92 246 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/80 {
    --tw-shadow-color: rgb(139 92 246 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/85 {
    --tw-shadow-color: rgb(139 92 246 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/90 {
    --tw-shadow-color: rgb(139 92 246 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-500\/95 {
    --tw-shadow-color: rgb(139 92 246 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600 {
    --tw-shadow-color: #7c3aed !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/0 {
    --tw-shadow-color: rgb(124 58 237 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/10 {
    --tw-shadow-color: rgb(124 58 237 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/100 {
    --tw-shadow-color: rgb(124 58 237 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/15 {
    --tw-shadow-color: rgb(124 58 237 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/20 {
    --tw-shadow-color: rgb(124 58 237 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/25 {
    --tw-shadow-color: rgb(124 58 237 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/30 {
    --tw-shadow-color: rgb(124 58 237 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/35 {
    --tw-shadow-color: rgb(124 58 237 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/40 {
    --tw-shadow-color: rgb(124 58 237 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/45 {
    --tw-shadow-color: rgb(124 58 237 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/5 {
    --tw-shadow-color: rgb(124 58 237 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/50 {
    --tw-shadow-color: rgb(124 58 237 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/55 {
    --tw-shadow-color: rgb(124 58 237 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/60 {
    --tw-shadow-color: rgb(124 58 237 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/65 {
    --tw-shadow-color: rgb(124 58 237 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/70 {
    --tw-shadow-color: rgb(124 58 237 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/75 {
    --tw-shadow-color: rgb(124 58 237 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/80 {
    --tw-shadow-color: rgb(124 58 237 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/85 {
    --tw-shadow-color: rgb(124 58 237 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/90 {
    --tw-shadow-color: rgb(124 58 237 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-600\/95 {
    --tw-shadow-color: rgb(124 58 237 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700 {
    --tw-shadow-color: #6d28d9 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/0 {
    --tw-shadow-color: rgb(109 40 217 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/10 {
    --tw-shadow-color: rgb(109 40 217 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/100 {
    --tw-shadow-color: rgb(109 40 217 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/15 {
    --tw-shadow-color: rgb(109 40 217 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/20 {
    --tw-shadow-color: rgb(109 40 217 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/25 {
    --tw-shadow-color: rgb(109 40 217 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/30 {
    --tw-shadow-color: rgb(109 40 217 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/35 {
    --tw-shadow-color: rgb(109 40 217 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/40 {
    --tw-shadow-color: rgb(109 40 217 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/45 {
    --tw-shadow-color: rgb(109 40 217 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/5 {
    --tw-shadow-color: rgb(109 40 217 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/50 {
    --tw-shadow-color: rgb(109 40 217 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/55 {
    --tw-shadow-color: rgb(109 40 217 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/60 {
    --tw-shadow-color: rgb(109 40 217 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/65 {
    --tw-shadow-color: rgb(109 40 217 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/70 {
    --tw-shadow-color: rgb(109 40 217 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/75 {
    --tw-shadow-color: rgb(109 40 217 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/80 {
    --tw-shadow-color: rgb(109 40 217 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/85 {
    --tw-shadow-color: rgb(109 40 217 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/90 {
    --tw-shadow-color: rgb(109 40 217 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-700\/95 {
    --tw-shadow-color: rgb(109 40 217 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800 {
    --tw-shadow-color: #5b21b6 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/0 {
    --tw-shadow-color: rgb(91 33 182 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/10 {
    --tw-shadow-color: rgb(91 33 182 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/100 {
    --tw-shadow-color: rgb(91 33 182 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/15 {
    --tw-shadow-color: rgb(91 33 182 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/20 {
    --tw-shadow-color: rgb(91 33 182 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/25 {
    --tw-shadow-color: rgb(91 33 182 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/30 {
    --tw-shadow-color: rgb(91 33 182 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/35 {
    --tw-shadow-color: rgb(91 33 182 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/40 {
    --tw-shadow-color: rgb(91 33 182 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/45 {
    --tw-shadow-color: rgb(91 33 182 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/5 {
    --tw-shadow-color: rgb(91 33 182 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/50 {
    --tw-shadow-color: rgb(91 33 182 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/55 {
    --tw-shadow-color: rgb(91 33 182 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/60 {
    --tw-shadow-color: rgb(91 33 182 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/65 {
    --tw-shadow-color: rgb(91 33 182 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/70 {
    --tw-shadow-color: rgb(91 33 182 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/75 {
    --tw-shadow-color: rgb(91 33 182 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/80 {
    --tw-shadow-color: rgb(91 33 182 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/85 {
    --tw-shadow-color: rgb(91 33 182 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/90 {
    --tw-shadow-color: rgb(91 33 182 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-800\/95 {
    --tw-shadow-color: rgb(91 33 182 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900 {
    --tw-shadow-color: #4c1d95 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/0 {
    --tw-shadow-color: rgb(76 29 149 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/10 {
    --tw-shadow-color: rgb(76 29 149 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/100 {
    --tw-shadow-color: rgb(76 29 149 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/15 {
    --tw-shadow-color: rgb(76 29 149 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/20 {
    --tw-shadow-color: rgb(76 29 149 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/25 {
    --tw-shadow-color: rgb(76 29 149 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/30 {
    --tw-shadow-color: rgb(76 29 149 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/35 {
    --tw-shadow-color: rgb(76 29 149 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/40 {
    --tw-shadow-color: rgb(76 29 149 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/45 {
    --tw-shadow-color: rgb(76 29 149 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/5 {
    --tw-shadow-color: rgb(76 29 149 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/50 {
    --tw-shadow-color: rgb(76 29 149 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/55 {
    --tw-shadow-color: rgb(76 29 149 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/60 {
    --tw-shadow-color: rgb(76 29 149 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/65 {
    --tw-shadow-color: rgb(76 29 149 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/70 {
    --tw-shadow-color: rgb(76 29 149 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/75 {
    --tw-shadow-color: rgb(76 29 149 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/80 {
    --tw-shadow-color: rgb(76 29 149 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/85 {
    --tw-shadow-color: rgb(76 29 149 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/90 {
    --tw-shadow-color: rgb(76 29 149 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-900\/95 {
    --tw-shadow-color: rgb(76 29 149 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950 {
    --tw-shadow-color: #2e1065 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/0 {
    --tw-shadow-color: rgb(46 16 101 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/10 {
    --tw-shadow-color: rgb(46 16 101 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/100 {
    --tw-shadow-color: rgb(46 16 101 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/15 {
    --tw-shadow-color: rgb(46 16 101 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/20 {
    --tw-shadow-color: rgb(46 16 101 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/25 {
    --tw-shadow-color: rgb(46 16 101 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/30 {
    --tw-shadow-color: rgb(46 16 101 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/35 {
    --tw-shadow-color: rgb(46 16 101 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/40 {
    --tw-shadow-color: rgb(46 16 101 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/45 {
    --tw-shadow-color: rgb(46 16 101 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/5 {
    --tw-shadow-color: rgb(46 16 101 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/50 {
    --tw-shadow-color: rgb(46 16 101 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/55 {
    --tw-shadow-color: rgb(46 16 101 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/60 {
    --tw-shadow-color: rgb(46 16 101 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/65 {
    --tw-shadow-color: rgb(46 16 101 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/70 {
    --tw-shadow-color: rgb(46 16 101 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/75 {
    --tw-shadow-color: rgb(46 16 101 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/80 {
    --tw-shadow-color: rgb(46 16 101 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/85 {
    --tw-shadow-color: rgb(46 16 101 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/90 {
    --tw-shadow-color: rgb(46 16 101 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-violet-950\/95 {
    --tw-shadow-color: rgb(46 16 101 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white {
    --tw-shadow-color: #fff !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/0 {
    --tw-shadow-color: rgb(255 255 255 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/10 {
    --tw-shadow-color: rgb(255 255 255 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/100 {
    --tw-shadow-color: rgb(255 255 255 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/15 {
    --tw-shadow-color: rgb(255 255 255 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/20 {
    --tw-shadow-color: rgb(255 255 255 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/25 {
    --tw-shadow-color: rgb(255 255 255 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/30 {
    --tw-shadow-color: rgb(255 255 255 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/35 {
    --tw-shadow-color: rgb(255 255 255 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/40 {
    --tw-shadow-color: rgb(255 255 255 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/45 {
    --tw-shadow-color: rgb(255 255 255 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/5 {
    --tw-shadow-color: rgb(255 255 255 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/50 {
    --tw-shadow-color: rgb(255 255 255 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/55 {
    --tw-shadow-color: rgb(255 255 255 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/60 {
    --tw-shadow-color: rgb(255 255 255 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/65 {
    --tw-shadow-color: rgb(255 255 255 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/70 {
    --tw-shadow-color: rgb(255 255 255 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/75 {
    --tw-shadow-color: rgb(255 255 255 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/80 {
    --tw-shadow-color: rgb(255 255 255 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/85 {
    --tw-shadow-color: rgb(255 255 255 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/90 {
    --tw-shadow-color: rgb(255 255 255 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-white\/95 {
    --tw-shadow-color: rgb(255 255 255 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300 {
    --tw-shadow-color: #fde047 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/15 {
    --tw-shadow-color: rgb(253 224 71 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/35 {
    --tw-shadow-color: rgb(253 224 71 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/45 {
    --tw-shadow-color: rgb(253 224 71 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/55 {
    --tw-shadow-color: rgb(253 224 71 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/65 {
    --tw-shadow-color: rgb(253 224 71 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/85 {
    --tw-shadow-color: rgb(253 224 71 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400 {
    --tw-shadow-color: #facc15 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/15 {
    --tw-shadow-color: rgb(254 252 232 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/35 {
    --tw-shadow-color: rgb(254 252 232 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/45 {
    --tw-shadow-color: rgb(254 252 232 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/55 {
    --tw-shadow-color: rgb(254 252 232 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/65 {
    --tw-shadow-color: rgb(254 252 232 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/85 {
    --tw-shadow-color: rgb(254 252 232 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500 {
    --tw-shadow-color: #eab308 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/15 {
    --tw-shadow-color: rgb(234 179 8 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/35 {
    --tw-shadow-color: rgb(234 179 8 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/45 {
    --tw-shadow-color: rgb(234 179 8 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/55 {
    --tw-shadow-color: rgb(234 179 8 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/65 {
    --tw-shadow-color: rgb(234 179 8 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/85 {
    --tw-shadow-color: rgb(234 179 8 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/15 {
    --tw-shadow-color: rgb(202 138 4 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/35 {
    --tw-shadow-color: rgb(202 138 4 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/45 {
    --tw-shadow-color: rgb(202 138 4 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/55 {
    --tw-shadow-color: rgb(202 138 4 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/65 {
    --tw-shadow-color: rgb(202 138 4 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/85 {
    --tw-shadow-color: rgb(202 138 4 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700 {
    --tw-shadow-color: #a16207 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/15 {
    --tw-shadow-color: rgb(161 98 7 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/35 {
    --tw-shadow-color: rgb(161 98 7 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/45 {
    --tw-shadow-color: rgb(161 98 7 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/55 {
    --tw-shadow-color: rgb(161 98 7 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/65 {
    --tw-shadow-color: rgb(161 98 7 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/85 {
    --tw-shadow-color: rgb(161 98 7 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900 {
    --tw-shadow-color: #713f12 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/15 {
    --tw-shadow-color: rgb(113 63 18 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/35 {
    --tw-shadow-color: rgb(113 63 18 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/45 {
    --tw-shadow-color: rgb(113 63 18 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/55 {
    --tw-shadow-color: rgb(113 63 18 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/65 {
    --tw-shadow-color: rgb(113 63 18 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/85 {
    --tw-shadow-color: rgb(113 63 18 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950 {
    --tw-shadow-color: #422006 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/15 {
    --tw-shadow-color: rgb(66 32 6 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/35 {
    --tw-shadow-color: rgb(66 32 6 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/45 {
    --tw-shadow-color: rgb(66 32 6 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/55 {
    --tw-shadow-color: rgb(66 32 6 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/65 {
    --tw-shadow-color: rgb(66 32 6 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/85 {
    --tw-shadow-color: rgb(66 32 6 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100 {
    --tw-shadow-color: #f4f4f5 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/0 {
    --tw-shadow-color: rgb(244 244 245 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/10 {
    --tw-shadow-color: rgb(244 244 245 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/100 {
    --tw-shadow-color: rgb(244 244 245 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/15 {
    --tw-shadow-color: rgb(244 244 245 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/20 {
    --tw-shadow-color: rgb(244 244 245 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/25 {
    --tw-shadow-color: rgb(244 244 245 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/30 {
    --tw-shadow-color: rgb(244 244 245 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/35 {
    --tw-shadow-color: rgb(244 244 245 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/40 {
    --tw-shadow-color: rgb(244 244 245 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/45 {
    --tw-shadow-color: rgb(244 244 245 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/5 {
    --tw-shadow-color: rgb(244 244 245 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/50 {
    --tw-shadow-color: rgb(244 244 245 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/55 {
    --tw-shadow-color: rgb(244 244 245 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/60 {
    --tw-shadow-color: rgb(244 244 245 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/65 {
    --tw-shadow-color: rgb(244 244 245 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/70 {
    --tw-shadow-color: rgb(244 244 245 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/75 {
    --tw-shadow-color: rgb(244 244 245 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/80 {
    --tw-shadow-color: rgb(244 244 245 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/85 {
    --tw-shadow-color: rgb(244 244 245 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/90 {
    --tw-shadow-color: rgb(244 244 245 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-100\/95 {
    --tw-shadow-color: rgb(244 244 245 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200 {
    --tw-shadow-color: #e4e4e7 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/0 {
    --tw-shadow-color: rgb(228 228 231 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/10 {
    --tw-shadow-color: rgb(228 228 231 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/100 {
    --tw-shadow-color: rgb(228 228 231 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/15 {
    --tw-shadow-color: rgb(228 228 231 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/20 {
    --tw-shadow-color: rgb(228 228 231 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/25 {
    --tw-shadow-color: rgb(228 228 231 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/30 {
    --tw-shadow-color: rgb(228 228 231 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/35 {
    --tw-shadow-color: rgb(228 228 231 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/40 {
    --tw-shadow-color: rgb(228 228 231 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/45 {
    --tw-shadow-color: rgb(228 228 231 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/5 {
    --tw-shadow-color: rgb(228 228 231 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/50 {
    --tw-shadow-color: rgb(228 228 231 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/55 {
    --tw-shadow-color: rgb(228 228 231 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/60 {
    --tw-shadow-color: rgb(228 228 231 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/65 {
    --tw-shadow-color: rgb(228 228 231 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/70 {
    --tw-shadow-color: rgb(228 228 231 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/75 {
    --tw-shadow-color: rgb(228 228 231 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/80 {
    --tw-shadow-color: rgb(228 228 231 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/85 {
    --tw-shadow-color: rgb(228 228 231 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/90 {
    --tw-shadow-color: rgb(228 228 231 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-200\/95 {
    --tw-shadow-color: rgb(228 228 231 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300 {
    --tw-shadow-color: #d4d4d8 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/0 {
    --tw-shadow-color: rgb(212 212 216 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/10 {
    --tw-shadow-color: rgb(212 212 216 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/100 {
    --tw-shadow-color: rgb(212 212 216 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/15 {
    --tw-shadow-color: rgb(212 212 216 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/20 {
    --tw-shadow-color: rgb(212 212 216 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/25 {
    --tw-shadow-color: rgb(212 212 216 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/30 {
    --tw-shadow-color: rgb(212 212 216 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/35 {
    --tw-shadow-color: rgb(212 212 216 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/40 {
    --tw-shadow-color: rgb(212 212 216 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/45 {
    --tw-shadow-color: rgb(212 212 216 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/5 {
    --tw-shadow-color: rgb(212 212 216 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/50 {
    --tw-shadow-color: rgb(212 212 216 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/55 {
    --tw-shadow-color: rgb(212 212 216 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/60 {
    --tw-shadow-color: rgb(212 212 216 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/65 {
    --tw-shadow-color: rgb(212 212 216 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/70 {
    --tw-shadow-color: rgb(212 212 216 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/75 {
    --tw-shadow-color: rgb(212 212 216 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/80 {
    --tw-shadow-color: rgb(212 212 216 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/85 {
    --tw-shadow-color: rgb(212 212 216 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/90 {
    --tw-shadow-color: rgb(212 212 216 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-300\/95 {
    --tw-shadow-color: rgb(212 212 216 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400 {
    --tw-shadow-color: #a1a1aa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/0 {
    --tw-shadow-color: rgb(161 161 170 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/10 {
    --tw-shadow-color: rgb(161 161 170 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/100 {
    --tw-shadow-color: rgb(161 161 170 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/15 {
    --tw-shadow-color: rgb(161 161 170 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/20 {
    --tw-shadow-color: rgb(161 161 170 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/25 {
    --tw-shadow-color: rgb(161 161 170 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/30 {
    --tw-shadow-color: rgb(161 161 170 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/35 {
    --tw-shadow-color: rgb(161 161 170 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/40 {
    --tw-shadow-color: rgb(161 161 170 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/45 {
    --tw-shadow-color: rgb(161 161 170 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/5 {
    --tw-shadow-color: rgb(161 161 170 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/50 {
    --tw-shadow-color: rgb(161 161 170 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/55 {
    --tw-shadow-color: rgb(161 161 170 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/60 {
    --tw-shadow-color: rgb(161 161 170 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/65 {
    --tw-shadow-color: rgb(161 161 170 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/70 {
    --tw-shadow-color: rgb(161 161 170 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/75 {
    --tw-shadow-color: rgb(161 161 170 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/80 {
    --tw-shadow-color: rgb(161 161 170 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/85 {
    --tw-shadow-color: rgb(161 161 170 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/90 {
    --tw-shadow-color: rgb(161 161 170 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-400\/95 {
    --tw-shadow-color: rgb(161 161 170 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50 {
    --tw-shadow-color: #fafafa !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500 {
    --tw-shadow-color: #71717a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/0 {
    --tw-shadow-color: rgb(113 113 122 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/10 {
    --tw-shadow-color: rgb(113 113 122 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/100 {
    --tw-shadow-color: rgb(113 113 122 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/15 {
    --tw-shadow-color: rgb(113 113 122 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/20 {
    --tw-shadow-color: rgb(113 113 122 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/25 {
    --tw-shadow-color: rgb(113 113 122 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/30 {
    --tw-shadow-color: rgb(113 113 122 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/35 {
    --tw-shadow-color: rgb(113 113 122 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/40 {
    --tw-shadow-color: rgb(113 113 122 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/45 {
    --tw-shadow-color: rgb(113 113 122 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/5 {
    --tw-shadow-color: rgb(113 113 122 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/50 {
    --tw-shadow-color: rgb(113 113 122 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/55 {
    --tw-shadow-color: rgb(113 113 122 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/60 {
    --tw-shadow-color: rgb(113 113 122 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/65 {
    --tw-shadow-color: rgb(113 113 122 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/70 {
    --tw-shadow-color: rgb(113 113 122 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/75 {
    --tw-shadow-color: rgb(113 113 122 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/80 {
    --tw-shadow-color: rgb(113 113 122 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/85 {
    --tw-shadow-color: rgb(113 113 122 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/90 {
    --tw-shadow-color: rgb(113 113 122 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-500\/95 {
    --tw-shadow-color: rgb(113 113 122 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600 {
    --tw-shadow-color: #52525b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/0 {
    --tw-shadow-color: rgb(82 82 91 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/10 {
    --tw-shadow-color: rgb(82 82 91 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/100 {
    --tw-shadow-color: rgb(82 82 91 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/15 {
    --tw-shadow-color: rgb(82 82 91 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/20 {
    --tw-shadow-color: rgb(82 82 91 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/25 {
    --tw-shadow-color: rgb(82 82 91 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/30 {
    --tw-shadow-color: rgb(82 82 91 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/35 {
    --tw-shadow-color: rgb(82 82 91 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/40 {
    --tw-shadow-color: rgb(82 82 91 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/45 {
    --tw-shadow-color: rgb(82 82 91 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/5 {
    --tw-shadow-color: rgb(82 82 91 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/50 {
    --tw-shadow-color: rgb(82 82 91 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/55 {
    --tw-shadow-color: rgb(82 82 91 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/60 {
    --tw-shadow-color: rgb(82 82 91 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/65 {
    --tw-shadow-color: rgb(82 82 91 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/70 {
    --tw-shadow-color: rgb(82 82 91 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/75 {
    --tw-shadow-color: rgb(82 82 91 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/80 {
    --tw-shadow-color: rgb(82 82 91 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/85 {
    --tw-shadow-color: rgb(82 82 91 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/90 {
    --tw-shadow-color: rgb(82 82 91 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-600\/95 {
    --tw-shadow-color: rgb(82 82 91 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700 {
    --tw-shadow-color: #3f3f46 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/0 {
    --tw-shadow-color: rgb(63 63 70 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/10 {
    --tw-shadow-color: rgb(63 63 70 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/100 {
    --tw-shadow-color: rgb(63 63 70 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/15 {
    --tw-shadow-color: rgb(63 63 70 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/20 {
    --tw-shadow-color: rgb(63 63 70 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/25 {
    --tw-shadow-color: rgb(63 63 70 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/30 {
    --tw-shadow-color: rgb(63 63 70 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/35 {
    --tw-shadow-color: rgb(63 63 70 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/40 {
    --tw-shadow-color: rgb(63 63 70 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/45 {
    --tw-shadow-color: rgb(63 63 70 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/5 {
    --tw-shadow-color: rgb(63 63 70 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/50 {
    --tw-shadow-color: rgb(63 63 70 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/55 {
    --tw-shadow-color: rgb(63 63 70 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/60 {
    --tw-shadow-color: rgb(63 63 70 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/65 {
    --tw-shadow-color: rgb(63 63 70 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/70 {
    --tw-shadow-color: rgb(63 63 70 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/75 {
    --tw-shadow-color: rgb(63 63 70 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/80 {
    --tw-shadow-color: rgb(63 63 70 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/85 {
    --tw-shadow-color: rgb(63 63 70 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/90 {
    --tw-shadow-color: rgb(63 63 70 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-700\/95 {
    --tw-shadow-color: rgb(63 63 70 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800 {
    --tw-shadow-color: #27272a !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/0 {
    --tw-shadow-color: rgb(39 39 42 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/10 {
    --tw-shadow-color: rgb(39 39 42 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/100 {
    --tw-shadow-color: rgb(39 39 42 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/15 {
    --tw-shadow-color: rgb(39 39 42 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/20 {
    --tw-shadow-color: rgb(39 39 42 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/25 {
    --tw-shadow-color: rgb(39 39 42 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/30 {
    --tw-shadow-color: rgb(39 39 42 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/35 {
    --tw-shadow-color: rgb(39 39 42 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/40 {
    --tw-shadow-color: rgb(39 39 42 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/45 {
    --tw-shadow-color: rgb(39 39 42 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/5 {
    --tw-shadow-color: rgb(39 39 42 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/50 {
    --tw-shadow-color: rgb(39 39 42 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/55 {
    --tw-shadow-color: rgb(39 39 42 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/60 {
    --tw-shadow-color: rgb(39 39 42 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/65 {
    --tw-shadow-color: rgb(39 39 42 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/70 {
    --tw-shadow-color: rgb(39 39 42 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/75 {
    --tw-shadow-color: rgb(39 39 42 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/80 {
    --tw-shadow-color: rgb(39 39 42 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/85 {
    --tw-shadow-color: rgb(39 39 42 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/90 {
    --tw-shadow-color: rgb(39 39 42 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-800\/95 {
    --tw-shadow-color: rgb(39 39 42 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900 {
    --tw-shadow-color: #18181b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/0 {
    --tw-shadow-color: rgb(24 24 27 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/10 {
    --tw-shadow-color: rgb(24 24 27 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/100 {
    --tw-shadow-color: rgb(24 24 27 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/15 {
    --tw-shadow-color: rgb(24 24 27 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/20 {
    --tw-shadow-color: rgb(24 24 27 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/25 {
    --tw-shadow-color: rgb(24 24 27 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/30 {
    --tw-shadow-color: rgb(24 24 27 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/35 {
    --tw-shadow-color: rgb(24 24 27 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/40 {
    --tw-shadow-color: rgb(24 24 27 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/45 {
    --tw-shadow-color: rgb(24 24 27 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/5 {
    --tw-shadow-color: rgb(24 24 27 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/50 {
    --tw-shadow-color: rgb(24 24 27 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/55 {
    --tw-shadow-color: rgb(24 24 27 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/60 {
    --tw-shadow-color: rgb(24 24 27 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/65 {
    --tw-shadow-color: rgb(24 24 27 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/70 {
    --tw-shadow-color: rgb(24 24 27 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/75 {
    --tw-shadow-color: rgb(24 24 27 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/80 {
    --tw-shadow-color: rgb(24 24 27 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/85 {
    --tw-shadow-color: rgb(24 24 27 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/90 {
    --tw-shadow-color: rgb(24 24 27 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-900\/95 {
    --tw-shadow-color: rgb(24 24 27 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950 {
    --tw-shadow-color: #09090b !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/0 {
    --tw-shadow-color: rgb(9 9 11 / 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/10 {
    --tw-shadow-color: rgb(9 9 11 / 0.1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/100 {
    --tw-shadow-color: rgb(9 9 11 / 1) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/15 {
    --tw-shadow-color: rgb(9 9 11 / 0.15) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/20 {
    --tw-shadow-color: rgb(9 9 11 / 0.2) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/25 {
    --tw-shadow-color: rgb(9 9 11 / 0.25) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/30 {
    --tw-shadow-color: rgb(9 9 11 / 0.3) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/35 {
    --tw-shadow-color: rgb(9 9 11 / 0.35) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/40 {
    --tw-shadow-color: rgb(9 9 11 / 0.4) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/45 {
    --tw-shadow-color: rgb(9 9 11 / 0.45) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/5 {
    --tw-shadow-color: rgb(9 9 11 / 0.05) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/50 {
    --tw-shadow-color: rgb(9 9 11 / 0.5) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/55 {
    --tw-shadow-color: rgb(9 9 11 / 0.55) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/60 {
    --tw-shadow-color: rgb(9 9 11 / 0.6) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/65 {
    --tw-shadow-color: rgb(9 9 11 / 0.65) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/70 {
    --tw-shadow-color: rgb(9 9 11 / 0.7) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/75 {
    --tw-shadow-color: rgb(9 9 11 / 0.75) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/80 {
    --tw-shadow-color: rgb(9 9 11 / 0.8) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/85 {
    --tw-shadow-color: rgb(9 9 11 / 0.85) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/90 {
    --tw-shadow-color: rgb(9 9 11 / 0.9) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:shadow-zinc-950\/95 {
    --tw-shadow-color: rgb(9 9 11 / 0.95) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .lg\:outline-yellow-100 {
    outline-color: #fef9c3 !important;
  }

  .lg\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:outline-yellow-100\/15 {
    outline-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:outline-yellow-100\/35 {
    outline-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:outline-yellow-100\/55 {
    outline-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:outline-yellow-100\/85 {
    outline-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:outline-yellow-200 {
    outline-color: #fef08a !important;
  }

  .lg\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:outline-yellow-200\/15 {
    outline-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:outline-yellow-200\/35 {
    outline-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:outline-yellow-200\/55 {
    outline-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:outline-yellow-200\/85 {
    outline-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:outline-yellow-300 {
    outline-color: #fde047 !important;
  }

  .lg\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:outline-yellow-300\/15 {
    outline-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:outline-yellow-300\/35 {
    outline-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:outline-yellow-300\/45 {
    outline-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:outline-yellow-300\/55 {
    outline-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:outline-yellow-300\/65 {
    outline-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:outline-yellow-300\/85 {
    outline-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:outline-yellow-400 {
    outline-color: #facc15 !important;
  }

  .lg\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:outline-yellow-400\/15 {
    outline-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:outline-yellow-400\/35 {
    outline-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:outline-yellow-400\/55 {
    outline-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:outline-yellow-400\/85 {
    outline-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:outline-yellow-50 {
    outline-color: #fefce8 !important;
  }

  .lg\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:outline-yellow-50\/15 {
    outline-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:outline-yellow-50\/35 {
    outline-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:outline-yellow-50\/45 {
    outline-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:outline-yellow-50\/55 {
    outline-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:outline-yellow-50\/65 {
    outline-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:outline-yellow-50\/85 {
    outline-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:outline-yellow-500 {
    outline-color: #eab308 !important;
  }

  .lg\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:outline-yellow-500\/15 {
    outline-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:outline-yellow-500\/35 {
    outline-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:outline-yellow-500\/45 {
    outline-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:outline-yellow-500\/55 {
    outline-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:outline-yellow-500\/65 {
    outline-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:outline-yellow-500\/85 {
    outline-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:outline-yellow-600 {
    outline-color: #ca8a04 !important;
  }

  .lg\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:outline-yellow-600\/15 {
    outline-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:outline-yellow-600\/35 {
    outline-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:outline-yellow-600\/45 {
    outline-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:outline-yellow-600\/55 {
    outline-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:outline-yellow-600\/65 {
    outline-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:outline-yellow-600\/85 {
    outline-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:outline-yellow-700 {
    outline-color: #a16207 !important;
  }

  .lg\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:outline-yellow-700\/15 {
    outline-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:outline-yellow-700\/35 {
    outline-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:outline-yellow-700\/45 {
    outline-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:outline-yellow-700\/55 {
    outline-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:outline-yellow-700\/65 {
    outline-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:outline-yellow-700\/85 {
    outline-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:outline-yellow-800 {
    outline-color: #854d0e !important;
  }

  .lg\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:outline-yellow-800\/15 {
    outline-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:outline-yellow-800\/35 {
    outline-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:outline-yellow-800\/55 {
    outline-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:outline-yellow-800\/85 {
    outline-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:outline-yellow-900 {
    outline-color: #713f12 !important;
  }

  .lg\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:outline-yellow-900\/15 {
    outline-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:outline-yellow-900\/35 {
    outline-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:outline-yellow-900\/45 {
    outline-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:outline-yellow-900\/55 {
    outline-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:outline-yellow-900\/65 {
    outline-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:outline-yellow-900\/85 {
    outline-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:outline-yellow-950 {
    outline-color: #422006 !important;
  }

  .lg\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:outline-yellow-950\/15 {
    outline-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:outline-yellow-950\/35 {
    outline-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:outline-yellow-950\/45 {
    outline-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:outline-yellow-950\/55 {
    outline-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:outline-yellow-950\/65 {
    outline-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:outline-yellow-950\/85 {
    outline-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:ring-yellow-100\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:ring-yellow-100\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:ring-yellow-100\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:ring-yellow-100\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:ring-yellow-200\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:ring-yellow-200\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:ring-yellow-200\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:ring-yellow-200\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:ring-yellow-300\/15 {
    --tw-ring-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:ring-yellow-300\/35 {
    --tw-ring-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:ring-yellow-300\/45 {
    --tw-ring-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:ring-yellow-300\/55 {
    --tw-ring-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:ring-yellow-300\/65 {
    --tw-ring-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:ring-yellow-300\/85 {
    --tw-ring-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:ring-yellow-400\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:ring-yellow-400\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:ring-yellow-400\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:ring-yellow-400\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:ring-yellow-50\/15 {
    --tw-ring-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:ring-yellow-50\/35 {
    --tw-ring-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:ring-yellow-50\/45 {
    --tw-ring-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:ring-yellow-50\/55 {
    --tw-ring-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:ring-yellow-50\/65 {
    --tw-ring-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:ring-yellow-50\/85 {
    --tw-ring-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:ring-yellow-500\/15 {
    --tw-ring-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:ring-yellow-500\/35 {
    --tw-ring-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:ring-yellow-500\/45 {
    --tw-ring-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:ring-yellow-500\/55 {
    --tw-ring-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:ring-yellow-500\/65 {
    --tw-ring-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:ring-yellow-500\/85 {
    --tw-ring-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:ring-yellow-600\/15 {
    --tw-ring-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:ring-yellow-600\/35 {
    --tw-ring-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:ring-yellow-600\/45 {
    --tw-ring-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:ring-yellow-600\/55 {
    --tw-ring-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:ring-yellow-600\/65 {
    --tw-ring-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:ring-yellow-600\/85 {
    --tw-ring-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:ring-yellow-700\/15 {
    --tw-ring-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:ring-yellow-700\/35 {
    --tw-ring-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:ring-yellow-700\/45 {
    --tw-ring-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:ring-yellow-700\/55 {
    --tw-ring-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:ring-yellow-700\/65 {
    --tw-ring-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:ring-yellow-700\/85 {
    --tw-ring-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:ring-yellow-800\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:ring-yellow-800\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:ring-yellow-800\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:ring-yellow-800\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:ring-yellow-900\/15 {
    --tw-ring-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:ring-yellow-900\/35 {
    --tw-ring-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:ring-yellow-900\/45 {
    --tw-ring-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:ring-yellow-900\/55 {
    --tw-ring-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:ring-yellow-900\/65 {
    --tw-ring-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:ring-yellow-900\/85 {
    --tw-ring-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:ring-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:ring-yellow-950\/15 {
    --tw-ring-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:ring-yellow-950\/35 {
    --tw-ring-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:ring-yellow-950\/45 {
    --tw-ring-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:ring-yellow-950\/55 {
    --tw-ring-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:ring-yellow-950\/65 {
    --tw-ring-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:ring-yellow-950\/85 {
    --tw-ring-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .lg\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0) !important;
  }

  .lg\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1) !important;
  }

  .lg\:ring-offset-yellow-100\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-100\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-100\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-100\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0) !important;
  }

  .lg\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1) !important;
  }

  .lg\:ring-offset-yellow-200\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-200\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-200\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-200\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .lg\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0) !important;
  }

  .lg\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1) !important;
  }

  .lg\:ring-offset-yellow-300\/15 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-300\/35 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-300\/45 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-300\/55 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-300\/65 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-300\/85 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .lg\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0) !important;
  }

  .lg\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1) !important;
  }

  .lg\:ring-offset-yellow-400\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-400\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-400\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-400\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .lg\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0) !important;
  }

  .lg\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1) !important;
  }

  .lg\:ring-offset-yellow-50\/15 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-50\/35 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-50\/45 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-50\/55 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-50\/65 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-50\/85 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .lg\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0) !important;
  }

  .lg\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1) !important;
  }

  .lg\:ring-offset-yellow-500\/15 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-500\/35 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-500\/45 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-500\/55 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-500\/65 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-500\/85 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .lg\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0) !important;
  }

  .lg\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1) !important;
  }

  .lg\:ring-offset-yellow-600\/15 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-600\/35 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-600\/45 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-600\/55 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-600\/65 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-600\/85 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .lg\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0) !important;
  }

  .lg\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1) !important;
  }

  .lg\:ring-offset-yellow-700\/15 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-700\/35 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-700\/45 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-700\/55 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-700\/65 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-700\/85 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .lg\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0) !important;
  }

  .lg\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1) !important;
  }

  .lg\:ring-offset-yellow-800\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-800\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-800\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-800\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .lg\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0) !important;
  }

  .lg\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1) !important;
  }

  .lg\:ring-offset-yellow-900\/15 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-900\/35 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-900\/45 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-900\/55 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-900\/65 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-900\/85 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006 !important;
  }

  .lg\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0) !important;
  }

  .lg\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1) !important;
  }

  .lg\:ring-offset-yellow-950\/15 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.15) !important;
  }

  .lg\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:ring-offset-yellow-950\/35 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.35) !important;
  }

  .lg\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:ring-offset-yellow-950\/45 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.45) !important;
  }

  .lg\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:ring-offset-yellow-950\/55 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.55) !important;
  }

  .lg\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:ring-offset-yellow-950\/65 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.65) !important;
  }

  .lg\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:ring-offset-yellow-950\/85 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.85) !important;
  }

  .lg\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }
}

@media (min-width: 1200px) {

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

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

@media (min-width: 1536px) {

  .\32xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:flex {
    display: flex !important;
  }

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

  .\32xl\:aspect-\[32\/9\] {
    aspect-ratio: 32/9 !important;
  }

  .\32xl\:h-auto {
    height: auto !important;
  }

  .\32xl\:w-full {
    width: 100% !important;
  }

  .\32xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
