/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

:root,
[data-theme] {
  background-color: var(--fallback-b1,oklch(var(--b1)/1));
  color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0% 0 0)) {
  :root {
    color-scheme: light;
    --fallback-p: #491eff;
    --fallback-pc: #d4dbff;
    --fallback-s: #ff41c7;
    --fallback-sc: #fff9fc;
    --fallback-a: #00cfbd;
    --fallback-ac: #00100d;
    --fallback-n: #2b3440;
    --fallback-nc: #d7dde4;
    --fallback-b1: #ffffff;
    --fallback-b2: #e5e6e6;
    --fallback-b3: #e5e6e6;
    --fallback-bc: #1f2937;
    --fallback-in: #00b3f0;
    --fallback-inc: #000000;
    --fallback-su: #00ca92;
    --fallback-suc: #000000;
    --fallback-wa: #ffc22d;
    --fallback-wac: #000000;
    --fallback-er: #ff6f70;
    --fallback-erc: #000000;
  }

  @media (prefers-color-scheme: dark) {
    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
  }
}

html {
  -webkit-tap-highlight-color: transparent;
}

* {
  scrollbar-color: color-mix(in oklch, currentColor 35%, transparent) transparent;
}

*:hover {
  scrollbar-color: color-mix(in oklch, currentColor 60%, transparent) transparent;
}

:root {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964;
  }
}

[data-theme=light] {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}

[data-theme=dark] {
  color-scheme: dark;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 13.138% 0.0392 275.75;
  --sc: 14.96% 0.052 342.55;
  --ac: 14.902% 0.0334 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 65.69% 0.196 275.75;
  --s: 74.8% 0.26 342.55;
  --a: 74.51% 0.167 183.61;
  --n: 31.3815% 0.021108 254.139175;
  --nc: 74.6477% 0.0216 264.435964;
  --b1: 25.3267% 0.015896 252.417568;
  --b2: 23.2607% 0.013807 253.100675;
  --b3: 21.1484% 0.01165 254.087939;
  --bc: 74.6477% 0.0216 264.435964;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

/* Hier kommen alle allgemeinen CSS Styles rein Costum Properties zum Beispiel */

:root {
  --primary: #004089;
  --secondary: rgba(0, 64, 137, 0.1);
  --active: hsla(17, 83%, 53%, 0.5);
  --dark: #000;
  --grey-200: #f5f5f5;
  --grey-400: #ededed;
  --grey-500: #c3c3c3;
  --grey-600: #afafaf;
  --grey-800: #45494f;
  --light: #ffffff;
  --bg-topbar: #F2EAE6;
  --bg-primary: var(--light);
  --h1-font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3.5rem);
  --h1-line-height: clamp(2rem, 1.7rem + 1.5vw, 3.5rem);
  --h2-font-size: clamp(2rem, 1.85rem + 0.75vw, 2.75rem);
  --h2-line-height: clamp(2rem, 1.8rem + 1vw, 3rem);
  /*--h3-font-size: 1.5rem;
    --h4-font-size: 1.25rem;
    --h5-font-size: 1.125rem;
    --h6-font-size: 1rem;*/
}

@font-face {
  font-family: 'Sans Pro';

  font-style: normal;

  src: url('../fonts/SourceSans3/SourceSans3-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Enriqueta';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/Enriqueta/Enriqueta-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Enriqueta';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/Enriqueta/Enriqueta-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Enriqueta';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/Enriqueta/Enriqueta-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Enriqueta';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/Enriqueta/Enriqueta-Bold.ttf') format('truetype');
}

html {
  background-color: var(--bg-primary) !important;
  /*max-width: 120rem;*/
  padding: 0;
  margin: 0 auto !important;
  scroll-behavior: smooth;
}

body,
p {
  font-family: Sans Pro,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--dark);
  interpolate-size: allow-keywords;
}

li strong {
  -webkit-hyphens: auto;
          hyphens: auto;
}

section:not(.hero, .card-container) {
  min-height: 26rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Enriqueta, sans-serif;
  color: var(--dark);
  overflow-wrap: anywhere;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: 700;
  color: var(--light);
  line-height: var(--h1-line-height);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: 700;
  color: var(--dark);
  line-height: var(--h2-line-height);
}

h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  color: var(--light);
}

h4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary);
}

h5 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 120% */
  color: var(--primary);
}

header {
  background-color: var(--light);
  position: relative;
}

.navbar {
  color: var(--dark);
  max-height: 104px;
  max-width: 76rem;
  margin: 0 auto;
  /*position: relative;*/
}

.navbar > * {
  height: 100%;
}

.navbar-icon {
  width: clamp(5.76044rem, 4.6rem + 5.8021vw, 11.5625rem);
  /* max-width: 11.5625rem;
     max-height: 3rem;
     min-width: 5.76044rem;
     min-height: 1.5rem;*/
}

.btn {
  font-family: Sans Pro,
    sans-serif !important;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  transition-property: color, background-color, border-color, opacity, box-shadow !important;
  white-space: nowrap !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.menu a:not(.sub-menu a),
.menu summary {
  border-radius: 0;
  height: 104px;
  padding: 40px 24px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}

.menu summary:after {
  content: none;
}

.menu > details[open] > summary {
  background-color: var(--secondary);
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  grid-auto-columns: unset !important;
}

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

/*.highlight > details {
    !*height: 104px;*!
    display: grid;
    place-items: end;
}*/

.sub-menu li > details > summary,
.sub-menu li > a {
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  background-color: transparent;
  padding: 0;
}

.sub-menu li > details > summary,
.sub-menu li:not(.current-menu-item) > a {
  color: black;
}

.sub-menu :where(li > details > summary):after,
.sub-menu :where(li > .menu-dropdown-toggle):after {
  content: none !important;
}

.menu-img-container {
  display: grid;
  place-items: center;
  height: inherit;
  width: 100%;
}

.menu-img {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
  width: inherit;
}

.menu-img-title {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 1;
  align-self: end;
  justify-self: start;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 114.286% */
  padding: 2.5rem;
  color: var(--light);
  pointer-events: none;
  text-align: left;
}

.menu-img-title,
.menu-img-title > h3 {
  font-family: Sans Pro,
    sans-serif !important;
}

.menu-img-close {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 1;
  display: none;
}

.overlay-bg {
  width: inherit;
  height: inherit;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  background: linear-gradient(0deg, rgba(0, 64, 137, 0.75) 0%, rgba(0, 64, 137, 0.75) 100%);
}

.overlay-bg::before {
  display: block;
  width: inherit;
  height: inherit;
  content: '';
  background: linear-gradient(0deg, rgba(0, 64, 137, 0.75) 0%, rgba(0, 64, 137, 0.75) 100%);
  transition: opacity 0.3s ease-in-out;
}

li:not(.orange-gradient, .current-page-ancestor, .current-menu-item) > a > .menu-img-container .overlay-bg,
li:not(.orange-gradient, .current-page-ancestor, .current-menu-item)
> details
> summary
> .menu-img-container
> .overlay-bg {
  background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 60%, hsla(17, 83%, 53%, 0.5) 100%),
    linear-gradient(180deg, hsla(100, 100%, 100%, 0.5) 0%, hsla(100, 100%, 100%, 1) 100%);
}

li:not(.orange-gradient) > a > .menu-img-container:hover .overlay-bg,
li:not(.orange-gradient) > details > summary > .menu-img-container:hover > .overlay-bg {
  background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 60%, hsla(17, 83%, 53%, 1) 100%),
    linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.3) 100%);
}

.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  background-color: var(--active);
}

:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover,
:where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
  background-color: var(--secondary) !important;
  color: var(--primary) !important;
}

:where(.menu li) {
  position: unset !important;
}

.sub-menu,
.list-menu {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content;
  width: 100vw;
  height: -moz-max-content;
  height: max-content;
  padding-top: 3rem !important;
  padding-bottom: 2.5rem !important;
  padding-inline-end: 22rem !important;
  padding-inline-start: 22rem !important;
  margin-inline-start: 0 !important;
  border-top: 1px solid hsla(0, 0%, 92%, 1);
  box-shadow: none;
  border-radius: 0;
  background-color: var(--light);
  margin-top: 0 !important;
  z-index: 999;
  left: 0;
}

.list-menu {
  top: 3rem;
  left: 0;
  row-gap: 2.5rem;
  padding-top: 2.5rem !important;
  position: absolute !important;
  z-index: 1000;
  min-height: 100%;
}

.list-menu:before {
  content: none !important;
}

.list-menu li > a {
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.list-menu li > a img {
  width: 40px;
  height: 40px;
}

.sub-menu details[open] > summary .menu-img-container .menu-img-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: -78px;
  left: 0;
  padding-inline: 0;
  pointer-events: all;
}

.sub-menu details[open] > summary .menu-img-container .menu-img-title h3 {
  color: var(--primary);
  /*
        font-size: 1.375rem;*/
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}

/*.sub-menu details[open] > summary .menu-img-container .menu-img-title:before {
    content: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Previous Button"><ellipse id="Ellipse 9" cx="12" cy="12" rx="12" ry="12" fill=\'%23EB5A23\'/><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M15 8.26881L10.9958 12.2136L15 16.1584L14.0021 17.1415L9.99789 13.1967L9 12.2136L14.0021 7.28573L15 8.26881Z" fill=\'white\'/></g></svg>');
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    pointer-events: all;
}*/

.sub-menu details[open] > summary .menu-img-container .menu-img-close {
  display: block;
  position: absolute;
  top: -2.25rem;
  left: -2.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Previous Button"><ellipse id="Ellipse 9" cx="12" cy="12" rx="12" ry="12" fill=\'%23EB5A23\'/><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M15 8.26881L10.9958 12.2136L15 16.1584L14.0021 17.1415L9.99789 13.1967L9 12.2136L14.0021 7.28573L15 8.26881Z" fill=\'white\'/></g></svg>');
  background-size: contain;
  cursor: pointer;
}

.current-menu-item > a,
.current-menu-parent:not(.highlight) > details,
.current-menu-ancestor > details > summary {
  color: var(--primary);
  background-color: var(--secondary);
  /*font-weight: 700 !important;*/
}

.current-menu-item > a,
.current-menu-parent > details > summary,
.current-menu-ancestor > details > summary,
.current-menu-item .menu-img-title {
  font-weight: 700;
}

.section-container {
  max-width: 76rem;
  margin: 0 auto;
  padding-block: 5rem;
  display: grid;
}

footer {
  background-color: var(--grey-800);
  container-type: inline-size;
}

footer img{
  max-height: 60px;
}

#footer-nav .current-menu-item > a {
  color: var(--light);
  font-weight: 400;
  text-decoration: underline;
}

.contact-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.75rem;
}

.contact-info a {
  display: contents;
  grid-column: 2;
}

.contact-info strong {
  text-align: left;
  grid-column: 1;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 2.5rem 2rem 22rem;
  background-color: var(--primary);
  color: var(--light);
  width: 80%;
  border-top-right-radius: 2.5rem;
}

footer > .grid > .flex.gap-4{
  align-items: end;
}

.dropdown {
  position: unset !important;
}

@media (min-width: 640px){
  footer>.grid{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .contact-info{
    height: -moz-fit-content;
    height: fit-content;
    gap: .5rem;
    align-self: end;
  }
}

@media (max-width: 640px) {
  .section-container {
    padding-block: 2.5rem;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .section-container {
    padding-block: 4rem;
  }
}

@media (max-width: 1024px) {
  .section-container {
    padding-inline: 1rem;
  }

  .menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
    .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    grid-auto-columns: minmax(auto, max-content) auto max-content !important;
  }

  .menu a:not(.sub-menu a),
    .menu summary {
    height: auto;
    padding-block: 1rem;
    padding-left: 1.5rem;
    padding-right: 2rem;
  }

  .menu a:not(.sub-menu a),
    .menu details[open] summary {
    display: flex;
    align-items: center;
    /* justify-content: space-between;*/
    gap: 1rem;
    padding-right: 1.5rem;
    color: var(--primary);
    font-weight: 700;
  }

  .menu a:not(.sub-menu a),
    .sub-menu details[open] summary {
    padding-right: 0;
    padding-block: 1rem;
    padding-left: 1.5rem;
    font-weight: 400;
  }

  .sub-menu .current-menu-item .menu-img-title {
    font-weight: 700;
    color: var(--primary);
  }

  .highlight > details {
    height: auto;
    display: block;
    place-items: unset;
  }

  .dropdown-content {
    background: white;
    width: 100%;
    height: auto;
    right: 0;
    top: 6rem;
    padding: 0 !important;
    display: block !important;
  }

  .sub-menu,
    .list-menu {
    position: absolute !important;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
    gap: 0;
    height: auto;
  }

  .sub-menu li > details > summary,
    .sub-menu li > a {
    width: 100%;
    height: auto;
    font-weight: 400;
  }

  .sub-menu details[open] > summary .menu-img-container .menu-img-title:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
  }

  .sub-menu details[open] > summary .menu-img-container .menu-img-title {
    position: unset;
    /*display: unset;*/
    padding: unset;
    color: var(--dark);
    font-size: unset;
    font-weight: 400;
  }

  .sub-menu .current-page-ancestor details > summary .menu-img-container .menu-img-title {
    color: var(--primary);
    font-weight: 700;
  }

  .list-menu {
    top: unset !important;
    z-index: 2;
  }

  .list-menu > li {
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .menu-img-container {
    width: 100%;
    height: unset;
  }

  .menu-img-title {
    padding-block: 1rem;
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .sub-menu details > summary .menu-img-container .menu-img-title h3,
    .menu-img-title {
    color: var(--dark);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .sub-menu details[open] > summary .menu-img-container .menu-img-title h3 {
    color: var(--primary);
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.5rem;
  }

  .menu-img {
    display: none;
  }

  /*  .overlay-bg {
          display: none;
      }*/

  .menu :where(li > details > summary):after,
    .menu :where(li > .menu-dropdown-toggle):after {
    margin-top: 0 !important;
    height: auto !important;
    width: auto !important;
    transform: rotate(0) !important;
    box-shadow: none !important;
    content: url('/wp-content/themes/Basic_Theme/assets/images/menu-chevron.svg') !important;
  }

  .menu :where(li > details[open] > summary):after,
    .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
    transform: rotate(0) !important;
    content: '' !important;
  }

  .menu :where(li > details[open] > summary):before,
    .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):before {
    transform: rotate(0) !important;
    content: url('/wp-content/themes/Basic_Theme/assets/images/menu-chevron-left.svg') !important;
  }

  .outline {
    border-radius: 0;
    border: none;
    height: 100%;
  }

  .outline > a {
    color: unset;
  }
}

@media (min-width: 1024px) {
  header .navbar-top{
    justify-content: end;
    background: var(--secondary);
    min-height: unset;
    width: 100%;
    padding: 8px 0;
  }

  .navbar-top .menu{
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    justify-content: end;
    gap: 1.5rem;
    padding: 0;
  }

  .navbar-top .menu .menu-item-class{
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
  }
}

@media(min-width: 1030px){
  .menu-item.highlight .menu-item-class{
    border-radius: 2.8125rem;
    padding: 0 1.5rem;
    border: 1px solid var(--grey-800);
    height: 3rem;
    display: flex;
  }

  .menu-item.current-menu-item.highlight .menu-item-class{
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #ffffff;
  }
}

@media (min-width: 1280px){
  footer>.grid{
    grid-template-columns: auto 1fr 1fr;
  }

  footer .flex .text-white{
    height: -moz-fit-content;
    height: fit-content;
    align-self: end;
  }
}

@container (min-width: 640px ) and (max-width: 1024px) {
  .footer__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem 2.5rem 2rem 1rem;
    width: 95%;
  }
}

@container (max-width: 640px ) {
  .footer__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 90%;
  }

  .contact-info {
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }

  .contact-info a {
    grid-column: 1;
    display: grid;
  }
}

.search[open] > summary {
  display: none !important;
}

.search > summary {
  display: block !important;
}

.search .btn-search {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 25rem;
  background: #F5F4F3;
}

.search form {
  display: flex;
  width: 16rem;
  height: 2.5rem;
  align-items: center;
  border: 1px solid var(--primary);
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 0 .5rem 0 1.5rem !important;
  background-color: white;
}

.search .is-form-style input.is-search-input {
  padding: 0;
  border: none !important;
}

.search .is-form-style input.is-search-submit, .is-search-icon {
  background: var(--primary) !important;
  border: none !important;
  border-radius: 50%;
}

.search .is-form-style .is-search-submit path {
  fill: white;
}

@media (min-width: 640px) {
  .search form {
    width: 20rem;
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .search form {
    width: 25rem;
    height: 4rem;
  }
}

.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: 1030px) {
  .container {
    max-width: 1030px;
  }
}

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

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

.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs {
  max-width: 100%;
  overflow-x: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.breadcrumbs > ul,
  .breadcrumbs > ol {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-height: -moz-min-content;
  min-height: min-content;
}

.breadcrumbs > ul > li, .breadcrumbs > ol > li {
  display: flex;
  align-items: center;
}

.breadcrumbs > ul > li > a, .breadcrumbs > ol > li > a {
  display: flex;
  cursor: pointer;
  align-items: center;
}

@media (hover:hover) {
  .breadcrumbs > ul > li > a:hover, .breadcrumbs > ol > li > a:hover {
    text-decoration-line: underline;
  }

  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }
}

.btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}

.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}

:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}

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

.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.image-full {
  display: grid;
}

.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75;
}

.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}

.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dropdown .dropdown-content {
  position: absolute;
}

.dropdown:is(:not(details)) .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
}

.dropdown-end .dropdown-content {
  inset-inline-end: 0px;
}

.dropdown-left .dropdown-content {
  bottom: auto;
  inset-inline-end: 100%;
  top: 0px;
  transform-origin: right;
}

.dropdown-right .dropdown-content {
  bottom: auto;
  inset-inline-start: 100%;
  top: 0px;
  transform-origin: left;
}

.dropdown-bottom .dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top;
}

.dropdown-top .dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom;
}

.dropdown-end.dropdown-right .dropdown-content {
  bottom: 0px;
  top: auto;
}

.dropdown-end.dropdown-left .dropdown-content {
  bottom: 0px;
  top: auto;
}

.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  visibility: visible;
  opacity: 1;
}

@media (hover: hover) {
  .dropdown.dropdown-hover:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0% 0 0)) {
    .btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-ghost:hover {
    border-color: transparent;
  }

  @supports (color: oklch(0% 0 0)) {
    .btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    }
  }

  .btn-outline.btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .btn-outline.btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

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

  :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  @supports (color: oklch(0% 0 0)) {
    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    }
  }
}

.dropdown:is(details) summary::-webkit-details-marker {
  display: none;
}

.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}

@media (min-width: 48rem) {
  .footer {
    grid-auto-flow: column;
  }

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

.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hero {
  display: grid;
  width: 100%;
  place-items: center;
  background-size: cover;
  background-position: center;
}

.hero > * {
  grid-column-start: 1;
  grid-row-start: 1;
}

.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}

.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}

.link {
  cursor: pointer;
  text-decoration-line: underline;
}

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}

.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-inline-start: 1rem;
  padding-inline-start: 0.5rem;
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}

.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}

:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

:where(.menu li) .badge {
  justify-self: end;
}

.navbar {
  display: flex;
  align-items: center;
  padding: var(--navbar-padding, 0.5rem);
  min-height: 4rem;
  width: 100%;
}

:where(.navbar > *:not(script, style)) {
  display: inline-flex;
  align-items: center;
}

.navbar-start {
  width: 50%;
  justify-content: flex-start;
}

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

.navbar-end {
  width: 50%;
  justify-content: flex-end;
}

.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}

.select[multiple] {
  height: auto;
}

.table {
  position: relative;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.breadcrumbs > ul > li > a:focus, .breadcrumbs > ol > li > a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.breadcrumbs > ul > li > a:focus-visible, .breadcrumbs > ol > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.breadcrumbs > ul > li + *:before, .breadcrumbs > ol > li + *:before {
  content: "";
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.4;
  border-top: 1px solid;
  border-right: 1px solid;
  background-color: transparent;
}

[dir="rtl"] .breadcrumbs > ul > li + *:before,
[dir="rtl"] .breadcrumbs > ol > li + *:before {
  --tw-rotate: -135deg;
}

@media (prefers-reduced-motion: no-preference) {
  .btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
  }
}

.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}

@supports not (color: oklch(0% 0 0)) {
  .btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }

  .btn-primary {
    --btn-color: var(--fallback-p);
  }

  .btn-secondary {
    --btn-color: var(--fallback-s);
  }
}

@supports (color: color-mix(in oklab, black, black)) {
  .btn-outline.btn-primary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
  }

  .btn-outline.btn-secondary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
  }
}

.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}

.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@supports (color: oklch(0% 0 0)) {
  .btn-primary {
    --btn-color: var(--p);
  }

  .btn-secondary {
    --btn-color: var(--s);
  }
}

.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.btn.glass {
  --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-color: currentColor;
}

.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --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-color: currentColor;
}

.btn-ghost.btn-active {
  border-color: transparent;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.btn-outline.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}

.btn-outline.btn-primary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.btn-outline.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}

.btn-outline.btn-secondary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}

.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}

.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@keyframes button-pop {
  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}

.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}

.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}

@keyframes checkmark {
  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}

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

.input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}

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

.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}

.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed;
}

.input::-webkit-date-and-time-value {
  text-align: inherit;
}

.join > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}

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

.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

:where(.menu li:empty) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  margin: 0.5rem 1rem;
  height: 1px;
}

.menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  inset-inline-start: 0px;
  top: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  content: "";
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  text-wrap: balance;
}

:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
  cursor: pointer;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}

.menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}

.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}

.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}

.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}

.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}

.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}

.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}

@keyframes modal-pop {
  0% {
    opacity: 0;
  }
}

@keyframes progress-loading {
  50% {
    background-position-x: -115%;
  }
}

@keyframes radiomark {
  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}

@keyframes rating-pop {
  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}

.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}

[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}

@keyframes skeleton {
  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}

.table:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}

.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}

.table :where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}

.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

@keyframes toast-pop {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.artboard.phone {
  width: 320px;
}

.menu-horizontal {
  display: inline-flex;
  flex-direction: row;
}

.menu-horizontal > li:not(.menu-title) > details > ul {
  position: absolute;
}

.join.join-vertical > :where(*:not(:first-child)):is(.btn) {
  margin-top: calc(var(--border-btn) * -1);
}

.join.join-horizontal > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}

.menu-horizontal > li:not(.menu-title) > details > ul {
  margin-inline-start: 0px;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-end: 0.5rem;
}

.menu-horizontal > li > details > ul:before {
  content: none;
}

:where(.menu-horizontal > li:not(.menu-title) > details > ul) {
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-sm :where(li:not(.menu-title) > *:not(ul, details, .menu-title)), .menu-sm :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu-sm .menu-title {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hero-img, .hero-vid {
  width: 100%;
  height: 100%;
  /*max-width: 120rem;*/
  -o-object-fit: cover;
     object-fit: cover;
}

.hero[data-size="small"] .hero-img, .hero[data-size="small"] .hero-vid {
  max-height: 25rem;
  min-height: 20rem;
}

.hero[data-size="normal"] .hero-img, .hero[data-size="normal"] .hero-vid {
  max-height: 35rem;
  min-height: 30rem;
}

.hero[data-size="large"] .hero-img, .hero[data-size="large"] .hero-vid {
  max-height: 40.625rem;
  min-height: 30rem;
}

.hero[data-size="small"] .overlay-hero::before,
.hero[data-size="normal"] .overlay-hero::before{
  background: none;
}

.hero[data-size="small"] h1,
.hero[data-size="normal"] h1{
  text-align: left;
  align-self: end;
  margin-bottom: 4rem;
}

.hero[data-size="normal"] h1{
  display: flex;
  gap: 1rem;
}

.hero[data-size="normal"] h1 img{
  display: inline-block;
  height: 52px;
  width: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-headline {
  justify-self: left;
  text-align: left;
  max-width: calc((100% / 2) + (var(--h1-font-size) * 2));
}

.overlay-hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 80%, rgba(0, 64, 137, 0.56) 100%);
}

.flatHeader{
  padding: 2.5rem 0;
  background: var(--primary);
}

.card-container {
  display: grid;
  gap: 2.2rem;
  align-items: baseline;
  max-width: 76rem;
  padding: 1.5rem 0;
  background-color: var(--light);
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2rem;
}

.card-link {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.card-icon {
  display: grid;
  place-items: center;
  background-color: var(--grey-500);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.5s ease-in-out;
}

.card-headline {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--grey-500);
  transition: color 0.5s ease-in-out;
}

.card-link:hover .card-icon {
  background-color: var(--primary);
}

.card-link:hover .card-headline {
  color: var(--dark);
}

@media screen and (max-width: 600px) {
  .card-headline {
    font-size: 0.875rem;
  }
}

@media (max-width: 1024px) {
  .hero-headline {
    max-width: 100%;
    text-align: center;
  }
}

.fact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.5rem;
}

.fact-cards__styling {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  align-items: center;
}

.fact-cards__styling > .fact-cards__card {
  height: -moz-fit-content;
  height: fit-content;
}

.fact-cards__card {
  /*max-width: 25.5rem;*/
  width: 100%;
  height: 100%;
  padding: 2rem;
  border-radius: .5rem;
  display: grid;
  grid-template-rows: 40px auto;
}

.fact-cards[data-variant="orange"] .fact-cards__card {
  background-color: var(--primary);
  gap: 1rem;
}

.fact-cards[data-variant="white"] .fact-cards__card {
  gap: .5rem;
  background-color: var(--light);
  box-shadow: 42px 53px 19px 0px rgba(0, 0, 0, 0.00), 27px 34px 17px 0px rgba(0, 0, 0, 0.00), 15px 19px 15px 0px rgba(0, 0, 0, 0.01), 7px 9px 11px 0px rgba(0, 0, 0, 0.02), 2px 2px 6px 0px rgba(0, 0, 0, 0.02);
}

.fact-cards[data-variant="white"] .fact-cards__card > p {
  color: var(--dark);
}

.fact-cards[data-variant="orange"] .fact-cards__card > p {
  color: var(--light);
}

.fact-cards[data-variant="white"] .fact-cards__card-title {
  color: var(--primary);
}

.fact-cards[data-variant="orange"] .fact-cards__card-title {
  color: var(--light);
}

@media (max-width: 639px) {
  .fact-cards {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    align-items: center;
  }

  .fact-cards:has(.fact-cards__styling) {
    gap: 0.5rem;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .fact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.image {
  display: grid;
  /* max-width: 120rem;*/
  align-items: center;
  padding-left: 22rem;
  height: 35rem;
}

.image__card {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  display: grid;
  align-items: start;
  gap: 1rem;
  background-color: var(--light);
  max-width: 40rem;
  padding: 2.5rem;
  border-radius: 1rem;
  z-index: 1;
}

.image__card h2 {
  color: var(--grey-800);
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.normal {
  border-radius: 1rem;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 320px ) {
  .image__card {
    width: 100%;
    margin-top: 17.5rem;
    padding: 1.5rem;
    word-break: break-word;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 640px ) {
  .image {
    --spacing-card: 17.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    height: 100%;
    margin-top:calc(var(--spacing-card) * -1);
  }

  .img {
    height: 35rem;
  }

  .normal.img {
    height: 12.5rem;
  }

  .image__card {
    width: 100%;
    margin-top: var(--spacing-card);
    padding: 1.5rem;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.contact-persons {
  --img-scale: 7.5rem;
  display: grid;
  gap: 3rem;
  justify-content: center;
  padding-bottom: 5rem;
}

.contact-persons  p{
  line-height: 1.75rem;
}

/*.contact-persons .btn {
    margin-inline: auto;
    width: 15.5rem;
}*/

.contact-persons__cards {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 8rem;
  justify-content: center;
  align-items: center;
  padding-top: calc(var(--img-scale) / 2);
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /*width: 18rem;*/
  /* height: 20rem; */
  padding: 1.5rem;
  border-radius: 1rem;
  position: relative;
}

.contact-single-card {
  --img-scale: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.contact-single-card .contact-card__profile-img {
  margin-top: 0;
}

.contact-single-card .contact-card__icon-container {
  justify-content: left;
}

.contact-card__name {
  color: var(--dark);
}

.contact-card__profile-img {
  width: var(--img-scale);
  height: var(--img-scale);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: calc((var(--img-scale) / -2) - 1.5rem);
  margin-inline: auto;
}

.contact-card__icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.contact-card__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 640px) {
  .contact-persons__cards {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}

@media (min-width: 1024px){
  .contact-persons__cards:has(.contact-card){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-card{
    height: 100%;
  }
}

@media (min-width: 1280px){
  .contact-persons__cards:has(.contact-card){
    width: 76rem;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .contact-persons__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cards-container {
  --img-width: 38rem;
  gap: 4rem;
}

.service-card_full {
  grid-column: span 2;
}

.service-card__img {
  width: var(--img-width);
  height: auto;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card__content {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 1.5rem;
  width: var(--img-width);
  height: inherit;
  padding: 2.5rem;
  background-color: var(--light);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.service-card__content img {
  max-width: 3.5rem;
  height: auto;
}

.service-card__content h3,
.image-text__content h3 {
  color: var(--dark);
}

.left,
.right {
  display: flex;
}

.left .service-card__img {
  height: 23.5rem;
}

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

.right .service-card__img {
  height: 23.5rem;
  border-radius: 0 1rem 1rem 0;
}

.right .service-card__content {
  border-radius: 1rem 0 0 1rem;
}

.top {
  grid-column: unset;
}

.top .service-card__img {
  width: var(--img-width);
  height: 26.6875rem;
  border-radius: 1rem 1rem 0 0;
}

.top .service-card__content {
  --img-width: 100%;
  width: var(--img-width);
  border-radius: 0 0 1rem 1rem;
}

/* teaser styling */

.teaser-container {
  display: grid;
  grid-template-columns: auto 6rem 1fr 6rem auto;
  grid-auto-rows: auto 1fr auto;
}

.teaser-img-container {
  display: grid;
  place-items: center;
  background-color: #f1f2f2;
  border-radius: 50%;
  width: 25rem;
  aspect-ratio: 1/1;
  grid-column: 2 / 5;
  grid-row: 1/4;
  justify-self: center;
}

.teaser-icons {
  display: contents;
}

.teaser-icons li {
  width: 100%;
}

.teaser-icons__top h5 {
  text-align: right;
  min-width: 7rem;
}

.teaser-icons__bottom h5 {
  text-align: left;
  /*  min-width: 7rem;*/
}

.teaser-icons__top:first-of-type {
  grid-row: 1;
  grid-column: 1 / 3;
  margin-left: 11rem;
}

.teaser-icons__top:nth-of-type(2) {
  grid-row: 2;
  grid-column: 1;
  align-self: center;
  margin-left: 1rem;
}

.teaser-icons__top:last-of-type {
  grid-row: 3;
  grid-column: 1/3;
  margin-left: 11rem;
}

.teaser-icons__bottom:first-of-type {
  grid-row: 1;
  grid-column: 4;
}

.teaser-icons__bottom:nth-of-type(2) {
  grid-row: 2;
  grid-column: 5;
  align-self: center;
}

.teaser-icons__bottom:last-of-type {
  grid-row: 3;
  grid-column: 4;
}

.teaser-link {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  gap: 3rem;
  transition: all 0.5s ease;
}

.teaser-link h5 {
  overflow-wrap: unset;
  -webkit-hyphens: none;
          hyphens: none;
  white-space: break-spaces;
}

.teaser-icon {
  width: 6rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(140deg, #004089 22.24%, #004089 87.31%);
  box-shadow:
        20px 18px 7px 0px rgba(0, 0, 0, 0),
        13px 11px 7px 0px rgba(0, 0, 0, 0.03),
        7px 6px 6px 0px rgba(0, 0, 0, 0.1),
        3px 3px 4px 0px rgba(0, 0, 0, 0.16),
        1px 1px 2px 0px rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease;
}

.teaser-icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease;
}

.teaser-link:hover .teaser-icon {
  background: var(--light);
}

.teaser-img-bg {
  width: 22rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(140deg, #004089 22.24%, #2267B5 54.77%, #004089 87.31%);
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.teaser-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*width: 21rem;*/
  aspect-ratio: 1/1;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.teaser-text svg {
  width: 14.40094rem;
  height: 3.75rem;
}

.teaser-text p {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.teaser-logo-bg {
  width: 21rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: white;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.teaser-img {
  width: 21rem;
  aspect-ratio: 1/1;
  z-index: 10;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* cards styling */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.cards-grid__bg-img {
  position: absolute;
  right: -20rem;
  top: -8rem;
  z-index: -1;
  display: block;
}

.service-card {
  width: 25rem;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
  display: grid;
}

.overlay-card {
  width: inherit;
  height: inherit;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 60%, hsla(17, 83%, 53%, 1) 100%),
        linear-gradient(180deg, hsla(0, 0%, 0%, 0.2) 70%, hsla(0, 0%, 0%, 0.3) 100%);
}

.overlay-card::before {
  display: block;
  width: inherit;
  height: inherit;
  content: '';
  opacity: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, hsla(17, 83%, 53%, 1) 100%),
        linear-gradient(180deg, hsla(0, 0%, 0%, 0.3) 0%, hsla(0, 0%, 0%, 0.3) 100%);
  transition: opacity 0.3s ease-in-out;
}

.service-card:hover .overlay-card::before {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .teaser-container {
    grid-template-columns: 5rem 1fr 5rem;
    grid-template-rows: 2rem 2rem 1fr 2rem 2rem;
    place-items: center;
    row-gap: 1rem;
    max-width: 100%;
  }

  .teaser-icons {
    display: contents;
  }

  .teaser-icons__top h5,
    .teaser-icons__bottom h5 {
    text-align: center;
  }

  .teaser-icons__top:first-of-type {
    grid-row: 2;
    grid-column: 1;
    margin-left: 0;
  }

  .teaser-icons__top:nth-of-type(2) {
    grid-row: 1;
    grid-column: 2;
    margin-left: 0;
  }

  .teaser-icons__top:last-of-type {
    grid-row: 2;
    grid-column: 3;
    margin-left: 0;
  }

  .teaser-icons__bottom:first-of-type {
    grid-row: 4;
    grid-column: 1;
  }

  .teaser-icons__bottom:nth-of-type(2) {
    grid-row: 5;
    grid-column: 2;
  }

  .teaser-icons__bottom:last-of-type {
    grid-row: 4;
    grid-column: 3;
  }

  .teaser-link {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .teaser-title {
    font-size: 0.875rem;
  }

  .teaser-icon {
    width: 3.5rem;
  }

  .teaser-icon img {
    width: 2rem;
    height: 2rem;
  }

  .teaser-img-container {
    width: 10rem;
    grid-row: 3;
    grid-column: 1 / 4;
  }

  .teaser-img-bg {
    width: 8.75rem;
  }

  .teaser-logo-bg,
    .teaser-image {
    width: 8.4375rem;
  }

  .teaser-text p {
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .teaser-text svg {
    width: 5.76038rem;
    height: 1.5rem;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    width: 100%;
    height: 20rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 1200px) {
  .teaser-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 3rem 3rem 1fr 3rem 3rem;
    place-items: center;
    gap: 2rem;
    row-gap: 1rem;
    position: relative;
  }

  .teaser-icons {
    display: contents;
  }

  .teaser-icons__top h5,
    .teaser-icons__bottom h5 {
    text-align: center;
  }

  .teaser-icons__top:first-of-type {
    grid-row: 2;
    grid-column: 1;
    margin-left: 0;
  }

  .teaser-icons__top:nth-of-type(2) {
    grid-row: 1;
    grid-column: 2;
    margin-left: 0;
  }

  .teaser-icons__top:last-of-type {
    grid-row: 2;
    grid-column: 3;
    margin-left: 0;
  }

  .teaser-icons__bottom:first-of-type {
    grid-row: 4;
    grid-column: 1;
  }

  .teaser-icons__bottom:nth-of-type(2) {
    grid-row: 5;
    grid-column: 2;
  }

  .teaser-icons__bottom:last-of-type {
    grid-row: 4;
    grid-column: 3;
  }

  .teaser-img-container {
    width: 20rem;
    height: 20rem;
    grid-row: 3;
    grid-column: 1 / 4;
  }

  .teaser-logo-bg,
    .teaser-image {
    width: 16.875rem;
  }

  .teaser-img-bg {
    width: 17.5rem;
  }

  .teaser-icon {
    width: 6.04981rem;
    height: 6.04981rem;
  }

  .teaser-icons img {
    width: 3rem;
    height: 3rem;
  }

  .teaser-text svg {
    width: 11.52075rem;
    height: 3rem;
  }

  .teaser-text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .teaser-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

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

  .service-card {
    width: 100%;
    height: 20rem;
  }
}

@media screen and (max-width: 1220px) {
  .cards-container {
    --img-width: 100%;
  }

  .service-card_full {
    grid-column: unset;
  }

  .service-card_full.left,
    .service-card_full.right {
    display: grid;
  }

  .right .service-card__img,
    .left .service-card__img {
    height: 26.6875rem;
  }

  .service-card__img,
    .right .service-card__img {
    border-radius: 1rem 1rem 0 0;
  }

  .service-card__content,
    .right .service-card__content {
    border-radius: 0 0 1rem 1rem;
  }

  .cards-grid__bg-img {
    display: none;
  }
}

.map-container {
  width: 100%;
  height: 35rem;
}

.map, .overlay-map {
  width: 100%;
  height: 100%
}

.overlay-map {
  background: rgba(255, 255, 255, 0.50);
  z-index: 1;
  pointer-events: none;
}

.custom-marker {
  font-size: 1.125rem;
  font-weight: 700;
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.circle-marker {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 8px solid var(--primary);
  z-index: 10;
}

.mapboxgl-popup {
  transform: none !important;
  max-width: 100% !important;
  top: 50%;
  left: 30%;
  translate: -50% -50%;
  z-index: 10 !important;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-center .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  display: none !important;
}

.popup-job {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-200);
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 2.5rem;
}

.popup-job h5 {
  color: var(--dark);
}

.mapboxgl-popup-content {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 27.5rem;
  height: 32.75rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 1rem;
  display: grid;
  grid-template-rows: min-content auto auto;
  gap: 1.5rem;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapbox-popup-content-wrapper {
  display: grid;
  gap: .5rem;
}

.mapbox-popup-title {
  color: var(--dark);
}

.mapbox-popup-img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.mapbox-popup-link {
  font-family: Sans Pro;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  border-bottom: 4px solid var(--primary);
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 639px) {
  .map-container {
    height: 100vh;
  }

  .mapboxgl-popup {
    transform: none !important;
    max-width: 100% !important;
    top: 0;
    left: 50%;
    translate: -50% 0;
    padding: 2.5rem 1rem;
  }

  .mapboxgl-popup-content {
    width: 18rem;
    height: auto;
    padding: 1rem;
  }
}

@media (min-width: 639px) and (max-width: 1200px) {
  .mapboxgl-popup {
    transform: none !important;
    max-width: 100% !important;
    top: 0;
    left: 40%;
    translate: -50% 0;
    padding: 1rem 1rem;
  }
}

#myCarousel {
  --f-carousel-spacing: 2rem;
  --f-carousel-slide-width: 24rem;
  height: var(--f-carousel-slide-height);
  width: 100%;
  max-width: 76rem;
  margin-inline: auto;
  --f-carousel-dots-height: 4rem;
  --f-button-prev-pos: 0;
  --f-button-next-pos: 0;
}

.f-button {
  --f-button-next-pos: -5rem;
  --f-button-prev-pos: -5rem;
  --f-button-bg: var(--primary);
  --f-button-color: var(--light);
  --f-button-border-radius: 50%;
  --f-button-hover-color: var(--light);
  --f-button-hover-bg: var(--active);
}

/*.f-carousel__nav {
    display: flex;
    align-items: center;
}

.f-carousel__dots {
    position: relative !important;
}*/

.f-carousel__dot {
  --f-carousel-dot-width: 1rem;
  --f-carousel-dot-height: 1rem;
  --f-carousel-dot-color: var(--primary);
}

/*.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
    position: relative !important;
    top: 0 !important;
    transform: translateY(0%) !important;
}*/

#myCarousel[data-slide-size='small'] {
  --f-carousel-slide-height: 25rem;
}

#myCarousel[data-slide-size='big'] {
  --f-carousel-slide-height: 35rem;
}

#myCarousel.fact-slider:first-child {
  padding: 0 0 0 22rem;
}

#myCarousel.fact-slider {
  --f-carousel-slide-width: 76rem;
  --f-carousel-spacing: 1.5rem;
  padding: 0;
}

#myCarousel.fact-slider .f-carousel__slide {
  --f-carousel-spacing: 1.5rem;
}

.f-carousel__slide {
  border-radius: 1rem;
  overflow: hidden;
}

.f-carousel__slide .overlay-bg{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 80%, rgba(0, 64, 137, 0.75) 100%);
}

.facts_slide_content h3 {
  color: var(--dark);
  padding-bottom: 1.5rem;
}

.facts_slide_content a:not(.btn) {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid var(--primary);
}

.facts_slide_content ul,
.facts_slide_content ol {
  display: grid;
  gap: 1.5rem;
}

.facts_slide_content ul li {
  padding-left: 2rem;
  position: relative;
}

.facts_slide_content ul li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5leHQgQnV0dG9uIj4KPGVsbGlwc2UgaWQ9IkVsbGlwc2UgOSIgY3g9IjEwIiBjeT0iMTAiIHJ4PSIxMCIgcnk9IjEwIiBmaWxsPSIjRUI1QTIzIi8+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy41IDEzLjI4NzNMMTAuODM2OCAxMEw3LjUgNi43MTI2N0w4LjMzMTU4IDUuODkzNDNMMTEuNjY4NCA5LjE4MDc2TDEyLjUgMTBMOC4zMzE1OCAxNC4xMDY2TDcuNSAxMy4yODczWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K);
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
}

.facts_slide_content ol {
  list-style: decimal;
  margin-left: 1.5rem;
}

.facts_slide_content ol li {
  padding-left: 0.5rem;
}

.facts_slide_content ol li::marker {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--primary);
}

.fact-cards__card-slider {
  max-width: 24rem;
  background-color: var(--primary);
  display: grid;
  gap: 1rem;
  border-radius: 1rem;
}

.fact-cards__card-slider-icon {
  background-color: var(--light);
  border-radius: 50%;
  padding: 0.5rem;
}

.fact-cards__card-slider-text {
  color: var(--light);
}

.slide-reports {
  gap: 1rem;
  grid-auto-rows: min-content;
  --f-carousel-slide-padding: 1.5rem;
  --f-carousel-slide-height: 24.25rem;
  background-color: var(--light);
  box-shadow:
        42px 53px 19px 0px rgba(0, 0, 0, 0),
        27px 34px 17px 0px rgba(0, 0, 0, 0),
        15px 19px 15px 0px rgba(0, 0, 0, 0.01),
        7px 9px 11px 0px rgba(0, 0, 0, 0.02),
        2px 2px 6px 0px rgba(0, 0, 0, 0.02);
  word-break: auto-phrase;
}

.slide-reports img {
  width: 7.5rem;
  height: 7.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: clip;
}

.slider .f-carousel__slide .slider-overlay::before {
  display: block;
  width: inherit;
  height: inherit;
  content: '';
  opacity: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, rgb(0, 64, 137) 100%),
        linear-gradient(180deg, hsla(0, 0%, 0%, 0.3) 0%, hsla(0, 0%, 0%, 0.3) 100%);
  transition: opacity 0.3s ease-in-out;
}

.slider .f-carousel__slide:hover .slider-overlay::before {
  opacity: 1;
}

@media screen and (max-width: 639px) {
  #myCarousel[data-slide-size='big'],
    #myCarousel[data-slide-size='small'] {
    --f-carousel-spacing: 1rem;
    --f-carousel-slide-width: 18rem;
    --f-carousel-slide-height: 18.625rem;
    max-width: calc(var(--f-carousel-slide-width) + var(--f-carousel-spacing) * 2);
    padding: 0 1rem;
  }

  #myCarousel[data-slide-size='big'].reports-slider,
    #myCarousel[data-slide-size='small'].reports-slider {
    --f-carousel-slide-height: fit-content;
  }

  #myCarousel[data-slide-size='big'].fact-slider,
    #myCarousel[data-slide-size='small'].fact-slider {
    --f-carousel-slide-height: 100%;
    padding: 0 1rem;
  }

  /* .f-carousel__dots {
         --f-carousel-dots-height: 1.5rem;
         bottom: unset !important;
         padding-top: 1rem !important;
     }*/

  .f-button {
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
  }

  .slide-reports {
    --f-carousel-slide-padding: 1rem;
    --f-carousel-slide-height: 100%;
  }

  /*  .f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next {
          top: unset !important;
          bottom: -8rem;
      }*/
}

@media (min-width: 640px) and (max-width: 1376px) {
  #myCarousel[data-slide-size='big'],
    #myCarousel[data-slide-size='small'] {
    --f-carousel-spacing: 1.5rem;
    max-width: calc(var(--f-carousel-slide-width));
  }

  #myCarousel[data-slide-size='big'].reports-slider,
    #myCarousel[data-slide-size='small'].reports-slider {
    --f-carousel-spacing: 1.5rem;
    max-width: calc(var(--f-carousel-slide-width));
    --f-carousel-slide-height: fit-content;
  }

  #myCarousel[data-slide-size='big'].fact-slider,
    #myCarousel[data-slide-size='small'].fact-slider {
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-width: calc((100% - var(--f-carousel-spacing)));
  }

  .slide-reports {
    --f-carousel-slide-padding: 1rem;
    --f-carousel-slide-height: 100%;
  }

  /* .f-carousel__dots {
         --f-carousel-dots-height: 1.5rem;
         bottom: unset !important;
         width: 15rem;
         row-gap: .5rem;
         padding-top: 1rem !important;
     }*/

  /* .f-button {
         --f-button-next-pos: 0rem;
         --f-button-prev-pos: 0rem;

     }*/

  /* .f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next {
         top: unset !important;
         bottom: -5rem;
     }*/
}

.image-text__card {
  gap: 4rem;
  --img-width: 36rem;
  --img-height: 27rem;
}

.image-text__content {
  display: grid;
  grid-auto-rows: min-content;
  align-items: start;
  gap: 1.5rem;
  width: var(--img-width);
  height: var(--img-height);
  /*padding: 2.5rem;*/
}

.image-text__content a:not(.btn) {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid var(--primary);
}

.image-text__content ul, .image-text__content ol {
  display: grid;
  gap: 1rem;
}

.image-text__content ul li {
  padding-left: 2rem;
  position: relative;
}

.image-text__content ul li::before {
  content: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cstyle%3E .s0 %7B fill: %23004089 %7D .s1 %7B fill: %23ffffff %7D %3C/style%3E%3Cg id='Next Button'%3E%3Cpath id='Ellipse 9' class='s0' d='m10 20c-5.5 0-10-4.5-10-10 0-5.5 4.5-10 10-10 5.5 0 10 4.5 10 10 0 5.5-4.5 10-10 10z'/%3E%3Cpath id='Vector' fill-rule='evenodd' class='s1' d='m7.5 13.3l3.3-3.3-3.3-3.3 0.8-0.8 3.4 3.3 0.8 0.8-4.2 4.1z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
}

.image-text__content ol {
  list-style: decimal;
  margin-left: 1.5rem;
}

.image-text__content ol li {
  padding-left: .5rem;
}

.image-text__content ol li::marker {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--primary);
}

.image-text__img {
  width: var(--img-width);
  height: var(--img-height);
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .image-text__content {
    /*padding: 4rem 2rem;*/
    --img-width: 100%;
    --img-height: auto;
  }

  .image-text__img {
    max-height: 100%;
  }

  .image-text__card {
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .image-text__content {
    --img-width: 100%;
    --img-height: auto;
    /*padding: 2.5rem 1rem;*/
  }

  .image-text__card .image-text__content {
    padding: 0 1rem;
  }
}

.teaser-cards {
  display: grid;
  grid-auto-rows: 15rem auto auto;
  grid-auto-flow: dense;
  gap: 1.5rem;
}

.teaser-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: var(--light);
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.teaser-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teaser-card__content {
  display: grid;
  gap: .5rem;
  grid-template-rows: min-content auto;
  padding-inline: 1.5rem;
}

.teaser-card__body {
  text-wrap: balance;
}

.teaser-card__title {
  color: var(--dark);
}

.teaser-card__link {
  font-weight: 700;
  color: var(--dark);
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 5px solid var(--primary);
  margin-left: 1.5rem;
}

.grid-item {
  display: grid;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 25rem;
}

.grid-item > * {
  grid-column: 1/ -1;
  grid-row: 1/ -1;
}

.grid-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-item__content {
  display: grid;
  padding: 2rem;
}

.grid-item h3 {
  align-self: end;
  word-break: break-word;
}

.grid-item__card {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 8.5rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: var(--light);
  padding: 1rem;
}

.grid-item__card-count {
  color: var(--primary);
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  /* 100% */
}

.grid-item__card-text {
  color: var(--grey-800);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 120% */
  -webkit-hyphens: none;
          hyphens: none;
}

.company-img {
  width: 100%;
  max-height: 30rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-info-container {
  width: 100%;
  max-width: 34rem;
  padding: 2.5rem;
  background-color: var(--light);
  opacity: 0.95;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.75rem;
  justify-items: center;
  margin-inline: auto;
  margin-top: 0;
  position: relative;
}

.company-info__text > h3 {
  color: var(--grey-800);
  margin-bottom: 1rem;
}

@media (min-width: 639px)  {
  .company-info-container {
    margin-top: -5rem;
  }
}

@media (min-width: 1048px) {
  .company-info-container {
    max-width: 68.25rem;
    grid-template-columns: 24rem auto;
  }
}

.multi-image-or-video__file {
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--light);
}

.small {
  width: 17.5rem;
  height: 10.25rem;
  border-radius: .5rem;
  box-shadow: 42px 53px 19px 0px rgba(0, 0, 0, 0.00), 27px 34px 17px 0px rgba(0, 0, 0, 0.00), 15px 19px 15px 0px rgba(0, 0, 0, 0.01), 7px 9px 11px 0px rgba(0, 0, 0, 0.02), 2px 2px 6px 0px rgba(0, 0, 0, 0.02);
}

.multi-image-or-video__file img {
  max-height: 10rem;
}

.multi-image-or-video__file video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 15.25rem;
}

.multi-image-or-video__file-title {
  color: var(--dark);
}

.text-container {
  display: grid;
  gap: 2rem;
}

.text-container ul, .text-container ol {
  display: grid;
  gap: 1rem;
}

.text-container ul li {
  padding-left: 2rem;
  position: relative;
}

.text-container ul li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5leHQgQnV0dG9uIj4KPGVsbGlwc2UgaWQ9IkVsbGlwc2UgOSIgY3g9IjEwIiBjeT0iMTAiIHJ4PSIxMCIgcnk9IjEwIiBmaWxsPSIjRUI1QTIzIi8+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy41IDEzLjI4NzNMMTAuODM2OCAxMEw3LjUgNi43MTI2N0w4LjMzMTU4IDUuODkzNDNMMTEuNjY4NCA5LjE4MDc2TDEyLjUgMTBMOC4zMzE1OCAxNC4xMDY2TDcuNSAxMy4yODczWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K);
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
}

.text-container ol {
  list-style: decimal;
  margin-left: 1rem;
}

.text-container ol li {
  padding-left: 1rem;
}

.text-container ol li::marker {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--primary);
}

.text-container h3 {
  color: var(--dark);
}

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

.accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: var(--dark);
  cursor: pointer;
  padding-bottom: 1rem;
  width: 100%;
  text-align: left;
  border-bottom: 3px solid var(--primary);
  outline: none;
  font-family: Enriqueta;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
}

.accordion-button svg {
  transition: transform 0.3s ease;
  display: inline-block;
  float: right;
}

.active svg {
  transform: rotate(180deg);
}

.accordion-img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 3/2;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-button{
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: .75rem;
  border-bottom: 3px solid var(--primary);
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
}

.accordion-tab{
  margin-bottom: 1.5rem;
}

.accordion-panel ul{
  display: grid;
  gap: 1rem;
}

.accordion-panel p{
  margin: 1rem 0;
}

.accordion-panel li {
  padding-left: 2rem;
  position: relative;
}

.accordion-panel li::before {
  content: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cstyle%3E .s0 %7B fill: %23004089 %7D .s1 %7B fill: %23ffffff %7D %3C/style%3E%3Cg id='Next Button'%3E%3Cpath id='Ellipse 9' class='s0' d='m10 20c-5.5 0-10-4.5-10-10 0-5.5 4.5-10 10-10 5.5 0 10 4.5 10 10 0 5.5-4.5 10-10 10z'/%3E%3Cpath id='Vector' fill-rule='evenodd' class='s1' d='m7.5 13.3l3.3-3.3-3.3-3.3 0.8-0.8 3.4 3.3 0.8 0.8-4.2 4.1z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
}

.accordion-panel a:not(.btn) {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid var(--primary);
}

@media (min-width: 768px){
  .accordion--imgRight .accordion-img{
    order: 2;
  }
}

/*
.accordion-panel ol {
    list-style: decimal;
}

.accordion-panel ol li {
    padding-left: 1rem;
}

.accordion-panel ol li::marker {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: var(--primary);
}*/

form fieldset {
  display: grid;
  gap: 1.25rem;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32rem;
  height: 4rem;
  background-color: white;
  border: 2px solid black;
  border-radius: .5rem;
  padding-left: .75rem;
}

.custom-select, .ff-el-input--content:has(select) {
  height: 4rem;
  border: 2px solid black;
  border-radius: .5rem;
  display: flex;
  overflow: clip;
}

.ff-el-input--content:has(select) {
  width: 36rem;
}

.custom-select select, .ff-el-input--content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: none;
  width: 100%;
  padding-inline-start: .75rem;
}

.custom-select-arrow {
  display: grid;
  place-items: center;
  width: 5rem;
  background-color: black;
  /* Sichtbarer Hintergrund */
}

input[type="email"] {
  width: 18rem;
}

.fluentform label,
.fluentform .ff-t-column-2 .ff-custom_html p{
  font-weight: 700;
}

.fluentform .ff-t-column-2 .ff-custom_html{
  gap: 0;
  margin: 0;
}

.fluentform textarea{
  resize: none;
  padding: .75rem;
  height: unset;
}

.fluentform .ff-custom_html{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fluentform .form-link{
  text-decoration: underline;
  color: var(--primary);
}

.fluentform .ff-el-form-check-label{
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 1rem;
}

.fluentform .ff-el-form-check-label > span{
  font-weight: 400;
}

.fluentform,
.fluentform textarea,
.fluentform input,
.fluentform .ff-el-input--content{
  width: 100% !important;
}

.fluentform .ff-el-input--label{
  margin-bottom: .5rem;
}

.fluentform .ff-el-form-hide_label .ff-el-input--label{
  display: none;
}

.fluentform div.ff-el-group{
  margin: 0;
}

.ff_columns_total_2{
  display: grid;
  gap: 2rem;
}

.ff_columns_total_2 .ff-t-column-1,
.ff_columns_total_2 .ff-t-column-2{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fluentform .ff-el-input--content{
  position: relative;
}

.fluentform .custom-select-arrow{
  position: absolute;
  height: 100%;
  right: 0;
  pointer-events: none;
}

.ff-btn{
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
}

.ff-el-input--label label::after,
.ff-custom_html span{
  color: var(--primary) !important;
}

@media (max-width: 639px) {
  .ff-el-input--content:has(select) {
    width: 18rem;
  }
}

@media (min-width: 768px){
  form.frm-fluent-form{
    padding: 1.5rem;
    background: white;
  }

  form .ff-t-container{
    align-items: end;
  }
}

@media (min-width: 1024px){
  .fluentform .ff-t-column-2 .ff-el-group:nth-child(n+5){
    grid-column: span 2;
  }

  form.frm-fluent-form{
    padding: 2.5rem;
  }
}

.job-cards__card{
  background-color: var(--light);
  width: 100%;
  height: 34rem;
  border-radius: 1rem;
  padding: 1.5rem;
  display: grid;
  grid-template-rows: repeat(3, min-content);
  gap: 1.5rem;
}

.job-cards__card h4{
  color: var(--dark);
}

.job-cards__card a{
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid var(--primary);
}

.text h3 {
  color: var(--dark);
}

.text a:not(.btn) {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid var(--primary);
}

.text ul, .text ol {
  display: grid;
  gap: 1rem;
}

.text ul li {
  padding-left: 2rem;
  position: relative;
}

.text ul li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5leHQgQnV0dG9uIj4KPGVsbGlwc2UgaWQ9IkVsbGlwc2UgOSIgY3g9IjEwIiBjeT0iMTAiIHJ4PSIxMCIgcnk9IjEwIiBmaWxsPSIjRUI1QTIzIi8+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy41IDEzLjI4NzNMMTAuODM2OCAxMEw3LjUgNi43MTI2N0w4LjMzMTU4IDUuODkzNDNMMTEuNjY4NCA5LjE4MDc2TDEyLjUgMTBMOC4zMzE1OCAxNC4xMDY2TDcuNSAxMy4yODczWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K);
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
}

.text ol {
  list-style: decimal;
  margin-left: 1.5rem;
}

.text ol li {
  padding-left: .5rem;
}

.text ol li::marker {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--primary);
}

.text--headLeft .section-container{
  gap: 1rem;
}

@media (min-width: 1024px) {
  .text--headLeft .section-container{
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 1.5rem;
  }
}

.details {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.details table {
  border-radius: 1rem;
  overflow: clip;
  width: 100%;
}

.details table tbody {
  border: 1px solid var(--grey-400);
}

.details table td {
  vertical-align: top;
  width: 10rem;
}

.details table td p, .details table td strong {
  display: block;
  min-width: 10rem;
}

.details table td:first-child {
  padding-left: 1rem;
  padding-block: 1rem;
}

.details table td:not(:first-child), .details table td:not(:last-child) {
  padding-block: 1rem;
}

.details table td:last-child {
  padding-right: 1rem;
  padding-block: 1rem;
}

.details table tr:nth-child(odd) {
  background: var(--grey-200)
}

.feature ul,
.feature ol {
  display: grid;
  gap: .5rem;
}

.feature ul li {
  padding-left: 2rem;
  position: relative;
}

.feature ul li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5leHQgQnV0dG9uIj4KPGVsbGlwc2UgaWQ9IkVsbGlwc2UgOSIgY3g9IjEwIiBjeT0iMTAiIHJ4PSIxMCIgcnk9IjEwIiBmaWxsPSIjRUI1QTIzIi8+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy41IDEzLjI4NzNMMTAuODM2OCAxMEw3LjUgNi43MTI2N0w4LjMzMTU4IDUuODkzNDNMMTEuNjY4NCA5LjE4MDc2TDEyLjUgMTBMOC4zMzE1OCAxNC4xMDY2TDcuNSAxMy4yODczWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K);
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0;
}

.feature ol {
  list-style: decimal;
  margin-left: 1rem;
}

.feature ol li {
  padding-left: 0.5rem;
}

.feature ol li::marker {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--primary);
}

@media (max-width: 639px) {
  .details table td {
    display: block;
    padding-block: 0 !important;
    padding-inline: 1rem;
  }

  .details table td:first-child {
    padding-top: 1rem !important;
  }

  .details table td:last-child {
    padding-bottom: 1rem !important;
  }

  .details ul, .details a {
    margin-top: .75rem;
  }
}

/*
@media (max-width: 1024px) {
    .details table td:first-child {
        padding-left: 1rem;
        padding-block: 1rem;
    }

    .details table td:not(:first-child), .details table td:not(:last-child) {
        padding-block: 1rem;
    }

    .details table td:last-child {
        padding-right: 1rem;
        padding-block: 1rem;
    }

}*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

.-col-start-1 {
  grid-column-start: -1;
}

.-col-start-10 {
  grid-column-start: -10;
}

.-col-start-11 {
  grid-column-start: -11;
}

.-col-start-12 {
  grid-column-start: -12;
}

.-col-start-13 {
  grid-column-start: -13;
}

.-col-start-2 {
  grid-column-start: -2;
}

.-col-start-3 {
  grid-column-start: -3;
}

.-col-start-4 {
  grid-column-start: -4;
}

.-col-start-5 {
  grid-column-start: -5;
}

.-col-start-6 {
  grid-column-start: -6;
}

.-col-start-7 {
  grid-column-start: -7;
}

.-col-start-8 {
  grid-column-start: -8;
}

.-col-start-9 {
  grid-column-start: -9;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

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

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

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

.-row-start-1 {
  grid-row-start: -1;
}

.-row-start-10 {
  grid-row-start: -10;
}

.-row-start-11 {
  grid-row-start: -11;
}

.-row-start-12 {
  grid-row-start: -12;
}

.-row-start-13 {
  grid-row-start: -13;
}

.-row-start-2 {
  grid-row-start: -2;
}

.-row-start-3 {
  grid-row-start: -3;
}

.-row-start-4 {
  grid-row-start: -4;
}

.-row-start-5 {
  grid-row-start: -5;
}

.-row-start-6 {
  grid-row-start: -6;
}

.-row-start-7 {
  grid-row-start: -7;
}

.-row-start-8 {
  grid-row-start: -8;
}

.-row-start-9 {
  grid-row-start: -9;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-0 {
  margin-top: -0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[30rem\] {
  margin-top: 30rem;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.\!h-12 {
  height: 3rem !important;
}

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

.h-0 {
  height: 0px;
}

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

.h-1 {
  height: 0.25rem;
}

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

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

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

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

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-2\/3 {
  height: 66.666667%;
}

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

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

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

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

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

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

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

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

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

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

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

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

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[25rem\] {
  height: 25rem;
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

.w-1 {
  width: 0.25rem;
}

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

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

.w-11 {
  width: 2.75rem;
}

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

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

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

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-96 {
  width: 24rem;
}

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[37rem\] {
  max-width: 37rem;
}

.max-w-\[41\.5rem\] {
  max-width: 41.5rem;
}

.max-w-\[76rem\] {
  max-width: 76rem;
}

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

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-l {
  max-width: 1030px;
}

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

.max-w-screen-md {
  max-width: 768px;
}

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.flex-none {
  flex: none;
}

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

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

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

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

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

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

.touch-auto {
  touch-action: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-mb-0 {
  scroll-margin-bottom: -0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-mt-0 {
  scroll-margin-top: -0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-mb-0 {
  scroll-margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-mt-0 {
  scroll-margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-pb-0 {
  scroll-padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-rows-none {
  grid-template-rows: none;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-96 {
  gap: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-\[\#DCDCDC\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity));
}

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0);
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1);
}

.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1);
}

.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15);
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2);
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25);
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3);
}

.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35);
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}

.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45);
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05);
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5);
}

.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55);
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}

.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65);
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7);
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75);
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8);
}

.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85);
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9);
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95);
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity));
}

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0);
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1);
}

.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1);
}

.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15);
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2);
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25);
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3);
}

.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35);
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}

.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45);
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05);
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5);
}

.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55);
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}

.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65);
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7);
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75);
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8);
}

.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85);
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9);
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95);
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity));
}

.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0);
}

.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.1);
}

.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 1);
}

.divide-yellow-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.15);
}

.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.2);
}

.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.25);
}

.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.3);
}

.divide-yellow-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.35);
}

.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4);
}

.divide-yellow-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.45);
}

.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.05);
}

.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.5);
}

.divide-yellow-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.55);
}

.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6);
}

.divide-yellow-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.65);
}

.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.7);
}

.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.75);
}

.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.8);
}

.divide-yellow-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.85);
}

.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.9);
}

.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.95);
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity));
}

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0);
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1);
}

.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1);
}

.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15);
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2);
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25);
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3);
}

.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35);
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}

.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45);
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05);
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5);
}

.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55);
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}

.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65);
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7);
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75);
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8);
}

.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85);
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9);
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95);
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity));
}

.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0);
}

.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1);
}

.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1);
}

.divide-yellow-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.15);
}

.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2);
}

.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25);
}

.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3);
}

.divide-yellow-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.35);
}

.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}

.divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.45);
}

.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05);
}

.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5);
}

.divide-yellow-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.55);
}

.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}

.divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.65);
}

.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7);
}

.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75);
}

.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8);
}

.divide-yellow-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.85);
}

.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9);
}

.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95);
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity));
}

.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0);
}

.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1);
}

.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 1);
}

.divide-yellow-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.15);
}

.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2);
}

.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25);
}

.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3);
}

.divide-yellow-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.35);
}

.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}

.divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.45);
}

.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05);
}

.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5);
}

.divide-yellow-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.55);
}

.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}

.divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.65);
}

.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7);
}

.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75);
}

.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8);
}

.divide-yellow-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.85);
}

.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9);
}

.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95);
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity));
}

.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0);
}

.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1);
}

.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 1);
}

.divide-yellow-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.15);
}

.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2);
}

.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25);
}

.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3);
}

.divide-yellow-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.35);
}

.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}

.divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.45);
}

.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05);
}

.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5);
}

.divide-yellow-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.55);
}

.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}

.divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.65);
}

.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7);
}

.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75);
}

.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8);
}

.divide-yellow-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.85);
}

.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9);
}

.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95);
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity));
}

.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0);
}

.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.1);
}

.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 1);
}

.divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.15);
}

.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.2);
}

.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.25);
}

.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.3);
}

.divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.35);
}

.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.4);
}

.divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.45);
}

.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.05);
}

.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.5);
}

.divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.55);
}

.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.6);
}

.divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.65);
}

.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.7);
}

.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.75);
}

.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.8);
}

.divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.85);
}

.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.9);
}

.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.95);
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity));
}

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0);
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1);
}

.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1);
}

.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15);
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2);
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25);
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3);
}

.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35);
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}

.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45);
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05);
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5);
}

.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55);
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}

.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65);
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7);
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75);
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8);
}

.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85);
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9);
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95);
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity));
}

.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0);
}

.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.1);
}

.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 1);
}

.divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.15);
}

.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.2);
}

.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.25);
}

.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.3);
}

.divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.35);
}

.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.4);
}

.divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.45);
}

.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.05);
}

.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.5);
}

.divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.55);
}

.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.6);
}

.divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.65);
}

.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.7);
}

.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.75);
}

.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.8);
}

.divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.85);
}

.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.9);
}

.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.95);
}

.divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity));
}

.divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0);
}

.divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.1);
}

.divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 1);
}

.divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.15);
}

.divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.2);
}

.divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.25);
}

.divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.3);
}

.divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.35);
}

.divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.4);
}

.divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.45);
}

.divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.05);
}

.divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.5);
}

.divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.55);
}

.divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.6);
}

.divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.65);
}

.divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.7);
}

.divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.75);
}

.divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.8);
}

.divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.85);
}

.divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.9);
}

.divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.95);
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.overflow-auto {
  overflow: auto;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#DCDCDC\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15);
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35);
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15);
}

.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35);
}

.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}

.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55);
}

.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}

.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85);
}

.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}

.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}

.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}

.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / 0.15);
}

.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}

.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}

.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}

.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / 0.35);
}

.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}

.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45);
}

.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}

.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}

.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55);
}

.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}

.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65);
}

.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}

.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}

.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}

.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85);
}

.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}

.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15);
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35);
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15);
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35);
}

.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}

.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55);
}

.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}

.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85);
}

.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15);
}

.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35);
}

.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}

.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}

.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}

.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}

.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15);
}

.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35);
}

.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}

.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55);
}

.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}

.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85);
}

.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15);
}

.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35);
}

.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}

.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55);
}

.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}

.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85);
}

.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}

.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0);
}

.border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1);
}

.border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1);
}

.border-yellow-950\/15 {
  border-color: rgb(66 32 6 / 0.15);
}

.border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2);
}

.border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25);
}

.border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3);
}

.border-yellow-950\/35 {
  border-color: rgb(66 32 6 / 0.35);
}

.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4);
}

.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45);
}

.border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05);
}

.border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5);
}

.border-yellow-950\/55 {
  border-color: rgb(66 32 6 / 0.55);
}

.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6);
}

.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65);
}

.border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7);
}

.border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75);
}

.border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8);
}

.border-yellow-950\/85 {
  border-color: rgb(66 32 6 / 0.85);
}

.border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9);
}

.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95);
}

.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.border-x-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-x-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-x-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-x-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-x-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-x-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-x-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-x-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.border-x-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-x-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}

.border-x-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-x-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-x-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-x-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-x-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-x-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-x-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-x-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-x-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-x-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-x-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-x-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-x-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-x-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-x-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-x-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-x-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-x-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-x-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-x-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.border-x-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-x-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.border-x-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-x-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-x-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-x-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-x-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-x-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-x-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-x-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-x-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-x-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-x-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-x-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-x-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-x-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-x-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-x-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-x-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-x-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-x-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-x-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}

.border-x-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-x-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}

.border-x-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-x-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-x-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-x-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-x-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-x-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-x-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-x-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-x-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-x-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-x-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-x-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-x-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-x-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-x-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-x-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-x-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-x-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-y-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-y-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-y-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-y-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-y-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-y-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-y-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-y-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-y-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-y-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-y-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-y-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-y-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-y-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-y-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-y-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-y-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-y-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-y-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-y-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-y-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-y-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-y-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-y-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-y-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-y-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-y-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-y-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-y-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-y-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-y-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-y-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-y-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-y-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-y-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-y-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-y-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-y-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-y-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-y-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-y-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-y-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-y-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-y-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-y-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-y-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-y-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-y-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-y-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-y-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-y-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-y-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-y-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-y-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-y-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-y-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-y-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-y-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-y-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-y-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-y-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-y-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-y-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-y-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-y-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-y-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-y-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-y-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-y-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-y-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-y-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-y-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-y-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-b-yellow-700\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-b-yellow-700\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-b-yellow-700\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-b-yellow-700\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-b-yellow-900\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-b-yellow-900\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-b-yellow-900\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-b-yellow-900\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-b-yellow-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-b-yellow-950\/0 {
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-b-yellow-950\/10 {
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-b-yellow-950\/100 {
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-b-yellow-950\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-b-yellow-950\/20 {
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-b-yellow-950\/25 {
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-b-yellow-950\/30 {
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-b-yellow-950\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-b-yellow-950\/5 {
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-b-yellow-950\/50 {
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-b-yellow-950\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-b-yellow-950\/70 {
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-b-yellow-950\/75 {
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-b-yellow-950\/80 {
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-b-yellow-950\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-b-yellow-950\/90 {
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-b-yellow-950\/95 {
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-e-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.border-e-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.border-e-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(253 224 71 / 0);
}

.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(253 224 71 / 1);
}

.border-e-yellow-300\/15 {
  border-inline-end-color: rgb(253 224 71 / 0.15);
}

.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.border-e-yellow-300\/35 {
  border-inline-end-color: rgb(253 224 71 / 0.35);
}

.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(253 224 71 / 0.45);
}

.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.border-e-yellow-300\/55 {
  border-inline-end-color: rgb(253 224 71 / 0.55);
}

.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(253 224 71 / 0.65);
}

.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.border-e-yellow-300\/85 {
  border-inline-end-color: rgb(253 224 71 / 0.85);
}

.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.border-e-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.border-e-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.border-e-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.border-e-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-e-yellow-700\/0 {
  border-inline-end-color: rgb(161 98 7 / 0);
}

.border-e-yellow-700\/10 {
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.border-e-yellow-700\/100 {
  border-inline-end-color: rgb(161 98 7 / 1);
}

.border-e-yellow-700\/15 {
  border-inline-end-color: rgb(161 98 7 / 0.15);
}

.border-e-yellow-700\/20 {
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.border-e-yellow-700\/25 {
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.border-e-yellow-700\/30 {
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.border-e-yellow-700\/35 {
  border-inline-end-color: rgb(161 98 7 / 0.35);
}

.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.border-e-yellow-700\/45 {
  border-inline-end-color: rgb(161 98 7 / 0.45);
}

.border-e-yellow-700\/5 {
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.border-e-yellow-700\/50 {
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.border-e-yellow-700\/55 {
  border-inline-end-color: rgb(161 98 7 / 0.55);
}

.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.border-e-yellow-700\/65 {
  border-inline-end-color: rgb(161 98 7 / 0.65);
}

.border-e-yellow-700\/70 {
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.border-e-yellow-700\/75 {
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.border-e-yellow-700\/80 {
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.border-e-yellow-700\/85 {
  border-inline-end-color: rgb(161 98 7 / 0.85);
}

.border-e-yellow-700\/90 {
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.border-e-yellow-700\/95 {
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.border-e-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.border-e-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-e-yellow-900\/0 {
  border-inline-end-color: rgb(113 63 18 / 0);
}

.border-e-yellow-900\/10 {
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.border-e-yellow-900\/100 {
  border-inline-end-color: rgb(113 63 18 / 1);
}

.border-e-yellow-900\/15 {
  border-inline-end-color: rgb(113 63 18 / 0.15);
}

.border-e-yellow-900\/20 {
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.border-e-yellow-900\/25 {
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.border-e-yellow-900\/30 {
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.border-e-yellow-900\/35 {
  border-inline-end-color: rgb(113 63 18 / 0.35);
}

.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.border-e-yellow-900\/45 {
  border-inline-end-color: rgb(113 63 18 / 0.45);
}

.border-e-yellow-900\/5 {
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.border-e-yellow-900\/50 {
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.border-e-yellow-900\/55 {
  border-inline-end-color: rgb(113 63 18 / 0.55);
}

.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.border-e-yellow-900\/65 {
  border-inline-end-color: rgb(113 63 18 / 0.65);
}

.border-e-yellow-900\/70 {
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.border-e-yellow-900\/75 {
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.border-e-yellow-900\/80 {
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.border-e-yellow-900\/85 {
  border-inline-end-color: rgb(113 63 18 / 0.85);
}

.border-e-yellow-900\/90 {
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.border-e-yellow-900\/95 {
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.border-e-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-e-yellow-950\/0 {
  border-inline-end-color: rgb(66 32 6 / 0);
}

.border-e-yellow-950\/10 {
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.border-e-yellow-950\/100 {
  border-inline-end-color: rgb(66 32 6 / 1);
}

.border-e-yellow-950\/15 {
  border-inline-end-color: rgb(66 32 6 / 0.15);
}

.border-e-yellow-950\/20 {
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.border-e-yellow-950\/25 {
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.border-e-yellow-950\/30 {
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.border-e-yellow-950\/35 {
  border-inline-end-color: rgb(66 32 6 / 0.35);
}

.border-e-yellow-950\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.border-e-yellow-950\/45 {
  border-inline-end-color: rgb(66 32 6 / 0.45);
}

.border-e-yellow-950\/5 {
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.border-e-yellow-950\/50 {
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.border-e-yellow-950\/55 {
  border-inline-end-color: rgb(66 32 6 / 0.55);
}

.border-e-yellow-950\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.border-e-yellow-950\/65 {
  border-inline-end-color: rgb(66 32 6 / 0.65);
}

.border-e-yellow-950\/70 {
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.border-e-yellow-950\/75 {
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.border-e-yellow-950\/80 {
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.border-e-yellow-950\/85 {
  border-inline-end-color: rgb(66 32 6 / 0.85);
}

.border-e-yellow-950\/90 {
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.border-e-yellow-950\/95 {
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}

.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}

.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
}

.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
}

.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
}

.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
}

.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
}

.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
}

.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
}

.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
}

.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}

.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
}

.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
}

.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
}

.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
}

.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}

.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
}

.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
}

.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
}

.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
}

.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
}

.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
}

.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
}

.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}

.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}

.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
}

.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}

.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
}

.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
}

.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
}

.border-l-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
}

.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
}

.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
}

.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
}

.border-l-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
}

.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}

.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
}

.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
}

.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
}

.border-l-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
}

.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}

.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
}

.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
}

.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
}

.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
}

.border-l-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
}

.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
}

.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
}

.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}

.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
}

.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
}

.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
}

.border-l-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
}

.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
}

.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
}

.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
}

.border-l-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
}

.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}

.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
}

.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
}

.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
}

.border-l-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
}

.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}

.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
}

.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
}

.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
}

.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
}

.border-l-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
}

.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
}

.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
}

.border-l-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-l-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
}

.border-l-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
}

.border-l-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
}

.border-l-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
}

.border-l-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
}

.border-l-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
}

.border-l-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
}

.border-l-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
}

.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}

.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
}

.border-l-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
}

.border-l-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
}

.border-l-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
}

.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}

.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
}

.border-l-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
}

.border-l-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
}

.border-l-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
}

.border-l-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
}

.border-l-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
}

.border-l-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
}

.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0);
}

.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1);
}

.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0);
}

.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1);
}

.border-r-yellow-700\/15 {
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-r-yellow-700\/35 {
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-r-yellow-700\/55 {
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-r-yellow-700\/85 {
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0);
}

.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1);
}

.border-r-yellow-900\/15 {
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-r-yellow-900\/35 {
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-r-yellow-900\/55 {
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-r-yellow-900\/85 {
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-r-yellow-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-r-yellow-950\/0 {
  border-right-color: rgb(66 32 6 / 0);
}

.border-r-yellow-950\/10 {
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-r-yellow-950\/100 {
  border-right-color: rgb(66 32 6 / 1);
}

.border-r-yellow-950\/15 {
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-r-yellow-950\/20 {
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-r-yellow-950\/25 {
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-r-yellow-950\/30 {
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-r-yellow-950\/35 {
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-r-yellow-950\/5 {
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-r-yellow-950\/50 {
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-r-yellow-950\/55 {
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-r-yellow-950\/70 {
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-r-yellow-950\/75 {
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-r-yellow-950\/80 {
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-r-yellow-950\/85 {
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-r-yellow-950\/90 {
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-r-yellow-950\/95 {
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-s-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.border-s-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.border-s-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(253 224 71 / 0);
}

.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(253 224 71 / 1);
}

.border-s-yellow-300\/15 {
  border-inline-start-color: rgb(253 224 71 / 0.15);
}

.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.border-s-yellow-300\/35 {
  border-inline-start-color: rgb(253 224 71 / 0.35);
}

.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(253 224 71 / 0.45);
}

.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.border-s-yellow-300\/55 {
  border-inline-start-color: rgb(253 224 71 / 0.55);
}

.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(253 224 71 / 0.65);
}

.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.border-s-yellow-300\/85 {
  border-inline-start-color: rgb(253 224 71 / 0.85);
}

.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.border-s-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.border-s-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.border-s-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.border-s-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-s-yellow-700\/0 {
  border-inline-start-color: rgb(161 98 7 / 0);
}

.border-s-yellow-700\/10 {
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.border-s-yellow-700\/100 {
  border-inline-start-color: rgb(161 98 7 / 1);
}

.border-s-yellow-700\/15 {
  border-inline-start-color: rgb(161 98 7 / 0.15);
}

.border-s-yellow-700\/20 {
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.border-s-yellow-700\/25 {
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.border-s-yellow-700\/30 {
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.border-s-yellow-700\/35 {
  border-inline-start-color: rgb(161 98 7 / 0.35);
}

.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.border-s-yellow-700\/45 {
  border-inline-start-color: rgb(161 98 7 / 0.45);
}

.border-s-yellow-700\/5 {
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.border-s-yellow-700\/50 {
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.border-s-yellow-700\/55 {
  border-inline-start-color: rgb(161 98 7 / 0.55);
}

.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.border-s-yellow-700\/65 {
  border-inline-start-color: rgb(161 98 7 / 0.65);
}

.border-s-yellow-700\/70 {
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.border-s-yellow-700\/75 {
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.border-s-yellow-700\/80 {
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.border-s-yellow-700\/85 {
  border-inline-start-color: rgb(161 98 7 / 0.85);
}

.border-s-yellow-700\/90 {
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.border-s-yellow-700\/95 {
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.border-s-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.border-s-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-s-yellow-900\/0 {
  border-inline-start-color: rgb(113 63 18 / 0);
}

.border-s-yellow-900\/10 {
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.border-s-yellow-900\/100 {
  border-inline-start-color: rgb(113 63 18 / 1);
}

.border-s-yellow-900\/15 {
  border-inline-start-color: rgb(113 63 18 / 0.15);
}

.border-s-yellow-900\/20 {
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.border-s-yellow-900\/25 {
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.border-s-yellow-900\/30 {
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.border-s-yellow-900\/35 {
  border-inline-start-color: rgb(113 63 18 / 0.35);
}

.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.border-s-yellow-900\/45 {
  border-inline-start-color: rgb(113 63 18 / 0.45);
}

.border-s-yellow-900\/5 {
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.border-s-yellow-900\/50 {
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.border-s-yellow-900\/55 {
  border-inline-start-color: rgb(113 63 18 / 0.55);
}

.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.border-s-yellow-900\/65 {
  border-inline-start-color: rgb(113 63 18 / 0.65);
}

.border-s-yellow-900\/70 {
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.border-s-yellow-900\/75 {
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.border-s-yellow-900\/80 {
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.border-s-yellow-900\/85 {
  border-inline-start-color: rgb(113 63 18 / 0.85);
}

.border-s-yellow-900\/90 {
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.border-s-yellow-900\/95 {
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.border-s-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-s-yellow-950\/0 {
  border-inline-start-color: rgb(66 32 6 / 0);
}

.border-s-yellow-950\/10 {
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.border-s-yellow-950\/100 {
  border-inline-start-color: rgb(66 32 6 / 1);
}

.border-s-yellow-950\/15 {
  border-inline-start-color: rgb(66 32 6 / 0.15);
}

.border-s-yellow-950\/20 {
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.border-s-yellow-950\/25 {
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.border-s-yellow-950\/30 {
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.border-s-yellow-950\/35 {
  border-inline-start-color: rgb(66 32 6 / 0.35);
}

.border-s-yellow-950\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.border-s-yellow-950\/45 {
  border-inline-start-color: rgb(66 32 6 / 0.45);
}

.border-s-yellow-950\/5 {
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.border-s-yellow-950\/50 {
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.border-s-yellow-950\/55 {
  border-inline-start-color: rgb(66 32 6 / 0.55);
}

.border-s-yellow-950\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.border-s-yellow-950\/65 {
  border-inline-start-color: rgb(66 32 6 / 0.65);
}

.border-s-yellow-950\/70 {
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.border-s-yellow-950\/75 {
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.border-s-yellow-950\/80 {
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.border-s-yellow-950\/85 {
  border-inline-start-color: rgb(66 32 6 / 0.85);
}

.border-s-yellow-950\/90 {
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.border-s-yellow-950\/95 {
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}

.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}

.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
}

.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
}

.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
}

.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
}

.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
}

.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
}

.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
}

.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
}

.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}

.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
}

.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
}

.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
}

.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
}

.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}

.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
}

.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
}

.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
}

.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
}

.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
}

.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
}

.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
}

.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}

.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}

.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}

.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
}

.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}

.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
}

.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
}

.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
}

.border-t-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
}

.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
}

.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
}

.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
}

.border-t-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
}

.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}

.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
}

.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
}

.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
}

.border-t-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
}

.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}

.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
}

.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
}

.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
}

.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
}

.border-t-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
}

.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
}

.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
}

.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}

.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
}

.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
}

.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
}

.border-t-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
}

.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
}

.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
}

.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
}

.border-t-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
}

.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}

.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
}

.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
}

.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
}

.border-t-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
}

.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}

.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
}

.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
}

.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
}

.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
}

.border-t-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
}

.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
}

.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
}

.border-t-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-t-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
}

.border-t-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
}

.border-t-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
}

.border-t-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
}

.border-t-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
}

.border-t-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
}

.border-t-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
}

.border-t-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
}

.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}

.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
}

.border-t-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
}

.border-t-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
}

.border-t-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
}

.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}

.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
}

.border-t-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
}

.border-t-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
}

.border-t-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
}

.border-t-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
}

.border-t-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
}

.border-t-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
}

.bg-\[\#C3C3C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity));
}

.bg-\[var\(--grey-200\)\] {
  background-color: var(--grey-200);
}

.bg-\[var\(--grey-400\)\] {
  background-color: var(--grey-400);
}

.bg-\[var\(--light\)\] {
  background-color: var(--light);
}

.bg-\[var\(--primary\)\] {
  background-color: var(--primary);
}

.bg-\[var\(\{\$bg_card\}\)\] {
  background-color: var({$bg card});
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}

.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}

.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}

.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}

.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}

.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}

.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}

.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}

.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}

.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}

.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}

.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}

.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}

.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}

.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}

.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}

.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}

.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}

.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}

.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}

.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/0 {
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/10 {
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/100 {
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/15 {
  --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/20 {
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/25 {
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/30 {
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/35 {
  --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/40 {
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/45 {
  --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/5 {
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/50 {
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/55 {
  --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/60 {
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/65 {
  --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/70 {
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/75 {
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/80 {
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/85 {
  --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/90 {
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/95 {
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/15 {
  --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/35 {
  --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/45 {
  --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/55 {
  --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/65 {
  --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/85 {
  --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700 {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/0 {
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/10 {
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/100 {
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/15 {
  --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/20 {
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/25 {
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/30 {
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/35 {
  --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/40 {
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/45 {
  --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/5 {
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/50 {
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/55 {
  --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/60 {
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/65 {
  --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/70 {
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/75 {
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/80 {
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/85 {
  --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/90 {
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/95 {
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900 {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/0 {
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/10 {
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/100 {
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/15 {
  --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/20 {
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/25 {
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/30 {
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/35 {
  --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/45 {
  --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/5 {
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/50 {
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/55 {
  --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/60 {
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/65 {
  --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/70 {
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/75 {
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/80 {
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/85 {
  --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/90 {
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/95 {
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950 {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/0 {
  --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/10 {
  --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/100 {
  --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/15 {
  --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/20 {
  --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/25 {
  --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/30 {
  --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/35 {
  --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/40 {
  --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/45 {
  --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/5 {
  --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/50 {
  --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/55 {
  --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/60 {
  --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/65 {
  --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/70 {
  --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/75 {
  --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/80 {
  --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/85 {
  --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/90 {
  --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/95 {
  --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
}

.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
}

.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
}

.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
}

.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
}

.to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
}

.to-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
}

.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
}

.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
}

.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
}

.to-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
}

.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
}

.to-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
}

.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
}

.to-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-700 {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.to-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
}

.to-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
}

.to-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
}

.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
}

.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-900 {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.to-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
}

.to-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
}

.to-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-950 {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.to-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
}

.to-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
}

.to-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15);
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35);
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45);
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55);
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65);
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85);
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15);
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35);
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45);
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55);
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65);
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85);
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0);
}

.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1);
}

.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1);
}

.fill-yellow-300\/15 {
  fill: rgb(253 224 71 / 0.15);
}

.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2);
}

.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25);
}

.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3);
}

.fill-yellow-300\/35 {
  fill: rgb(253 224 71 / 0.35);
}

.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4);
}

.fill-yellow-300\/45 {
  fill: rgb(253 224 71 / 0.45);
}

.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05);
}

.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5);
}

.fill-yellow-300\/55 {
  fill: rgb(253 224 71 / 0.55);
}

.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6);
}

.fill-yellow-300\/65 {
  fill: rgb(253 224 71 / 0.65);
}

.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7);
}

.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75);
}

.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8);
}

.fill-yellow-300\/85 {
  fill: rgb(253 224 71 / 0.85);
}

.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9);
}

.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95);
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15);
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35);
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45);
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55);
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65);
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85);
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0);
}

.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1);
}

.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1);
}

.fill-yellow-50\/15 {
  fill: rgb(254 252 232 / 0.15);
}

.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2);
}

.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25);
}

.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3);
}

.fill-yellow-50\/35 {
  fill: rgb(254 252 232 / 0.35);
}

.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4);
}

.fill-yellow-50\/45 {
  fill: rgb(254 252 232 / 0.45);
}

.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05);
}

.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5);
}

.fill-yellow-50\/55 {
  fill: rgb(254 252 232 / 0.55);
}

.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6);
}

.fill-yellow-50\/65 {
  fill: rgb(254 252 232 / 0.65);
}

.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7);
}

.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75);
}

.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8);
}

.fill-yellow-50\/85 {
  fill: rgb(254 252 232 / 0.85);
}

.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9);
}

.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95);
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15);
}

.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35);
}

.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45);
}

.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55);
}

.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65);
}

.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85);
}

.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15);
}

.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35);
}

.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45);
}

.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}

.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5);
}

.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55);
}

.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65);
}

.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85);
}

.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}

.fill-yellow-700 {
  fill: #a16207;
}

.fill-yellow-700\/0 {
  fill: rgb(161 98 7 / 0);
}

.fill-yellow-700\/10 {
  fill: rgb(161 98 7 / 0.1);
}

.fill-yellow-700\/100 {
  fill: rgb(161 98 7 / 1);
}

.fill-yellow-700\/15 {
  fill: rgb(161 98 7 / 0.15);
}

.fill-yellow-700\/20 {
  fill: rgb(161 98 7 / 0.2);
}

.fill-yellow-700\/25 {
  fill: rgb(161 98 7 / 0.25);
}

.fill-yellow-700\/30 {
  fill: rgb(161 98 7 / 0.3);
}

.fill-yellow-700\/35 {
  fill: rgb(161 98 7 / 0.35);
}

.fill-yellow-700\/40 {
  fill: rgb(161 98 7 / 0.4);
}

.fill-yellow-700\/45 {
  fill: rgb(161 98 7 / 0.45);
}

.fill-yellow-700\/5 {
  fill: rgb(161 98 7 / 0.05);
}

.fill-yellow-700\/50 {
  fill: rgb(161 98 7 / 0.5);
}

.fill-yellow-700\/55 {
  fill: rgb(161 98 7 / 0.55);
}

.fill-yellow-700\/60 {
  fill: rgb(161 98 7 / 0.6);
}

.fill-yellow-700\/65 {
  fill: rgb(161 98 7 / 0.65);
}

.fill-yellow-700\/70 {
  fill: rgb(161 98 7 / 0.7);
}

.fill-yellow-700\/75 {
  fill: rgb(161 98 7 / 0.75);
}

.fill-yellow-700\/80 {
  fill: rgb(161 98 7 / 0.8);
}

.fill-yellow-700\/85 {
  fill: rgb(161 98 7 / 0.85);
}

.fill-yellow-700\/90 {
  fill: rgb(161 98 7 / 0.9);
}

.fill-yellow-700\/95 {
  fill: rgb(161 98 7 / 0.95);
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0);
}

.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1);
}

.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1);
}

.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15);
}

.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2);
}

.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25);
}

.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3);
}

.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35);
}

.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4);
}

.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45);
}

.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05);
}

.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5);
}

.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55);
}

.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6);
}

.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65);
}

.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7);
}

.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75);
}

.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8);
}

.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85);
}

.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9);
}

.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95);
}

.fill-yellow-900 {
  fill: #713f12;
}

.fill-yellow-900\/0 {
  fill: rgb(113 63 18 / 0);
}

.fill-yellow-900\/10 {
  fill: rgb(113 63 18 / 0.1);
}

.fill-yellow-900\/100 {
  fill: rgb(113 63 18 / 1);
}

.fill-yellow-900\/15 {
  fill: rgb(113 63 18 / 0.15);
}

.fill-yellow-900\/20 {
  fill: rgb(113 63 18 / 0.2);
}

.fill-yellow-900\/25 {
  fill: rgb(113 63 18 / 0.25);
}

.fill-yellow-900\/30 {
  fill: rgb(113 63 18 / 0.3);
}

.fill-yellow-900\/35 {
  fill: rgb(113 63 18 / 0.35);
}

.fill-yellow-900\/40 {
  fill: rgb(113 63 18 / 0.4);
}

.fill-yellow-900\/45 {
  fill: rgb(113 63 18 / 0.45);
}

.fill-yellow-900\/5 {
  fill: rgb(113 63 18 / 0.05);
}

.fill-yellow-900\/50 {
  fill: rgb(113 63 18 / 0.5);
}

.fill-yellow-900\/55 {
  fill: rgb(113 63 18 / 0.55);
}

.fill-yellow-900\/60 {
  fill: rgb(113 63 18 / 0.6);
}

.fill-yellow-900\/65 {
  fill: rgb(113 63 18 / 0.65);
}

.fill-yellow-900\/70 {
  fill: rgb(113 63 18 / 0.7);
}

.fill-yellow-900\/75 {
  fill: rgb(113 63 18 / 0.75);
}

.fill-yellow-900\/80 {
  fill: rgb(113 63 18 / 0.8);
}

.fill-yellow-900\/85 {
  fill: rgb(113 63 18 / 0.85);
}

.fill-yellow-900\/90 {
  fill: rgb(113 63 18 / 0.9);
}

.fill-yellow-900\/95 {
  fill: rgb(113 63 18 / 0.95);
}

.fill-yellow-950 {
  fill: #422006;
}

.fill-yellow-950\/0 {
  fill: rgb(66 32 6 / 0);
}

.fill-yellow-950\/10 {
  fill: rgb(66 32 6 / 0.1);
}

.fill-yellow-950\/100 {
  fill: rgb(66 32 6 / 1);
}

.fill-yellow-950\/15 {
  fill: rgb(66 32 6 / 0.15);
}

.fill-yellow-950\/20 {
  fill: rgb(66 32 6 / 0.2);
}

.fill-yellow-950\/25 {
  fill: rgb(66 32 6 / 0.25);
}

.fill-yellow-950\/30 {
  fill: rgb(66 32 6 / 0.3);
}

.fill-yellow-950\/35 {
  fill: rgb(66 32 6 / 0.35);
}

.fill-yellow-950\/40 {
  fill: rgb(66 32 6 / 0.4);
}

.fill-yellow-950\/45 {
  fill: rgb(66 32 6 / 0.45);
}

.fill-yellow-950\/5 {
  fill: rgb(66 32 6 / 0.05);
}

.fill-yellow-950\/50 {
  fill: rgb(66 32 6 / 0.5);
}

.fill-yellow-950\/55 {
  fill: rgb(66 32 6 / 0.55);
}

.fill-yellow-950\/60 {
  fill: rgb(66 32 6 / 0.6);
}

.fill-yellow-950\/65 {
  fill: rgb(66 32 6 / 0.65);
}

.fill-yellow-950\/70 {
  fill: rgb(66 32 6 / 0.7);
}

.fill-yellow-950\/75 {
  fill: rgb(66 32 6 / 0.75);
}

.fill-yellow-950\/80 {
  fill: rgb(66 32 6 / 0.8);
}

.fill-yellow-950\/85 {
  fill: rgb(66 32 6 / 0.85);
}

.fill-yellow-950\/90 {
  fill: rgb(66 32 6 / 0.9);
}

.fill-yellow-950\/95 {
  fill: rgb(66 32 6 / 0.95);
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0);
}

.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1);
}

.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1);
}

.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15);
}

.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2);
}

.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25);
}

.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3);
}

.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35);
}

.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4);
}

.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45);
}

.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05);
}

.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5);
}

.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55);
}

.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6);
}

.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65);
}

.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7);
}

.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75);
}

.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8);
}

.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85);
}

.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9);
}

.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95);
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0);
}

.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1);
}

.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1);
}

.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15);
}

.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2);
}

.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25);
}

.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3);
}

.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35);
}

.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4);
}

.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45);
}

.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05);
}

.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5);
}

.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55);
}

.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6);
}

.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65);
}

.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7);
}

.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75);
}

.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8);
}

.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85);
}

.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9);
}

.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95);
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-300\/0 {
  stroke: rgb(253 224 71 / 0);
}

.stroke-yellow-300\/10 {
  stroke: rgb(253 224 71 / 0.1);
}

.stroke-yellow-300\/100 {
  stroke: rgb(253 224 71 / 1);
}

.stroke-yellow-300\/15 {
  stroke: rgb(253 224 71 / 0.15);
}

.stroke-yellow-300\/20 {
  stroke: rgb(253 224 71 / 0.2);
}

.stroke-yellow-300\/25 {
  stroke: rgb(253 224 71 / 0.25);
}

.stroke-yellow-300\/30 {
  stroke: rgb(253 224 71 / 0.3);
}

.stroke-yellow-300\/35 {
  stroke: rgb(253 224 71 / 0.35);
}

.stroke-yellow-300\/40 {
  stroke: rgb(253 224 71 / 0.4);
}

.stroke-yellow-300\/45 {
  stroke: rgb(253 224 71 / 0.45);
}

.stroke-yellow-300\/5 {
  stroke: rgb(253 224 71 / 0.05);
}

.stroke-yellow-300\/50 {
  stroke: rgb(253 224 71 / 0.5);
}

.stroke-yellow-300\/55 {
  stroke: rgb(253 224 71 / 0.55);
}

.stroke-yellow-300\/60 {
  stroke: rgb(253 224 71 / 0.6);
}

.stroke-yellow-300\/65 {
  stroke: rgb(253 224 71 / 0.65);
}

.stroke-yellow-300\/70 {
  stroke: rgb(253 224 71 / 0.7);
}

.stroke-yellow-300\/75 {
  stroke: rgb(253 224 71 / 0.75);
}

.stroke-yellow-300\/80 {
  stroke: rgb(253 224 71 / 0.8);
}

.stroke-yellow-300\/85 {
  stroke: rgb(253 224 71 / 0.85);
}

.stroke-yellow-300\/90 {
  stroke: rgb(253 224 71 / 0.9);
}

.stroke-yellow-300\/95 {
  stroke: rgb(253 224 71 / 0.95);
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0);
}

.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1);
}

.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1);
}

.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15);
}

.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2);
}

.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25);
}

.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3);
}

.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35);
}

.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4);
}

.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45);
}

.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05);
}

.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5);
}

.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55);
}

.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6);
}

.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65);
}

.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7);
}

.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75);
}

.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8);
}

.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85);
}

.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9);
}

.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95);
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0);
}

.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1);
}

.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1);
}

.stroke-yellow-50\/15 {
  stroke: rgb(254 252 232 / 0.15);
}

.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2);
}

.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25);
}

.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3);
}

.stroke-yellow-50\/35 {
  stroke: rgb(254 252 232 / 0.35);
}

.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4);
}

.stroke-yellow-50\/45 {
  stroke: rgb(254 252 232 / 0.45);
}

.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05);
}

.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5);
}

.stroke-yellow-50\/55 {
  stroke: rgb(254 252 232 / 0.55);
}

.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6);
}

.stroke-yellow-50\/65 {
  stroke: rgb(254 252 232 / 0.65);
}

.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7);
}

.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75);
}

.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8);
}

.stroke-yellow-50\/85 {
  stroke: rgb(254 252 232 / 0.85);
}

.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9);
}

.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95);
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0);
}

.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1);
}

.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1);
}

.stroke-yellow-500\/15 {
  stroke: rgb(234 179 8 / 0.15);
}

.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2);
}

.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25);
}

.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3);
}

.stroke-yellow-500\/35 {
  stroke: rgb(234 179 8 / 0.35);
}

.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4);
}

.stroke-yellow-500\/45 {
  stroke: rgb(234 179 8 / 0.45);
}

.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05);
}

.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5);
}

.stroke-yellow-500\/55 {
  stroke: rgb(234 179 8 / 0.55);
}

.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6);
}

.stroke-yellow-500\/65 {
  stroke: rgb(234 179 8 / 0.65);
}

.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7);
}

.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75);
}

.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8);
}

.stroke-yellow-500\/85 {
  stroke: rgb(234 179 8 / 0.85);
}

.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9);
}

.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95);
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0);
}

.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1);
}

.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1);
}

.stroke-yellow-600\/15 {
  stroke: rgb(202 138 4 / 0.15);
}

.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2);
}

.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25);
}

.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3);
}

.stroke-yellow-600\/35 {
  stroke: rgb(202 138 4 / 0.35);
}

.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4);
}

.stroke-yellow-600\/45 {
  stroke: rgb(202 138 4 / 0.45);
}

.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05);
}

.stroke-yellow-600\/50 {
  stroke: rgb(202 138 4 / 0.5);
}

.stroke-yellow-600\/55 {
  stroke: rgb(202 138 4 / 0.55);
}

.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6);
}

.stroke-yellow-600\/65 {
  stroke: rgb(202 138 4 / 0.65);
}

.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7);
}

.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75);
}

.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8);
}

.stroke-yellow-600\/85 {
  stroke: rgb(202 138 4 / 0.85);
}

.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9);
}

.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95);
}

.stroke-yellow-700 {
  stroke: #a16207;
}

.stroke-yellow-700\/0 {
  stroke: rgb(161 98 7 / 0);
}

.stroke-yellow-700\/10 {
  stroke: rgb(161 98 7 / 0.1);
}

.stroke-yellow-700\/100 {
  stroke: rgb(161 98 7 / 1);
}

.stroke-yellow-700\/15 {
  stroke: rgb(161 98 7 / 0.15);
}

.stroke-yellow-700\/20 {
  stroke: rgb(161 98 7 / 0.2);
}

.stroke-yellow-700\/25 {
  stroke: rgb(161 98 7 / 0.25);
}

.stroke-yellow-700\/30 {
  stroke: rgb(161 98 7 / 0.3);
}

.stroke-yellow-700\/35 {
  stroke: rgb(161 98 7 / 0.35);
}

.stroke-yellow-700\/40 {
  stroke: rgb(161 98 7 / 0.4);
}

.stroke-yellow-700\/45 {
  stroke: rgb(161 98 7 / 0.45);
}

.stroke-yellow-700\/5 {
  stroke: rgb(161 98 7 / 0.05);
}

.stroke-yellow-700\/50 {
  stroke: rgb(161 98 7 / 0.5);
}

.stroke-yellow-700\/55 {
  stroke: rgb(161 98 7 / 0.55);
}

.stroke-yellow-700\/60 {
  stroke: rgb(161 98 7 / 0.6);
}

.stroke-yellow-700\/65 {
  stroke: rgb(161 98 7 / 0.65);
}

.stroke-yellow-700\/70 {
  stroke: rgb(161 98 7 / 0.7);
}

.stroke-yellow-700\/75 {
  stroke: rgb(161 98 7 / 0.75);
}

.stroke-yellow-700\/80 {
  stroke: rgb(161 98 7 / 0.8);
}

.stroke-yellow-700\/85 {
  stroke: rgb(161 98 7 / 0.85);
}

.stroke-yellow-700\/90 {
  stroke: rgb(161 98 7 / 0.9);
}

.stroke-yellow-700\/95 {
  stroke: rgb(161 98 7 / 0.95);
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0);
}

.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1);
}

.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1);
}

.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15);
}

.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2);
}

.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25);
}

.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3);
}

.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35);
}

.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4);
}

.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45);
}

.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05);
}

.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5);
}

.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55);
}

.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6);
}

.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65);
}

.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7);
}

.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75);
}

.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8);
}

.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85);
}

.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9);
}

.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95);
}

.stroke-yellow-900 {
  stroke: #713f12;
}

.stroke-yellow-900\/0 {
  stroke: rgb(113 63 18 / 0);
}

.stroke-yellow-900\/10 {
  stroke: rgb(113 63 18 / 0.1);
}

.stroke-yellow-900\/100 {
  stroke: rgb(113 63 18 / 1);
}

.stroke-yellow-900\/15 {
  stroke: rgb(113 63 18 / 0.15);
}

.stroke-yellow-900\/20 {
  stroke: rgb(113 63 18 / 0.2);
}

.stroke-yellow-900\/25 {
  stroke: rgb(113 63 18 / 0.25);
}

.stroke-yellow-900\/30 {
  stroke: rgb(113 63 18 / 0.3);
}

.stroke-yellow-900\/35 {
  stroke: rgb(113 63 18 / 0.35);
}

.stroke-yellow-900\/40 {
  stroke: rgb(113 63 18 / 0.4);
}

.stroke-yellow-900\/45 {
  stroke: rgb(113 63 18 / 0.45);
}

.stroke-yellow-900\/5 {
  stroke: rgb(113 63 18 / 0.05);
}

.stroke-yellow-900\/50 {
  stroke: rgb(113 63 18 / 0.5);
}

.stroke-yellow-900\/55 {
  stroke: rgb(113 63 18 / 0.55);
}

.stroke-yellow-900\/60 {
  stroke: rgb(113 63 18 / 0.6);
}

.stroke-yellow-900\/65 {
  stroke: rgb(113 63 18 / 0.65);
}

.stroke-yellow-900\/70 {
  stroke: rgb(113 63 18 / 0.7);
}

.stroke-yellow-900\/75 {
  stroke: rgb(113 63 18 / 0.75);
}

.stroke-yellow-900\/80 {
  stroke: rgb(113 63 18 / 0.8);
}

.stroke-yellow-900\/85 {
  stroke: rgb(113 63 18 / 0.85);
}

.stroke-yellow-900\/90 {
  stroke: rgb(113 63 18 / 0.9);
}

.stroke-yellow-900\/95 {
  stroke: rgb(113 63 18 / 0.95);
}

.stroke-yellow-950 {
  stroke: #422006;
}

.stroke-yellow-950\/0 {
  stroke: rgb(66 32 6 / 0);
}

.stroke-yellow-950\/10 {
  stroke: rgb(66 32 6 / 0.1);
}

.stroke-yellow-950\/100 {
  stroke: rgb(66 32 6 / 1);
}

.stroke-yellow-950\/15 {
  stroke: rgb(66 32 6 / 0.15);
}

.stroke-yellow-950\/20 {
  stroke: rgb(66 32 6 / 0.2);
}

.stroke-yellow-950\/25 {
  stroke: rgb(66 32 6 / 0.25);
}

.stroke-yellow-950\/30 {
  stroke: rgb(66 32 6 / 0.3);
}

.stroke-yellow-950\/35 {
  stroke: rgb(66 32 6 / 0.35);
}

.stroke-yellow-950\/40 {
  stroke: rgb(66 32 6 / 0.4);
}

.stroke-yellow-950\/45 {
  stroke: rgb(66 32 6 / 0.45);
}

.stroke-yellow-950\/5 {
  stroke: rgb(66 32 6 / 0.05);
}

.stroke-yellow-950\/50 {
  stroke: rgb(66 32 6 / 0.5);
}

.stroke-yellow-950\/55 {
  stroke: rgb(66 32 6 / 0.55);
}

.stroke-yellow-950\/60 {
  stroke: rgb(66 32 6 / 0.6);
}

.stroke-yellow-950\/65 {
  stroke: rgb(66 32 6 / 0.65);
}

.stroke-yellow-950\/70 {
  stroke: rgb(66 32 6 / 0.7);
}

.stroke-yellow-950\/75 {
  stroke: rgb(66 32 6 / 0.75);
}

.stroke-yellow-950\/80 {
  stroke: rgb(66 32 6 / 0.8);
}

.stroke-yellow-950\/85 {
  stroke: rgb(66 32 6 / 0.85);
}

.stroke-yellow-950\/90 {
  stroke: rgb(66 32 6 / 0.9);
}

.stroke-yellow-950\/95 {
  stroke: rgb(66 32 6 / 0.95);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[5rem\] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.\!pl-4 {
  padding-left: 1rem !important;
}

.\!pr-4 {
  padding-right: 1rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.\!text-\[1\.125rem\] {
  font-size: 1.125rem !important;
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[1\.625rem\] {
  font-size: 1.625rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.font-\[300\] {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}

.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}

.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}

.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}

.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}

.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}

.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}

.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0);
}

.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1);
}

.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1);
}

.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15);
}

.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2);
}

.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25);
}

.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3);
}

.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35);
}

.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}

.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45);
}

.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05);
}

.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5);
}

.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55);
}

.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}

.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65);
}

.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7);
}

.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75);
}

.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8);
}

.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85);
}

.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9);
}

.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95);
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0);
}

.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1);
}

.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1);
}

.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15);
}

.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2);
}

.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25);
}

.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3);
}

.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35);
}

.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}

.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45);
}

.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05);
}

.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5);
}

.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55);
}

.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}

.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65);
}

.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7);
}

.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75);
}

.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8);
}

.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85);
}

.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9);
}

.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95);
}

.decoration-yellow-300 {
  text-decoration-color: #fde047;
}

.decoration-yellow-300\/0 {
  text-decoration-color: rgb(253 224 71 / 0);
}

.decoration-yellow-300\/10 {
  text-decoration-color: rgb(253 224 71 / 0.1);
}

.decoration-yellow-300\/100 {
  text-decoration-color: rgb(253 224 71 / 1);
}

.decoration-yellow-300\/15 {
  text-decoration-color: rgb(253 224 71 / 0.15);
}

.decoration-yellow-300\/20 {
  text-decoration-color: rgb(253 224 71 / 0.2);
}

.decoration-yellow-300\/25 {
  text-decoration-color: rgb(253 224 71 / 0.25);
}

.decoration-yellow-300\/30 {
  text-decoration-color: rgb(253 224 71 / 0.3);
}

.decoration-yellow-300\/35 {
  text-decoration-color: rgb(253 224 71 / 0.35);
}

.decoration-yellow-300\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4);
}

.decoration-yellow-300\/45 {
  text-decoration-color: rgb(253 224 71 / 0.45);
}

.decoration-yellow-300\/5 {
  text-decoration-color: rgb(253 224 71 / 0.05);
}

.decoration-yellow-300\/50 {
  text-decoration-color: rgb(253 224 71 / 0.5);
}

.decoration-yellow-300\/55 {
  text-decoration-color: rgb(253 224 71 / 0.55);
}

.decoration-yellow-300\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6);
}

.decoration-yellow-300\/65 {
  text-decoration-color: rgb(253 224 71 / 0.65);
}

.decoration-yellow-300\/70 {
  text-decoration-color: rgb(253 224 71 / 0.7);
}

.decoration-yellow-300\/75 {
  text-decoration-color: rgb(253 224 71 / 0.75);
}

.decoration-yellow-300\/80 {
  text-decoration-color: rgb(253 224 71 / 0.8);
}

.decoration-yellow-300\/85 {
  text-decoration-color: rgb(253 224 71 / 0.85);
}

.decoration-yellow-300\/90 {
  text-decoration-color: rgb(253 224 71 / 0.9);
}

.decoration-yellow-300\/95 {
  text-decoration-color: rgb(253 224 71 / 0.95);
}

.decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0);
}

.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1);
}

.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1);
}

.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15);
}

.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2);
}

.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25);
}

.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3);
}

.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35);
}

.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}

.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45);
}

.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05);
}

.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5);
}

.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55);
}

.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}

.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65);
}

.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7);
}

.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75);
}

.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8);
}

.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85);
}

.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9);
}

.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95);
}

.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0);
}

.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1);
}

.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1);
}

.decoration-yellow-50\/15 {
  text-decoration-color: rgb(254 252 232 / 0.15);
}

.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2);
}

.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25);
}

.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3);
}

.decoration-yellow-50\/35 {
  text-decoration-color: rgb(254 252 232 / 0.35);
}

.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}

.decoration-yellow-50\/45 {
  text-decoration-color: rgb(254 252 232 / 0.45);
}

.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05);
}

.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5);
}

.decoration-yellow-50\/55 {
  text-decoration-color: rgb(254 252 232 / 0.55);
}

.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}

.decoration-yellow-50\/65 {
  text-decoration-color: rgb(254 252 232 / 0.65);
}

.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7);
}

.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75);
}

.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8);
}

.decoration-yellow-50\/85 {
  text-decoration-color: rgb(254 252 232 / 0.85);
}

.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9);
}

.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95);
}

.decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0);
}

.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1);
}

.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1);
}

.decoration-yellow-500\/15 {
  text-decoration-color: rgb(234 179 8 / 0.15);
}

.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2);
}

.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25);
}

.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3);
}

.decoration-yellow-500\/35 {
  text-decoration-color: rgb(234 179 8 / 0.35);
}

.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}

.decoration-yellow-500\/45 {
  text-decoration-color: rgb(234 179 8 / 0.45);
}

.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05);
}

.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5);
}

.decoration-yellow-500\/55 {
  text-decoration-color: rgb(234 179 8 / 0.55);
}

.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}

.decoration-yellow-500\/65 {
  text-decoration-color: rgb(234 179 8 / 0.65);
}

.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7);
}

.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75);
}

.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8);
}

.decoration-yellow-500\/85 {
  text-decoration-color: rgb(234 179 8 / 0.85);
}

.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9);
}

.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95);
}

.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0);
}

.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1);
}

.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1);
}

.decoration-yellow-600\/15 {
  text-decoration-color: rgb(202 138 4 / 0.15);
}

.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2);
}

.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25);
}

.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3);
}

.decoration-yellow-600\/35 {
  text-decoration-color: rgb(202 138 4 / 0.35);
}

.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}

.decoration-yellow-600\/45 {
  text-decoration-color: rgb(202 138 4 / 0.45);
}

.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05);
}

.decoration-yellow-600\/50 {
  text-decoration-color: rgb(202 138 4 / 0.5);
}

.decoration-yellow-600\/55 {
  text-decoration-color: rgb(202 138 4 / 0.55);
}

.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}

.decoration-yellow-600\/65 {
  text-decoration-color: rgb(202 138 4 / 0.65);
}

.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7);
}

.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75);
}

.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8);
}

.decoration-yellow-600\/85 {
  text-decoration-color: rgb(202 138 4 / 0.85);
}

.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9);
}

.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95);
}

.decoration-yellow-700 {
  text-decoration-color: #a16207;
}

.decoration-yellow-700\/0 {
  text-decoration-color: rgb(161 98 7 / 0);
}

.decoration-yellow-700\/10 {
  text-decoration-color: rgb(161 98 7 / 0.1);
}

.decoration-yellow-700\/100 {
  text-decoration-color: rgb(161 98 7 / 1);
}

.decoration-yellow-700\/15 {
  text-decoration-color: rgb(161 98 7 / 0.15);
}

.decoration-yellow-700\/20 {
  text-decoration-color: rgb(161 98 7 / 0.2);
}

.decoration-yellow-700\/25 {
  text-decoration-color: rgb(161 98 7 / 0.25);
}

.decoration-yellow-700\/30 {
  text-decoration-color: rgb(161 98 7 / 0.3);
}

.decoration-yellow-700\/35 {
  text-decoration-color: rgb(161 98 7 / 0.35);
}

.decoration-yellow-700\/40 {
  text-decoration-color: rgb(161 98 7 / 0.4);
}

.decoration-yellow-700\/45 {
  text-decoration-color: rgb(161 98 7 / 0.45);
}

.decoration-yellow-700\/5 {
  text-decoration-color: rgb(161 98 7 / 0.05);
}

.decoration-yellow-700\/50 {
  text-decoration-color: rgb(161 98 7 / 0.5);
}

.decoration-yellow-700\/55 {
  text-decoration-color: rgb(161 98 7 / 0.55);
}

.decoration-yellow-700\/60 {
  text-decoration-color: rgb(161 98 7 / 0.6);
}

.decoration-yellow-700\/65 {
  text-decoration-color: rgb(161 98 7 / 0.65);
}

.decoration-yellow-700\/70 {
  text-decoration-color: rgb(161 98 7 / 0.7);
}

.decoration-yellow-700\/75 {
  text-decoration-color: rgb(161 98 7 / 0.75);
}

.decoration-yellow-700\/80 {
  text-decoration-color: rgb(161 98 7 / 0.8);
}

.decoration-yellow-700\/85 {
  text-decoration-color: rgb(161 98 7 / 0.85);
}

.decoration-yellow-700\/90 {
  text-decoration-color: rgb(161 98 7 / 0.9);
}

.decoration-yellow-700\/95 {
  text-decoration-color: rgb(161 98 7 / 0.95);
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0);
}

.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1);
}

.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1);
}

.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15);
}

.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2);
}

.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25);
}

.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3);
}

.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35);
}

.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}

.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45);
}

.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05);
}

.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5);
}

.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55);
}

.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}

.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65);
}

.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7);
}

.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75);
}

.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8);
}

.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85);
}

.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9);
}

.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95);
}

.decoration-yellow-900 {
  text-decoration-color: #713f12;
}

.decoration-yellow-900\/0 {
  text-decoration-color: rgb(113 63 18 / 0);
}

.decoration-yellow-900\/10 {
  text-decoration-color: rgb(113 63 18 / 0.1);
}

.decoration-yellow-900\/100 {
  text-decoration-color: rgb(113 63 18 / 1);
}

.decoration-yellow-900\/15 {
  text-decoration-color: rgb(113 63 18 / 0.15);
}

.decoration-yellow-900\/20 {
  text-decoration-color: rgb(113 63 18 / 0.2);
}

.decoration-yellow-900\/25 {
  text-decoration-color: rgb(113 63 18 / 0.25);
}

.decoration-yellow-900\/30 {
  text-decoration-color: rgb(113 63 18 / 0.3);
}

.decoration-yellow-900\/35 {
  text-decoration-color: rgb(113 63 18 / 0.35);
}

.decoration-yellow-900\/40 {
  text-decoration-color: rgb(113 63 18 / 0.4);
}

.decoration-yellow-900\/45 {
  text-decoration-color: rgb(113 63 18 / 0.45);
}

.decoration-yellow-900\/5 {
  text-decoration-color: rgb(113 63 18 / 0.05);
}

.decoration-yellow-900\/50 {
  text-decoration-color: rgb(113 63 18 / 0.5);
}

.decoration-yellow-900\/55 {
  text-decoration-color: rgb(113 63 18 / 0.55);
}

.decoration-yellow-900\/60 {
  text-decoration-color: rgb(113 63 18 / 0.6);
}

.decoration-yellow-900\/65 {
  text-decoration-color: rgb(113 63 18 / 0.65);
}

.decoration-yellow-900\/70 {
  text-decoration-color: rgb(113 63 18 / 0.7);
}

.decoration-yellow-900\/75 {
  text-decoration-color: rgb(113 63 18 / 0.75);
}

.decoration-yellow-900\/80 {
  text-decoration-color: rgb(113 63 18 / 0.8);
}

.decoration-yellow-900\/85 {
  text-decoration-color: rgb(113 63 18 / 0.85);
}

.decoration-yellow-900\/90 {
  text-decoration-color: rgb(113 63 18 / 0.9);
}

.decoration-yellow-900\/95 {
  text-decoration-color: rgb(113 63 18 / 0.95);
}

.decoration-yellow-950 {
  text-decoration-color: #422006;
}

.decoration-yellow-950\/0 {
  text-decoration-color: rgb(66 32 6 / 0);
}

.decoration-yellow-950\/10 {
  text-decoration-color: rgb(66 32 6 / 0.1);
}

.decoration-yellow-950\/100 {
  text-decoration-color: rgb(66 32 6 / 1);
}

.decoration-yellow-950\/15 {
  text-decoration-color: rgb(66 32 6 / 0.15);
}

.decoration-yellow-950\/20 {
  text-decoration-color: rgb(66 32 6 / 0.2);
}

.decoration-yellow-950\/25 {
  text-decoration-color: rgb(66 32 6 / 0.25);
}

.decoration-yellow-950\/30 {
  text-decoration-color: rgb(66 32 6 / 0.3);
}

.decoration-yellow-950\/35 {
  text-decoration-color: rgb(66 32 6 / 0.35);
}

.decoration-yellow-950\/40 {
  text-decoration-color: rgb(66 32 6 / 0.4);
}

.decoration-yellow-950\/45 {
  text-decoration-color: rgb(66 32 6 / 0.45);
}

.decoration-yellow-950\/5 {
  text-decoration-color: rgb(66 32 6 / 0.05);
}

.decoration-yellow-950\/50 {
  text-decoration-color: rgb(66 32 6 / 0.5);
}

.decoration-yellow-950\/55 {
  text-decoration-color: rgb(66 32 6 / 0.55);
}

.decoration-yellow-950\/60 {
  text-decoration-color: rgb(66 32 6 / 0.6);
}

.decoration-yellow-950\/65 {
  text-decoration-color: rgb(66 32 6 / 0.65);
}

.decoration-yellow-950\/70 {
  text-decoration-color: rgb(66 32 6 / 0.7);
}

.decoration-yellow-950\/75 {
  text-decoration-color: rgb(66 32 6 / 0.75);
}

.decoration-yellow-950\/80 {
  text-decoration-color: rgb(66 32 6 / 0.8);
}

.decoration-yellow-950\/85 {
  text-decoration-color: rgb(66 32 6 / 0.85);
}

.decoration-yellow-950\/90 {
  text-decoration-color: rgb(66 32 6 / 0.9);
}

.decoration-yellow-950\/95 {
  text-decoration-color: rgb(66 32 6 / 0.95);
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-100\/0::-moz-placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/10::-moz-placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/15::-moz-placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/35::-moz-placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/45::-moz-placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/5::-moz-placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/55::-moz-placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/65::-moz-placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/85::-moz-placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-200\/0::-moz-placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/10::-moz-placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/15::-moz-placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/35::-moz-placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/45::-moz-placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/5::-moz-placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/55::-moz-placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/65::-moz-placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/85::-moz-placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-300\/0::-moz-placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/0::placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/10::-moz-placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/10::placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/100::-moz-placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/100::placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/15::-moz-placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/15::placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/20::-moz-placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/20::placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/25::-moz-placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/25::placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/30::-moz-placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/30::placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/35::-moz-placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/35::placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/40::-moz-placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/40::placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/45::-moz-placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/45::placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/5::-moz-placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/5::placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/50::-moz-placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/50::placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/55::-moz-placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/55::placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/60::-moz-placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/60::placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/65::-moz-placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/65::placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/70::-moz-placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/70::placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/75::-moz-placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/75::placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/80::-moz-placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/80::placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/85::-moz-placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/85::placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/90::-moz-placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/90::placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/95::-moz-placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-300\/95::placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-400\/0::-moz-placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/10::-moz-placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/15::-moz-placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/35::-moz-placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/45::-moz-placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/5::-moz-placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/55::-moz-placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/65::-moz-placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/85::-moz-placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-50\/0::-moz-placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/0::placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/10::-moz-placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/10::placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/100::-moz-placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/15::-moz-placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/15::placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/20::-moz-placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/25::-moz-placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/30::-moz-placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/35::-moz-placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/35::placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/40::-moz-placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/45::-moz-placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/45::placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/5::-moz-placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/5::placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/50::-moz-placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/55::-moz-placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/55::placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/60::-moz-placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/65::-moz-placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/65::placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/70::-moz-placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/75::-moz-placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/80::-moz-placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/85::-moz-placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/85::placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/90::-moz-placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/95::-moz-placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-500\/0::-moz-placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/0::placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/10::-moz-placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/10::placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/100::-moz-placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/15::-moz-placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/15::placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/20::-moz-placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/25::-moz-placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/30::-moz-placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/30::placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/35::-moz-placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/35::placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/40::-moz-placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/45::-moz-placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/45::placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/5::-moz-placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/5::placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/50::-moz-placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/55::-moz-placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/55::placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/60::-moz-placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/65::-moz-placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/65::placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/70::-moz-placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/75::-moz-placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/80::-moz-placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/85::-moz-placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/85::placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/90::-moz-placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/95::-moz-placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-600\/0::-moz-placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/0::placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/10::-moz-placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/10::placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/100::-moz-placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/15::-moz-placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/15::placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/20::-moz-placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/25::-moz-placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/30::-moz-placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/35::-moz-placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/35::placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/40::-moz-placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/40::placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/45::-moz-placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/45::placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/5::-moz-placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/5::placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/50::-moz-placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/50::placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/55::-moz-placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/55::placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/60::-moz-placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/65::-moz-placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/65::placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/70::-moz-placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/75::-moz-placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/80::-moz-placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/85::-moz-placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/85::placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/90::-moz-placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/95::-moz-placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-700\/0::-moz-placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/0::placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/10::-moz-placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/10::placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/100::-moz-placeholder {
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/100::placeholder {
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/15::-moz-placeholder {
  color: rgb(161 98 7 / 0.15);
}

.placeholder-yellow-700\/15::placeholder {
  color: rgb(161 98 7 / 0.15);
}

.placeholder-yellow-700\/20::-moz-placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/20::placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/25::-moz-placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/25::placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/30::-moz-placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/30::placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/35::-moz-placeholder {
  color: rgb(161 98 7 / 0.35);
}

.placeholder-yellow-700\/35::placeholder {
  color: rgb(161 98 7 / 0.35);
}

.placeholder-yellow-700\/40::-moz-placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/40::placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/45::-moz-placeholder {
  color: rgb(161 98 7 / 0.45);
}

.placeholder-yellow-700\/45::placeholder {
  color: rgb(161 98 7 / 0.45);
}

.placeholder-yellow-700\/5::-moz-placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/5::placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/50::-moz-placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/50::placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/55::-moz-placeholder {
  color: rgb(161 98 7 / 0.55);
}

.placeholder-yellow-700\/55::placeholder {
  color: rgb(161 98 7 / 0.55);
}

.placeholder-yellow-700\/60::-moz-placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/60::placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/65::-moz-placeholder {
  color: rgb(161 98 7 / 0.65);
}

.placeholder-yellow-700\/65::placeholder {
  color: rgb(161 98 7 / 0.65);
}

.placeholder-yellow-700\/70::-moz-placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/70::placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/75::-moz-placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/75::placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/80::-moz-placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/80::placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/85::-moz-placeholder {
  color: rgb(161 98 7 / 0.85);
}

.placeholder-yellow-700\/85::placeholder {
  color: rgb(161 98 7 / 0.85);
}

.placeholder-yellow-700\/90::-moz-placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/90::placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/95::-moz-placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-700\/95::placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-800\/0::-moz-placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/10::-moz-placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/15::-moz-placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/35::-moz-placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/45::-moz-placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/5::-moz-placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/55::-moz-placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/65::-moz-placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/85::-moz-placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-900\/0::-moz-placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/0::placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/10::-moz-placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/10::placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/100::-moz-placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/100::placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/15::-moz-placeholder {
  color: rgb(113 63 18 / 0.15);
}

.placeholder-yellow-900\/15::placeholder {
  color: rgb(113 63 18 / 0.15);
}

.placeholder-yellow-900\/20::-moz-placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/20::placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/25::-moz-placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/25::placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/30::-moz-placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/30::placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/35::-moz-placeholder {
  color: rgb(113 63 18 / 0.35);
}

.placeholder-yellow-900\/35::placeholder {
  color: rgb(113 63 18 / 0.35);
}

.placeholder-yellow-900\/40::-moz-placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/40::placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/45::-moz-placeholder {
  color: rgb(113 63 18 / 0.45);
}

.placeholder-yellow-900\/45::placeholder {
  color: rgb(113 63 18 / 0.45);
}

.placeholder-yellow-900\/5::-moz-placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/5::placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/50::-moz-placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/50::placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/55::-moz-placeholder {
  color: rgb(113 63 18 / 0.55);
}

.placeholder-yellow-900\/55::placeholder {
  color: rgb(113 63 18 / 0.55);
}

.placeholder-yellow-900\/60::-moz-placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/60::placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/65::-moz-placeholder {
  color: rgb(113 63 18 / 0.65);
}

.placeholder-yellow-900\/65::placeholder {
  color: rgb(113 63 18 / 0.65);
}

.placeholder-yellow-900\/70::-moz-placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/70::placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/75::-moz-placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/75::placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/80::-moz-placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/80::placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/85::-moz-placeholder {
  color: rgb(113 63 18 / 0.85);
}

.placeholder-yellow-900\/85::placeholder {
  color: rgb(113 63 18 / 0.85);
}

.placeholder-yellow-900\/90::-moz-placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/90::placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/95::-moz-placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-900\/95::placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-950\/0::-moz-placeholder {
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/0::placeholder {
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/10::-moz-placeholder {
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/10::placeholder {
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/100::-moz-placeholder {
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/100::placeholder {
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/15::-moz-placeholder {
  color: rgb(66 32 6 / 0.15);
}

.placeholder-yellow-950\/15::placeholder {
  color: rgb(66 32 6 / 0.15);
}

.placeholder-yellow-950\/20::-moz-placeholder {
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/20::placeholder {
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/25::-moz-placeholder {
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/25::placeholder {
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/30::-moz-placeholder {
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/30::placeholder {
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/35::-moz-placeholder {
  color: rgb(66 32 6 / 0.35);
}

.placeholder-yellow-950\/35::placeholder {
  color: rgb(66 32 6 / 0.35);
}

.placeholder-yellow-950\/40::-moz-placeholder {
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/40::placeholder {
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/45::-moz-placeholder {
  color: rgb(66 32 6 / 0.45);
}

.placeholder-yellow-950\/45::placeholder {
  color: rgb(66 32 6 / 0.45);
}

.placeholder-yellow-950\/5::-moz-placeholder {
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/5::placeholder {
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/50::-moz-placeholder {
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/50::placeholder {
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/55::-moz-placeholder {
  color: rgb(66 32 6 / 0.55);
}

.placeholder-yellow-950\/55::placeholder {
  color: rgb(66 32 6 / 0.55);
}

.placeholder-yellow-950\/60::-moz-placeholder {
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/60::placeholder {
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/65::-moz-placeholder {
  color: rgb(66 32 6 / 0.65);
}

.placeholder-yellow-950\/65::placeholder {
  color: rgb(66 32 6 / 0.65);
}

.placeholder-yellow-950\/70::-moz-placeholder {
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/70::placeholder {
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/75::-moz-placeholder {
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/75::placeholder {
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/80::-moz-placeholder {
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/80::placeholder {
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/85::-moz-placeholder {
  color: rgb(66 32 6 / 0.85);
}

.placeholder-yellow-950\/85::placeholder {
  color: rgb(66 32 6 / 0.85);
}

.placeholder-yellow-950\/90::-moz-placeholder {
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/90::placeholder {
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/95::-moz-placeholder {
  color: rgb(66 32 6 / 0.95);
}

.placeholder-yellow-950\/95::placeholder {
  color: rgb(66 32 6 / 0.95);
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15);
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35);
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45);
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55);
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65);
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85);
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15);
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35);
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45);
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55);
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65);
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85);
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0);
}

.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1);
}

.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1);
}

.caret-yellow-300\/15 {
  caret-color: rgb(253 224 71 / 0.15);
}

.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2);
}

.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25);
}

.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3);
}

.caret-yellow-300\/35 {
  caret-color: rgb(253 224 71 / 0.35);
}

.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}

.caret-yellow-300\/45 {
  caret-color: rgb(253 224 71 / 0.45);
}

.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05);
}

.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5);
}

.caret-yellow-300\/55 {
  caret-color: rgb(253 224 71 / 0.55);
}

.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}

.caret-yellow-300\/65 {
  caret-color: rgb(253 224 71 / 0.65);
}

.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7);
}

.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75);
}

.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8);
}

.caret-yellow-300\/85 {
  caret-color: rgb(253 224 71 / 0.85);
}

.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9);
}

.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95);
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15);
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35);
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45);
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55);
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65);
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85);
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15);
}

.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35);
}

.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45);
}

.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55);
}

.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65);
}

.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85);
}

.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15);
}

.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}

.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3);
}

.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35);
}

.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45);
}

.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55);
}

.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65);
}

.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85);
}

.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15);
}

.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35);
}

.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}

.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45);
}

.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}

.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5);
}

.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55);
}

.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65);
}

.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85);
}

.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-700 {
  caret-color: #a16207;
}

.caret-yellow-700\/0 {
  caret-color: rgb(161 98 7 / 0);
}

.caret-yellow-700\/10 {
  caret-color: rgb(161 98 7 / 0.1);
}

.caret-yellow-700\/100 {
  caret-color: rgb(161 98 7 / 1);
}

.caret-yellow-700\/15 {
  caret-color: rgb(161 98 7 / 0.15);
}

.caret-yellow-700\/20 {
  caret-color: rgb(161 98 7 / 0.2);
}

.caret-yellow-700\/25 {
  caret-color: rgb(161 98 7 / 0.25);
}

.caret-yellow-700\/30 {
  caret-color: rgb(161 98 7 / 0.3);
}

.caret-yellow-700\/35 {
  caret-color: rgb(161 98 7 / 0.35);
}

.caret-yellow-700\/40 {
  caret-color: rgb(161 98 7 / 0.4);
}

.caret-yellow-700\/45 {
  caret-color: rgb(161 98 7 / 0.45);
}

.caret-yellow-700\/5 {
  caret-color: rgb(161 98 7 / 0.05);
}

.caret-yellow-700\/50 {
  caret-color: rgb(161 98 7 / 0.5);
}

.caret-yellow-700\/55 {
  caret-color: rgb(161 98 7 / 0.55);
}

.caret-yellow-700\/60 {
  caret-color: rgb(161 98 7 / 0.6);
}

.caret-yellow-700\/65 {
  caret-color: rgb(161 98 7 / 0.65);
}

.caret-yellow-700\/70 {
  caret-color: rgb(161 98 7 / 0.7);
}

.caret-yellow-700\/75 {
  caret-color: rgb(161 98 7 / 0.75);
}

.caret-yellow-700\/80 {
  caret-color: rgb(161 98 7 / 0.8);
}

.caret-yellow-700\/85 {
  caret-color: rgb(161 98 7 / 0.85);
}

.caret-yellow-700\/90 {
  caret-color: rgb(161 98 7 / 0.9);
}

.caret-yellow-700\/95 {
  caret-color: rgb(161 98 7 / 0.95);
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15);
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35);
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45);
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55);
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65);
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85);
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}

.caret-yellow-900 {
  caret-color: #713f12;
}

.caret-yellow-900\/0 {
  caret-color: rgb(113 63 18 / 0);
}

.caret-yellow-900\/10 {
  caret-color: rgb(113 63 18 / 0.1);
}

.caret-yellow-900\/100 {
  caret-color: rgb(113 63 18 / 1);
}

.caret-yellow-900\/15 {
  caret-color: rgb(113 63 18 / 0.15);
}

.caret-yellow-900\/20 {
  caret-color: rgb(113 63 18 / 0.2);
}

.caret-yellow-900\/25 {
  caret-color: rgb(113 63 18 / 0.25);
}

.caret-yellow-900\/30 {
  caret-color: rgb(113 63 18 / 0.3);
}

.caret-yellow-900\/35 {
  caret-color: rgb(113 63 18 / 0.35);
}

.caret-yellow-900\/40 {
  caret-color: rgb(113 63 18 / 0.4);
}

.caret-yellow-900\/45 {
  caret-color: rgb(113 63 18 / 0.45);
}

.caret-yellow-900\/5 {
  caret-color: rgb(113 63 18 / 0.05);
}

.caret-yellow-900\/50 {
  caret-color: rgb(113 63 18 / 0.5);
}

.caret-yellow-900\/55 {
  caret-color: rgb(113 63 18 / 0.55);
}

.caret-yellow-900\/60 {
  caret-color: rgb(113 63 18 / 0.6);
}

.caret-yellow-900\/65 {
  caret-color: rgb(113 63 18 / 0.65);
}

.caret-yellow-900\/70 {
  caret-color: rgb(113 63 18 / 0.7);
}

.caret-yellow-900\/75 {
  caret-color: rgb(113 63 18 / 0.75);
}

.caret-yellow-900\/80 {
  caret-color: rgb(113 63 18 / 0.8);
}

.caret-yellow-900\/85 {
  caret-color: rgb(113 63 18 / 0.85);
}

.caret-yellow-900\/90 {
  caret-color: rgb(113 63 18 / 0.9);
}

.caret-yellow-900\/95 {
  caret-color: rgb(113 63 18 / 0.95);
}

.caret-yellow-950 {
  caret-color: #422006;
}

.caret-yellow-950\/0 {
  caret-color: rgb(66 32 6 / 0);
}

.caret-yellow-950\/10 {
  caret-color: rgb(66 32 6 / 0.1);
}

.caret-yellow-950\/100 {
  caret-color: rgb(66 32 6 / 1);
}

.caret-yellow-950\/15 {
  caret-color: rgb(66 32 6 / 0.15);
}

.caret-yellow-950\/20 {
  caret-color: rgb(66 32 6 / 0.2);
}

.caret-yellow-950\/25 {
  caret-color: rgb(66 32 6 / 0.25);
}

.caret-yellow-950\/30 {
  caret-color: rgb(66 32 6 / 0.3);
}

.caret-yellow-950\/35 {
  caret-color: rgb(66 32 6 / 0.35);
}

.caret-yellow-950\/40 {
  caret-color: rgb(66 32 6 / 0.4);
}

.caret-yellow-950\/45 {
  caret-color: rgb(66 32 6 / 0.45);
}

.caret-yellow-950\/5 {
  caret-color: rgb(66 32 6 / 0.05);
}

.caret-yellow-950\/50 {
  caret-color: rgb(66 32 6 / 0.5);
}

.caret-yellow-950\/55 {
  caret-color: rgb(66 32 6 / 0.55);
}

.caret-yellow-950\/60 {
  caret-color: rgb(66 32 6 / 0.6);
}

.caret-yellow-950\/65 {
  caret-color: rgb(66 32 6 / 0.65);
}

.caret-yellow-950\/70 {
  caret-color: rgb(66 32 6 / 0.7);
}

.caret-yellow-950\/75 {
  caret-color: rgb(66 32 6 / 0.75);
}

.caret-yellow-950\/80 {
  caret-color: rgb(66 32 6 / 0.8);
}

.caret-yellow-950\/85 {
  caret-color: rgb(66 32 6 / 0.85);
}

.caret-yellow-950\/90 {
  caret-color: rgb(66 32 6 / 0.9);
}

.caret-yellow-950\/95 {
  caret-color: rgb(66 32 6 / 0.95);
}

.accent-yellow-100 {
  accent-color: #fef9c3;
}

.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0);
}

.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1);
}

.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1);
}

.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15);
}

.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2);
}

.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25);
}

.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3);
}

.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35);
}

.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}

.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45);
}

.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05);
}

.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5);
}

.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55);
}

.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}

.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65);
}

.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7);
}

.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75);
}

.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8);
}

.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85);
}

.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9);
}

.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95);
}

.accent-yellow-200 {
  accent-color: #fef08a;
}

.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0);
}

.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1);
}

.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1);
}

.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15);
}

.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2);
}

.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25);
}

.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3);
}

.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35);
}

.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}

.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45);
}

.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05);
}

.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5);
}

.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55);
}

.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}

.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65);
}

.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7);
}

.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75);
}

.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8);
}

.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85);
}

.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9);
}

.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95);
}

.accent-yellow-300 {
  accent-color: #fde047;
}

.accent-yellow-300\/0 {
  accent-color: rgb(253 224 71 / 0);
}

.accent-yellow-300\/10 {
  accent-color: rgb(253 224 71 / 0.1);
}

.accent-yellow-300\/100 {
  accent-color: rgb(253 224 71 / 1);
}

.accent-yellow-300\/15 {
  accent-color: rgb(253 224 71 / 0.15);
}

.accent-yellow-300\/20 {
  accent-color: rgb(253 224 71 / 0.2);
}

.accent-yellow-300\/25 {
  accent-color: rgb(253 224 71 / 0.25);
}

.accent-yellow-300\/30 {
  accent-color: rgb(253 224 71 / 0.3);
}

.accent-yellow-300\/35 {
  accent-color: rgb(253 224 71 / 0.35);
}

.accent-yellow-300\/40 {
  accent-color: rgb(253 224 71 / 0.4);
}

.accent-yellow-300\/45 {
  accent-color: rgb(253 224 71 / 0.45);
}

.accent-yellow-300\/5 {
  accent-color: rgb(253 224 71 / 0.05);
}

.accent-yellow-300\/50 {
  accent-color: rgb(253 224 71 / 0.5);
}

.accent-yellow-300\/55 {
  accent-color: rgb(253 224 71 / 0.55);
}

.accent-yellow-300\/60 {
  accent-color: rgb(253 224 71 / 0.6);
}

.accent-yellow-300\/65 {
  accent-color: rgb(253 224 71 / 0.65);
}

.accent-yellow-300\/70 {
  accent-color: rgb(253 224 71 / 0.7);
}

.accent-yellow-300\/75 {
  accent-color: rgb(253 224 71 / 0.75);
}

.accent-yellow-300\/80 {
  accent-color: rgb(253 224 71 / 0.8);
}

.accent-yellow-300\/85 {
  accent-color: rgb(253 224 71 / 0.85);
}

.accent-yellow-300\/90 {
  accent-color: rgb(253 224 71 / 0.9);
}

.accent-yellow-300\/95 {
  accent-color: rgb(253 224 71 / 0.95);
}

.accent-yellow-400 {
  accent-color: #facc15;
}

.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0);
}

.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1);
}

.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1);
}

.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15);
}

.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2);
}

.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25);
}

.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3);
}

.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35);
}

.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}

.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45);
}

.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05);
}

.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5);
}

.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55);
}

.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}

.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65);
}

.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7);
}

.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75);
}

.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8);
}

.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85);
}

.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9);
}

.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95);
}

.accent-yellow-50 {
  accent-color: #fefce8;
}

.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0);
}

.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1);
}

.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1);
}

.accent-yellow-50\/15 {
  accent-color: rgb(254 252 232 / 0.15);
}

.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2);
}

.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25);
}

.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3);
}

.accent-yellow-50\/35 {
  accent-color: rgb(254 252 232 / 0.35);
}

.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}

.accent-yellow-50\/45 {
  accent-color: rgb(254 252 232 / 0.45);
}

.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05);
}

.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5);
}

.accent-yellow-50\/55 {
  accent-color: rgb(254 252 232 / 0.55);
}

.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}

.accent-yellow-50\/65 {
  accent-color: rgb(254 252 232 / 0.65);
}

.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7);
}

.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75);
}

.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8);
}

.accent-yellow-50\/85 {
  accent-color: rgb(254 252 232 / 0.85);
}

.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9);
}

.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95);
}

.accent-yellow-500 {
  accent-color: #eab308;
}

.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0);
}

.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1);
}

.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1);
}

.accent-yellow-500\/15 {
  accent-color: rgb(234 179 8 / 0.15);
}

.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2);
}

.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25);
}

.accent-yellow-500\/30 {
  accent-color: rgb(234 179 8 / 0.3);
}

.accent-yellow-500\/35 {
  accent-color: rgb(234 179 8 / 0.35);
}

.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}

.accent-yellow-500\/45 {
  accent-color: rgb(234 179 8 / 0.45);
}

.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05);
}

.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5);
}

.accent-yellow-500\/55 {
  accent-color: rgb(234 179 8 / 0.55);
}

.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}

.accent-yellow-500\/65 {
  accent-color: rgb(234 179 8 / 0.65);
}

.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7);
}

.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75);
}

.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8);
}

.accent-yellow-500\/85 {
  accent-color: rgb(234 179 8 / 0.85);
}

.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9);
}

.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95);
}

.accent-yellow-600 {
  accent-color: #ca8a04;
}

.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0);
}

.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1);
}

.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1);
}

.accent-yellow-600\/15 {
  accent-color: rgb(202 138 4 / 0.15);
}

.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2);
}

.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25);
}

.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3);
}

.accent-yellow-600\/35 {
  accent-color: rgb(202 138 4 / 0.35);
}

.accent-yellow-600\/40 {
  accent-color: rgb(202 138 4 / 0.4);
}

.accent-yellow-600\/45 {
  accent-color: rgb(202 138 4 / 0.45);
}

.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05);
}

.accent-yellow-600\/50 {
  accent-color: rgb(202 138 4 / 0.5);
}

.accent-yellow-600\/55 {
  accent-color: rgb(202 138 4 / 0.55);
}

.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}

.accent-yellow-600\/65 {
  accent-color: rgb(202 138 4 / 0.65);
}

.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7);
}

.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75);
}

.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8);
}

.accent-yellow-600\/85 {
  accent-color: rgb(202 138 4 / 0.85);
}

.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9);
}

.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95);
}

.accent-yellow-700 {
  accent-color: #a16207;
}

.accent-yellow-700\/0 {
  accent-color: rgb(161 98 7 / 0);
}

.accent-yellow-700\/10 {
  accent-color: rgb(161 98 7 / 0.1);
}

.accent-yellow-700\/100 {
  accent-color: rgb(161 98 7 / 1);
}

.accent-yellow-700\/15 {
  accent-color: rgb(161 98 7 / 0.15);
}

.accent-yellow-700\/20 {
  accent-color: rgb(161 98 7 / 0.2);
}

.accent-yellow-700\/25 {
  accent-color: rgb(161 98 7 / 0.25);
}

.accent-yellow-700\/30 {
  accent-color: rgb(161 98 7 / 0.3);
}

.accent-yellow-700\/35 {
  accent-color: rgb(161 98 7 / 0.35);
}

.accent-yellow-700\/40 {
  accent-color: rgb(161 98 7 / 0.4);
}

.accent-yellow-700\/45 {
  accent-color: rgb(161 98 7 / 0.45);
}

.accent-yellow-700\/5 {
  accent-color: rgb(161 98 7 / 0.05);
}

.accent-yellow-700\/50 {
  accent-color: rgb(161 98 7 / 0.5);
}

.accent-yellow-700\/55 {
  accent-color: rgb(161 98 7 / 0.55);
}

.accent-yellow-700\/60 {
  accent-color: rgb(161 98 7 / 0.6);
}

.accent-yellow-700\/65 {
  accent-color: rgb(161 98 7 / 0.65);
}

.accent-yellow-700\/70 {
  accent-color: rgb(161 98 7 / 0.7);
}

.accent-yellow-700\/75 {
  accent-color: rgb(161 98 7 / 0.75);
}

.accent-yellow-700\/80 {
  accent-color: rgb(161 98 7 / 0.8);
}

.accent-yellow-700\/85 {
  accent-color: rgb(161 98 7 / 0.85);
}

.accent-yellow-700\/90 {
  accent-color: rgb(161 98 7 / 0.9);
}

.accent-yellow-700\/95 {
  accent-color: rgb(161 98 7 / 0.95);
}

.accent-yellow-800 {
  accent-color: #854d0e;
}

.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0);
}

.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1);
}

.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1);
}

.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15);
}

.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2);
}

.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25);
}

.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3);
}

.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35);
}

.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}

.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45);
}

.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05);
}

.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5);
}

.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55);
}

.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}

.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65);
}

.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7);
}

.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75);
}

.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8);
}

.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85);
}

.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9);
}

.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95);
}

.accent-yellow-900 {
  accent-color: #713f12;
}

.accent-yellow-900\/0 {
  accent-color: rgb(113 63 18 / 0);
}

.accent-yellow-900\/10 {
  accent-color: rgb(113 63 18 / 0.1);
}

.accent-yellow-900\/100 {
  accent-color: rgb(113 63 18 / 1);
}

.accent-yellow-900\/15 {
  accent-color: rgb(113 63 18 / 0.15);
}

.accent-yellow-900\/20 {
  accent-color: rgb(113 63 18 / 0.2);
}

.accent-yellow-900\/25 {
  accent-color: rgb(113 63 18 / 0.25);
}

.accent-yellow-900\/30 {
  accent-color: rgb(113 63 18 / 0.3);
}

.accent-yellow-900\/35 {
  accent-color: rgb(113 63 18 / 0.35);
}

.accent-yellow-900\/40 {
  accent-color: rgb(113 63 18 / 0.4);
}

.accent-yellow-900\/45 {
  accent-color: rgb(113 63 18 / 0.45);
}

.accent-yellow-900\/5 {
  accent-color: rgb(113 63 18 / 0.05);
}

.accent-yellow-900\/50 {
  accent-color: rgb(113 63 18 / 0.5);
}

.accent-yellow-900\/55 {
  accent-color: rgb(113 63 18 / 0.55);
}

.accent-yellow-900\/60 {
  accent-color: rgb(113 63 18 / 0.6);
}

.accent-yellow-900\/65 {
  accent-color: rgb(113 63 18 / 0.65);
}

.accent-yellow-900\/70 {
  accent-color: rgb(113 63 18 / 0.7);
}

.accent-yellow-900\/75 {
  accent-color: rgb(113 63 18 / 0.75);
}

.accent-yellow-900\/80 {
  accent-color: rgb(113 63 18 / 0.8);
}

.accent-yellow-900\/85 {
  accent-color: rgb(113 63 18 / 0.85);
}

.accent-yellow-900\/90 {
  accent-color: rgb(113 63 18 / 0.9);
}

.accent-yellow-900\/95 {
  accent-color: rgb(113 63 18 / 0.95);
}

.accent-yellow-950 {
  accent-color: #422006;
}

.accent-yellow-950\/0 {
  accent-color: rgb(66 32 6 / 0);
}

.accent-yellow-950\/10 {
  accent-color: rgb(66 32 6 / 0.1);
}

.accent-yellow-950\/100 {
  accent-color: rgb(66 32 6 / 1);
}

.accent-yellow-950\/15 {
  accent-color: rgb(66 32 6 / 0.15);
}

.accent-yellow-950\/20 {
  accent-color: rgb(66 32 6 / 0.2);
}

.accent-yellow-950\/25 {
  accent-color: rgb(66 32 6 / 0.25);
}

.accent-yellow-950\/30 {
  accent-color: rgb(66 32 6 / 0.3);
}

.accent-yellow-950\/35 {
  accent-color: rgb(66 32 6 / 0.35);
}

.accent-yellow-950\/40 {
  accent-color: rgb(66 32 6 / 0.4);
}

.accent-yellow-950\/45 {
  accent-color: rgb(66 32 6 / 0.45);
}

.accent-yellow-950\/5 {
  accent-color: rgb(66 32 6 / 0.05);
}

.accent-yellow-950\/50 {
  accent-color: rgb(66 32 6 / 0.5);
}

.accent-yellow-950\/55 {
  accent-color: rgb(66 32 6 / 0.55);
}

.accent-yellow-950\/60 {
  accent-color: rgb(66 32 6 / 0.6);
}

.accent-yellow-950\/65 {
  accent-color: rgb(66 32 6 / 0.65);
}

.accent-yellow-950\/70 {
  accent-color: rgb(66 32 6 / 0.7);
}

.accent-yellow-950\/75 {
  accent-color: rgb(66 32 6 / 0.75);
}

.accent-yellow-950\/80 {
  accent-color: rgb(66 32 6 / 0.8);
}

.accent-yellow-950\/85 {
  accent-color: rgb(66 32 6 / 0.85);
}

.accent-yellow-950\/90 {
  accent-color: rgb(66 32 6 / 0.9);
}

.accent-yellow-950\/95 {
  accent-color: rgb(66 32 6 / 0.95);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700 {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/0 {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/10 {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/15 {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/35 {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/45 {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/55 {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/65 {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/85 {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900 {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/0 {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/10 {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/15 {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/35 {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/45 {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/55 {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/65 {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/85 {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950 {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/0 {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/10 {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/100 {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/15 {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/20 {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/25 {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/30 {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/35 {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/45 {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/5 {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/50 {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/55 {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/65 {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/70 {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/75 {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/80 {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/85 {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/90 {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/95 {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-yellow-100 {
  outline-color: #fef9c3;
}

.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0);
}

.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1);
}

.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1);
}

.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15);
}

.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}

.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}

.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}

.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35);
}

.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}

.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45);
}

.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}

.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}

.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55);
}

.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}

.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65);
}

.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}

.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}

.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}

.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85);
}

.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}

.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}

.outline-yellow-200 {
  outline-color: #fef08a;
}

.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}

.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}

.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}

.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15);
}

.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}

.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}

.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}

.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35);
}

.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}

.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45);
}

.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}

.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}

.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55);
}

.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}

.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65);
}

.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}

.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}

.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}

.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85);
}

.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}

.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}

.outline-yellow-300 {
  outline-color: #fde047;
}

.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0);
}

.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1);
}

.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1);
}

.outline-yellow-300\/15 {
  outline-color: rgb(253 224 71 / 0.15);
}

.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2);
}

.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25);
}

.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3);
}

.outline-yellow-300\/35 {
  outline-color: rgb(253 224 71 / 0.35);
}

.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}

.outline-yellow-300\/45 {
  outline-color: rgb(253 224 71 / 0.45);
}

.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05);
}

.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5);
}

.outline-yellow-300\/55 {
  outline-color: rgb(253 224 71 / 0.55);
}

.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}

.outline-yellow-300\/65 {
  outline-color: rgb(253 224 71 / 0.65);
}

.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7);
}

.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75);
}

.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8);
}

.outline-yellow-300\/85 {
  outline-color: rgb(253 224 71 / 0.85);
}

.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9);
}

.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95);
}

.outline-yellow-400 {
  outline-color: #facc15;
}

.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}

.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}

.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}

.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15);
}

.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}

.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}

.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}

.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35);
}

.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}

.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45);
}

.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}

.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}

.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55);
}

.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}

.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65);
}

.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}

.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}

.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}

.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85);
}

.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}

.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}

.outline-yellow-50 {
  outline-color: #fefce8;
}

.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}

.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}

.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}

.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15);
}

.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}

.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}

.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}

.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35);
}

.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}

.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45);
}

.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}

.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}

.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55);
}

.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}

.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65);
}

.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}

.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}

.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}

.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85);
}

.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}

.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}

.outline-yellow-500 {
  outline-color: #eab308;
}

.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}

.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}

.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}

.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15);
}

.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}

.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}

.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3);
}

.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35);
}

.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}

.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45);
}

.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}

.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}

.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55);
}

.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}

.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65);
}

.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}

.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}

.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}

.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85);
}

.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}

.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}

.outline-yellow-600 {
  outline-color: #ca8a04;
}

.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}

.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}

.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}

.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15);
}

.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}

.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}

.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}

.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35);
}

.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}

.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45);
}

.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}

.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5);
}

.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55);
}

.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}

.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65);
}

.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}

.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}

.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}

.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85);
}

.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}

.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}

.outline-yellow-700 {
  outline-color: #a16207;
}

.outline-yellow-700\/0 {
  outline-color: rgb(161 98 7 / 0);
}

.outline-yellow-700\/10 {
  outline-color: rgb(161 98 7 / 0.1);
}

.outline-yellow-700\/100 {
  outline-color: rgb(161 98 7 / 1);
}

.outline-yellow-700\/15 {
  outline-color: rgb(161 98 7 / 0.15);
}

.outline-yellow-700\/20 {
  outline-color: rgb(161 98 7 / 0.2);
}

.outline-yellow-700\/25 {
  outline-color: rgb(161 98 7 / 0.25);
}

.outline-yellow-700\/30 {
  outline-color: rgb(161 98 7 / 0.3);
}

.outline-yellow-700\/35 {
  outline-color: rgb(161 98 7 / 0.35);
}

.outline-yellow-700\/40 {
  outline-color: rgb(161 98 7 / 0.4);
}

.outline-yellow-700\/45 {
  outline-color: rgb(161 98 7 / 0.45);
}

.outline-yellow-700\/5 {
  outline-color: rgb(161 98 7 / 0.05);
}

.outline-yellow-700\/50 {
  outline-color: rgb(161 98 7 / 0.5);
}

.outline-yellow-700\/55 {
  outline-color: rgb(161 98 7 / 0.55);
}

.outline-yellow-700\/60 {
  outline-color: rgb(161 98 7 / 0.6);
}

.outline-yellow-700\/65 {
  outline-color: rgb(161 98 7 / 0.65);
}

.outline-yellow-700\/70 {
  outline-color: rgb(161 98 7 / 0.7);
}

.outline-yellow-700\/75 {
  outline-color: rgb(161 98 7 / 0.75);
}

.outline-yellow-700\/80 {
  outline-color: rgb(161 98 7 / 0.8);
}

.outline-yellow-700\/85 {
  outline-color: rgb(161 98 7 / 0.85);
}

.outline-yellow-700\/90 {
  outline-color: rgb(161 98 7 / 0.9);
}

.outline-yellow-700\/95 {
  outline-color: rgb(161 98 7 / 0.95);
}

.outline-yellow-800 {
  outline-color: #854d0e;
}

.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}

.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}

.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}

.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15);
}

.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}

.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}

.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}

.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35);
}

.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}

.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45);
}

.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}

.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}

.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55);
}

.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}

.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65);
}

.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}

.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}

.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}

.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85);
}

.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}

.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}

.outline-yellow-900 {
  outline-color: #713f12;
}

.outline-yellow-900\/0 {
  outline-color: rgb(113 63 18 / 0);
}

.outline-yellow-900\/10 {
  outline-color: rgb(113 63 18 / 0.1);
}

.outline-yellow-900\/100 {
  outline-color: rgb(113 63 18 / 1);
}

.outline-yellow-900\/15 {
  outline-color: rgb(113 63 18 / 0.15);
}

.outline-yellow-900\/20 {
  outline-color: rgb(113 63 18 / 0.2);
}

.outline-yellow-900\/25 {
  outline-color: rgb(113 63 18 / 0.25);
}

.outline-yellow-900\/30 {
  outline-color: rgb(113 63 18 / 0.3);
}

.outline-yellow-900\/35 {
  outline-color: rgb(113 63 18 / 0.35);
}

.outline-yellow-900\/40 {
  outline-color: rgb(113 63 18 / 0.4);
}

.outline-yellow-900\/45 {
  outline-color: rgb(113 63 18 / 0.45);
}

.outline-yellow-900\/5 {
  outline-color: rgb(113 63 18 / 0.05);
}

.outline-yellow-900\/50 {
  outline-color: rgb(113 63 18 / 0.5);
}

.outline-yellow-900\/55 {
  outline-color: rgb(113 63 18 / 0.55);
}

.outline-yellow-900\/60 {
  outline-color: rgb(113 63 18 / 0.6);
}

.outline-yellow-900\/65 {
  outline-color: rgb(113 63 18 / 0.65);
}

.outline-yellow-900\/70 {
  outline-color: rgb(113 63 18 / 0.7);
}

.outline-yellow-900\/75 {
  outline-color: rgb(113 63 18 / 0.75);
}

.outline-yellow-900\/80 {
  outline-color: rgb(113 63 18 / 0.8);
}

.outline-yellow-900\/85 {
  outline-color: rgb(113 63 18 / 0.85);
}

.outline-yellow-900\/90 {
  outline-color: rgb(113 63 18 / 0.9);
}

.outline-yellow-900\/95 {
  outline-color: rgb(113 63 18 / 0.95);
}

.outline-yellow-950 {
  outline-color: #422006;
}

.outline-yellow-950\/0 {
  outline-color: rgb(66 32 6 / 0);
}

.outline-yellow-950\/10 {
  outline-color: rgb(66 32 6 / 0.1);
}

.outline-yellow-950\/100 {
  outline-color: rgb(66 32 6 / 1);
}

.outline-yellow-950\/15 {
  outline-color: rgb(66 32 6 / 0.15);
}

.outline-yellow-950\/20 {
  outline-color: rgb(66 32 6 / 0.2);
}

.outline-yellow-950\/25 {
  outline-color: rgb(66 32 6 / 0.25);
}

.outline-yellow-950\/30 {
  outline-color: rgb(66 32 6 / 0.3);
}

.outline-yellow-950\/35 {
  outline-color: rgb(66 32 6 / 0.35);
}

.outline-yellow-950\/40 {
  outline-color: rgb(66 32 6 / 0.4);
}

.outline-yellow-950\/45 {
  outline-color: rgb(66 32 6 / 0.45);
}

.outline-yellow-950\/5 {
  outline-color: rgb(66 32 6 / 0.05);
}

.outline-yellow-950\/50 {
  outline-color: rgb(66 32 6 / 0.5);
}

.outline-yellow-950\/55 {
  outline-color: rgb(66 32 6 / 0.55);
}

.outline-yellow-950\/60 {
  outline-color: rgb(66 32 6 / 0.6);
}

.outline-yellow-950\/65 {
  outline-color: rgb(66 32 6 / 0.65);
}

.outline-yellow-950\/70 {
  outline-color: rgb(66 32 6 / 0.7);
}

.outline-yellow-950\/75 {
  outline-color: rgb(66 32 6 / 0.75);
}

.outline-yellow-950\/80 {
  outline-color: rgb(66 32 6 / 0.8);
}

.outline-yellow-950\/85 {
  outline-color: rgb(66 32 6 / 0.85);
}

.outline-yellow-950\/90 {
  outline-color: rgb(66 32 6 / 0.9);
}

.outline-yellow-950\/95 {
  outline-color: rgb(66 32 6 / 0.95);
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
}

.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}

.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}

.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}

.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15);
}

.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}

.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}

.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}

.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35);
}

.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}

.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45);
}

.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}

.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}

.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55);
}

.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}

.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65);
}

.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}

.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}

.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}

.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85);
}

.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}

.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
}

.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}

.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}

.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}

.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15);
}

.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}

.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}

.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}

.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35);
}

.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}

.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45);
}

.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}

.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}

.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55);
}

.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}

.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65);
}

.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}

.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}

.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}

.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85);
}

.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}

.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
}

.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0);
}

.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1);
}

.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1);
}

.ring-yellow-300\/15 {
  --tw-ring-color: rgb(253 224 71 / 0.15);
}

.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2);
}

.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25);
}

.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3);
}

.ring-yellow-300\/35 {
  --tw-ring-color: rgb(253 224 71 / 0.35);
}

.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}

.ring-yellow-300\/45 {
  --tw-ring-color: rgb(253 224 71 / 0.45);
}

.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05);
}

.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5);
}

.ring-yellow-300\/55 {
  --tw-ring-color: rgb(253 224 71 / 0.55);
}

.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}

.ring-yellow-300\/65 {
  --tw-ring-color: rgb(253 224 71 / 0.65);
}

.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7);
}

.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75);
}

.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8);
}

.ring-yellow-300\/85 {
  --tw-ring-color: rgb(253 224 71 / 0.85);
}

.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9);
}

.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95);
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
}

.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}

.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}

.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}

.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15);
}

.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}

.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}

.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}

.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35);
}

.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}

.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}

.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}

.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}

.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}

.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}

.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}

.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}

.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}

.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}

.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}

.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}

.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
}

.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}

.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}

.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}

.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15);
}

.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}

.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}

.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}

.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35);
}

.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}

.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45);
}

.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}

.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}

.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55);
}

.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}

.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65);
}

.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}

.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}

.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}

.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85);
}

.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}

.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
}

.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}

.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}

.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}

.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15);
}

.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}

.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}

.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35);
}

.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}

.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45);
}

.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}

.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55);
}

.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}

.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65);
}

.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}

.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}

.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}

.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85);
}

.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}

.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
}

.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}

.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}

.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}

.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15);
}

.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}

.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}

.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35);
}

.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}

.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45);
}

.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}

.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5);
}

.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55);
}

.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}

.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65);
}

.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}

.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}

.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}

.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85);
}

.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}

.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
}

.ring-yellow-700\/0 {
  --tw-ring-color: rgb(161 98 7 / 0);
}

.ring-yellow-700\/10 {
  --tw-ring-color: rgb(161 98 7 / 0.1);
}

.ring-yellow-700\/100 {
  --tw-ring-color: rgb(161 98 7 / 1);
}

.ring-yellow-700\/15 {
  --tw-ring-color: rgb(161 98 7 / 0.15);
}

.ring-yellow-700\/20 {
  --tw-ring-color: rgb(161 98 7 / 0.2);
}

.ring-yellow-700\/25 {
  --tw-ring-color: rgb(161 98 7 / 0.25);
}

.ring-yellow-700\/30 {
  --tw-ring-color: rgb(161 98 7 / 0.3);
}

.ring-yellow-700\/35 {
  --tw-ring-color: rgb(161 98 7 / 0.35);
}

.ring-yellow-700\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4);
}

.ring-yellow-700\/45 {
  --tw-ring-color: rgb(161 98 7 / 0.45);
}

.ring-yellow-700\/5 {
  --tw-ring-color: rgb(161 98 7 / 0.05);
}

.ring-yellow-700\/50 {
  --tw-ring-color: rgb(161 98 7 / 0.5);
}

.ring-yellow-700\/55 {
  --tw-ring-color: rgb(161 98 7 / 0.55);
}

.ring-yellow-700\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6);
}

.ring-yellow-700\/65 {
  --tw-ring-color: rgb(161 98 7 / 0.65);
}

.ring-yellow-700\/70 {
  --tw-ring-color: rgb(161 98 7 / 0.7);
}

.ring-yellow-700\/75 {
  --tw-ring-color: rgb(161 98 7 / 0.75);
}

.ring-yellow-700\/80 {
  --tw-ring-color: rgb(161 98 7 / 0.8);
}

.ring-yellow-700\/85 {
  --tw-ring-color: rgb(161 98 7 / 0.85);
}

.ring-yellow-700\/90 {
  --tw-ring-color: rgb(161 98 7 / 0.9);
}

.ring-yellow-700\/95 {
  --tw-ring-color: rgb(161 98 7 / 0.95);
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
}

.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}

.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}

.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}

.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15);
}

.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}

.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}

.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}

.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35);
}

.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}

.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45);
}

.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}

.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}

.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55);
}

.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}

.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65);
}

.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}

.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}

.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}

.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85);
}

.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}

.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
}

.ring-yellow-900\/0 {
  --tw-ring-color: rgb(113 63 18 / 0);
}

.ring-yellow-900\/10 {
  --tw-ring-color: rgb(113 63 18 / 0.1);
}

.ring-yellow-900\/100 {
  --tw-ring-color: rgb(113 63 18 / 1);
}

.ring-yellow-900\/15 {
  --tw-ring-color: rgb(113 63 18 / 0.15);
}

.ring-yellow-900\/20 {
  --tw-ring-color: rgb(113 63 18 / 0.2);
}

.ring-yellow-900\/25 {
  --tw-ring-color: rgb(113 63 18 / 0.25);
}

.ring-yellow-900\/30 {
  --tw-ring-color: rgb(113 63 18 / 0.3);
}

.ring-yellow-900\/35 {
  --tw-ring-color: rgb(113 63 18 / 0.35);
}

.ring-yellow-900\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4);
}

.ring-yellow-900\/45 {
  --tw-ring-color: rgb(113 63 18 / 0.45);
}

.ring-yellow-900\/5 {
  --tw-ring-color: rgb(113 63 18 / 0.05);
}

.ring-yellow-900\/50 {
  --tw-ring-color: rgb(113 63 18 / 0.5);
}

.ring-yellow-900\/55 {
  --tw-ring-color: rgb(113 63 18 / 0.55);
}

.ring-yellow-900\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6);
}

.ring-yellow-900\/65 {
  --tw-ring-color: rgb(113 63 18 / 0.65);
}

.ring-yellow-900\/70 {
  --tw-ring-color: rgb(113 63 18 / 0.7);
}

.ring-yellow-900\/75 {
  --tw-ring-color: rgb(113 63 18 / 0.75);
}

.ring-yellow-900\/80 {
  --tw-ring-color: rgb(113 63 18 / 0.8);
}

.ring-yellow-900\/85 {
  --tw-ring-color: rgb(113 63 18 / 0.85);
}

.ring-yellow-900\/90 {
  --tw-ring-color: rgb(113 63 18 / 0.9);
}

.ring-yellow-900\/95 {
  --tw-ring-color: rgb(113 63 18 / 0.95);
}

.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
}

.ring-yellow-950\/0 {
  --tw-ring-color: rgb(66 32 6 / 0);
}

.ring-yellow-950\/10 {
  --tw-ring-color: rgb(66 32 6 / 0.1);
}

.ring-yellow-950\/100 {
  --tw-ring-color: rgb(66 32 6 / 1);
}

.ring-yellow-950\/15 {
  --tw-ring-color: rgb(66 32 6 / 0.15);
}

.ring-yellow-950\/20 {
  --tw-ring-color: rgb(66 32 6 / 0.2);
}

.ring-yellow-950\/25 {
  --tw-ring-color: rgb(66 32 6 / 0.25);
}

.ring-yellow-950\/30 {
  --tw-ring-color: rgb(66 32 6 / 0.3);
}

.ring-yellow-950\/35 {
  --tw-ring-color: rgb(66 32 6 / 0.35);
}

.ring-yellow-950\/40 {
  --tw-ring-color: rgb(66 32 6 / 0.4);
}

.ring-yellow-950\/45 {
  --tw-ring-color: rgb(66 32 6 / 0.45);
}

.ring-yellow-950\/5 {
  --tw-ring-color: rgb(66 32 6 / 0.05);
}

.ring-yellow-950\/50 {
  --tw-ring-color: rgb(66 32 6 / 0.5);
}

.ring-yellow-950\/55 {
  --tw-ring-color: rgb(66 32 6 / 0.55);
}

.ring-yellow-950\/60 {
  --tw-ring-color: rgb(66 32 6 / 0.6);
}

.ring-yellow-950\/65 {
  --tw-ring-color: rgb(66 32 6 / 0.65);
}

.ring-yellow-950\/70 {
  --tw-ring-color: rgb(66 32 6 / 0.7);
}

.ring-yellow-950\/75 {
  --tw-ring-color: rgb(66 32 6 / 0.75);
}

.ring-yellow-950\/80 {
  --tw-ring-color: rgb(66 32 6 / 0.8);
}

.ring-yellow-950\/85 {
  --tw-ring-color: rgb(66 32 6 / 0.85);
}

.ring-yellow-950\/90 {
  --tw-ring-color: rgb(66 32 6 / 0.9);
}

.ring-yellow-950\/95 {
  --tw-ring-color: rgb(66 32 6 / 0.95);
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}

.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}

.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}

.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}

.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}

.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}

.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}

.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}

.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}

.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}

.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}

.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}

.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}

.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}

.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}

.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}

.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}

.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}

.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}

.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}

.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}

.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}

.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}

.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}

.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}

.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}

.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}

.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}

.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}

.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}

.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}

.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}

.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}

.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}

.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}

.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}

.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}

.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}

.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}

.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}

.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}

.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}

.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}

.ring-offset-yellow-300\/15 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}

.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}

.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}

.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}

.ring-offset-yellow-300\/35 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}

.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}

.ring-offset-yellow-300\/45 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}

.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}

.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}

.ring-offset-yellow-300\/55 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}

.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}

.ring-offset-yellow-300\/65 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}

.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}

.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}

.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}

.ring-offset-yellow-300\/85 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}

.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}

.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}

.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}

.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}

.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}

.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}

.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}

.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}

.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}

.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}

.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}

.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}

.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}

.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}

.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}

.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}

.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}

.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}

.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}

.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}

.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}

.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}

.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}

.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}

.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}

.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}

.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}

.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}

.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}

.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}

.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}

.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}

.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}

.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}

.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}

.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}

.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}

.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}

.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}

.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}

.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}

.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}

.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}

.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}

.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}

.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}

.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}

.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}

.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}

.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}

.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}

.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}

.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}

.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}

.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}

.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}

.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}

.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}

.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}

.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}

.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}

.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}

.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}

.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}

.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}

.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}

.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}

.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}

.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}

.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}

.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}

.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}

.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}

.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}

.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}

.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}

.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}

.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}

.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}

.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}

.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}

.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-700\/0 {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}

.ring-offset-yellow-700\/10 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}

.ring-offset-yellow-700\/100 {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}

.ring-offset-yellow-700\/15 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}

.ring-offset-yellow-700\/20 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}

.ring-offset-yellow-700\/25 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}

.ring-offset-yellow-700\/30 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}

.ring-offset-yellow-700\/35 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}

.ring-offset-yellow-700\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}

.ring-offset-yellow-700\/45 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}

.ring-offset-yellow-700\/5 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}

.ring-offset-yellow-700\/50 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}

.ring-offset-yellow-700\/55 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}

.ring-offset-yellow-700\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}

.ring-offset-yellow-700\/65 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}

.ring-offset-yellow-700\/70 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}

.ring-offset-yellow-700\/75 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}

.ring-offset-yellow-700\/80 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}

.ring-offset-yellow-700\/85 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}

.ring-offset-yellow-700\/90 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}

.ring-offset-yellow-700\/95 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}

.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}

.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}

.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}

.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}

.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}

.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}

.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}

.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}

.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}

.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}

.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}

.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}

.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}

.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}

.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}

.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}

.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}

.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}

.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}

.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.ring-offset-yellow-900\/0 {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}

.ring-offset-yellow-900\/10 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}

.ring-offset-yellow-900\/100 {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}

.ring-offset-yellow-900\/15 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}

.ring-offset-yellow-900\/20 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}

.ring-offset-yellow-900\/25 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}

.ring-offset-yellow-900\/30 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}

.ring-offset-yellow-900\/35 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}

.ring-offset-yellow-900\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}

.ring-offset-yellow-900\/45 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}

.ring-offset-yellow-900\/5 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}

.ring-offset-yellow-900\/50 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}

.ring-offset-yellow-900\/55 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}

.ring-offset-yellow-900\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}

.ring-offset-yellow-900\/65 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}

.ring-offset-yellow-900\/70 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}

.ring-offset-yellow-900\/75 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}

.ring-offset-yellow-900\/80 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}

.ring-offset-yellow-900\/85 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}

.ring-offset-yellow-900\/90 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}

.ring-offset-yellow-900\/95 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}

.ring-offset-yellow-950 {
  --tw-ring-offset-color: #422006;
}

.ring-offset-yellow-950\/0 {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}

.ring-offset-yellow-950\/10 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}

.ring-offset-yellow-950\/100 {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}

.ring-offset-yellow-950\/15 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}

.ring-offset-yellow-950\/20 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}

.ring-offset-yellow-950\/25 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}

.ring-offset-yellow-950\/30 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}

.ring-offset-yellow-950\/35 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}

.ring-offset-yellow-950\/40 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}

.ring-offset-yellow-950\/45 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}

.ring-offset-yellow-950\/5 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}

.ring-offset-yellow-950\/50 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}

.ring-offset-yellow-950\/55 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}

.ring-offset-yellow-950\/60 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}

.ring-offset-yellow-950\/65 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}

.ring-offset-yellow-950\/70 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}

.ring-offset-yellow-950\/75 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}

.ring-offset-yellow-950\/80 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}

.ring-offset-yellow-950\/85 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}

.ring-offset-yellow-950\/90 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}

.ring-offset-yellow-950\/95 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.outlined {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  height: 3rem !important;
  align-items: center;
  border-radius: 2.8125rem !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(69 73 79 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(69 73 79 / var(--tw-text-opacity));
}

footer > .grid > .outlined.gap-4{
  align-items: end;
}

@media (min-width: 1280px){
  footer .outlined .text-white{
    height: -moz-fit-content;
    height: fit-content;
    align-self: end;
  }
}

.highlight .outlined:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.highlight:hover .outlined, .current-menu-item.highlight .outlined, .current-menu-parent.highlight .outlined {
  --tw-border-opacity: 1;
  border-color: rgb(235 90 35 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 90 35 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.current-menu-parent.highlight .outlined {
  font-weight: 700;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--light);
  border: 2px solid var(--primary);
  height: 4rem;
  &:hover {
    background-color: var(--light);
    color: var(--primary);
    border: 2px solid var(--primary);
  }
}

.btn-secondary {
  background-color: var(--dark);
  color: var(--light);
  border: 2px solid var(--dark);
  &:hover {
    background-color: var(--light);
    color: var(--dark);
    border: 2px solid var(--dark);
  }
}

.btn-neutral {
  font-size: 1.125rem !important;
  background-color: var(--light);
  color: var(--dark);
  border: 1px solid var(--light);
  &:hover {
    background-color: var(--grey-400);
    color: var(--dark);
    border: 1px solid var(--grey-400);
  }
}

.btn-ghost{
  padding-right: 0 !important;
}

:root{
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75
}

.f-spinner{
  margin:auto;
  padding:0;
  width:var(--f-spinner-width);
  height:var(--f-spinner-height)
}

.f-spinner svg{
  width:100%;
  height:100%;
  vertical-align:top;
  animation:f-spinner-rotate 2s linear infinite
}

.f-spinner svg *{
  stroke-width:var(--f-spinner-stroke);
  fill:none
}

.f-spinner svg *:first-child{
  stroke:var(--f-spinner-color-1)
}

.f-spinner svg *:last-child{
  stroke:var(--f-spinner-color-2);
  animation:f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate{
  100%{
    transform:rotate(360deg)
  }
}

@keyframes f-spinner-dash{
  0%{
    stroke-dasharray:1,150;
    stroke-dashoffset:0
  }

  50%{
    stroke-dasharray:90,150;
    stroke-dashoffset:-35
  }

  100%{
    stroke-dasharray:90,150;
    stroke-dashoffset:-124
  }
}

.f-throwOutUp{
  animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp
}

.f-throwOutDown{
  animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp{
  to{
    transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity:0
  }
}

@keyframes f-throwOutDown{
  to{
    transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity:0
  }
}

.f-zoomInUp{
  animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown{
  animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp{
  from{
    transform:scale(0.975) translate3d(0, 16px, 0);
    opacity:0
  }

  to{
    transform:scale(1) translate3d(0, 0, 0);
    opacity:1
  }
}

@keyframes f-zoomOutDown{
  to{
    transform:scale(0.975) translate3d(0, 16px, 0);
    opacity:0
  }
}

.f-fadeIn{
  animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index:2
}

.f-fadeOut{
  animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index:1
}

@keyframes f-fadeIn{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

@keyframes f-fadeOut{
  100%{
    opacity:0
  }
}

.f-fadeFastIn{
  animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index:2
}

.f-fadeFastOut{
  animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index:2
}

@keyframes f-fadeFastIn{
  0%{
    opacity:.75
  }

  100%{
    opacity:1
  }
}

@keyframes f-fadeFastOut{
  100%{
    opacity:0
  }
}

.f-fadeSlowIn{
  animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index:2
}

.f-fadeSlowOut{
  animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index:1
}

@keyframes f-fadeSlowIn{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

@keyframes f-fadeSlowOut{
  100%{
    opacity:0
  }
}

.f-crossfadeIn{
  animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index:2
}

.f-crossfadeOut{
  animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
  z-index:1
}

@keyframes f-crossfadeIn{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

@keyframes f-crossfadeOut{
  100%{
    opacity:0
  }
}

.f-slideIn.from-next{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev{
  0%{
    transform:translateX(100%)
  }

  100%{
    transform:translate3d(0, 0, 0)
  }
}

@keyframes f-slideInNext{
  0%{
    transform:translateX(-100%)
  }

  100%{
    transform:translate3d(0, 0, 0)
  }
}

@keyframes f-slideOutNext{
  100%{
    transform:translateX(-100%)
  }
}

@keyframes f-slideOutPrev{
  100%{
    transform:translateX(100%)
  }
}

.f-classicIn.from-next{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index:2
}

.f-classicIn.from-prev{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index:2
}

.f-classicOut.to-next{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index:1
}

.f-classicOut.to-prev{
  animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index:1
}

@keyframes f-classicInNext{
  0%{
    transform:translateX(-75px);
    opacity:0
  }

  100%{
    transform:translate3d(0, 0, 0);
    opacity:1
  }
}

@keyframes f-classicInPrev{
  0%{
    transform:translateX(75px);
    opacity:0
  }

  100%{
    transform:translate3d(0, 0, 0);
    opacity:1
  }
}

@keyframes f-classicOutNext{
  100%{
    transform:translateX(-75px);
    opacity:0
  }
}

@keyframes f-classicOutPrev{
  100%{
    transform:translateX(75px);
    opacity:0
  }
}

.f-carousel{
  --f-carousel-theme-color: #706f6c;
  --f-carousel-spacing: 0px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: auto;
  --f-carousel-slide-padding: 0;
  --f-button-width: 42px;
  --f-button-height: 42px;
  --f-button-color: var(--f-carousel-theme-color, currentColor);
  --f-button-hover-color: var(--f-carousel-theme-color, currentColor);
  --f-button-bg: transparent;
  --f-button-hover-bg: var(--f-button-bg);
  --f-button-active-bg: var(--f-button-bg);
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-next-pos: 10px;
  --f-button-prev-pos: 10px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
  position:relative;
  box-sizing:border-box
}

.f-carousel *,.f-carousel *:before,.f-carousel *:after{
  box-sizing:inherit
}

.f-carousel.is-ltr{
  direction:ltr
}

.f-carousel.is-rtl{
  direction:rtl
}

.f-carousel__viewport{
  overflow:hidden;
  transform:translate3d(0, 0, 0);
  backface-visibility:hidden;
  width:100%;
  height:100%
}

.f-carousel__viewport.is-draggable{
  cursor:move;
  cursor:grab
}

.f-carousel__viewport.is-dragging{
  cursor:move;
  cursor:grabbing
}

.f-carousel__track{
  display:flex;
  margin:0 auto;
  padding:0;
  height:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.f-carousel__slide{
  position:relative;
  flex:0 0 auto;
  width:var(--f-carousel-slide-width);
  max-width:100%;
  height:var(--f-carousel-slide-height);
  margin:0 var(--f-carousel-spacing) 0 0;
  padding:var(--f-carousel-slide-padding);
  outline:0;
  transform-origin:center center
}

.f-carousel__slide img.is-preloading{
  visibility:hidden
}

.f-carousel__slide>.f-spinner{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%)
}

.f-carousel.is-vertical{
  --f-carousel-slide-height: 100%
}

.f-carousel.is-vertical .f-carousel__track{
  flex-wrap:wrap
}

.f-carousel.is-vertical .f-carousel__slide{
  margin:0 0 var(--f-carousel-spacing) 0
}

:root{
  --f-carousel-dots-width: 24px;
  --f-carousel-dots-height: 30px;
  --f-carousel-dot-width: 8px;
  --f-carousel-dot-height: 8px;
  --f-carousel-dot-radius: 50%;
  --f-carousel-dot-color: var(--f-carousel-theme-color, currentColor);
  --f-carousel-dot-opacity: 0.2;
  --f-carousel-dot-hover-opacity: 0.4
}

.f-carousel.has-dots{
  margin-bottom:var(--f-carousel-dots-height)
}

.f-carousel__dots{
  position:absolute;
  bottom:calc(var(--f-carousel-dots-height)*-1);
  left:0;
  right:0;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin:0 auto !important;
  padding:0;
  list-style:none !important;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.f-carousel__dots li{
  margin:0;
  padding:0;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:var(--f-carousel-dot-opacity);
  transition:opacity .15s ease-in-out
}

.f-carousel__dots li+li{
  margin:0
}

.f-carousel__dots li:hover{
  opacity:var(--f-carousel-dot-hover-opacity)
}

.f-carousel__dots li.is-current{
  opacity:1
}

.f-carousel__dots li button{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
  width:var(--f-carousel-dots-width);
  height:var(--f-carousel-dots-height);
  border:0;
  background:rgba(0,0,0,0);
  cursor:pointer;
  transition:all .2s linear
}

.f-carousel__dot{
  display:block;
  margin:0;
  padding:0;
  border:0;
  width:var(--f-carousel-dot-width);
  height:var(--f-carousel-dot-height);
  border-radius:var(--f-carousel-dot-radius);
  background-color:var(--f-carousel-dot-color);
  line-height:0;
  font-size:0;
  cursor:pointer;
  pointer-events:none
}

.f-carousel__dots.is-dynamic li:not(.is-prev,.is-next,.is-current,.is-after-next,.is-before-prev) button{
  transform:scale(0);
  width:0
}

.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{
  transform:scale(0.22)
}

.f-carousel__dots.is-dynamic li.is-prev button,.f-carousel__dots.is-dynamic li.is-next button{
  transform:scale(0.66)
}

.f-carousel__dots.is-dynamic li.is-current button{
  transform:scale(1)
}

.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{
  transform:scale(0.33)
}

.f-carousel__dots.is-dynamic li.is-current:first-child{
  margin-left:calc(var(--f-carousel-dots-width)*2)
}

.f-carousel__dots.is-dynamic li.is-prev:first-child{
  margin-left:var(--f-carousel-dots-width)
}

.f-carousel__dots.is-dynamic li.is-next:last-child{
  margin-right:var(--f-carousel-dots-width)
}

.f-carousel__dots.is-dynamic li.is-current:last-child{
  margin-right:calc(var(--f-carousel-dots-width)*2)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child{
  margin-left:0;
  margin-right:var(--f-carousel-dots-width)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child{
  margin-left:0;
  margin-right:var(--f-carousel-dots-width)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child{
  margin-left:0;
  margin-right:var(--f-carousel-dots-width)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child{
  margin-right:0;
  margin-left:var(--f-carousel-dots-width)
}

:root{
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65
}

.f-button{
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:content-box;
  position:relative;
  margin:0;
  padding:0;
  width:var(--f-button-width);
  height:var(--f-button-height);
  border:var(--f-button-border);
  border-radius:var(--f-button-border-radius);
  color:var(--f-button-color);
  background:var(--f-button-bg);
  box-shadow:var(--f-button-shadow);
  pointer-events:all;
  cursor:pointer;
  transition:var(--f-button-transition)
}

@media(hover: hover){
  .f-button:hover:not([disabled]){
    color:var(--f-button-hover-color);
    background-color:var(--f-button-hover-bg)
  }
}

.f-button:active:not([disabled]){
  background-color:var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible){
  outline:none
}

.f-button:focus-visible{
  outline:none;
  box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg{
  width:var(--f-button-svg-width);
  height:var(--f-button-svg-height);
  fill:var(--f-button-svg-fill);
  stroke:currentColor;
  stroke-width:var(--f-button-svg-stroke-width);
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:opacity .15s ease;
  transform:var(--f-button-transform);
  filter:var(--f-button-svg-filter);
  pointer-events:none
}

.f-button[disabled]{
  cursor:default
}

.f-button[disabled] svg{
  opacity:var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{
  position:absolute;
  z-index:1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{
  top:50%;
  transform:translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{
  left:var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{
  right:var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{
  left:auto;
  right:var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{
  right:auto;
  left:var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{
  top:auto;
  left:50%;
  transform:translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{
  top:var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{
  bottom:var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{
  transform:rotate(90deg)
}

.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{
  pointer-events:none
}

.tabs {
  background-color: var(--light);
  padding: .5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .5rem;
  align-items: stretch;
  border-radius: 2.5rem;
}

.tabs-big {
  gap: 2rem;
  background-color: transparent;
  grid-template-columns: repeat(5, min-content);
}

.tabs-big-rounded {
  position: relative;
  padding: 0;
  background-color: transparent;
  gap: .25rem;
}

.tabs-big-rounded::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, var(--primary), var(--active));
  left: var(--hovered-start, .75rem);
  width: var(--hovered-length, 99%);
  transition: all 0.3s ease;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 12.375rem;
  min-height: 2.5rem;
  height: auto;
  background-color: var(--grey-200);
  padding: .5rem 1.5rem;
  border-radius: 2.5rem;
  color: var(--grey-600);
  cursor: pointer;
  font-family: Sans Pro, sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: all .3s ease;
}

.tab-big-rounded {
  position: relative;
  border-radius: 1rem 1rem 0 0;
  max-width: 12.5rem;
  height: 6rem;
  background-color: var(--grey-400);
  transition: all 0.3s ease;
}

.big {
  width: 13.5875rem;
  height: 10rem;
  border-radius: 1rem;
  background-color: var(--grey-200);
  filter: grayscale(1) brightness(0.9);
  opacity: 0.2;
  transition: all .3s ease;
}

.tab:hover, .tab.active {
  background-color: var(--primary);
  color: var(--light);
}

.tab-big-rounded:hover, .tab-big-rounded.active {
  border-bottom-left-radius: 1rem;
}

.big:hover, .big.active {
  background-color: var(--grey-200);
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

@media (max-width: 320px) {
  .tab {
    font-size: 0.875rem;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

@media (max-width: 640px) {
  .tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .tabs-big {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .big {
    width: 11.20313rem;
    height: 6.25rem;
  }

  .tab {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .tabs {
    grid-template-columns: repeat(3, max-content);
  }

  .tab {
    max-width: 12rem;
    -webkit-hyphens: none;
            hyphens: none;
  }
}

aside {
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--light);
  padding: 1.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[auto\2c 1fr\] {
    grid-template-columns: auto 1fr;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:z-10 {
    z-index: 10;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:mx-\[2\.69rem\] {
    margin-left: 2.69rem;
    margin-right: 2.69rem;
  }

  .md\:-mt-\[4\.5rem\] {
    margin-top: -4.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:basis-\[25rem\] {
    flex-basis: 25rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[30rem\2c 1fr\] {
    grid-template-columns: 30rem 1fr;
  }

  .md\:grid-cols-\[repeat\(auto-fit\2c minmax\(10\.83331rem\2c 1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(10.83331rem,1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:hyphens-none {
    -webkit-hyphens: none;
            hyphens: none;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:leading-\[3\.5rem\] {
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:w-\[76rem\] {
    width: 76rem;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:outlined {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    height: 3rem !important;
    align-items: center;
    border-radius: 2.8125rem !important;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(69 73 79 / var(--tw-border-opacity));
    background-color: transparent;
    padding: 0px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    --tw-text-opacity: 1;
    color: rgb(69 73 79 / var(--tw-text-opacity));
  }

  footer > .grid > .lg\:outlined.gap-4{
    align-items: end;
  }

  @media (min-width: 1280px){
    footer .lg\:outlined .text-white{
      height: -moz-fit-content;
      height: fit-content;
      align-self: end;
    }
  }

  .highlight .lg\:outlined:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .highlight:hover .lg\:outlined, .current-menu-item.highlight .lg\:outlined, .current-menu-parent.highlight .lg\:outlined {
    --tw-border-opacity: 1;
    border-color: rgb(235 90 35 / var(--tw-border-opacity));
    --tw-bg-opacity: 1 !important;
    background-color: rgb(235 90 35 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .current-menu-parent.highlight .lg\:outlined {
    font-weight: 700;
  }

  .lg\:odd\:justify-self-end:nth-child(odd) {
    justify-self: end;
  }

  .lg\:even\:justify-self-start:nth-child(even) {
    justify-self: start;
  }
}

@media (min-width: 1030px) {
  .l\:flex {
    display: flex;
  }

  .l\:hidden {
    display: none;
  }

  .l\:w-auto {
    width: auto;
  }

  .l\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .l\:outlined {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    height: 3rem !important;
    align-items: center;
    border-radius: 2.8125rem !important;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(69 73 79 / var(--tw-border-opacity));
    background-color: transparent;
    padding: 0px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    --tw-text-opacity: 1;
    color: rgb(69 73 79 / var(--tw-text-opacity));
  }

  footer > .grid > .l\:outlined.gap-4{
    align-items: end;
  }

  @media (min-width: 1280px){
    footer .l\:outlined .text-white{
      height: -moz-fit-content;
      height: fit-content;
      align-self: end;
    }
  }

  .highlight .l\:outlined:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .highlight:hover .l\:outlined, .current-menu-item.highlight .l\:outlined, .current-menu-parent.highlight .l\:outlined {
    --tw-border-opacity: 1;
    border-color: rgb(235 90 35 / var(--tw-border-opacity));
    --tw-bg-opacity: 1 !important;
    background-color: rgb(235 90 35 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .current-menu-parent.highlight .l\:outlined {
    font-weight: 700;
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:left-\[22rem\] {
    left: 22rem;
  }

  .xl\:right-\[22rem\] {
    right: 22rem;
  }

  .xl\:top-\[50\%\] {
    top: 50%;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:w-\[32rem\] {
    width: 32rem;
  }

  .xl\:w-\[40rem\] {
    width: 40rem;
  }

  .xl\:w-\[76rem\] {
    width: 76rem;
  }

  .xl\:max-w-\[24rem\] {
    max-width: 24rem;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-\[22rem\] {
    padding-left: 22rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:pr-\[22rem\] {
    padding-right: 22rem;
  }
}